- Jun 06, 2017
-
-
Ethan Lin authored
Bug 1370155 - Remove fullscreen mode in basic compositor video test to prevent intermittent problem. r=jmaher
-
- Jun 02, 2017
-
-
Nicholas Nethercote authored
ProfilerStackFrameRAII and ProfilerStackFrameDynamicRAII are very similar; the latter lets a dynamic string be specified as well (and lacks the MOZ_GUARD_OBJECT stuff, for no good reason). This patch does the following. - Removes ProfilerStackFrameDynamicRAII, and adds a dynamic string to ProfilerStackFrameRAII. It also reorders the constructor's arguments to match the field ordering of ProfileEntry. There aren't many usage sites so these changes don't affect many places. - With that done, there is only a single callsite for each of profiler_call_enter() and profiler_call_exit(), so the patch also inlines and removes them.
-
Nicholas Nethercote authored
These annotations aren't doing anything useful. The important thing with the PseudoStack is that, during pushes, the stack pointer incrementing happens after the new entry is written, and this is ensured by the stack pointer being Atomic. The patch also improves the comments on PseudoStack. --HG-- extra : rebase_source : 100f8a5e4b750c15fac66175550c4c284a141f16
-
- Jun 06, 2017
-
-
Wes Kocher authored
MozReview-Commit-ID: EiG9icZCZ3x
-
Wes Kocher authored
MozReview-Commit-ID: Cb3YlCdVhQr
-
Ryan VanderMeulen authored
--HG-- extra : rebase_source : 3ed4d5a41898ead386f8a75b0d2f7be1899cf767
-
- Jun 05, 2017
-
-
Shu-yu Guo authored
Bug 1353356 - Add rematerialized frames to the table on JitActivation after rematerialization succeeds. (r=jandem)
-
Nick Fitzgerald authored
There are a bunch of invalid Cargo.toml files that some python stuff uses for testing, but these cause errors out of cargo when we point to one of the SM source tarballs as a git dependency. Easiest workaround is to not include any non-SpiderMonkey Cargo.toml files in the source tarballs.
-
Wes Kocher authored
MozReview-Commit-ID: 1wLiG2Sq3g
-
Stephen A Pohl authored
Bug 1367487: Change bundle name (CFBundleName) of content process on OSX/macOS to differentiate it from the Firefox bundle name. r=mstange,ted
-
Ben Kelly authored
-
Ben Kelly authored
Bug 1370025 P4 Use FiringId validity in TimeoutManager::Timeouts::Insert() and ::ResetTimersForThrottleReduction(). r=ehsan
-
Ben Kelly authored
-
Ben Kelly authored
-
Ben Kelly authored
-
Gabriel Luong authored
-
Andrew Sutherland authored
--HG-- extra : rebase_source : e7c27185c671f8d2eae81ddfc66318c7fe1a1a31
-
Andrew Sutherland authored
Bug 1286530 made TCPSocket ChromeOnly, eliminating both the dom.mozTCPSocket.enabled preference check as well as the "tcp-socket" permission check. The API is now always exposed in chrome contexts. This patch removes the leftover (and confusing) dead code. Renamed and why: - test_tcpsocket_enabled_no_perm.html renamed to test_tcpsocket_not_exposed_to_content.html because it's now just a question of content never seeing the API. Removed tests and why: - test_tcpsocket_enabled_with_perm.html used to be a standalone verification of our permission check. We have no permission check now and both test_tcpsocket_jsm.html and test_tcpsocket_client_and_server_basics.html serve as tests that we affirmatively expose the API and there are no "late" failure (such as a secondary check in the parent). - test_tcpsocket_default_permissions.html duplicated what (now) test_tcpsocket_not_exposed_to_content.html accomplishes. It tried to use the API and expect an exception. This is just superstition in a WebIDL. (TCPSocket was not originally WebIDL-y.) --HG-- rename : dom/network/tests/test_tcpsocket_enabled_no_perm.html => dom/network/tests/test_tcpsocket_not_exposed_to_content.html extra : rebase_source : d2231ed3b0fb00541cc266569c2a7908a4074f9c
-
- Jun 04, 2017
-
-
Andrew Sutherland authored
The use of add_task.js was ever only intended to be temporary until bug 1078657 landed. --HG-- extra : rebase_source : d9570859b35691002cf7f4642603f6730ddab7ad
-
- Jun 05, 2017
-
-
James Willcox authored
MozReview-Commit-ID: L0FkAGriChD
-
- May 31, 2017
-
-
Tooru Fujisawa authored
-
- Jun 05, 2017
-
-
Bob Owen authored
-
- Jun 03, 2017
-
-
Micah Tigley authored
MozReview-Commit-ID: 3aUiVU3gKpq
-
- Jun 05, 2017
-
-
Kris Maglione authored
MozReview-Commit-ID: IB8HMmukD1h --HG-- extra : rebase_source : 7267ae37b0b0d5813ce5510c1aeb225e16649bba
-
Aaron Klotz authored
MozReview-Commit-ID: 4CDliBImLR7
-
Aaron Klotz authored
MozReview-Commit-ID: KvlrtJlUir8 --HG-- extra : rebase_source : 88b65dfdc34e2df79dec294f3828f1dc6b33ceeb extra : histedit_source : 42f77c82bd86f54154df52d4fa58c6107771868b
-
Jim Chen authored
Right now SelectHelper and InputWidgetHelper are loaded in browser.js, which means they only work for GeckoApp. This patch loads them in PromptService.js instead, which means they will work in all windows. The patch also changes some code in SelectHelper and InputWidgetHelper that used to assume they are running under the browser.xul chrome window. MozReview-Commit-ID: HveDzIzK1b4
-
Jim Chen authored
Include the window when using Prompt.jsm in JS so that the prompts can be directed to the correct Activity. MozReview-Commit-ID: 7AtYaCJXjDi
-
- Jun 03, 2017
-
-
James Graham authored
MozReview-Commit-ID: HqEyuojy9TG
-
- May 25, 2017
-
-
Raajit Raj authored
MozReview-Commit-ID: LyB72VN0tDP --HG-- extra : rebase_source : 513b95f5da133ac5a515a11ad209723e2237cb24
-
- Jun 05, 2017
-
-
Botond Ballo authored
MozReview-Commit-ID: BVudzxWZnQS --HG-- extra : rebase_source : ff590dc7e5aa31f6d93baf91f8e8df2f27c95628
-
Nicolas Chevobbe authored
MozReview-Commit-ID: Jl48dtpqlm7 --HG-- extra : rebase_source : aa94cd8db6785b19008f67086cd0a9ca3371bcab
-
Nicolas Chevobbe authored
MozReview-Commit-ID: ANFE45Ilr7w --HG-- extra : rebase_source : ccd6b6c4b096975e22f3d9193f43504a97733ed8
-
Nicolas Chevobbe authored
MozReview-Commit-ID: J7IJgEYnLhn --HG-- extra : rebase_source : 2d216915e9e3c59b9d128f4484b340d902bc9c86
-
- May 23, 2017
-
-
William Lachance authored
MozReview-Commit-ID: 2k5xgTogSN6 --HG-- extra : rebase_source : f92dfdf4cede8309a4f9fc021b1cc1d6a1bc687f
-
William Lachance authored
MozReview-Commit-ID: FtLNulaCDEV --HG-- extra : rebase_source : f3b8f23ad075f39a50f4a09ab52f93a11116825c
-
- Jun 05, 2017
-
-
Wes Kocher authored
MozReview-Commit-ID: 9m63lG6kj7B
-
- May 31, 2017
-
-
Varun Iyer authored
MozReview-Commit-ID: IefloUObRvY --HG-- extra : rebase_source : 4ec4e5fe903798f41d11977d0cb655962e461466
-
- Jun 05, 2017
-
-
Connor Brewster authored
servo: Merge #17112 - Implement custom element registry (from cbrewster:custom_element_registry); r=jdm <!-- Please describe your changes on the following line: --> Implements https://html.spec.whatwg.org/multipage/#customelementregistry --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #16753 (github issue number if applicable). <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Source-Repo: https://github.com/servo/servo Source-Revision: b584944f1731c71920abf9a03e1f3cd1e790f7c4 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : f6ef7d4f479353a14d76019fb549a3f76f4c0e5c
-
Mark Banner authored
MozReview-Commit-ID: IN7YMk7yhAO --HG-- extra : rebase_source : be0a9cae6eae14d4f097eced2e231a96c89c9c47
-