- Jun 05, 2023
-
-
Timothy Nikkel authored
Differential Revision: https://phabricator.services.mozilla.com/D179909
-
Mozilla Releng Treescript authored
-
Mozilla Releng Treescript authored
bo -> removed brx -> removed ckb -> removed es-ES -> 2a66d20351653da0778f115d7864f9c1992c1474 fur -> da46b2a3f1218beb0559564b51a8b3dcced170f6 hu -> c1352e9de1d991f782bf8786248af329c6322c42 hy-AM -> 8ac6bbbd8191c3034e752d50712ff003b2a23d9a hye -> removed lo -> removed ltg -> removed meh -> removed sat -> removed scn -> removed skr -> removed sv-SE -> 22959fd279afa6900b8deb3ab6fcd71887ad5542 tr -> 3b861b0bb3c92298bbfbe5b2d2eb98656901bc44 wo -> removed zh-CN -> 1abcad24dcd613bef43cfafcaa1a40e5bf37b086
-
Mozilla Releng Treescript authored
No bug - tagging 77f9866031c0c2a29783aa5c394e8a2fb4e87fb7 with FIREFOX_BETA_114_END a=release DONTBUILD CLOSED TREE
-
Mozilla Releng Treescript authored
-
Mozilla Releng Treescript authored
Merge old head via |hg debugsetparents 8f983388de8ac77550eb07422e61c0444e7b8eb5 77f9866031c0c2a29783aa5c394e8a2fb4e87fb7| CLOSED TREE DONTBUILD a=release
-
Mozilla Releng Treescript authored
No bug - tagging f8fa7749f7bdc93fa3491918a4e8b0fb4db659eb with FIREFOX_BETA_115_BASE a=release DONTBUILD CLOSED TREE
-
Sergey Galich authored
Bug 1836554 - Removing extensions.formautofill.creditCards.used preference tracking r=credential-management-reviewers,issammani Differential Revision: https://phabricator.services.mozilla.com/D179854
-
- Jun 04, 2023
-
-
Glenn Watson authored
Bug 1836052 - Fix clip-out mode box-shadows when corner segments are culled r=gfx-reviewers,lsalzman Differential Revision: https://phabricator.services.mozilla.com/D179755
-
Mozilla Releng Treescript authored
cs -> 8b73550000ddfecd86fadde51832e83506867936 kk -> b1c8ad6e7293d69c2af569689559d8778b15ab56 nb-NO -> 368e2208b7befeb1bfbdd63d905b9d237dad6597 sk -> 21fa268356be6ab195afddf17e0da1f5ad458cde zh-CN -> f57c4809aaadcfdf3a613e251cedb90d6874a8c1
-
Rob Wu authored
Bug 1836482 - Replace AddonManager.jsm imports with AddonManager.sys.mjs r=Standard8,webcompat-reviewers,twisniewski This patch was generated as follows: Run: `./mach esmify --imports . --prefix=toolkit/mozapps/extensions/AddonManager` In the output there are linter/prettifier errors due to unused XPCOMUtils or separate importESModule calls. These have been fixed manually and verified with `./mach lint --outgoing`. The `esmify` script also inserts many unwanted newlines around imports that are broken on two lines due to length. Due to the number of these, I fixed them programatically. 1. Create patch from the changes so far. 2. From the patch, delete all lines that consist of "+" (i.e. added blank line). 3. Reset the working dir and apply the revised patch. 4. Verify that the diff between step 1 and 3 looks reasonable. 5. Verify that this patch as a whole looks reasonable. Commands: ``` git diff > rename.diff :%g/^+$/d git commit -va -m WIP-rename git revert HEAD git apply --recount rename.diff git diff HEAD^ # and verify that the removed lines are ok. git commit -va # one last review to verify correctness of whole patch. git rebase -i HEAD~3 # drop the WIP + reverted commit, pick only the last. ``` `git apply` has the `--recount` option to force it to ignore mismatches in line counts, which happens because we deleted added lines (^+$) without fixing up the line counts in the file headers. Differential Revision: https://phabricator.services.mozilla.com/D179874
-
Emilio Cobos Álvarez authored
The test changes from the previous patch uncover an issue on shippable builds, see referenced bug. MANUAL PUSH: Orange fix CLOSED TREE
-
Benjamin Beurdouche authored
Differential Revision: https://phabricator.services.mozilla.com/D179888
-
Emilio Cobos Álvarez authored
See https://github.com/w3c/csswg-drafts/issues/7961#issuecomment-1549874958 In general I agree with Tab that media blocks should parse the same regardless of whether they are nested. We should add a test that covers this to WPT, but for now tweak the local reftest. MANUAL PUSH: Trivial orange fix CLOSED TREE
-
Makoto Kato authored
Bug 1836432 - Use nsresult exception mode for GeckoAppShell.getDNSDomains. r=geckoview-reviewers,necko-reviewers,valentin,ohall There is some OOM errors by `GeckoAppShell.getDNSDomains`. Since `nsAndroidNetworkLinkService::GetDnsSuffixList` can returns `nsresult`, we should return error instead of crash. Differential Revision: https://phabricator.services.mozilla.com/D179791
-
Emilio Cobos Álvarez authored
Even though there's some implementation work left before it being in a shippable state, the bits that do work (which is quite a few) should work reliably and performantly. Given this is (afaict) the first implementation of the new spec, I want to let people test it easier, specially since there are some questions about error recovery that nesting could change. Differential Revision: https://phabricator.services.mozilla.com/D179271
-
Emilio Cobos Álvarez authored
Differential Revision: https://phabricator.services.mozilla.com/D179687
-
Emilio Cobos Álvarez authored
These WPTs pass in Chrome and Safari because they implement the older version of the spec where you needed: div { & span { } } (or :is(span)) instead of: div { span { } } Replace them by a nesting test for this case. Differential Revision: https://phabricator.services.mozilla.com/D179686
-
Emilio Cobos Álvarez authored
Bug 1835066 - Tweak test_parser_diagnostics_unprintables.html to keep testing unexpected token errors. r=dholbert Without nesting, the parser error is the unexpected token error, emitted from cssparser. With nesting enabled these behave the same as other strings outside of a block (so an "unexpected end of input" error instead). Tweak the test a bit to keep testing what this test wants to test (that unexpected token errors are escaped). Differential Revision: https://phabricator.services.mozilla.com/D179830
-
Emilio Cobos Álvarez authored
Bug 1835437 - Be consistent about value sanitization in HTMLInputElement::SetDirectionFromValue. r=smaug aKnownValue is unsanitized, but GetValue is sanitized. Make sure they match. Differential Revision: https://phabricator.services.mozilla.com/D179790
-
Mozilla Releng Treescript authored
be -> 3c828dd47aef9e3ee2a62cd30828db976eae6d28 cs -> 5a53353e9b4688d2a281edb584acd9b1015d8168 gl -> 0e454fd1e245fe8caf1ad8918a979918f4f37c7a th -> 7fec4eb60a452b6afb2f1d93c9f3a5fb5305ad8a
-
- Jun 03, 2023
-
-
Lee Salzman authored
Differential Revision: https://phabricator.services.mozilla.com/D179878
-
Dale Harvey authored
Differential Revision: https://phabricator.services.mozilla.com/D179352
-
Cosmin Sabou authored
-
Erik Nordin authored
Depends on D179770 Differential Revision: https://phabricator.services.mozilla.com/D179771
-
Erik Nordin authored
Adds telemetry metrics to keep track of the failure rate and errors for full page translation Depends on D179740 Differential Revision: https://phabricator.services.mozilla.com/D179770
-
Erik Nordin authored
Depends on D179739 Differential Revision: https://phabricator.services.mozilla.com/D179740
-
Erik Nordin authored
Adds Glean files and telemetry to track all translation requests for each language pair as well was whether or not the translation was triggered manually vs. automatically Depends on D179299 Differential Revision: https://phabricator.services.mozilla.com/D179739
-
Erik Nordin authored
Adds tests for collecting telemetry data on opening the translations panel Depends on D179297 Differential Revision: https://phabricator.services.mozilla.com/D179299
-
Erik Nordin authored
Adds initial files for instrumenting translations with Glean starting with metrics around opening the translations panel Differential Revision: https://phabricator.services.mozilla.com/D179297
-
Mozilla Releng Treescript authored
cs -> ddbe63a0e5111d22f022726fe10f1c849251205c de -> 19a2cb765dbd019beae0f2933cb4e35f0862380e gl -> bb713572d34345745c47d56148bf4fc5ceee69ce nn-NO -> 45252aa25e1ee0a0567ae9f935f74be29078efa4 ru -> ef0978156ba2f6d0add5df244356464e2d370571 zh-CN -> e8ab41518f323c901010a8a7468950460dfa075a
-
Stephanie Cunnane authored
Differential Revision: https://phabricator.services.mozilla.com/D179491
-
Rob Wu authored
Ran the following: `./mach esmify --convert toolkit/mozapps/extensions/AddonManager.jsm` and manually fixed the AsyncShutdown import by renaming it and declaring a new var, because `AddonManagerPrivate.overrideAsyncShutdown` relies on it being non-const. Differential Revision: https://phabricator.services.mozilla.com/D179866
-
Rob Wu authored
To prepare for migration of AddonManager.jsm to AddonManager.sys.mjs, we need to remove the use of Cu.unload from test_childprocess.js, because ESM cannot be unloaded. To avoid the need to unload, set `head =` in the test manifest to avoid loading head_addons.js (specified in `[DEFAULT]` in xpcshell.ini). head_addons.js was responsible for offering the createAppInfo & gAppInfo test helpers, which was imported from AddonTestUtils.sys.mjs. We cannot import AddonTestUtils because that module also imports AddonManager. The underlying implementation is imported instead (AppInfo.sys.mjs). Differential Revision: https://phabricator.services.mozilla.com/D179865
-
Stanca Serban authored
Backed out 6 changesets (bug 1835502, bug 1836381, bug 1836436) for causing linting opt failures. CLOSED TREE Backed out changeset d1f2900a1987 (bug 1836436) Backed out changeset cd9461e2a5b9 (bug 1836436) Backed out changeset 7392a3cd159d (bug 1836381) Backed out changeset 1155626e9f50 (bug 1836381) Backed out changeset 8547db8bf00f (bug 1835502) Backed out changeset b26131e6c090 (bug 1835502)
-
Stanca Serban authored
Backed out changeset 7bc8c25b2935 (bug 1833244) Backed out changeset 4576af83a4ec (bug 1833244) Backed out changeset 90a5bbba7b9c (bug 1833244)
-
Erik Nordin authored
Depends on D179770 Differential Revision: https://phabricator.services.mozilla.com/D179771
-
Erik Nordin authored
Adds telemetry metrics to keep track of the failure rate and errors for full page translation Depends on D179740 Differential Revision: https://phabricator.services.mozilla.com/D179770
-
Erik Nordin authored
Depends on D179739 Differential Revision: https://phabricator.services.mozilla.com/D179740
-
Erik Nordin authored
Adds Glean files and telemetry to track all translation requests for each language pair as well was whether or not the translation was triggered manually vs. automatically Depends on D179299 Differential Revision: https://phabricator.services.mozilla.com/D179739
-