- May 20, 2023
-
-
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 08, 2023
-
-
Emily McMinn authored
Differential Revision: https://phabricator.services.mozilla.com/D177111
-
Greg Tatum authored
Differential Revision: https://phabricator.services.mozilla.com/D176958
-
- Apr 20, 2023
-
-
Dana Keeler authored
Differential Revision: https://phabricator.services.mozilla.com/D175802
-
- Mar 30, 2023
-
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D173611
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D173610
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D173609
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D173608
-
- Mar 29, 2023
-
-
CanadaHonk authored
Bug 1801379 - Migrate Sinon.jsm to an ES module r=extension-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,fxview-reviewers,devtools-reviewers,Standard8,nchevobbe,sclements,dimi,mconley,bytesized,robwu Migrated `testing/modules/Sinon.sys.mjs` to an ES module. `testing` should now be 100% ESM
Differential Revision: https://phabricator.services.mozilla.com/D173643 -
André Bargull authored
Differential Revision: https://phabricator.services.mozilla.com/D173657
-
- Mar 23, 2023
-
-
Jonathan Kew authored
Bug 208789 - patch 1 - Create an intl::GeneralCategory enum for UnicodeProperties::CharType() to return, to avoid directly referring to ICU4C constants or mapping via harfbuzz constants. r=platform-i18n-reviewers,nordzilla No change in behavior; this just gives us our own version of the general category constants, so we can avoid depending on ICU's constants elsewhere in the codebase. Differential Revision: https://phabricator.services.mozilla.com/D173203
-
André Bargull authored
Revert the date format for en-CA per <https://github.com/unicode-org/cldr/pull/2759>. The actual patch is based on <https://github.com/unicode-org/icu/pull/2368>. Differential Revision: https://phabricator.services.mozilla.com/D173406
-
- Mar 22, 2023
-
-
Andi-Bogdan Postelnicu authored
Differential Revision: https://phabricator.services.mozilla.com/D173036
-
Andi-Bogdan Postelnicu authored
Bug 1660405 - Move away from mozilla::IsNaN in favor of std::isnan. r=nbp,media-playback-reviewers,sergesanspaille,padenot Differential Revision: https://phabricator.services.mozilla.com/D173035
-
Stanca Serban authored
Backed out changeset ad1a5f59214f (bug 1660405) Backed out changeset a39e95f0aafe (bug 1660405) Backed out changeset 48629ee0d70d (bug 1660405) Backed out changeset 8419b99aab60 (bug 1660405) Backed out changeset 535cc12c8bed (bug 1660405) Backed out changeset e27052da4927 (bug 1660405) Backed out changeset 11b0f9cf8091 (bug 1660405)
-
Andi-Bogdan Postelnicu authored
Differential Revision: https://phabricator.services.mozilla.com/D173036
-
Andi-Bogdan Postelnicu authored
Bug 1660405 - Move away from mozilla::IsNaN in favor of std::isnan. r=nbp,media-playback-reviewers,sergesanspaille,padenot Differential Revision: https://phabricator.services.mozilla.com/D173035
-
- Mar 21, 2023
-
-
Tom Schuster authored
Differential Revision: https://phabricator.services.mozilla.com/D172978
-
- Mar 15, 2023
-
-
Nika Layzell authored
Bug 1818305 - Part 2: Add a streamStatus method to nsIInputStream, r=xpcom-reviewers,necko-reviewers,geckoview-reviewers,valentin,jesup,m_kato,mccr8 This is semantically similar to the existing available() method, however will not block, and doesn't need to do the work to actually determine the number of available bytes. As part of this patch, I also fixed one available() implementation which was incorrectly throwing NS_BASE_STREAM_WOULD_BLOCK. Differential Revision: https://phabricator.services.mozilla.com/D170697
-
Tom Schuster authored
Differential Revision: https://phabricator.services.mozilla.com/D169611
-
- Mar 07, 2023
-
-
Jonathan Kew authored
Bug 1820504 - Optimize GraphemeClusterBreakIteratorUtf16::Next by making the evaluation of baseIsEmoji lazy. r=TYLin This doesn't change behavior, but takes the emoji property lookup out of the hot path. Credit to the Betterbird project for noting this in their profiling work, as recorded in https://bugzilla.mozilla.org/show_bug.cgi?id=1812386#c7 Differential Revision: https://phabricator.services.mozilla.com/D171698
-
- Mar 04, 2023
-
-
Emilio Cobos Álvarez authored
This prototypes the proposal in bug 1738056 comment 22. Depends on D171359 Differential Revision: https://phabricator.services.mozilla.com/D171360
-
- Mar 03, 2023
-
-
Emilio Cobos Álvarez authored
Otherwise we have some promises that may never resolve. This causes issues in toolkit/content/tests/widgets/test_videocontrols_jsdisabled.html with the previous patch, for example. Differential Revision: https://phabricator.services.mozilla.com/D171564
-
- Mar 02, 2023
-
-
serge-sans-paille authored
Depends on D171428 Differential Revision: https://phabricator.services.mozilla.com/D171429
-
- Feb 28, 2023
-
-
Jonathan Kew authored
Bug 1819025 - Don't consider following join-controls when determining whether a space is collapsible. r=emilio Differential Revision: https://phabricator.services.mozilla.com/D171061
-
- Feb 27, 2023
-
-
serge-sans-paille authored
Depends on D170723 Differential Revision: https://phabricator.services.mozilla.com/D170724
-
serge-sans-paille authored
Depends on D170721 Differential Revision: https://phabricator.services.mozilla.com/D170722
-
- Feb 21, 2023
-
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D170321
-
Marian-Vasile Laza authored
Backed out 9 changesets (bug 1817715, bug 1817721, bug 1817716, bug 1817719, bug 1817720, bug 1817722, bug 1817718, bug 1817714, bug 1817717) for BP-hybrid bustages on PacketDumper.h. Backed out changeset b582db8692bb (bug 1817722) Backed out changeset f1d37a26a9ea (bug 1817721) Backed out changeset f0991bfb779c (bug 1817720) Backed out changeset 42c27b8d075b (bug 1817719) Backed out changeset 67f07f966ef3 (bug 1817718) Backed out changeset 408aa730ae68 (bug 1817717) Backed out changeset 708b5529e7da (bug 1817716) Backed out changeset f0a3ca660b68 (bug 1817715) Backed out changeset 36af23356e21 (bug 1817714)
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D170321
-
Stanca Serban authored
Backed out 9 changesets (bug 1817714, bug 1817722, bug 1817721, bug 1817719, bug 1817717, bug 1817720, bug 1817715, bug 1817716, bug 1817718) for causing bp-hybrid bustages in nsFind.cpp. CLOSED TREE Backed out changeset 8acd5a2263f9 (bug 1817722) Backed out changeset 299f412fa933 (bug 1817721) Backed out changeset 345907a5a764 (bug 1817720) Backed out changeset d710584cc1ee (bug 1817719) Backed out changeset 7a581148ea00 (bug 1817718) Backed out changeset 0b9d922e895a (bug 1817717) Backed out changeset 2878e5488069 (bug 1817716) Backed out changeset 97b49222483f (bug 1817715) Backed out changeset a556e575cc13 (bug 1817714)
-
serge-sans-paille authored
Depends on D170320 Differential Revision: https://phabricator.services.mozilla.com/D170321
-
- Feb 19, 2023
-
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D170129
-
Norisz Fay authored
Backed out 11 changesets (bug 1817309, bug 1817315, bug 1817313, bug 1817317, bug 1817310, bug 1817314, bug 1817308, bug 1817312, bug 1817311, bug 1817316, bug 1817318) for causing build bustages on nss_secutil.h CLOSED TREE Backed out changeset 288b4848b023 (bug 1817308) Backed out changeset 6ac5107e1c81 (bug 1817309) Backed out changeset 6f6e7a258930 (bug 1817310) Backed out changeset 32cadd62fec3 (bug 1817311) Backed out changeset 5bfcee2bfb8b (bug 1817312) Backed out changeset bfd59ae03c4f (bug 1817313) Backed out changeset 0080bdd6ab3f (bug 1817314) Backed out changeset e1e81a3a933d (bug 1817315) Backed out changeset 151d9b5d1883 (bug 1817316) Backed out changeset 1b03cabc6e5a (bug 1817317) Backed out changeset 52b44c5d4b08 (bug 1817318)
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D170129
-
- Feb 17, 2023
-
-
Csoregi Natalia authored
Backed out 11 changesets (bug 1817308, bug 1817311, bug 1817317, bug 1817310, bug 1817309, bug 1817314, bug 1817316, bug 1817318, bug 1817313, bug 1817312, bug 1817315) for causing hybrid bustage on WrapperFactory.cpp. CLOSED TREE Backed out changeset 1fb2fdbeecec (bug 1817308) Backed out changeset 7153cb681119 (bug 1817309) Backed out changeset 44e4198e2cdc (bug 1817310) Backed out changeset ef9b097a07c4 (bug 1817311) Backed out changeset e6f4e9a4cfc6 (bug 1817312) Backed out changeset 4fa0b794c1e1 (bug 1817313) Backed out changeset 13841a7b93a6 (bug 1817314) Backed out changeset af16df862459 (bug 1817315) Backed out changeset a157a7c3146f (bug 1817316) Backed out changeset f9048fa7e1d9 (bug 1817317) Backed out changeset 10219437a634 (bug 1817318)
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D170129
-
- Feb 13, 2023
-
-
Andi-Bogdan Postelnicu authored
Updated with clang-format version 15.0.5 (taskcluster-MKK8dHUpQkGfPLA793lizg) # ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D168658
-
- Feb 07, 2023
-
-
Eemeli Aro authored
Differential Revision: https://phabricator.services.mozilla.com/D169058
-
- Jan 20, 2023
-
-
Bob Owen authored
Bug 1809657: Start next line break chunk from start of previous search when no breaks found. r=jfkthame This means that we start from a known non-break and that we shouldn't be in any danger of causing false breaks once Uniscribe gets to unprocessed characters. This also makes the crash tests manual and debug only. Manual because now that the win32k pref is default on and not dynamic the tests will not run on try any more. Debug only so that we don't include code in opt builds that is only for manual tests. Differential Revision: https://phabricator.services.mozilla.com/D167271
-