- Feb 23, 2024
-
-
Tom Schuster authored
Differential Revision: https://phabricator.services.mozilla.com/D202303
-
- Aug 01, 2023
-
-
Peter Van der Beken authored
Differential Revision: https://phabricator.services.mozilla.com/D184803
-
- Jul 13, 2023
-
-
Olli Pettay authored
Bug 1842792, disable speculative load of modulepreload if parser has seen importmap, r=jonco,allstarschh,peterv, a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D183421
-
- Jul 14, 2023
-
-
Nika Layzell authored
When the code was originally added in bug 18426589, it was to use non-atomic refcounting across multiple threads due to some invariants preventing concurrent access. That was changed in bug 1607762 to fix a race issue. We should be able to switch to using the macros now, which will simplify the code here a bit. Depends on D183203 Differential Revision: https://phabricator.services.mozilla.com/D183204
-
- Jun 02, 2023
-
-
Shravan Narayan authored
Bug 1831654 - Graceful failures for out of range column number in expat error handling r=glandium,peterv Differential Revision: https://phabricator.services.mozilla.com/D177311
-
- May 20, 2023
-
-
Mark Banner authored
Bug 1826062 - Automatic fixes for upgrading Prettier to 2.8.8. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,calu Differential Revision: https://phabricator.services.mozilla.com/D177027
-
Mark Banner authored
Bug 1826062 - Automatic fixes for Prettier 2.0.5 upgrade. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,owlish Differential Revision: https://phabricator.services.mozilla.com/D177025
-
- May 17, 2023
-
-
Sean Feng authored
It's a security risk such that the maximized external program can obscure the fullscreen notification and the malicious site can use this trick to load a spoofed page in the background without user notices it. This patch minimized the risk by always exit the fullscreen mode when an external protocol is triggered. Differential Revision: https://phabricator.services.mozilla.com/D177771
-
Norisz Fay authored
Backed out changeset 6fa00ccfe7e0 (bug 1816287) for causing bustages on LocationBase.cpp CLOSED TREE
-
Sean Feng authored
It's a security risk such that the maximized external program can obscure the fullscreen notification and the malicious site can use this trick to load a spoofed page in the background without user notices it. This patch minimized the risk by always exit the fullscreen mode when an external protocol is triggered. Differential Revision: https://phabricator.services.mozilla.com/D177771
-
- May 14, 2023
-
-
Em Zhan authored
Does perform the optional step of fetching descendants and linking: https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-and-link-a-module-script-2 Partially implements some new destinations ("as" attribute values) for modulepreload only (not for preload or link attribute reflection) Differential Revision: https://phabricator.services.mozilla.com/D172368
-
- May 13, 2023
-
-
Natalia Csoregi authored
Backed out changeset 3bb8a8b46f3c (bug 1425310) for causing failures on /preload/modulepreload.html. CLOSED TREE
-
Em Zhan authored
Does perform the optional step of fetching descendants and linking: https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-and-link-a-module-script-2 Partially implements some new destinations ("as" attribute values) for modulepreload only (not for preload or link attribute reflection) Differential Revision: https://phabricator.services.mozilla.com/D172368
-
- May 10, 2023
-
-
Cristian Tuns authored
Backed out changeset 0054de12b39c (bug 1425310) while the issue is being investigated(Bug 1832361) CLOSED TREE
-
- May 09, 2023
-
-
Em Zhan authored
Does perform the optional step of fetching descendants and linking: https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-and-link-a-module-script-2 Partially implements some new destinations ("as" attribute values) for modulepreload only (not for preload or link attribute reflection) Differential Revision: https://phabricator.services.mozilla.com/D172368
-
Peter Van der Beken authored
Differential Revision: https://phabricator.services.mozilla.com/D175471
-
- May 08, 2023
-
-
Noemi Erli authored
Backed out changeset 1ef27d4a851e (bug 1425310) for causing build bustages in nsHtml5TreeBuilderCppSupplement.h
-
Em Zhan authored
Does perform the optional step of fetching descendants and linking: https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-and-link-a-module-script-2 Partially implements some new destinations ("as" attribute values) for modulepreload only (not for preload or link attribute reflection) Differential Revision: https://phabricator.services.mozilla.com/D172368
-
- May 02, 2023
-
-
Emilio Cobos Álvarez authored
When the whole block is sanitized away, we remove the text node altogether, triggering the assert. While it's not worrisome in this case, the right thing to do is not mutating the DOM during iteration. Differential Revision: https://phabricator.services.mozilla.com/D176917
-
- Apr 26, 2023
-
-
Shravan Narayan authored
Differential Revision: https://phabricator.services.mozilla.com/D175433
-
Shravan Narayan authored
Differential Revision: https://phabricator.services.mozilla.com/D175433
-
- Apr 21, 2023
-
-
Cristina Horotan authored
Backed out changeset b288a387f790 (bug 1425310) for causing Reflection related failures. CLOSED TREE
-
Em Zhan authored
Does perform the optional step of fetching descendants and linking: https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-and-link-a-module-script-2 Differential Revision: https://phabricator.services.mozilla.com/D172368
-
Shravan Narayan authored
Differential Revision: https://phabricator.services.mozilla.com/D175439
-
- Apr 20, 2023
-
-
Narcis Beleuzu authored
-
Shravan Narayan authored
Differential Revision: https://phabricator.services.mozilla.com/D175433
-
- Apr 14, 2023
-
-
Cosmin Sabou authored
-
Em Zhan authored
Does perform the optional step of fetching descendants and linking: https://html.spec.whatwg.org/multipage/webappapis.html#fetching-scripts:fetch-the-descendants-of-and-link-a-module-script-2 Differential Revision: https://phabricator.services.mozilla.com/D172368
-
- Apr 03, 2023
-
-
Jan Varga authored
Differential Revision: https://phabricator.services.mozilla.com/D174448
-
- Mar 30, 2023
-
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D173616
-
- Mar 27, 2023
-
-
Andi-Bogdan Postelnicu authored
Differential Revision: https://phabricator.services.mozilla.com/D173256
-
- Mar 25, 2023
-
-
Sandor Molnar authored
Backed out 2 changesets (bug 1276351) for causing build bustage in image/ClippedImage.cp CLOSED TREE Backed out changeset e84598eb82c1 (bug 1276351) Backed out changeset e940b0554484 (bug 1276351)
-
Andi-Bogdan Postelnicu authored
Differential Revision: https://phabricator.services.mozilla.com/D173256
-
- Mar 24, 2023
-
-
Iulian Moraru authored
Backed out changeset eeaf4f1e06af (bug 1276351) Backed out changeset d44cb5704342 (bug 1276351)
-
Andi-Bogdan Postelnicu authored
Differential Revision: https://phabricator.services.mozilla.com/D173256
-
- Mar 22, 2023
-
-
Emilio Cobos Álvarez authored
I don't think there's ever a way these should differ. Got some include hell from removing ReferrerInfo.h from Document.h but hopefully should be straight-forward to review. Depends on D173154 Differential Revision: https://phabricator.services.mozilla.com/D173155
-
- Mar 21, 2023
-
-
Nicolas Chevobbe authored
Bug 1815937 - Set ScriptLoadContext column number for inline scripts. r=smaug,devtools-reviewers,ochameau. Differential Revision: https://phabricator.services.mozilla.com/D170580
-
Kershaw Chang authored
Bug 1809843 - Skip Failed tests, r=necko-reviewers,extension-reviewers,credential-management-reviewers,valentin,sgalich,robwu Differential Revision: https://phabricator.services.mozilla.com/D171842
-
- Mar 20, 2023
-
-
Marian-Vasile Laza authored
Backed out 3 changesets (bug 1823335, bug 1815937, bug 1823399) for devtools failures on browser_dbg-features-breakable-positions.js. CLOSED TREE Backed out changeset f931921c97f2 (bug 1823399) Backed out changeset 077d67ccc0d5 (bug 1823335) Backed out changeset 103bf8d93883 (bug 1815937)
-
Nicolas Chevobbe authored
Bug 1815937 - Set ScriptLoadContext column number for inline scripts. r=smaug,devtools-reviewers,ochameau. Differential Revision: https://phabricator.services.mozilla.com/D170580
-