Mike Hommey
30676e53f8
Bug 1806766 - Update rand_core to 0.6.4. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165510
2022-12-27 05:07:30 +00:00
Mike Hommey
1e26a73a6b
Bug 1806766 - Update profiling to 1.0.7. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165509
2022-12-27 05:07:29 +00:00
Mike Hommey
1e90810930
Bug 1806766 - Update proc-macro2 to 1.0.49. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165508
2022-12-27 05:07:28 +00:00
Mike Hommey
10113f7bb6
Bug 1806766 - Update ppv-lite86 to 0.2.17. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165507
2022-12-27 05:07:28 +00:00
Mike Hommey
62b83a9173
Bug 1806766 - Update pkg-config to 0.3.26. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165506
2022-12-27 05:07:28 +00:00
Mike Hommey
af4c8bff06
Bug 1806766 - Update percent-encoding to 2.2.0. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165505
2022-12-27 05:07:27 +00:00
Mike Hommey
6814b00e79
Bug 1806766 - Update paste to 1.0.11. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165504
2022-12-27 05:07:27 +00:00
Mike Hommey
9b8e482902
Bug 1806766 - Update os_str_bytes to 6.4.1. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165503
2022-12-27 05:07:26 +00:00
Mike Hommey
c5fccc2eb0
Bug 1806766 - Update ordered-float to 3.4.0. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165502
2022-12-27 05:07:26 +00:00
Mike Hommey
1075b00cd0
Bug 1806766 - Update once_cell to 1.16.0. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165501
2022-12-27 05:07:25 +00:00
Zach Hoffman
0db9acf228
Bug 1422237 - Forward-declare enum ScreenColorGamut in XPIDL r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D165527
2022-12-27 02:15:19 +00:00
Oriol Brufau
9faf37cc47
Bug 1806902 - Avoid assert failure in LastRememberedSizeCallback. r=emilio
...
HandleLastRememberedSize() only observes an element when HidesContent()
is false, so LastRememberedSizeCallback() expects it to still be false.
The problem was that it could change due to nsIFrame::Init() doing
ClearContentRelevancy().
It seems weird to use ClearContentRelevancy() for non-primary frames,
so this patch adds a InitPrimaryFrame() method which is called when a
frame becomes primary, and takes care of ClearContentRelevancy() and
HandleLastRememberedSize().
Differential Revision: https://phabricator.services.mozilla.com/D165463
2022-12-27 01:50:41 +00:00
Zach Hoffman
51355ff920
Bug 1422237 - Implement the color-gamut media feature r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D165385
2022-12-26 22:49:46 +00:00
Mozilla Releng Treescript
4c1e3e628e
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
...
es-CL -> 2321b85b4faca6ba89cbd7107b8a5112abf3cb08
fur -> 76975fa51e33de9e4b61471375d1aff0e7198766
gn -> 7e66f3c93ba8c94b9b7735ec4fa0e282d1434c20
hu -> c1ca983bd42dfe531e17bed6043b747ad4479230
ia -> 854885ba49acf481f6e3d453d41568ed53e585d4
pt-PT -> eece4e8e5db492f07b7460c4805e075a56cac6d7
sc -> e53d8ba1f80ef348740890321728f826aac56c39
sk -> 433b67ef55538e89b0328f63f937012c94d57885
sl -> 2db6401bbd65841af8a87f4d958a35edbce015b6
sv-SE -> aa8d0a4ba6b8e20d225b770f1da916052a8fc0f5
2022-12-26 19:08:18 +00:00
ffxbld
b07bb5c8bf
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - r=diannaS
...
Differential Revision: https://phabricator.services.mozilla.com/D165520
2022-12-26 15:37:07 +00:00
Sylvestre Ledru
623d36a905
Bug 1804320 - Remove the option from the doc --with-android-ndk 'Perform a debug build of Gecko' section r=geckoview-reviewers,m_kato DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D165515
2022-12-26 13:14:34 +00:00
Robert Longson
43ee5e789b
Bug 1807479 - fill fallback should always be black and stroke fallback should always be invisible r=emilio
...
If we encounter fill: context-stroke, which neither Chrome nor Firefox currently support for markers Chrome falls back to the initial fill colour (black), whereas Firefox falls back to the initial stroke color (none). The reverse happens for stroke: context-fill. This patch aligns us with Chrome till we support context-fill and context-stroke properly.
https://www.w3.org/TR/SVG2/painting.html#SpecifyingFillPaint and https://www.w3.org/TR/SVG2/painting.html#SpecifyingStrokePaint define the initial fill and stroke colours.
Differential Revision: https://phabricator.services.mozilla.com/D165495
2022-12-26 11:03:36 +00:00
Emilio Cobos Álvarez
b9b299c493
Bug 1807233 - Make treecol labels crop again. r=Gijs
...
This is the lower-risk fix. Ideally we'd move all the places windows etc
to use modern flex layout, but that might be worth doing at some other
time.
Differential Revision: https://phabricator.services.mozilla.com/D165489
2022-12-26 10:14:37 +00:00
Mozilla Releng Treescript
2e69c9d2f1
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
...
es-MX -> 655e22d9397a6117c78355bf6d186efeebe7cdd8
fur -> f07361f1a02e3b2f9201632269dbbb4a663d06e0
ia -> 715ac4b5aa300823de69446d4008776daa0cb2f0
lo -> c88d15e4f618bf8b6c7f058b3c7bf1e477a3b9ca
2022-12-26 06:58:11 +00:00
sotaro
6c5fbab798
Bug 1807515 - Enable video overlay of software decoded video until early beta on Windows r=gfx-reviewers,lsalzman
...
Since Bug 1753373 fix, a regression is not reported yet. Then it seems OK to enable video overlay of software decoded video until early beta on Windows.
Differential Revision: https://phabricator.services.mozilla.com/D165512
2022-12-26 04:22:19 +00:00
Daisuke Akatsuka
963abc662a
Bug 1806524: Add links of telemetry doc built from metrics.yaml to telemetry.rst r=adw,mak
...
Differential Revision: https://phabricator.services.mozilla.com/D165378
2022-12-26 01:24:21 +00:00
Daisuke Akatsuka
1a4e6f28a4
Bug 1806524: Add more descriptions for the telemetry. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D165377
2022-12-26 01:24:20 +00:00
Mike Hommey
983da1ae1e
Bug 1806766 - Update num_cpus to 1.14.0. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165476
2022-12-25 21:48:46 +00:00
Mike Hommey
bf66eb98fe
Bug 1806766 - Update nix to 0.25.1. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165475
2022-12-25 21:48:46 +00:00
Mike Hommey
2f918c58c2
Bug 1806766 - Update net2 to 0.2.38. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165474
2022-12-25 21:48:45 +00:00
Mike Hommey
b674972577
Bug 1806766 - Update memmap2 to 0.5.8. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165473
2022-12-25 21:48:45 +00:00
Mike Hommey
45511d863d
Bug 1806766 - Update lock_api to 0.4.9. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165472
2022-12-25 21:48:45 +00:00
Mike Hommey
41f41eaf7a
Bug 1806766 - Update libloading to 0.7.4. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165471
2022-12-25 21:48:44 +00:00
Mike Hommey
7df04b9201
Bug 1806766 - Update libc to 0.2.138. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165470
2022-12-25 21:48:44 +00:00
Mike Hommey
5fbb5ec3fe
Bug 1806766 - Update jobserver to 0.1.25. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165469
2022-12-25 21:48:43 +00:00
Mike Hommey
994fa36b7b
Bug 1806766 - Update itoa to 1.0.5. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165468
2022-12-25 21:48:43 +00:00
Mike Hommey
10f0eb7830
Bug 1806766 - Update itertools to 0.10.5. r=emilio,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D165467
2022-12-25 21:48:42 +00:00
Mozilla Releng Treescript
d9953b225a
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
...
hy-AM -> dab5326a3317bf3862f059dd7d599e9f390927a5
lo -> 20beea85c39fcdec2b5864cc0c7df17bb06083fb
nn-NO -> 00fc6bad540fcb35c7acdb87aed87e7920a82bb6
2022-12-25 19:07:25 +00:00
Cosmin Sabou
ffddc62071
Bug 1801836 - Fix black linting opt failure on memory/replace/dmd/dmd.py. a=lint-fix
2022-12-25 11:35:54 +02:00
Cosmin Sabou
5148c7537b
Bug 1803955 - Add timeout to a subtest of disabled-by-permissions-policy-cross-origin.https.sub.html. a=test-only
2022-12-25 11:20:33 +02:00
Masayuki Nakano
d45a9dc992
Bug 1806563 - Make `IMEStateManager::UpdateIMEState` stop creating `IMEContentObserver` when IME becomes disabled r=m_kato
...
It always calls `CreateIMEContentObserver` and the method check whether new
`IMEContentObserver` instance actually. This makes the log file messy and
developers confused. Therefore, the checks should be moved to the caller side.
Differential Revision: https://phabricator.services.mozilla.com/D165121
2022-12-25 08:03:59 +00:00
Mozilla Releng Treescript
5777af6de4
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
...
ko -> be3dc5db3bc0e38edd31846474d78fd938e104f8
uk -> 1a78e34d113dcbab65ac13635de62a3432111e95
zh-TW -> 12f100bc5ae939d21735ebc1362f4b6676819c93
2022-12-25 07:01:21 +00:00
Cosmin Sabou
1d796fa726
Bug 1807005 - Set some fetch/metadata/generated tests as passing on release or beta. r=kershaw
...
Differential Revision: https://phabricator.services.mozilla.com/D165424
2022-12-25 06:12:45 +00:00
Kyutae Lee
739d36e24b
Bug 1807402 - Fix two tests in ice_unittest.cpp r=webrtc-reviewers,bwc
...
Set ICE_POLICY_NO_HOST in each test to ensure that an srflx candidate is
not falsely discarded.
Differential Revision: https://phabricator.services.mozilla.com/D165492
2022-12-25 02:20:30 +00:00
Makoto Kato
6176c201d7
Bug 1715572 - Part 4. Add geckoview-junit test. r=geckoview-reviewers,owlish
...
Differential Revision: https://phabricator.services.mozilla.com/D157287
2022-12-24 13:14:47 +00:00
Makoto Kato
1464a1448d
Bug 1715572 - Part 3. Delegate dismiss popup of AutocompleteParent to GeckoView. r=geckoview-reviewers,owlish
...
AutocompleteParent for desktop has dimiss function, so we should delegate it to GeckoView.
Differential Revision: https://phabricator.services.mozilla.com/D157286
2022-12-24 13:14:47 +00:00
Emilio Cobos Álvarez
a3345ffbb3
Bug 1775987 - Reduced the amount of roundtrips we do for this test. r=hiro
...
While at it, might as well.
Depends on D165486
Differential Revision: https://phabricator.services.mozilla.com/D165487
2022-12-24 11:19:03 +00:00
Emilio Cobos Álvarez
38cd770f4a
Bug 1775987 - Ensure screen coords are working in browser_select_popup_postion_in_out_of_process_iframe.js. r=hiro
...
This is I believe the only thing that could explain the failure but I
couldn't repro locally on macOS, so doing some try runs to confirm it
fixes the issue.
Differential Revision: https://phabricator.services.mozilla.com/D165486
2022-12-24 11:19:02 +00:00
Jonathan Kew
859eb99179
Bug 1806042 - Update tests to expect normal spaces rather than U+202F/2009 in formatted date/time strings. r=gregtatum
...
We'll need to revert this when we're ready to disable the workaround.
Depends on D165408
Differential Revision: https://phabricator.services.mozilla.com/D165409
2022-12-24 10:35:10 +00:00
Jonathan Kew
34a08b7422
Bug 1806042 - Replace Narrow No-Break Space (U+202F) and Thin Space (U+2009) in DateTimeFormat/DateTimeIntervalFormat output with regular Space to mitigate breakage on fragile websites. r=anba
...
The data for a bunch of locales was updated in ICU 72 to use U+202F and U+2009 in places where previously it had regular Space characters.
Unfortunately, this breaks some sites that attempt to parse the formatted output using naive regular expressions (or similar)
that just expect space, rather than "any whitespace", and fail to match against the new formatted output.
To mitigate this, until more browsers update to the newer ICU/CLDR data and pressure builds on sites to fix such fragile scripts,
we can post-process the formatted output from ICU to replace these "special" spaces with standard ASCII space characters.
This workaround is designed to be easily disabled at build time by just changing the DATE_TIME_FORMAT_REPLACE_SPECIAL_SPACES #define,
when we're ready to try re-enabling the updated formats.
Differential Revision: https://phabricator.services.mozilla.com/D165408
2022-12-24 10:35:10 +00:00
Makoto Kato
4ca2a2fcd3
Bug 1765073 - Improve magnifier area for <input> element and normal text selection. r=geckoview-reviewers,owlish
...
Actually, current magnifier glass area is decided by current touch position.
To improve magnifier area, if we can get selection bounds, we use it instead of
touch position. And if selection is in <input> element, we can use vertical
center position of the element.
Since we don't expose Magnifier API, so we cannot add test for UI.
Also, this fix makes magnifier fission compatible.
Differential Revision: https://phabricator.services.mozilla.com/D164017
2022-12-24 08:07:26 +00:00
Magnus Melin
cde4cdb1b1
Bug 1744944 - Avoid error console flooding of "This page is in Quirks Mode. Page layout may be impacted..." for schemes where it's not going to help. r=hsivonen
...
There are many places this can't be avoided, like about:blank used for composition, even on the web. While in theory it may occasionally be applicable for internal pages, it doesn't seem worth warning about.
Console message: [JavaScript Warning: "This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”." {file: "moz-nullprincipal:{a8ab26eb-ab25-4182-a032-60c3077b4b2c}" line: 0}]
Console message: [JavaScript Warning: "This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”." {file: "about:blank" line: 0}]
Console message: [JavaScript Warning: "This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”." {file: "about:blank?" line: 0}]
Console message: [JavaScript Warning: "This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”." {file: "about:blank?compose" line: 0}]
Console message: [JavaScript Warning: "This page is in Quirks Mode. Page layout may be impacted. For Standards Mode use “<!DOCTYPE html>”." {file: "chrome://messenger/content/messengercompose/MsgComposeCommands.js" line: 10587}]
Differential Revision: https://phabricator.services.mozilla.com/D164405
2022-12-24 07:12:56 +00:00
Cosmin Sabou
246d482ac8
Bug 1785547 - Set worklet-audio-import-data.https.html subtest as intermittent. r=freddyb,aryx
...
Differential Revision: https://phabricator.services.mozilla.com/D165425
2022-12-22 20:54:23 +00:00
Mozilla Releng Treescript
621b091257
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
...
da -> 0edeaa7cb1abfe4d80828a0a7088c9a2681a6f5d
es-AR -> c7a41d81518b7bf50f2f44d472d216fa5746787c
he -> 56771a20f6ff0cd8f7d9159627fcec7e588fcb34
ia -> 2cc14956a6a6e209edb5b6e144cdc2e922b2749b
kk -> 2e9b06d0dd5d32489644daeaba37014d4250fcd5
ko -> 82c7e39279d086707a8b8abab91a3923671a8629
lo -> b891aa23e76f91c4680fbac5179e5bf6a4df7948
oc -> 217bfe6a389d2b8f110b2a1d1ca58311b8ce9e24
pa-IN -> 63963e8955c0e2caca44f1984da726006254ff97
ru -> f3a16356bdc254a6ddd70924301cba2ac75a03a8
sk -> 93d9cefd5ffa5b1ca38601a1b26186ce29f182cf
sr -> 7b30142d3125fd3821843d3492489f57905c7e0f
sv-SE -> 84cac770134f37e590a8178dbfaf71c2e5c1b939
tr -> 7e929ed54dc8bf98bce9ff664984f563a95cb74c
vi -> cd4fc5d5d1a1a4ba83434e9becf267512df69448
zh-CN -> dbfe4087a88a366dd3c5f9202e2d70a259bfb560
2022-12-24 19:07:01 +00:00
Mozilla Releng Treescript
60543afa30
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
...
es-AR -> 73f05577b4b36ac4779048027601091eeb0f840e
fur -> 176cabc416285c40aa3d717d739bc567267d05c0
it -> af76c131421fc332afd0f9cfacabe600686ba305
2022-12-24 06:59:38 +00:00