822705 Commits

Author SHA1 Message Date
Olli Pettay
82425958a8 Bug 1804409, cycle collect mVisualViewport, r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D164319
2022-12-09 10:53:42 +00:00
Emilio Cobos Álvarez
991f6e1462 Bug 1668414 - Restore binary file that was empty when re-landing due to bug 1709608.
MANUAL PUSH: Test only change
2022-12-09 11:48:08 +01:00
Emilio Cobos Álvarez
da4fcc1e41 Bug 1799200 - Sync-load <link rel=stylesheet> on chrome documents' shadow trees. r=smaug
This reuses the same codepath that we use for video controls, so that
the browser chrome can load external styles without FOUC.

Loading external styles as compared to internal styles is preferable,
because they can be shared across documents easily.

In the future, I think the idea is that the front-end would use CSS
modules, but meanwhile this should allow them to get along without
adding hacks to their code.

Differential Revision: https://phabricator.services.mozilla.com/D164245
2022-12-09 10:23:43 +00:00
Ziran Sun
7e9325768e Bug 1804677 - Don't share style for cousins that are using Container Queries. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D164224
2022-12-09 10:15:31 +00:00
lyavor
3a331e3bf9 Bug 1672106 - enable mixed content level 2 in beta and nightly. r=freddyb
# disable mixed_content.upgrade_display_content partly because it would upgrade the downgrade-upgrade tests
# where img,audio or video resources are used for testing sec-fetch site. Such a upgrade would miss the test idea and lead to an error.
# See more here: https://github.com/web-platform-tests/wpt/issues/37080

Differential Revision: https://phabricator.services.mozilla.com/D160885
2022-12-09 09:29:07 +00:00
Botond Ballo
3290b1740f Bug 1519339 - Clamp the pending visual scroll offset if using it as the main-thread's visual viewport offset. r=tnikkel
Depends on D163532

Differential Revision: https://phabricator.services.mozilla.com/D163533
2022-12-09 09:01:43 +00:00
Botond Ballo
2d0aaf3a2d Bug 1519339 - Reclamp the visual viewport offset in SetresolutionAndScaleTo(). r=tnikkel
Depends on D161351

Differential Revision: https://phabricator.services.mozilla.com/D163532
2022-12-09 09:01:42 +00:00
Botond Ballo
283c0a23b7 Bug 1519339 - Do not hand off smooth scrolls in an overflow:hidden direction to APZ. r=dlrobertson
APZ cannot currently scroll in directions which are overflow:hidden
(it does not know the full scroll range bounds in those directions).

Therefore, main-thread scrolling in these directions should not be
handed off to APZ.

Differential Revision: https://phabricator.services.mozilla.com/D161351
2022-12-09 09:01:42 +00:00
Nicolas Chevobbe
945a7bc8a7 Bug 1804384 - [devtools] Fix indent of messages in warning group. r=bomsy.
Differential Revision: https://phabricator.services.mozilla.com/D164044
2022-12-09 07:08:47 +00:00
Mozilla Releng Treescript
87e5bdf56c no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
cak -> 267413d0f044a470a17ce841eee1df5cc46a37e2
it -> 88ba7f91be8484dd8e9e1347a677fe0bd9ac7e46
uk -> 75df516aa5e77f4b589b56e85141e0f1c87ce81d
2022-12-09 06:58:19 +00:00
Norisz Fay
a3e339d957 Merge mozilla-central to autoland CLOSED TREE 2022-12-09 06:52:46 +02:00
Norisz Fay
08f7e9ef03 Backed out changeset 79025940a6a6 (bug 1799423) for causing Bug 1804813 a=backout 2022-12-09 06:48:09 +02:00
Ryan VanderMeulen
1c72078a6b Bug 1804808 - Run Tier 1 TSAN test suites on all trees. r=jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D164306
2022-12-09 04:30:39 +00:00
Mike Hommey
bc19df5359 Bug 1804601 - Update webrender docker image to Debian 11. r=gfx-reviewers,gw
Also remove the openjdk hack from the Dockerfile, since openjdk hasn't
been installed since bug 1740358.

Differential Revision: https://phabricator.services.mozilla.com/D164181
2022-12-09 01:39:46 +00:00
Mike Hommey
b0b7d90396 Bug 1804543 - Run webrender wrench scripts with python3. r=gfx-reviewers,gw
Differential Revision: https://phabricator.services.mozilla.com/D164133
2022-12-09 01:35:31 +00:00
Edgar Chen
fa88384e7d Bug 1794268 - Use WindowContext to check if drag source and drop target are in the same tab; r=webidl,smaug
Differential Revision: https://phabricator.services.mozilla.com/D163981
2022-12-08 23:37:46 +00:00
Nika Layzell
9ee7b343e3 Bug 1804755 - Log name for failed ProxyReleaseEvent dispatch warning, r=xpcom-reviewers,jstutte
Differential Revision: https://phabricator.services.mozilla.com/D164259
2022-12-08 23:26:52 +00:00
Kris Maglione
1b1268b98a Bug 1703040 - Upgrade !mIsPositioned assertion to diagnostic assert. r=masayuki
We are currently winding up with crashes that seem to be caused by ranges in a
selection having start and end containers in disconnected trees. Most likely
this has something to do with the ranges crossing shadow or native anonymous
boundaries, but it isn't clear.

This patch changes `DoSetRange` so we should hopefully assert as soon as we
get into that situation, rather than when we try to inspect the range. The
most obvious way to do this check would be to upgrade
`AssertIfMismatchRootAndRangeBoundaries` from a debug assertion to a
diagnostic assertion. Unfortunately, those checks are rather expensive, and
this code should be fairly hot.

Fortunately, the existing `!mIsPositioned` assertion should have the same
effect in all of the situations I've been able to think of. I've re-checked
the code a few times since I wrote the patch, and I believe it is sound. We
should hopefully find out within a couple of weeks if we need to do more.

Differential Revision: https://phabricator.services.mozilla.com/D162242
2022-12-08 22:53:44 +00:00
Dale Harvey
b1213c2c25 Bug 1803566 - Prevent QuickActions being shown in zeroprefix by default. r=daisuke
Differential Revision: https://phabricator.services.mozilla.com/D163599
2022-12-08 22:39:22 +00:00
Greg Mierzwinski
19b2dce6f4 Bug 1803361 - Use decision matrices for the perf-selector category expansion. r=perftest-reviewers,kshampur
This patch series replaces the existing expand_categories method with a new one that makes us of the decision matrices to build the categories to display. The category matrix contains all combinations of variants, suites, platforms, and apps, for this particular category and each element represents whether some combination (variant, suite, platform, app) can run in this category. True means it can run, False means it can't.

At the end of the category expansions phase, we go through the categories to display and apply the restriction/negation queries to them. Doing this at the end allows us to be more precise in where we apply these. Note that the tests category, and variants were updated because this was a major change. Given the new restrictions on the categories, the number of categories are dramatically reduced. This is because we strengthened the criteria for being selected from only one variant being available, to all variants being available to run.

This new method with matrices uses more code, and memory versus the previous method, but it's much more maintainable and has new features to prevent the modification of the core code of the selector. In the previous solution, we needed to modify the core code when we added new restrictions. Now, this is all defined outside of the PerfParser. It's also much easier to tell where things are happening. Before, the code was very concentrated and a small change often caused unwanted/unexpected changes.

Differential Revision: https://phabricator.services.mozilla.com/D163839
2022-12-08 22:34:35 +00:00
Greg Mierzwinski
5b521d1947 Bug 1803361 - Build decision matrices for all categories. r=perftest-reviewers,kshampur
This patch adds a method that builds decision matrices (see previous patch for info on this) for the category, and all variant combinations. At this stage, user requests (platforms, apps, and variants) get applied along with category restrictions. Furthermore, the restricted apps, and platforms are handled here. The next patch in this series shows how the categories are setup for this.

The category matrix has the form: {
	category-name: {
		variant_combination_1: variants_decision_matrix_1,
		variant_combination_2: variants_decision_matrix_2,
		...
	}
}

Note how the category name is the base category name and hasn't been combined into a formal name for the selector to display. This is expected as the name creation happens within the expand_categories method.

Differential Revision: https://phabricator.services.mozilla.com/D163838
2022-12-08 22:34:35 +00:00
Greg Mierzwinski
8b5e9b0172 Bug 1803361 - Add a method to build a decision matrix. r=perftest-reviewers,kshampur
This patch adds the base method that is used to build our decision matrix for use in building up our categories. The decision matrix has the form: [
	[
		[
			# Android platform, with apps as columns (firefox, chrome, chromium, fenix, geckoview, chrome-m)
			[False, False, False, True, True, True]
			# Android-a51
			[False, ...]
			[...]
			[...]
			[...]
			[...]
		] # Raptor
		[
			...
		] # Talos
		[] # AWSY
	], # Base variant (uncombined, e.g. only live-sites or profiling)
	[], # Another variant
]

Each element in this matrix tells us whether this particular (variant, suite, platform, app) combination is valid and runnable. If the element is False then the combination is not runnable. We make use of this to build up our categories and variant combinations. In the next patch, the variant-combination decision matrices are made by performing an AND operation on all of the corresponding elements in the individual variant decision matrices.

Some custom enumeration clases are also created for our various settings. The ClassificationEnum class provides the ability to use the Enum objects as indices to an array while also providing us with storage for a string identifier of the setting. This makes the category expansion code much more readable since we don't need to worry about where indices are, and the variabl naming is more succint.

Differential Revision: https://phabricator.services.mozilla.com/D163837
2022-12-08 22:34:34 +00:00
Greg Mierzwinski
78ff58aa7e Bug 1803361 - Add pre-run category checks to perf-selector. r=perftest-reviewers,kshampur
There was a bug found regarding how the Pageload (live) category was empty because the negation of live sites !live was inadvertently included. This is expected given the code we have. Instead of changing the behaviour of mach try perf when it comes to handling negation removals in the variants, we'll remove the live-site pageload category and add a restriction to the category definitions. At the same time, the Bytecode-Cached category is removed since it's a variant of some existing tests as well. Note that these removals are done in a later patch with a few other changes.

The tests are also modified to add new tests for this restriction, and change up the tests to ensure they aren't using bad categories.

Differential Revision: https://phabricator.services.mozilla.com/D163836
2022-12-08 22:34:34 +00:00
Butkovits Atila
d2cbc72bd6 Backed out changeset 4af3a83487c7 (bug 1804772) for causing build bustages at nsCSSFrameConstructor.cpp. CLOSED TREE 2022-12-09 01:17:36 +02:00
Doug Thayer
11a4da715e Bug 1804626 - Backed out changeset 77591550134c r=iain
It looks like shapes are not being traced through MIR ops, instead relying on
the fact that shapes must always be tenured, and thus can only go away during
a compacting GC which will throw away Ion code anyway. Accordingly our
assumptions for why this optimization was okay were skewed.

Differential Revision: https://phabricator.services.mozilla.com/D164261
2022-12-08 22:07:54 +00:00
Emily McDonough
e7f6b82578 Bug 1804772 - Make nsIFrame::GetStartPageValue/nsIFrame::GetEndPageValue constant complexity by copying over the PageValuesProperty value when creating frame continuations. r=dholbert
This was causing layout/generic/crashtests/1683126.html to timeout with named
pages enabled.

It is possible for a frame's PageValues struct to have both the start and end
values be set to null as further children are added. In that case, we can
avoid doing an extra allocation for each of that frame's continuations, as a
small optimization.

Differential Revision: https://phabricator.services.mozilla.com/D164266
2022-12-08 22:04:14 +00:00
Emily McDonough
75e63871f4 Bug 1804750 - Track page name when constructing column set wrapper frames r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D164258
2022-12-08 21:47:05 +00:00
Dan Robertson
3c648617a6 Bug 1804606 - Ignore failing onscrollend failure. r=hiro
Differential Revision: https://phabricator.services.mozilla.com/D164223
2022-12-08 21:26:32 +00:00
Mike Hommey
1861703e51 Bug 1797891 - Make some tasks really only run on m-c or autoland. r=jcristau
As of bug 1791454 m-c and autoland both also imply the toolchains
branch, which doesn't work for every kind of task, some of which are
really meant to only run on those branches.

Differential Revision: https://phabricator.services.mozilla.com/D164149
2022-12-08 21:18:06 +00:00
Jeff Muizelaar
a9d4cdbd5f Bug 1804763 - Add some notes about improving recording peformance. r=mstange
Differential Revision: https://phabricator.services.mozilla.com/D164265
2022-12-08 21:05:38 +00:00
Nicolas Chevobbe
7e9ac8be05 Bug 1804680 - [devtools] Update compatibility data. r=jdescottes.
Differential Revision: https://phabricator.services.mozilla.com/D164228
2022-12-08 21:04:59 +00:00
Tomislav Jovanovic
29d2e76375 Bug 1778461 - Fix handling of multiple "all sites" permissions in about:addons, r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D163840
2022-12-08 21:02:48 +00:00
John Schanck
7f3ed4068d Bug 1802996 - land NSS NSS_3_86_RTM UPGRADE_NSS_RELEASE, r=bbeurdouche
Differential Revision: https://phabricator.services.mozilla.com/D164263
2022-12-08 20:51:52 +00:00
John Schanck
94dee3ffcd Bug 1804579 - Deprecate the U2F DOM API. r=dveditz,webidl,smaug,flod
Differential Revision: https://phabricator.services.mozilla.com/D164166
2022-12-08 20:44:34 +00:00
Ksenia Berezina
e2a6031ebb Bug 1776678 - Ship v109.0.0 of the WebCompat System Addon r=webcompat-reviewers,twisniewski
Differential Revision: https://phabricator.services.mozilla.com/D164256
2022-12-08 20:29:53 +00:00
Sebastian Hengst
9bc20993bc Backed out 3 changesets (bug 1790872) on request of nika for causing regressions. CLOSED TREE
Backed out changeset 6b72e6c8e3bc (bug 1790872)
Backed out changeset 3e53a1922022 (bug 1790872)
Backed out changeset 862b578d462e (bug 1790872)
2022-12-08 23:17:57 +01:00
John Schanck
cc445a9697 Bug 1804624 - upgrade to authenticator 0.4.0-alpha.4. r=dveditz,supply-chain-reviewers
Version 0.4.0-alpha.4 fixes an issue where CTAP2 commands would fail if a token
did not have a PIN set. See
https://github.com/mozilla/authenticator-rs/pull/208

Differential Revision: https://phabricator.services.mozilla.com/D164255
2022-12-08 20:28:02 +00:00
Nick Alexander
4ec6b65323 Bug 1768961 - Avoid logging from pingsender. r=nrishel
The main reason to do this is to avoid polluting developer's terminals
_after_ Firefox exits; regular users shouldn't see `pingsender`
logging at all.

It's not technically difficult to actually launch with null stdout and
stderr, but it is quite onerous: we have at least two ways to launch
processes (`LaunchApp` and `nsIProcess`), with platform specific
differences and implementation specific options.  This approach is at
least brief and easy to understand.

Differential Revision: https://phabricator.services.mozilla.com/D163153
2022-12-08 20:17:06 +00:00
Simon Friedberger
81ad4177dc Bug 1804413: Update remote server prefs for new version. Improve error handling. r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D164070
2022-12-08 19:52:04 +00:00
Simon Friedberger
d64449732f Bug 1804413: Make code adjustments for draft DAP-02. r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D164069
2022-12-08 19:52:04 +00:00
Simon Friedberger
83b4153bd6 Bug 1804413: Increase prio dependency version and audit. r=chutten,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D164068
2022-12-08 19:52:03 +00:00
Mozilla Releng Treescript
5f0fe9b73a no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
ach -> 8d3ebd2c3d4510b1f6856cc57188d8a9537149d7
an -> 12520ab637c5deb3986b0fc05072eaf5faaeee31
ar -> 268eb35c9e907bc8f421b4f9ba28f241229b0f82
ast -> fbdefcaf6ff44cb5eb6d6e4522972d03f99e813b
az -> a2839c49e43e56ffda5979770d2552856170d798
be -> 0131b58dd8277f8f3e275e24a05964e16d9a305a
bg -> b477c52a2dda8f8436a92f3aff2a761d2bd87382
bn -> 6a6e832d9bbd470f406af7c83107b9ff7733f2a5
br -> 835006ee2bc305fe42f8c14c22d640f7375d89d6
bs -> bd7b38d95105497c36b5a90ef2effa5d91dbdb3a
ca -> 1790626dbe2d0f634bf157fca147b2b1cb1444f6
ca-valencia -> ec45edd0986a3f7da62d3f90897d0c8e740dde3d
cak -> 4b662f8dac50977838cb3549896568c5f6fa5d59
cs -> dc095d606977df62edf539ccf4ae9e0cead4fb3c
cy -> ada9b3eeecd5bab0b01628039173e37024c998a3
da -> d1649e6e97659b3822e72882d511aebb097e3f58
de -> 09c3969d6d322bd80743825a2b4d8df118e570ab
dsb -> 4e01f98586c10afe6a5a4828aec2c371a258892f
el -> 79524c43c0e558c1bdcaff269013786401b1dbf7
en-CA -> 2902fafc49cc302ac18f5738778b303d68586938
en-GB -> eca00a6fd0e30815bfae7678e80e18047850aa6b
eo -> 807727f30e1b2b8cd0c97c0c1a05e27b3dbf7422
es-AR -> 6b72abdd2bc170d265710cd465896723e377b96d
es-CL -> 9bb19e2965c77447fb4e17f55b1a38b02a3981b6
es-ES -> 02d8cb1915305bc86b0c3b5976a376aba0f79544
es-MX -> 0e51855f08281d3ba32a6e331654a58961ffba1c
et -> b8b25a07e0562def2ca3068b9d6e9dc47eefdfa4
eu -> e2d2ef92c6c3e4db79768b867154a7fd33a0da6b
fa -> 06425e279bf6fcbdfe4c16e1ba443ee7fd0ccd6e
ff -> eac907de123b8d17d5aa16058a3def582baa4cce
fi -> 8bc0ce8c2291823c88becb66fdfb300346367c64
fr -> 59dd52354a3bdf6b1f9736158ceec541056d3970
fy-NL -> 925310b88fe3f286d4a96363480527dfc4e507a1
ga-IE -> 7ea558190d40f37151077317baa5f4a09e060200
gd -> 1f9f38d1086d66126f12d350723b0abfaab61af4
gl -> b8b2c54f27367322f9da4a48d4d2b95aa75a7c04
gn -> d8b052b97e1e160c18e213567f9fc9a55339f2f1
gu-IN -> 815349c12192368bbfbfff871f2c9e0fe6940ad3
he -> 75ff5721a27d2e941aa038b97e955e98173542ea
hi-IN -> 7a7a48af6d10e5d21e72ca1c1117effdab4db4c6
hr -> 53172b90871cf14c4b8a446da159b694abe7d813
hsb -> 7b0a71a990a133dc05dae260c18fa20d6aaf43ab
hu -> 9570b0a792efb4cfbe5f12dfb6b2b04ca8e9adbd
hy-AM -> 58929ef006bbc3743175751df91c2b8a7ffd4191
hye -> 17019943d9701ecd22ddf7784357d406b06a1ba7
ia -> 2dfa9bff21640b476eb2fc5fc466ba0d9244f90a
id -> 8c612b4d5012a095a1ef4d0d92b0d0ca67df0493
is -> c3681b5e01458373e0b0eaac59e660f395184b28
it -> 9a9b6f3ab4e8f54e5c34c689933e6f9a52603655
ja -> 101dccefe077350d44d3b13322e2ccb1fbb4ecdd
ja-JP-mac -> 385e9715aef81f593cd0abe2b065ba7e709b937b
ka -> addbdf19e749b14ef7adc141988231e99018016b
kab -> e1faba88efa28c76810065bae43ffa8bb93ac8d8
kk -> 2aaea759ec9c4f8ee5526d614d099b704cce0b6e
km -> 8d9362063e8b91c9c97e577e360f7b86401549a7
kn -> 390d5e732ad8b3b07ea02e9f7416f760c254b6c8
ko -> e3302535637fecd4c4bcf625965950f650c2f77c
lij -> 42a6b178cb2f8012dff8858336d4dbf89c5d6b80
lo -> a600f3dcf04068f681157f7e355e31663ccd0fe4
lt -> 665459b9db807fa6826e733c7a9655ff61825c61
ltg -> 9023da67a2f7ecca490fe182af2569dde53bc48a
lv -> 8bbed05338fb631908730fac02283827cf1c2c01
mr -> 4c60bf3f4fbf7a9a2949d8fe376118f2f9843666
ms -> d20189e6ff4d6b6c6e168583bd54ccbca91c21a0
my -> 0dfef291efd18a66f6e026a302c3c5a6a03b8c5b
nb-NO -> 1b9b0dc14e6576489ae9c8b00e58e6bf61a24924
ne-NP -> 02a2c9886bf282a966b481f1c2590998f9703c10
nl -> aa3e6ae2cf21ffbeb69099c52299f571895cfa97
nn-NO -> 09766fc8afc1332924f729cead8159966a8974fe
oc -> 42fb77ec0f163584b7d12eba6b491486c7e1d8bd
pa-IN -> 31a8950ef7f8a743bad356bb8cdb27acdec0706b
pl -> 7e745d5615de6783cc0a3342290a0bcdb09d090d
pt-BR -> b645b7531174fb30afca4e03fb053f9d01a751fe
pt-PT -> f905b397bdd8f554897df0313fe08c670944baa9
rm -> 886ef40b1695fb5aed6feb6da30289659c5f66dc
ro -> bef47bdd78d745cb64a909bf7a7da1b1ad91318d
ru -> 7bd8c5c62f67e5e0bfc1bc5cc329befaf2169bd6
sat -> 245c5364843b50b9ff5e36630b39c4fd0bda6250
sc -> 1aa3cd1a042718b8615cca6c6bb99ec0d0ba356d
sco -> e3795914f9a137908cc988ea9ed70e9ed2b26ab1
si -> c9447ba3ad3aef08fce46f8286c89a52f7176d28
sk -> 54a16bcbebf1dbe0114f2c00c9589f15f475fe80
sl -> 89dda871c26becdab9ce3b6dc545124841101565
son -> f652b76420babb324e5204e555caa7795c8d0779
sq -> 7851f34c0272176d285b9707804a78b8af1d83d3
sr -> 4f5483685afdca95ce028413d25fc6c8bba9a5a9
sv-SE -> b877413501bdd578d96d20549db4bd853a495e27
szl -> d5e7a1936a70536073b26225d314485d6b717f85
ta -> 288071b43925be9b390034ad43da7a711ae4feef
te -> d5f19dbecf1df87fa71e053a9edbf3de19389b65
tg -> b39a0a6c9606a8764d7fb238e5a28457f1468889
th -> 09da6b454ddb5ae8df94f4871fdf69268e23ba07
tl -> 9ee734a3d2b1d784f3b03ca12f353054c7642272
tr -> a8b51f93b4561001f1f45fb3857f85171db193cb
trs -> cd56d5613544a01f00eb34da66baa57e3ef0ac68
uk -> ddd407a32f04c16c8a2595de23e28aa7d0be4a7a
ur -> 429f56ac6793a23ef4d082ba6be72d5a2f63a767
uz -> 346e80caa273c443a8b85fa0a406e73793e1b3a1
vi -> d8f6a543d68caef0ebcafa2dcefae9f2ce231f91
zh-CN -> b9653625c59c3276cef4fde78c29fc8f6793c170
zh-TW -> 010099a940a4ade26f8cb1e18b0bc247a63ce886
2022-12-08 19:04:57 +00:00
Andrew Halberstadt
d428faabc7 Bug 1795042 - [ci] Migrate 'packages' tasks from AWS -> GCP, r=jcristau
Differential Revision: https://phabricator.services.mozilla.com/D164238
2022-12-08 18:48:03 +00:00
Jonathan Kew
bcb5f4fbfb Bug 1789268 - Pass bounds when creating an AdjustedTarget for canvas text with filter or shadow. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D164043
2022-12-08 17:55:57 +00:00
scott
7c3973c06d Bug 1804533 - Save to Pocket and Pocket newtab pass rollout metadata to Pocket links r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D164125
2022-12-08 17:39:36 +00:00
Kelly Cochrane
6b97a60573 Bug 1804055 - Part 2: Update grid columns for recently closed tabs in Fx View to ensure vertical alignment r=sclements
Differential Revision: https://phabricator.services.mozilla.com/D164221
2022-12-08 17:11:24 +00:00
Marian-Vasile Laza
b94fb931fa Backed out 7 changesets (bug 1712329) for causing mochitest certificate integration failures. CLOSED TREE
Backed out changeset 9812a580faff (bug 1712329)
Backed out changeset 108f339bf13e (bug 1712329)
Backed out changeset a64c580e31d0 (bug 1712329)
Backed out changeset 7cce6af9c6b5 (bug 1712329)
Backed out changeset e7f1b3c8f532 (bug 1712329)
Backed out changeset 71562a7b9060 (bug 1712329)
Backed out changeset d249b4468265 (bug 1712329)
2022-12-08 19:25:57 +02:00
Valentin Gosu
802e044b67 Bug 1804668 - Put TRRSkippedReasons in source docs r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D164208
2022-12-08 17:01:06 +00:00
Valentin Gosu
703563df00 Bug 1804668 - Convert netwerk/docs/dns to markdown r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D164207
2022-12-08 17:01:05 +00:00
Stanca Serban
2aa811232e Backed out 3 changesets (bug 1804413) for causing Xpcshell tests failures in test_dap.js. CLOSED TREE
Backed out changeset 07e35e34ac0e (bug 1804413)
Backed out changeset 408fd6a7c601 (bug 1804413)
Backed out changeset f5533a86cd2b (bug 1804413)
2022-12-08 19:02:40 +02:00