- Jul 11, 2022
-
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D150494
-
Sean Feng authored
Bug 1772552 - Enable BFCache for pages with beforeunload event listeners on Desktop on EARLY_BETA_OR_EARLIER r=smaug Differential Revision: https://phabricator.services.mozilla.com/D151267
-
Joel Maher authored
Differential Revision: https://phabricator.services.mozilla.com/D150666
-
Narcis Beleuzu authored
Backed out changeset 1861b83150d9 (bug 1774697) for wpt failure on user-select-on-input-and-contenteditable.html CLOSED TREE
-
Paul Adenot authored
Bug 1757637 - Use the ImageContainer to determine video{Width,Height} instead of passing through the state machine. r=alwu This means there is significantly less chance of desynchronization between the actual size of the image and the reported size of the image. Differential Revision: https://phabricator.services.mozilla.com/D149150
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D151486
-
Tooru Fujisawa authored
Bug 1667455 - Part 24: Remove Services.jsm reference in testcase that monitors module loading. r=kmag Differential Revision: https://phabricator.services.mozilla.com/D151428
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D151270
-
Tooru Fujisawa authored
Bug 1667455 - Part 22: Make httpd.js compatible both with patched and unpatched binary (hostutils). r=kmag,necko-reviewers,dragana Differential Revision: https://phabricator.services.mozilla.com/D150913
-
Tooru Fujisawa authored
Bug 1667455 - Part 21: Use SpecialPowers.Services in docshell/test/navigation/test_contentpolicy_block_window.html. r=kmag Differential Revision: https://phabricator.services.mozilla.com/D150912
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D150911
-
Tooru Fujisawa authored
Bug 1667455 - Part 19: Stop importing Services.jsm from generated FxAccountsPairingChannel.js. r=kmag The source of the file is updated in https://github.com/mozilla/fxa-pairing-channel/issues/74 Differential Revision: https://phabricator.services.mozilla.com/D150910
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D150907
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D150906
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D150905
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D150904
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D150903
-
Tooru Fujisawa authored
Bug 1667455 - Part 13: Stop importing Services.jsm from marionette tests. r=kmag,webdriver-reviewers,jdescottes Differential Revision: https://phabricator.services.mozilla.com/D150902
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D150901
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D150900
-
Tooru Fujisawa authored
Bug 1667455 - Part 10: Stop importing Services.jsm from chrome-priv HTML code, multi-line cases. r=kmag Differential Revision: https://phabricator.services.mozilla.com/D150899
-
Tooru Fujisawa authored
Bug 1667455 - Part 9: Stop importing Services.jsm from chrome-priv HTML code, single-line cases. r=kmag,necko-reviewers,geckoview-reviewers,extension-reviewers,m_kato,dragana Differential Revision: https://phabricator.services.mozilla.com/D150898
-
Tooru Fujisawa authored
Bug 1667455 - Part 8: Stop importing Services.jsm from chrome-priv JS code, other cases. r=kmag,necko-reviewers,dragana Differential Revision: https://phabricator.services.mozilla.com/D150897
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D150896
-
Tooru Fujisawa authored
Bug 1667455 - Part 6: Stop importing Services.jsm from chrome-priv JS code, non-top-level or multi-line cases. r=kmag,perftest-reviewers,AlexandruIonescu,sparky Differential Revision: https://phabricator.services.mozilla.com/D150895
-
Tooru Fujisawa authored
Bug 1667455 - Part 5: Stop importing Services.jsm from chrome-priv JS code, top-level single-line cases. r=kmag,webdriver-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,extension-reviewers,application-update-reviewers,pip-reviewers,twisniewski,m_kato,jdescottes,mconley,AlexandruIonescu,mossop Differential Revision: https://phabricator.services.mozilla.com/D150894
-
Tooru Fujisawa authored
Bug 1667455 - Part 4: Stop importing Services.jsm from JSM. r=kmag,webdriver-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,application-update-reviewers,pip-reviewers,twisniewski,devtools-reviewers,m_kato,jdescottes,ochameau,mconley,sfoster,AlexandruIonescu Differential Revision: https://phabricator.services.mozilla.com/D150893
-
Tooru Fujisawa authored
Given `Services` object is already created and defined on the loader's shared global, Services.jsm shouldn't create yet another instance. Just return the shared global's property, to make it keeps working in the middle of this patch's stack. Differential Revision: https://phabricator.services.mozilla.com/D150892
-
Tooru Fujisawa authored
Bug 1667455 - Part 2.6: Export Services from Devtools require("chrome"). r=kmag,devtools-reviewers,ochameau Differential Revision: https://phabricator.services.mozilla.com/D150908
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D150909
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D150891
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D150924
-
Tooru Fujisawa authored
`Services` object is created in the loader's shared global, and it is defined on all globals without OMIT_COMPONENTS_OBJECT. Differential Revision: https://phabricator.services.mozilla.com/D150890
-
Ben Hearsum authored
Bug 1778463: Firefox is pinned to the taskbar even though the "On my taskbar" checkbox is unchecked r=mhowell The problem here ended up being that we lose the value of `AddTaskBarSC` once ExecCodeSegement is called -- which we do anytime we try to set ourselves as the default if the installer was run elevated. Differential Revision: https://phabricator.services.mozilla.com/D151291
-
Tiaan Louw authored
Check for a text input or editable host first, because they always set the used style to 'contain' (The spec actually requires 'contain', but we implement the 'contain' behavior as a flavor of 'text') https://drafts.csswg.org/css-ui-4/#content-selection Differential Revision: https://phabricator.services.mozilla.com/D149731
-
Andrew Osmond authored
This patch turns on FontFaceSet in workers and OffscreenCanvas on workers and the main thread in nightly only. Differential Revision: https://phabricator.services.mozilla.com/D151409
-
Pranshu Agrawal authored
Differential Revision: https://phabricator.services.mozilla.com/D151438
-
Bogdan Szekely authored
Backed out changeset e587c9bc5b83 (bug 1778921) Backed out changeset 04fa88f59192 (bug 1778921)
-
Bogdan Szekely authored
-
Bogdan Szekely authored
-