- 15 Jan, 2021 17 commits
-
-
Dave Townsend authored
Differential Revision: https://phabricator.services.mozilla.com/D101860
-
Razvan Maries authored
-
Andreea Pavel authored
-
Deepali Garg authored
Differential Revision: https://phabricator.services.mozilla.com/D101749
-
Butkovits Atila authored
-
Akshat Dixit authored
Differential Revision: https://phabricator.services.mozilla.com/D101272
-
Butkovits Atila authored
Backed out changeset a9646f8eaea8 (bug 1686811) for causing failures on browser_tabToSearch.js. a=backout
-
Christoph Kerschbaumer authored
Differential Revision: https://phabricator.services.mozilla.com/D96071
-
Tilden Windsor authored
Bug 1659283 - Fix update indicator appearing on all add-on cards when unrelated addon is installed. r=rpl Differential Revision: https://phabricator.services.mozilla.com/D95458
-
Kershaw Chang authored
Differential Revision: https://phabricator.services.mozilla.com/D101597
-
Kershaw Chang authored
Bug 1679933 - Call EnsureNSSInitializedChromeOrContent() during nsHttpHandler initialization r=necko-reviewers,dragana Differential Revision: https://phabricator.services.mozilla.com/D101782
-
Dragana Damjanovic authored
Differential Revision: https://phabricator.services.mozilla.com/D97422
-
Masatoshi Kimura authored
Differential Revision: https://phabricator.services.mozilla.com/D101271
-
Narcis Beleuzu authored
Backed out changeset a52961071dcd (bug 1685900) for Build bustage in nsContentSecurityManager.cpp. CLOSED TREE
-
Narcis Beleuzu authored
-
Masatoshi Kimura authored
Differential Revision: https://phabricator.services.mozilla.com/D101271
-
Dorel Luca authored
Backed out changeset a52961071dcd (bug 1685900) for Build bustage in nsContentSecurityManager.cpp. CLOSED TREE
-
- 14 Jan, 2021 3 commits
-
-
Jan de Mooij authored
Depends on D101740 Differential Revision: https://phabricator.services.mozilla.com/D101741
-
Jan de Mooij authored
This prevents truncation in the structured clone code. Differential Revision: https://phabricator.services.mozilla.com/D101740
-
Jan de Mooij authored
The length is encoded as 64-bit value (extraData) and used within the same process. Depends on D101738 Differential Revision: https://phabricator.services.mozilla.com/D101739
-
- 15 Jan, 2021 1 commit
-
-
Jan de Mooij authored
There are no backwards-compatibility concerns because SABs are only cloned within the same process (checked in writeSharedArrayBuffer). Depends on D101737 Differential Revision: https://phabricator.services.mozilla.com/D101738
-
- 14 Jan, 2021 4 commits
-
-
Jan de Mooij authored
Differential Revision: https://phabricator.services.mozilla.com/D101737
-
Jan de Mooij authored
Instead of storing the length in the 32-bit data and the array type separately as 64-bit value, the new version just switches those. Depends on D101735 Differential Revision: https://phabricator.services.mozilla.com/D101736
-
Jan de Mooij authored
Renames SCTAG_ARRAY_BUFFER_OBJECT to SCTAG_ARRAY_BUFFER_OBJECT_V2 and adds a new SCTAG_ARRAY_BUFFER_OBJECT that encodes the length as 64-bit value. Differential Revision: https://phabricator.services.mozilla.com/D101735
-
Jan de Mooij authored
This ensures we can still read this after we add the new V3 types. Differential Revision: https://phabricator.services.mozilla.com/D101734
-
- 15 Jan, 2021 1 commit
-
-
Simon Giesecke authored
Bug 1684912 - Call a handler in case a corrupted database file was detected. r=dom-workers-and-storage-reviewers,janv The handler is called before opening the connection again. This does not restore the behaviour before Bug 1684912 exactly. In case removal of the usage or database file fails, the handler will not be called. Also, the handler can no longer fail, which simplifies the control flow. Differential Revision: https://phabricator.services.mozilla.com/D100761
-
- 14 Jan, 2021 2 commits
-
-
Gijs Kruitbosch authored
Differential Revision: https://phabricator.services.mozilla.com/D101238
-
Chris H-C authored
Differential Revision: https://phabricator.services.mozilla.com/D101817
-
- 15 Jan, 2021 1 commit
-
-
Jeff Muizelaar authored
This isn't on by default and shows promise on Win7. Let's make it available there. Differential Revision: https://phabricator.services.mozilla.com/D101821
-
- 14 Jan, 2021 8 commits
-
-
Anny Gakhokidze authored
Differential Revision: https://phabricator.services.mozilla.com/D101816
-
Anny Gakhokidze authored
Differential Revision: https://phabricator.services.mozilla.com/D101833
-
Dragana Damjanovic authored
Bug 1677987 - Collect telemetry on the success rate of http requests with HTTP3 r=necko-reviewers,valentin Differential Revision: https://phabricator.services.mozilla.com/D97444
-
harry authored
Differential Revision: https://phabricator.services.mozilla.com/D101823
-
Ted Campbell authored
Inline this into callers since it is just adding obfuscation compared to the off-thread cases. Differential Revision: https://phabricator.services.mozilla.com/D101764
-
Micah Tigley authored
Bug 1680637 - Update tests using the old dialog UI to only use the old UI. r=jaws,Gijs,marionette-reviewers,whimboo,remote-protocol-reviewers Depends on D100172 Differential Revision: https://phabricator.services.mozilla.com/D101388
-
Nicolas Chevobbe authored
A button configuration is now created from _buildButtons so the error count button is part of the `toolbarButtons` property on the toolbox. An `updateErrorCountButton` updates the property of the button, and we call it from the function that updates the error count, from which we also trigger a new render for the toolbar. This way updating the error count will go through the overflow logic we have in the toolbar (to show the chevron or not). A "side effect" of this is that an item is automatically created in the options panel to disable the error count button. In order for it to work properly, we need to add a preference to store its enabled state, as well as a specific localized string for the input label. browser_toolbox_error_count is updated to ensure that the error button isn't displayed if it was disabled in the option panel, even if new errors are emitted. browser_toolbox_options_disable_buttons was updated to reflect the changes made to the error count button. Differential Revision: https://phabricator.services.mozilla.com/D101569
-
Nicolas Chevobbe authored
- switch to add_task + registerCleanupFunction - reorder functions so they match the order they're called in the main function - remove global variables in favor of explicit parameters - switch from Promise chains to await where possible Differential Revision: https://phabricator.services.mozilla.com/D101568
-
- 15 Jan, 2021 3 commits
-
-
Simon Giesecke authored
Bug 1683826 - Replace SanitizeOriginString by pure functions. r=dom-workers-and-storage-reviewers,janv Differential Revision: https://phabricator.services.mozilla.com/D100318
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D100783
-
Olli Pettay authored
Bug 1686716 - Calling event.preventDefault in drop event handler causes a crash after target iframe has been removed, r=masayuki Outerwindow implements nsIScriptObjectPrincipal. Differential Revision: https://phabricator.services.mozilla.com/D101774
-