- 15 May, 2019 4 commits
-
-
Michael Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D27902 --HG-- extra : moz-landing-system : lando
-
James Teh authored
Bug 1190882: If the focused accessible is removed from the tree, fire a11y focus on the document. r=eeejay If the DOM focus is removed before something else is focused, the document gets DOM focus, but no blur event is fired (bug 559561). This means that no a11y focus event is fired, so clients aren't notified. This is particularly problematic for screen readers when dismissing some ARIA dialogs, as the screen reader doesn't know that focus has returned to the top level document. Differential Revision: https://phabricator.services.mozilla.com/D31024 --HG-- extra : moz-landing-system : lando
-
Shane Caraveo authored
Differential Revision: https://phabricator.services.mozilla.com/D31167 --HG-- rename : toolkit/modules/addons/MatchURLFilters.jsm => toolkit/components/extensions/MatchURLFilters.jsm rename : toolkit/modules/addons/WebNavigation.jsm => toolkit/components/extensions/WebNavigation.jsm rename : toolkit/modules/addons/WebNavigationContent.js => toolkit/components/extensions/WebNavigationContent.js rename : toolkit/modules/addons/WebNavigationFrames.jsm => toolkit/components/extensions/WebNavigationFrames.jsm extra : moz-landing-system : lando
-
Shane Caraveo authored
Differential Revision: https://phabricator.services.mozilla.com/D31168 --HG-- rename : toolkit/modules/tests/browser/dummy_page.html => toolkit/components/extensions/test/xpcshell/data/dummy_page.html rename : toolkit/modules/tests/browser/file_WebRequest_page2.html => toolkit/components/extensions/test/xpcshell/data/file_WebRequest_page2.html rename : toolkit/modules/tests/browser/file_image_bad.png => toolkit/components/extensions/test/xpcshell/data/file_image_bad.png rename : toolkit/modules/tests/browser/file_image_good.png => toolkit/components/extensions/test/xpcshell/data/file_image_good.png rename : toolkit/modules/tests/browser/file_image_bad.png => toolkit/components/extensions/test/xpcshell/data/file_image_redirect.png rename : toolkit/modules/tests/browser/file_script_bad.js => toolkit/components/extensions/test/xpcshell/data/file_script_bad.js rename : toolkit/modules/tests/browser/file_script_good.js => toolkit/components/extensions/test/xpcshell/data/file_script_good.js rename : toolkit/modules/tests/browser/file_script_redirect.js => toolkit/components/extensions/test/xpcshell/data/file_script_redirect.js rename : toolkit/modules/tests/browser/file_script_xhr.js => toolkit/components/extensions/test/xpcshell/data/file_script_xhr.js rename : toolkit/modules/tests/browser/file_style_bad.css => toolkit/components/extensions/test/xpcshell/data/file_style_bad.css rename : toolkit/modules/tests/browser/file_style_good.css => toolkit/components/extensions/test/xpcshell/data/file_style_good.css rename : toolkit/modules/tests/browser/file_style_bad.css => toolkit/components/extensions/test/xpcshell/data/file_style_redirect.css rename : toolkit/modules/tests/browser/browser_WebRequest_ancestors.js => toolkit/components/extensions/test/xpcshell/test_webRequest_ancestors.js rename : toolkit/modules/tests/browser/browser_WebRequest_cookies.js => toolkit/components/extensions/test/xpcshell/test_webRequest_cookies.js rename : toolkit/modules/tests/browser/browser_WebRequest_filtering.js => toolkit/components/extensions/test/xpcshell/test_webRequest_filtering.js rename : toolkit/modules/addons/SecurityInfo.jsm => toolkit/components/extensions/webrequest/SecurityInfo.jsm rename : toolkit/modules/addons/WebRequest.jsm => toolkit/components/extensions/webrequest/WebRequest.jsm rename : toolkit/modules/addons/WebRequestCommon.jsm => toolkit/components/extensions/webrequest/WebRequestCommon.jsm rename : toolkit/modules/addons/WebRequestContent.js => toolkit/components/extensions/webrequest/WebRequestContent.js rename : toolkit/modules/addons/WebRequestUpload.jsm => toolkit/components/extensions/webrequest/WebRequestUpload.jsm extra : moz-landing-system : lando
-
- 14 May, 2019 36 commits
-
-
Micah Tigley authored
Bug 1357774 - Part 1: Add a 'SetCurrentRDMPaneOrientation' WebIDL extension on the Document r=bradwerth,smaug Differential Revision: https://phabricator.services.mozilla.com/D29455 --HG-- extra : moz-landing-system : lando
-
Barret Rennie authored
The implementation of `Device::map_pbo_for_readback` on GLES (e.g., Windows with ANGLE) was using the incorrect enumeration value when attempting to map the buffer into memory. Differential Revision: https://phabricator.services.mozilla.com/D31156 --HG-- extra : moz-landing-system : lando
-
Bryce Van Dyk authored
encrypted-track-with-bad-sample-description-index.mp4 appears to be causing issues when running under older Android versions. Skip this when running crash tests while we investigate and add a comment to indicate as such. Bug 1550912 has been raised to follow this up and fix as needed. Differential Revision: https://phabricator.services.mozilla.com/D30836 --HG-- extra : moz-landing-system : lando
-
Wes Kocher authored
Differential Revision: https://phabricator.services.mozilla.com/D31158 --HG-- extra : moz-landing-system : lando
-
Matt Woodrow authored
Bug 1551389 - Compare line lists as well as lines when deciding if two frames are on the same line. r=mats Differential Revision: https://phabricator.services.mozilla.com/D31152 --HG-- extra : moz-landing-system : lando
-
Emilio Cobos Álvarez authored
We destroy them manually, so it's the right thing to do. This allows us to not run destructors of any members of nsStyle*, which in turn allows us to: * Remove the hack that replaced all nsStrings for nsStringReprs. * Remove ns{,C}StringRepr (followup) * Add members with destructors to the style structs (you see where I'm going :)). Differential Revision: https://phabricator.services.mozilla.com/D30450 --HG-- extra : moz-landing-system : lando
-
shindli authored
Backed out changeset 6ff9d6783ae0 (bug 1534451) for causing build bustages in AdvertisingUtil.java:6 CLOSED TREE
-
shindli authored
Backed out 3 changesets (bug 1542744) for causing perma mochitest failures in /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/StaticPrefList CLOSED TREE Backed out changeset f94b6f3a7fff (bug 1542744) Backed out changeset c51b622bb1fe (bug 1542744) Backed out changeset aedbe6cdd06f (bug 1542744)
-
shindli authored
Backed out changeset 632f66ae2b39 (bug 1520591) for causing linting failures in /builds/worker/checkouts/gecko/taskcluster/taskgraph/transforms/checksums_signing.py CLOSED TREE
-
David Walsh authored
Adds two methods to make the UI display and close for search Differential Revision: https://phabricator.services.mozilla.com/D30916 --HG-- extra : moz-landing-system : lando
-
Chris AtLee authored
Differential Revision: https://phabricator.services.mozilla.com/D31135 --HG-- extra : moz-landing-system : lando
-
Derek Li authored
Set a maximum size for panes Differential Revision: https://phabricator.services.mozilla.com/D30743 --HG-- extra : moz-landing-system : lando
-
Alexandre Poirot authored
Differential Revision: https://phabricator.services.mozilla.com/D31127 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30977 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30975 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30961 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30960 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30959 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30958 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30957 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
This patch also fixes a bug where the custom elements wouldn't display their localized text if the attributes were updated before the custom element was defined. Differential Revision: https://phabricator.services.mozilla.com/D30800 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30760 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
With this patch the page now works correctly with in-content dark mode. Tested by setting ui.systemUsesDarkTheme=1 in about:config. Differential Revision: https://phabricator.services.mozilla.com/D30759 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30758 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30757 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30756 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30755 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30754 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Differential Revision: https://phabricator.services.mozilla.com/D30753 --HG-- extra : moz-landing-system : lando
-
Andrew McCreight authored
XPIDL has the requirement that [scriptable] interfaces with [notxpcom] methods or attributes are [builtinclass]. Currently, if you don't explicitly mark something builtinclass when it should be, then the XPIDL compiler will just silently treat it like builtinclass. This means that you can cause the JS implementation of an XPCOM to start failing without any warning by marking a method notxpcom. This patch instead makes it an error. A prior patch fixed the existing instances in the tree that relied on the implicit behavior. I also added a test that we reject such classes missing builtinclass at compile time, as well as classes that inherit from builtinclass interfaces without themselves being builtinclass. I left behind a part of the runtime test for this behavior, but now this test just ensures that you can't implement a [builtinclass] interface in JS. Differential Revision: https://phabricator.services.mozilla.com/D30984 --HG-- extra : moz-landing-system : lando
-
Brindusan Cristian authored
-
shindli authored
Backed out changeset 90a51dbd6ee1 (bug 1528236) for causing permafailures in raptor tests CLOSED TREE
-
Brindusan Cristian authored
-
Kyle Machulis authored
Still having lots of issues with tests failing, but need to get this landed for various reasons. Followup to pref on at Bug 1550571. Differential Revision: https://phabricator.services.mozilla.com/D30563
-
Kyle Machulis authored
Differential Revision: https://phabricator.services.mozilla.com/D28760
-
Kyle Machulis authored
When resetting the BrowsingContext embedder element, only do so if the FrameElement we're setting isn't already null. Differential Revision: https://phabricator.services.mozilla.com/D30562
-