- 26 Sep, 2019 6 commits
-
-
Christoph Kerschbaumer authored
Differential Revision: https://phabricator.services.mozilla.com/D46950 --HG-- extra : moz-landing-system : lando
-
Boris Zbarsky authored
Bug 1583636. Ensure that all the partials of an interface mixin are in the same .webidl file. r=edgar,saschanaz The build system can't handle things being scattered about more than that. Differential Revision: https://phabricator.services.mozilla.com/D47001 --HG-- extra : moz-landing-system : lando
-
Victor Porof authored
Differential Revision: https://phabricator.services.mozilla.com/D46901 --HG-- extra : moz-landing-system : lando
-
Andrei Oprea authored
Differential Revision: https://phabricator.services.mozilla.com/D46931 --HG-- extra : moz-landing-system : lando
-
Nika Layzell authored
Differential Revision: https://phabricator.services.mozilla.com/D46802 --HG-- extra : moz-landing-system : lando
-
Dão Gottwald authored
Bug 1582375 - Focus the urlbar when clicking directly on the input container (this includes the search glass which doesn't consume pointer events). r=harry Differential Revision: https://phabricator.services.mozilla.com/D47237 --HG-- extra : moz-landing-system : lando
-
- 22 Sep, 2019 1 commit
-
-
Frederic Wang authored
Intent to unship: https://groups.google.com/forum/#!topic/mozilla.dev.platform/JnJVGTmIwPE - Introduce a new preference option mathml.deprecated_alignment_attributes.disabled() to disable alignment attributes for mfrac/munder/mover/munderover elements. - Disable the attributes in Nightly and when running WPT tests. - Enable the attributes in other channels but add a counter and deprecation warning. - Remove failure expectation for WPT test frac-numalign-denomalign-001.html for mfrac - Add new WPT test for underover-legacy-align-attribute-001.html for munder/mover/munderover - Enable the attributes for MathML reftests checking these attributes. - Disable numalign/denomalign test for Mochitest test_bug975681.html when the attributes are disabled. Differential Revision: https://phabricator.services.mozilla.com/D46712 --HG-- extra : moz-landing-system : lando
-
- 26 Sep, 2019 6 commits
-
-
Ryan Hunt authored
We could use RLIMIT_DATA here, but that seems to have slightly different semantics and it seems best to just stick to use RLIMIT_AS for this heuristic. Differential Revision: https://phabricator.services.mozilla.com/D47267 --HG-- extra : moz-landing-system : lando
-
Botond Ballo authored
To avoid duplicating information, the comment about lock ordering in APZCTreeManager.h is also updated to point to the documentation. Differential Revision: https://phabricator.services.mozilla.com/D47146 --HG-- extra : moz-landing-system : lando
-
Dão Gottwald authored
Differential Revision: https://phabricator.services.mozilla.com/D47270 --HG-- extra : moz-landing-system : lando
-
Randall E. Barker authored
Differential Revision: https://phabricator.services.mozilla.com/D47137 --HG-- extra : moz-landing-system : lando
-
Byron Campen [:bwc] authored
Differential Revision: https://phabricator.services.mozilla.com/D47086 --HG-- extra : moz-landing-system : lando
-
Dão Gottwald authored
Differential Revision: https://phabricator.services.mozilla.com/D47236 --HG-- extra : moz-landing-system : lando
-
- 13 Sep, 2019 1 commit
-
-
Yaron Tausky authored
With this commit we no longer follow the value's prototype chain when creating index updates in IndexedDB. Differential Revision: https://phabricator.services.mozilla.com/D44438 --HG-- extra : moz-landing-system : lando
-
- 26 Sep, 2019 6 commits
-
-
ffxbld authored
No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D47244 --HG-- extra : moz-landing-system : lando
-
Noemi Erli authored
Backed out changeset c3579f540cd7 (bug 1583932) for causing xpcshell failures in test_csp_reports.js CLOSED TREE --HG-- extra : rebase_source : 5c71e17d6c48d398a11aa919208963aa47209064 extra : amend_source : 8802cdb433e0f770c0648a91bb876dae7dd51100
-
Marco Bonardo authored
Differential Revision: https://phabricator.services.mozilla.com/D46606 --HG-- extra : moz-landing-system : lando
-
Rob Wu authored
The browser.windows.onCreated event is triggered before browser.windows.create returns. Waiting until browser.windows.create has resolved may resolve the memory leak from bug 1474041. Differential Revision: https://phabricator.services.mozilla.com/D47106 --HG-- extra : moz-landing-system : lando
-
Olli Pettay authored
Bug 1579591, clear pending timeouts in BrowserUsageTelemetry.jsm to avoid leaks during testing, r=Ehsan Differential Revision: https://phabricator.services.mozilla.com/D47250 --HG-- extra : moz-landing-system : lando
-
Drew Willcoxon authored
Adds a new event listener to `browser.urlbar` called `onResultPicked`. This event is fired for tip results when they don't specify a URL. Hypothetically it could be fired for any type of result that didn't specify a URL, but that's only tips for now. The listener is passed two arguments: the payload of the result that was picked, and a "details" object whose properties depend on the type of result. For tips, details is `{ helpPicked }`, where `helpPicked` is true if the help button was picked and false if the main button was picked. Differential Revision: https://phabricator.services.mozilla.com/D46254 --HG-- extra : moz-landing-system : lando
-
- 24 Sep, 2019 1 commit
-
-
Kershaw Chang authored
Differential Revision: https://phabricator.services.mozilla.com/D46969 --HG-- extra : moz-landing-system : lando
-
- 26 Sep, 2019 2 commits
-
-
thomasmo authored
This change is a continuation of Part 1 (Bug 1570128), where the 2D content rendered by Firefox for Firefox Reality on Desktop is marshalled through VRHost so that it can be presented in a VR environment. A new class, FxrOutputHandler, is created to manage creating a sharable texture, sharing it through VRShMem, and updating it when content updates. This class updates content with both WebRender and conventional rendering output. This initial iteration of FxrOutputHandler does not have synchronization between reading and writing this shared texture across processes. A subsequent fix (Bug 1581881) is pending, which will reuse WebVR code to manage writing to and reading from a pool of textures. This also presents issues with rendering protected media, so an additional class, FxrWindowManager, is created to manage all windows created for Firefox Reality on Desktop so that it can inform whether or not protected media can be presented. The automated manual tests in vrhosttest.cpp now show the real shared texture handle rather than a fake value, which shows that marshaling succeeded. Differential Revision: https://phabricator.services.mozilla.com/D46179 --HG-- extra : moz-landing-system : lando
-
Thomas Wisniewski authored
Fix browser_report_site_issue.js test on Fission Differential Revision: https://phabricator.services.mozilla.com/D46420 --HG-- extra : moz-landing-system : lando
-
- 25 Sep, 2019 1 commit
-
-
Nathan Froyd authored
It's fairly common for clients to hold a pointer to some private thread and then inquire about `IsOnCurrentThread` in debug checks. As we migrate these private threads into some `nsIEventTarget` implementation that might be running on thread pools, we need to ensure that those `IsOnCurrentThread` continues to be relatively cheap. The current implementation for thread pools is not particularly efficient. The inefficiency comes from having to iterate over all the threads in the pool. But there's no need to do this; we can just have each thread set a particular thread-local variable to the thread pool it's running on, and check the value of that thread-local variable instead. Differential Revision: https://phabricator.services.mozilla.com/D47139 --HG-- extra : moz-landing-system : lando
-
- 26 Sep, 2019 1 commit
-
-
Emilio Cobos Álvarez authored
Bug 1583941 - Use a per-window event to handle dark mode changes in LightweightThemeConsumer.jsm. r=dao Differential Revision: https://phabricator.services.mozilla.com/D47241 --HG-- extra : moz-landing-system : lando
-
- 23 Sep, 2019 1 commit
-
-
Tom Tung authored
Depends on D46492 Differential Revision: https://phabricator.services.mozilla.com/D46526 --HG-- extra : moz-landing-system : lando
-
- 26 Sep, 2019 1 commit
-
-
Tom Tung authored
Differential Revision: https://phabricator.services.mozilla.com/D46492 --HG-- extra : moz-landing-system : lando
-
- 23 Sep, 2019 1 commit
-
-
Tom Tung authored
Differential Revision: https://phabricator.services.mozilla.com/D43243 --HG-- extra : moz-landing-system : lando
-
- 26 Sep, 2019 1 commit
-
-
Tom Tung authored
Differential Revision: https://phabricator.services.mozilla.com/D45187 --HG-- extra : moz-landing-system : lando
-
- 23 Sep, 2019 3 commits
-
-
Tom Tung authored
Dedicated workers should be in the same agent cluster with its parent/creator. The other workers (ShareWorker/ServiceWorker/ChromeWorker) create another agent cluster when they are created from the creator. Differential Revision: https://phabricator.services.mozilla.com/D43241 --HG-- extra : moz-landing-system : lando
-
Tom Tung authored
Bug 1562663 - P2 - Pass the agent cluster id to the ClientInfo so that we can check whether two clients are in the same agent cluster; r=nika The agent cluster id is set when the EnsureClientSource is executed; Differential Revision: https://phabricator.services.mozilla.com/D43240 --HG-- extra : moz-landing-system : lando
-
Tom Tung authored
The purpose of this patch is to know if two different global objects are in the same agent cluster. To achieve this, the plan to to add an id for each DocGroup in this patch. And, have an id on each workers. The final goal is to pass these ids to ClientInfo so that we can check if two different global are in the same agent cluster group by checking the AgentClusterId on their ClientInfos. Differential Revision: https://phabricator.services.mozilla.com/D43239 --HG-- extra : moz-landing-system : lando
-
- 26 Sep, 2019 8 commits
-
-
arthur.iakab authored
Backed out 2 changesets (bug 1403051) for causing devtools failures on browser_parsable_css.js CLOSED TREE Backed out changeset d93010798ea5 (bug 1403051) Backed out changeset 0c049e82eb05 (bug 1403051)
-
Michael Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D46973 --HG-- extra : moz-landing-system : lando
-
Sebastian Streich authored
Differential Revision: https://phabricator.services.mozilla.com/D47125 --HG-- extra : moz-landing-system : lando
-
Martin Stransky authored
Differential Revision: https://phabricator.services.mozilla.com/D47217 --HG-- extra : moz-landing-system : lando
-
Martin Stransky authored
Bug 1584139 [Linux/CSD] Add decoration size to nsWindow::LockAspectRatio() when CSD mode is used, r=jhorak Depends on D47234 Differential Revision: https://phabricator.services.mozilla.com/D47235 --HG-- extra : moz-landing-system : lando
-
Martin Stransky authored
Bug 1584139 - [Linux/Gtk] Provide logging to nsWindow::Resize(), nsWindow::SetWindowDecoration(), nsWindow::SetDrawsInTitlebar(), r=jhorak Differential Revision: https://phabricator.services.mozilla.com/D47234 --HG-- extra : moz-landing-system : lando
-
Sebastian Streich authored
Differential Revision: https://phabricator.services.mozilla.com/D45685 --HG-- extra : moz-landing-system : lando
-
Sebastian Streich authored
Differential Revision: https://phabricator.services.mozilla.com/D45654 --HG-- extra : moz-landing-system : lando
-