Граф коммитов

813389 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Sudiaman c27b002b63 Bug 1790758 - Convert Region.jsm and IgnoreLists.jsm JSM modules to ESMs r=Standard8,preferences-reviewers,credential-management-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D157337
2022-09-20 12:21:45 +00:00
Eemeli Aro 90bc1261e7 Bug 1786186 - Migrate mobile about:config to Fluent. r=geckoview-reviewers,fluent-reviewers,flod,owlish
This migration creates the first FTL file under mobile/android/.
As GeckoView isn't actually localised (see bug 1605358), this file
is not exposed to localisers.

A migration script is still included, as previous localisations of
the about:config view's strings are available from its Fennec days.
Running the script will fail in an m-c checkout bootstrapped for
desktop development; it's possible to hack around this by manually
setting the `l10n_toml` value in `python/l10n/test_fluent_migrations/fmt.py`.

Differential Revision: https://phabricator.services.mozilla.com/D155450
2022-09-20 11:53:37 +00:00
Andreea Pavel e865bcb13c Backed out changeset 8f84cc961e80 (bug 1790046) for multiple failures on a CLOSED TREE 2022-09-20 14:50:21 +03:00
sunil mayya 4753a3a777 Bug 1697421 - update error logging for mime type parsing failures in web assembly. r=necko-reviewers,valentin,tschuster
Differential Revision: https://phabricator.services.mozilla.com/D157620
2022-09-20 11:07:46 +00:00
sunil mayya 4bf93cb7b9 Bug 1697421 - improve parsing of content-type headers for fetch r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D157115
2022-09-20 11:07:45 +00:00
sunil mayya 1a9dbcd953 Bug 1697421 - store original response headers for 304 and 206 response. r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D156795
2022-09-20 11:07:45 +00:00
sunil mayya 08d3766f45 Bug 1697421 - Make XMLHttpRequest/fetch to support multiple content-length and content-type headers. r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D154864
2022-09-20 11:07:44 +00:00
Randell Jesup cec189e179 Bug 1777359: Fix issues with OPFS removeEntry and resolve (which errors are returned, invalid requests) r=jari,dom-storage-reviewers
Depends on D157372

Differential Revision: https://phabricator.services.mozilla.com/D150663
2022-09-20 10:56:17 +00:00
Randell Jesup e3339122b9 Bug 1790907: SyncAccessHandle read/write need to default to position 0 r=dom-storage-reviewers,jari
Depends on D157356

Differential Revision: https://phabricator.services.mozilla.com/D157372
2022-09-20 10:56:17 +00:00
Randell Jesup 93047e7337 Bug 1790876: SyncAccessHandle close() should return undefined even if closed r=dom-storage-reviewers,jari
Differential Revision: https://phabricator.services.mozilla.com/D157356
2022-09-20 10:56:17 +00:00
Andreea Pavel 56e3c600fd Backed out changeset 09cb174a237e (bug 1791049) for failing test_user_select.html on a CLOSED TREE 2022-09-20 12:59:40 +03:00
Valentin Gosu bff1f333c7 Bug 1791516 - Add documentation for captive portal detection r=necko-reviewers,kershaw DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D157715
2022-09-20 09:54:11 +00:00
Jan-Erik Rediger c3138c3f3e Bug 1790046 - Split up metrics_index into lists by product. r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D157434
2022-09-20 09:36:21 +00:00
Andreea Pavel ab548e3034 Merge mozilla-central to autoland on a CLOSED TREE 2022-09-20 12:37:43 +03:00
Johan Lorenzo 51360eacec Bug 1789668 - Remove comm- specific argument processing from "mach taskgraph decision". r=releng-reviewers,gbrown
Differential Revision: https://phabricator.services.mozilla.com/D157389
2022-09-20 09:29:03 +00:00
André Bargull f8d0d6ede8 Bug 1791401: Handle OOM after calling WarpBuilder::walkEnvironmentChain. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D157661
2022-09-20 09:13:48 +00:00
Alexandra Borovova 6ca2b6a083 Bug 1778976 - [bidi] Enable "script.evaluate", "script.callFunction" and "script.disown" on release channels. r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D157091
2022-09-20 09:12:51 +00:00
Alexandra Borovova 35839c9a2f Bug 1779231 - [wdspec] Add tests for realm in target argument for "script.evaluate", "script.callFunction" and "script.disown". r=webdriver-reviewers,whimboo,jdescottes
Depends on D156811

Differential Revision: https://phabricator.services.mozilla.com/D156691
2022-09-20 09:12:50 +00:00
Alexandra Borovova af0b391783 Bug 1779231 - [wdspec] Move argument and this argument callFunction tests to separate files. r=webdriver-reviewers,jdescottes
Depends on D156690

Differential Revision: https://phabricator.services.mozilla.com/D156811
2022-09-20 09:12:50 +00:00
Alexandra Borovova 9f3df6a72a Bug 1779231 - [bidi] Add Realm support to "target" argument for "script.evaluate", "script.callFunction" and "script.disown" r=webdriver-reviewers,jdescottes,whimboo
Depends on D156051

Differential Revision: https://phabricator.services.mozilla.com/D156690
2022-09-20 09:12:49 +00:00
Mike Hommey db68ae8577 Bug 1791482 - Use ARM neon flags more consistently. r=firefox-build-system-reviewers,andi
In one place, we specifically check for softfp and do the right thing,
while in another we omit doing it, while at the same time we already
have a check in arm.configure that gives us (mostly) the flags we want.

Differential Revision: https://phabricator.services.mozilla.com/D157687
2022-09-20 09:12:31 +00:00
Mike Hommey 45afb05550 Bug 1791464 - Really only define BUILD_ARM_NEON when it's meant to be defined. r=firefox-build-system-reviewers,andi
Differential Revision: https://phabricator.services.mozilla.com/D157681
2022-09-20 09:12:16 +00:00
Johan Lorenzo 0e57af4969 Bug 1784232 - Bump taskgraph to v3.2.0 r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D155978
2022-09-20 09:11:45 +00:00
Mike Hommey 35f28283e0 Bug 1791470 - Remove stale webrtc moz.build files. r=firefox-build-system-reviewers,andi
Differential Revision: https://phabricator.services.mozilla.com/D157682
2022-09-20 09:11:36 +00:00
Jon Coppeard 71c341b0ce Bug 1722406 - Add more assertions that GC parallel task lists are synchronized correctly r=sfink
This seems to be crashing when LinkedList::sizeOfExcludingThis traverses the
helper thread system's list of GC parallel tasks. The patch restricts the
interfaces of the relevant classes to help enforce synchronization (without
finding any issues) and adds more assertions (which may yet find something).

Differential Revision: https://phabricator.services.mozilla.com/D157500
2022-09-20 09:08:12 +00:00
Kershaw Chang 0bdaeadf3e Bug 1765132 - Make it possible to retry different IP family address when restarting a transaction, r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D157227
2022-09-20 09:05:31 +00:00
Andreea Pavel df0df2fce9 Bug 1770888 - fix prettier lint failure on a CLOSED TREE 2022-09-20 11:56:52 +03:00
Emilio Cobos Álvarez 5187eb262d Bug 1791049 - Use a viewport meta tag in test_user_select. r=hsivonen
I believe this is likely to be due to the viewport adjustments, given it
happens only on Android. Since those are paint-time dependent, it could
make sense.

Differential Revision: https://phabricator.services.mozilla.com/D157708
2022-09-20 08:35:14 +00:00
Jan Odvarko 8d87ce546f Bug 1790578 - Fix links pointing to examples repos r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D157704
2022-09-20 08:33:11 +00:00
Liu Yu 8881e3e88b Bug 1790945 - [loong64][mips64] Fix failed build and test. r=rhunt
Port D37377 D154231 and D154233 to loongarch64 and mips64.

Fix undeclared identifier 'tempByteOpRegister' on loongarch64;
Fix failed wasm/gc/arrays.js.

Differential Revision: https://phabricator.services.mozilla.com/D157425
2022-09-20 08:31:08 +00:00
Frederik Braun 92f896ab7e Bug 1770888 - tests r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D156800
2022-09-20 08:29:55 +00:00
Mozilla Releng Treescript 09f6372676 no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
es-AR -> 30938e7370910947b4460ee2c558078b31fb441f
ko -> 91f64691e42cdf76f6f744d0cb364adaf4dfff70
lo -> 6de6542e9a168cdcaac16b8172edc080e31ed927
sk -> ea3d905dea7d83de3a6b6f3a6ef75ce9419c2c16
szl -> 82a69ce1251cdda9f83d74916b8c75744ad94402
tg -> 0639bf507e8b55f1cb32a8c4638b8f4665cbcdef
uk -> fb696995db85c7f8c86f7aa644b7ed655fab7457
vi -> 9e852ed8b5d0c5e0bedf92a345323bf776cadab9
2022-09-20 06:59:49 +00:00
Emilio Cobos Álvarez d4531a91af Bug 1790299 - Make GetXULFlex not cache the resolved flex value anymore. r=dholbert
Now that this doesn't involve an attribute lookup it's not worth it, and
this allows querying the flex of emulated flex items without hitting
assertions due to the lack of box metrics.

Differential Revision: https://phabricator.services.mozilla.com/D157696
2022-09-20 06:25:03 +00:00
Andreea Pavel 1e8bd660ee Backed out changeset 7cfadef6f30f (bug 1790765) for causing bug 1791309 2022-09-20 09:16:58 +03:00
Jens Stutte 8e845bcd74 Bug 1791350 - Replace C++ uses of Services.startup.shuttingDown with appropriate AppShutdown::IsInOrBeyond. r=florian
Differential Revision: https://phabricator.services.mozilla.com/D157628
2022-09-20 05:59:26 +00:00
Jens Stutte 3557a0e284 Bug 1791350 - Make Services.startup.shuttingDown be based on AppShutdown::isInOrBeyond. r=florian
Differential Revision: https://phabricator.services.mozilla.com/D157617
2022-09-20 05:59:25 +00:00
Jens Stutte ecb5da0fbc Bug 1786571 - Add IsCancelled checks to NetworkLoadHandler::OnStreamComplete and have a GetCancelResult r=dom-worker-reviewers,asuth
Differential Revision: https://phabricator.services.mozilla.com/D157307
2022-09-20 05:58:45 +00:00
André Bargull 307afe381b Bug 1791357 - Part 2: Use char32_t instead of uint32_t for code points. r=arai
Consistently use `char32_t` when referring to code points instead of using
sometimes `char32_t` and in other places `uint32_t`.

Depends on D157622

Differential Revision: https://phabricator.services.mozilla.com/D157623
2022-09-20 05:46:03 +00:00
André Bargull dceeb2ebbb Bug 1791357 - Part 1: Remove unused out-params for TokenStreamSpecific::get{,FullAscii}CodePoint. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D157622
2022-09-20 05:46:02 +00:00
Emilio Cobos Álvarez b1e5f2c7c9 Bug 1791473 - Really fix test_bug398289 on Windows.
Differential Revision: https://phabricator.services.mozilla.com/D157697
2022-09-20 04:39:28 +00:00
Emilio Cobos Álvarez 1cb56e34a6 Bug 1791473 - Really fix test_bug398289 on Windows. DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D157697
2022-09-20 04:39:28 +00:00
Mike Hommey 50f38d30f6 Bug 1791475 - Move valgrind builds to GCP. r=taskgraph-reviewers,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D157686
2022-09-20 04:18:14 +00:00
Dana Keeler bdb75eecd3 Bug 1790451 - remove now-unnecessary QueryInterface(Ci.nsITransportSecurityInfo) calls r=jschanck,webdriver-reviewers,necko-reviewers,application-update-reviewers,nalexander,valentin
Differential Revision: https://phabricator.services.mozilla.com/D157166
2022-09-20 03:58:50 +00:00
Dana Keeler ee86ee5034 Bug 1790451 - use the concrete type nsISSLSocketControl in ALPNCallback r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D157137
2022-09-20 03:58:50 +00:00
Dana Keeler 923d7b2029 Bug 1790451 - make nsIChannel.securityInfo concrete as nsITransportSecurityInfo r=kershaw,necko-reviewers,valentin,geckoview-reviewers,owlish
Differential Revision: https://phabricator.services.mozilla.com/D157136
2022-09-20 03:58:49 +00:00
Dana Keeler 439fc9d596 Bug 1790451 - use the concrete type nsITransportSecurityInfo for securityInfo in HttpTransaction r=kershaw,necko-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D157135
2022-09-20 03:58:49 +00:00
Frederic Wang 62d1893ea4 Bug 1791245 - More cleanup for the <mfenced> element. r=emilio
The <mfenced> element [1] is not part of MathML Core [2] or MathML AAM
[3] and was removed in bug 1603773. It should be treated as
an unknown MathML element, that is like an `<mrow>`.

This commit performs some follow-up code cleanup:

* Remove a11y mapping, instead map it like an mrow.

* Remove obsolete deprecation message.

* Don't include mfenced in the sanitizer's default element allow list.
  The spec [4] does not mention an explicit list.

* Preference mathml.mfenced_element.disabled was removed, so no need
  to force it when running tests.

* Tweak some code comments.

[1] https://developer.mozilla.org/en-US/docs/Web/MathML/Element/mfenced
[2] https://w3c.github.io/mathml-core/#mathml-elements-and-attributes
[3] https://w3c.github.io/mathml-aam/
[4] https://wicg.github.io/sanitizer-api

Differential Revision: https://phabricator.services.mozilla.com/D157580
2022-09-20 03:53:50 +00:00
Emilio Cobos Álvarez e1357847e5 Bug 1781434 - Clean-up dialog initial focus code. r=pbz,Gijs
Make it a bit easier to read and less prone to race conditions. Remove a
setTimeout referencing bug 103197 which I'm pretty sure it's not an
issue.

Differential Revision: https://phabricator.services.mozilla.com/D156543
2022-09-20 03:02:18 +00:00
Tooru Fujisawa d6847870a9 Bug 1790761 - Add do_importESModule. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D157545
2022-09-20 01:46:21 +00:00
Norisz Fay 0fae12009e Backed out changeset 149d45b6a85b (bug 1781434) for causing mochitest failures on test_bug398289.html CLOSED TREE 2022-09-20 04:16:06 +03:00