Ashley Hale
8a480d93d9
Bug 1852513 - Use more gradient color stops for interpolation r=tlouw,emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D190903
2023-11-09 21:14:33 +00:00
Mark Banner
e6ef977678
Bug 1863596 - Avoid initialising the add-on manager in searchconfigs tests when new configuration is enabled. r=search-reviewers,daleharvey
...
The new search engine configuration does not need the add-on manager for application provided engines.
We can therefore skip initialisation for it and help to speed up the tests.
Differential Revision: https://phabricator.services.mozilla.com/D192979
2023-11-09 21:11:00 +00:00
Matthew Gaudet
446459a8cd
Bug 1841124 - Run slow jit-tests in automation r=sfink
...
Depends on D192744
Differential Revision: https://phabricator.services.mozilla.com/D192745
2023-11-09 20:35:52 +00:00
Matthew Gaudet
597ef0896a
Bug 1843648 - Run slow jstests in automation r=sfink
...
Depends on D192719
Differential Revision: https://phabricator.services.mozilla.com/D192744
2023-11-09 20:35:51 +00:00
Matthew Gaudet
197e6a193a
Bug 1841118 - Teach EvalInStencil about cross-compartment wrappers r=arai
...
Differential Revision: https://phabricator.services.mozilla.com/D192719
2023-11-09 20:35:51 +00:00
Matthew Gaudet
1cc25e1e26
Bug 1863020 - Remove invalid build-configuration check r=sfink
...
Differential Revision: https://phabricator.services.mozilla.com/D192718
2023-11-09 20:35:51 +00:00
Matthew Gaudet
cbfc4cff7a
Bug 1863016 - Remove Regexp tests which expect to throw internal errors r=iain
...
Differential Revision: https://phabricator.services.mozilla.com/D192717
2023-11-09 20:35:50 +00:00
Matthew Gaudet
c485f90845
Bug 1863016 - Remove tests which execute 2**31 internal operations (and thus just timeout) r=iain
...
Differential Revision: https://phabricator.services.mozilla.com/D192716
2023-11-09 20:35:50 +00:00
Matthew Gaudet
2db7667ff4
Bug 1863016 - Remove tests which force Array.prototype.unshift to have an enormous runtime r=iain
...
See this profile for what's going on: https://share.firefox.dev/460px13
Essentially, we're calling ToId on all 2**31 indexes.
Differential Revision: https://phabricator.services.mozilla.com/D192715
2023-11-09 20:35:49 +00:00
Matthew Gaudet
319cf86390
Bug 1863016 - Remove timing out tests that intentionally try to run to OOM r=iain
...
Differential Revision: https://phabricator.services.mozilla.com/D192714
2023-11-09 20:35:49 +00:00
Matthew Gaudet
2725107d97
Bug 1843649 - TypedArray properties are configurable now, update test to match r=sfink
...
See the spec, section 10.4.5.1, [[GetOwnProperty]](P) for Integer-Indexed exotic objects,
https://tc39.es/ecma262/#sec-integer-indexed-exotic-objects-getownproperty-p
Also, this test is fairly fast, so removing slow annotation.
Differential Revision: https://phabricator.services.mozilla.com/D192713
2023-11-09 20:35:49 +00:00
Natalia Csoregi
d4dc69bd47
Backed out changeset a0ea397f2499 (bug 1863995) for causing multiple failures turn perma e.g. test_webtransport_simple.js. CLOSED TREE
2023-11-10 01:52:09 +02:00
Cieara Meador
05b87b5593
Bug 1859581 - PBM contrast colors should remain unchanged r=dwalker,desktop-theme-reviewers,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D192899
2023-11-09 20:04:21 +00:00
Karl Tomlinson
df67efc862
Bug 1863799 use Spans for AudioChannelsDownMix parameters r=padenot
...
This clarifies the association between output channel length and its array and
reduces the number of parameters.
The parameter type for aOutputChannels now clarifies that the channel pointers
are not modified.
Explicit template arguments are added because they are not deduced with the
implicit nsTArray to Span conversion.
Differential Revision: https://phabricator.services.mozilla.com/D193166
2023-11-09 19:43:42 +00:00
Magnus Melin
a8ba8263c7
Bug 1863934 - Fix Thunderbird test fails in security/manager/ssl/tests/unit/test_content_signing.js, test_ocsp_stapling.js (after bug 1862062). r=keeler
...
Differential Revision: https://phabricator.services.mozilla.com/D193196
2023-11-09 19:43:40 +00:00
Iulian Moraru
d0224a2194
Backed out 2 changesets (bug 1863266) for causing xpcshell failures on test_DOM.js. CLOSED TREE
...
Backed out changeset 8dd3f736b169 (bug 1863266)
Backed out changeset 8ff7b69bf4d6 (bug 1863266)
2023-11-09 21:53:57 +02:00
Heitor Neiva
bc35d8e91d
Bug 1856067 - Add macOS provisioning profiles r=releng-reviewers,taskgraph-reviewers,jlorenzo,ahal,mach-reviewers
...
Depends on D191705
Differential Revision: https://phabricator.services.mozilla.com/D192697
2023-11-09 19:11:56 +00:00
Kershaw Chang
5492ae2bb4
Bug 1816677 - Make sure we rewind the request stream when retrying a transaction for different IP address, r=necko-reviewers,jesup
...
Differential Revision: https://phabricator.services.mozilla.com/D192565
2023-11-09 19:10:13 +00:00
Karl Tomlinson
fba6dbe385
Bug 1863799 don't Clone() channel arrays in WriteChunk() r=padenot
...
ChannelData() returns an nsTArray, so Clone() allocates, even when only two
channels are required for which stack storage is available.
Differential Revision: https://phabricator.services.mozilla.com/D193165
2023-11-09 19:06:42 +00:00
Karl Tomlinson
4d853ebef0
Bug 1863799 don't Clone() upmix channel arrays in DelayBuffer r=padenot
...
nsTArray::Clone() allocates each time instead of re-using the storage
previously allocated in mUpmixChannels, defeating the purpose of
mUpmixChannels.
Differential Revision: https://phabricator.services.mozilla.com/D193164
2023-11-09 19:06:41 +00:00
Henrik Skupin
090e54c529
Bug 1863266 - [remote] Improve DOM.isDisabled() for complex disabled checks. r=webdriver-reviewers,jgraham
...
Differential Revision: https://phabricator.services.mozilla.com/D193201
2023-11-09 19:04:41 +00:00
Henrik Skupin
c0b93a4a70
Bug 1863266 - [wdspec] Improve tests for "Element Clear" and "Is Element Enabled" for disabled elements. r=webdriver-reviewers,jgraham
...
Differential Revision: https://phabricator.services.mozilla.com/D193200
2023-11-09 19:04:41 +00:00
Mozilla Releng Treescript
7de22c5060
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
...
it -> 895ac8a62b09068f2f175972b7fb5d6f213de53f
pt-PT -> 0bd0c6abcab695d25fa619911e40da0fec4d9ae6
2023-11-09 19:03:56 +00:00
Natalia Csoregi
333624f47b
Backed out changeset 5cb2c0551ff2 (bug 1854115) for causing failures on test_product.js. CLOSED TREE
2023-11-09 20:55:22 +02:00
Natalia Csoregi
4e91b13b7d
Backed out changeset 555c786396f8 (bug 1852046) as requested. CLOSED TREE
2023-11-09 20:53:42 +02:00
Morgan Rae Reschenberg
5e8494173a
Bug 1858556: Add telemetry for Always Underline Links r=Jamie
...
Differential Revision: https://phabricator.services.mozilla.com/D190861
2023-11-09 18:31:07 +00:00
Fred Chasen
4285675619
Bug 1854115 - Handle Shopping OHTTP errors and not ok statuses. r=shopping-reviewers,Gijs
...
- Wraps the calls to `QueryInterface(Ci.nsIHttpChannel)` in `ohttpRequest` in try blocks and rejects the request promise on errors.
- Adds check for `relayChannel.responseStatus` to resolve with http statuses other than ok.
Differential Revision: https://phabricator.services.mozilla.com/D192898
2023-11-09 18:06:38 +00:00
Paul Zuehlcke
d8261b5979
Bug 1862936 - Add a flag to removeAllTabsBut for closing pinned and selected tabs. r=tabbrowser-reviewers,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D193070
2023-11-09 18:04:05 +00:00
Makoto Kato
36497ee57a
Bug 1858843 - Remove pre-Lollipop code from C/C++. r=geckoview-reviewers,media-playback-reviewers,padenot,owlish,jnicol
...
Differential Revision: https://phabricator.services.mozilla.com/D191602
2023-11-09 17:39:59 +00:00
Cosmin Sabou
22aadef0ce
Backed out changeset 4100364d528c (bug 1862937) for causing build bustages. CLOSED TREE
2023-11-09 19:34:15 +02:00
Cosmin Sabou
f52c8f00dc
Backed out changeset 1e7d530afef0 (bug 1862039) for causing GLContext related crashes.
2023-11-09 19:27:41 +02:00
Manuel Bucher
783f4dea13
Bug 1863995 - neqo v0.6.7 r=necko-reviewers,kershaw
...
Differential Revision: https://phabricator.services.mozilla.com/D193219
2023-11-09 17:10:47 +00:00
Andrew Halberstadt
bc82a978b8
Bug 1850531 - [ci] Enable mochitest-chrome-gpu on Wayland debug pool, r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D193217
2023-11-09 17:02:57 +00:00
Andrew Halberstadt
381453d7ea
Bug 1850541 - [ci] Enable mochitest-browser-media on Wayland debug pool, r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D193215
2023-11-09 17:02:56 +00:00
Andrew Halberstadt
41ee535335
Bug 1850419 - [ci] Enable mochitest-ally on debug Wayland pool, r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D193214
2023-11-09 17:02:56 +00:00
Nazım Can Altınova
2135e815f1
Bug 1862937 - Add profiler markers for LCP values r=sefeng,profiler-reviewers,florian
...
There might be multiple LCP entries in a web page, and we only care about the
last one which is also the biggest value. That's why we need to record these
values in two different places:
- During the Document unload, so we can add markers for the closed pages.
- During the profile capture, so we can add markers for the open pages.
This allows us to capture all the LCP values. Note that this is not the case
for other metrics like FCP, TTFB, DOMContentLoaded etc. that fires only once.
Differential Revision: https://phabricator.services.mozilla.com/D192828
2023-11-09 16:59:05 +00:00
Nicolas Silva
b3277bf33e
Bug 1862039 - Don't set GL_CONTEXT_FLAG_NO_ERROR_BIT with mesa. r=gfx-reviewers,jgilbert,jrmuizel
...
Differential Revision: https://phabricator.services.mozilla.com/D193053
2023-11-09 16:40:46 +00:00
Robert Longson
62354e82f7
Bug 1861736 part 1 - preserve renderingobserverset across node adoptions r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D192405
2023-11-09 16:35:45 +00:00
Cosmin Sabou
766324909f
Backed out changeset cfe0bbc666b8 (bug 1784757
) in order to wait some more for a patch.
2023-11-09 18:09:48 +02:00
Randell Jesup
3e19daaab6
Bug 1853444: Set/Get SendOrder for WebTransportSendStreams r=kershaw,necko-reviewers,webidl,smaug
...
Allow dynamic changes to steram sendOrder to comply with updated
spec.
Differential Revision: https://phabricator.services.mozilla.com/D188377
2023-11-09 16:02:46 +00:00
edgul
9ade511ef2
Bug 1845938 - Change assertion to early return for GetBaseDomainFromHost failure. r=cookie-reviewers,valentin
...
Differential Revision: https://phabricator.services.mozilla.com/D185928
2023-11-09 16:01:57 +00:00
Marco Castelluccio
22e8f8ddf3
Bug 1557848 - Don't list all chunks for jobs in mach try fuzzy. r=ahal DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D157732
2023-11-09 15:48:16 +00:00
André Bargull
3ff8ee5ea2
Bug 1863960 - Part 2: Update test262 exclusions. r=mgaudet
...
Depends on D193202
Differential Revision: https://phabricator.services.mozilla.com/D193203
2023-11-09 15:25:41 +00:00
André Bargull
0e916e83d5
Bug 1863960 - Part 1: Update test262. r=mgaudet
...
Differential Revision: https://phabricator.services.mozilla.com/D193202
2023-11-09 15:25:40 +00:00
Cosmin Sabou
7eab046601
Bug 1784757
- Disable browser_test_group_fission.js on mac and windows !debug for frequent failures. r=intermittent-reviewers,jmaher DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D193209
2023-11-09 15:21:52 +00:00
Sean Feng
7f1ec478c2
Bug 1861713 - Fix a nullptr crash in WebTaskScheduler r=dom-core,mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D192334
2023-11-09 14:28:30 +00:00
Dimi
42234038bf
Bug 1860619 - Match label or value when setting the default value of country and address-level1 menulist r=joschmidt
...
Differential Revision: https://phabricator.services.mozilla.com/D192246
2023-11-09 14:25:10 +00:00
ffxbld
8e42c6d159
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - r=release-managers,dmeehan
...
Differential Revision: https://phabricator.services.mozilla.com/D193190
2023-11-09 14:08:49 +00:00
André Bargull
d640d91fad
Bug 1863390: Handle case when dependent string is latin-1. r=jandem
...
Differential Revision: https://phabricator.services.mozilla.com/D192958
2023-11-09 13:37:21 +00:00
Noemi Erli
27ddf0064a
Backed out changeset eeaa3eb5db95 (bug 1860619) for causing failures in browser_edit_address_doorhanger_display.js CLOSED TREE
...
changed browser/extensions/formautofill/test/browser/address/browser_address_doorhanger_not_shown.js HG: changed browser/extensions/formautofill/test/browser/address/browser_edit_address_doorhanger_save_edited_fields.js HG: changed
toolkit/components/formautofill/default/FormAutofillPrompter.sys.mjs HG: removed browser/extensions/formautofill/test/browser/address/browser_address_doorhanger_state.js HG: removed
browser/extensions/formautofill/test/browser/address/browser_edit_address_doorhanger_display_state.js
2023-11-09 15:30:05 +02:00