Matthew Gaudet
d3355f0661
Bug 1910717 - Rename prototype functions collection r=jandem
...
Differential Revision: https://phabricator.services.mozilla.com/D225289
2024-10-15 16:00:19 +00:00
Matthew Gaudet
9269e1e6bf
Bug 1910717 - Remove ProtoKind::IteratorProto r=jandem
...
Differential Revision: https://phabricator.services.mozilla.com/D225288
2024-10-15 16:00:17 +00:00
Matthew Gaudet
0ca4817c2e
Bug 1910717 - Remove pref for iterator helpers r=jandem
...
Differential Revision: https://phabricator.services.mozilla.com/D225287
2024-10-15 16:00:16 +00:00
John Schanck
f2b57123d0
Bug 1924577 - vendor clubcard-crlite 0.3.0. r=keeler,supply-chain-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D225552
2024-10-15 15:55:26 +00:00
Sandor Molnar
5b5227a408
Backed out changeset a8d9f3b68a31 (bug 1924631) for causing build bustages. CLOSED TREE
2024-10-15 19:00:32 +03:00
Sebastian Hengst
411db3733d
Bug 1924783 - skip-fails docs: correct 'new-task-config' to 'new-test-config'. r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D225670
2024-10-15 15:41:06 +00:00
Andrew Osmond
0584243592
Bug 1921817 - Fix truncated images where fewer frames are produced than expected with WebCodecs. r=media-playback-reviewers,padenot
...
This patch resolves the case where we expect a certain number of frames
from the decoder, given the frame count decoder results, but in practice
when we actually do the decoding, we don't produce any frames.
Differential Revision: https://phabricator.services.mozilla.com/D225103
2024-10-15 15:33:12 +00:00
Valentin Gosu
b9e34ee730
Bug 1924631 - Fix Win MinGW build r=necko-reviewers,kershaw
...
Defines IN6_IS_ADDR_LINKLOCAL and IN6_IS_ADDR_LOOPBACK when the symbols
aren't known.
Differential Revision: https://phabricator.services.mozilla.com/D225630
2024-10-15 15:25:15 +00:00
Matthew Gaudet
21c254a2dd
Bug 1924169 - Remove js_cmd_prefix r=sfink
...
This seems like it used to do a thing, but no longer is used that way.
Differential Revision: https://phabricator.services.mozilla.com/D225395
2024-10-15 15:23:39 +00:00
Hubert Boma Manilla
0ac7e1e8f4
Bug 1900395 - [devtools] Fix keyboard navigation and outline tests r=devtools-reviewers,ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D224881
2024-10-15 15:22:52 +00:00
Hubert Boma Manilla
a0aa3750ec
Bug 1904489 - [devtools] Enable Codemirror 6 by default r=devtools-reviewers,nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D221020
2024-10-15 15:22:52 +00:00
Hubert Boma Manilla
d5a34202c2
Bug 1920928 - [devtools] Use the codemirror instance in the source editor r=devtools-reviewers,perftest-reviewers,nchevobbe,sparky
...
Differential Revision: https://phabricator.services.mozilla.com/D223470
2024-10-15 15:22:51 +00:00
Hubert Boma Manilla
dde14164c9
Bug 1900395 - [devtools] Some general fixes for tests r=devtools-reviewers,nchevobbe
...
- Wait for Codemirror document load to complete in certain situations
- Make sure `getLocationsInViewport` handles properly when the source editor is destroyed
Differential Revision: https://phabricator.services.mozilla.com/D224127
2024-10-15 15:22:51 +00:00
Hubert Boma Manilla
b0574dfd26
Bug 1900395 - [devtools] Cleanup leftover usages of getCM r=devtools-reviewers,nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D223465
2024-10-15 15:22:50 +00:00
Maxx Crawford
0a4c37bc06
Bug 1920062 - Layout Expt (Var B) - Fix issue where search bar overlaps logo/weather widget on smallest breakpoint r=home-newtab-reviewers,desktop-theme-reviewers,sfoster,nbarrett
...
Differential Revision: https://phabricator.services.mozilla.com/D224835
2024-10-15 15:14:12 +00:00
Maxx Crawford
b67eb1db60
Bug 1920079 - Layout Expt (Var B) - Fix zoom issue on customize panel not overlapping content when open r=home-newtab-reviewers,desktop-theme-reviewers,nbarrett
...
Differential Revision: https://phabricator.services.mozilla.com/D224834
2024-10-15 15:14:12 +00:00
Sean
f5cb3d7f61
Bug 1767292 - Show scheme for Auth Dialog if HTTP r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D224379
2024-10-15 14:39:41 +00:00
Julian Descottes
8f75db2421
Bug 1923899 - [bidi] Wait for currentWindowGlobal when sending commands to window global message handlers r=webdriver-reviewers,Sasha
...
When attempting to send commands on a very early browsing context, the command might fail
due to a missing currentWindowGlobal.
This patch adds a helper to wait for the currentWindowGlobal property to be set and uses it from
RootTransport in order to avoid this issue.
A browser mochitest is added to cover this scenario.
Differential Revision: https://phabricator.services.mozilla.com/D225281
2024-10-15 14:33:29 +00:00
William Durand
8e48f8f2fd
Bug 1880777 - Stop hidding the "Install add-on from file" option on Android < 10. r=amejiamarmol,android-reviewers
...
This reverts "Bug 1868940 - Cannot install an add-on a from local file on Android <10."
Differential Revision: https://phabricator.services.mozilla.com/D225493
2024-10-15 14:27:16 +00:00
Alexandre Lissy
0effe3eacb
Bug 1924484 - Document how to create and use Android AVD r=tthibaud,geckoview-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D225511
2024-10-15 14:25:41 +00:00
DJ
907db54691
Bug 1923865 - revise call signature for addTabGroup. r=jswinarton,sessionstore-reviewers,tabbrowser-reviewers,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D225386
2024-10-15 14:10:39 +00:00
Christian Liebel
7d4a69bac0
Bug 1921633 - Web Manifest: case-insensitive parsing of the "dir" member r=saschanaz
...
for alignment between engines: https://github.com/w3c/manifest/issues/1142
Differential Revision: https://phabricator.services.mozilla.com/D224984
2024-10-15 14:08:42 +00:00
Mike Conley
3fdf95879c
Bug 1920097 - Use toggle heuristics for autoPiP feature as well. r=pip-reviewers,niklas
...
Differential Revision: https://phabricator.services.mozilla.com/D223197
2024-10-15 13:57:38 +00:00
Micah Tigley
6dae78ba72
Bug 1923866 - Add prompts for Remove All and Export passwords. r=fluent-reviewers,rsafaeian,bolsson
...
Differential Revision: https://phabricator.services.mozilla.com/D223640
2024-10-15 13:36:15 +00:00
Sandor Molnar
c303db6ae8
Backed out changeset c76a33e9a09d (bug 1911736) for causing mochitest failures @ browser_osPicker.js CLOSED TREE
2024-10-15 17:22:56 +03:00
Sandor Molnar
bce2ace777
Backed out changeset a7a3ec0f3d35 (bug 1908019) for causing multiple failures.
2024-10-15 17:22:17 +03:00
Roger Yang
6c791b6822
Bug 1923480 - Add tab count to tabs tray button content description r=android-reviewers,avirvara
...
Differential Revision: https://phabricator.services.mozilla.com/D225406
2024-10-15 13:20:40 +00:00
Roger Yang
827992a91c
Bug 1923466 - Set HomeSectionHeaderContent as headers for talkback r=android-reviewers,petru,avirvara
...
{F8587909}
Differential Revision: https://phabricator.services.mozilla.com/D225403
2024-10-15 13:19:18 +00:00
Roger Yang
574b0a237a
Bug 1923461 - Add description to Firefox logo label for talkback r=android-reviewers,npoon
...
Differential Revision: https://phabricator.services.mozilla.com/D225238
2024-10-15 13:18:34 +00:00
Roger Yang
e70377eb64
Bug 1919893 - User do not intercept should apply even if scheme is not supported r=android-reviewers,avirvara
...
Differential Revision: https://phabricator.services.mozilla.com/D224026
2024-10-15 13:17:58 +00:00
Sean Feng
6688e8cd5f
Bug 1922967 - Make report-uri
directive is alwasy used for CSP when Reporting API is disabled r=dveditz
...
Differential Revision: https://phabricator.services.mozilla.com/D225355
2024-10-15 13:16:42 +00:00
Jonathan Sudiaman
57d92c7a64
Bug 1908019 - Store sidebar UI state in a pref that acts as a fallback r=sidebar-reviewers,sessionstore-reviewers,sfoster
...
Refactor sidebar state persistence logic outside of SessionStore and into SidebarController and SidebarManager. Expose an API for session store to update state. If session store data is not available, use the backup state instead. Works for both "Never remember history" and "Use custom settings for history".
Differential Revision: https://phabricator.services.mozilla.com/D225220
2024-10-15 13:14:26 +00:00
iorgamgabriel
ef2e1b5e2d
Bug 1923874 - [Menu Redesign] Show extension promotion with updated strings when all installed extensions have been disabled r=android-reviewers,petru
...
Differential Revision: https://phabricator.services.mozilla.com/D225510
2024-10-15 13:05:58 +00:00
Ryan VanderMeulen
24b7a22d8a
Bug 1923746 - Update Sentry to version 7.15.0. r=android-reviewers,avirvara
...
Differential Revision: https://phabricator.services.mozilla.com/D225144
2024-10-15 12:49:56 +00:00
tannal
802a0177d0
Bug 1922163 - Table element align attribute mapped to float as per spec. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D224630
2024-10-15 12:33:59 +00:00
Jan Varga
c2e468fe3e
Bug 1866402 - Change QuotaManager::Ensure(Persistent|Temporary)OriginIsInitializedInternal to be private methods; r=dom-storage-reviewers,jari
...
QuotaManager::Ensure(Persistent|Temporary)OriginIsInitializedInternal are now
called only from Initialize(Persistent|Temporary)OriginOp. It's now easy to
change the methods to be private methods.
Differential Revision: https://phabricator.services.mozilla.com/D195682
2024-10-15 12:33:30 +00:00
Jan Varga
e57721f47c
Bug 1866402 - Remove QuotaManager::EnsurePersistentOriginIsInitializedInternal calls from IndexedDB maintenance; r=dom-storage-reviewers,aiunusov,jari
...
QuotaManager::OpenStorageDirectory already makes sure that persistent storage
is initialized so this call is now redundant.
Differential Revision: https://phabricator.services.mozilla.com/D195665
2024-10-15 12:33:30 +00:00
Zach Hoffman
3b84d7e202
Bug 282266 - Populate imageClickedPoint when submitter is an image button. r=dom-core,layout-reviewers,emilio,masayuki
...
If the form submission originated from an event dispatch, this patch
ensures that the submitted image button coordinate is not the default.
Differential Revision: https://phabricator.services.mozilla.com/D224651
2024-10-15 12:27:57 +00:00
Issam Mani
322523244d
Bug 1924103 - Inject LoginFormFactory
to eleminate circular dependency in iOS. r=credential-management-reviewers,dimi
...
Differential Revision: https://phabricator.services.mozilla.com/D225385
2024-10-15 12:10:04 +00:00
Timothy Nikkel
694b21a43d
Bug 1788866. Fix pixel format type for color management of avif images. r=gfx-reviewers,lsalzman
...
This code was copied from the png decoder but it is only applicable to the png decoder because it produces output in rgb order. Whereas the avif decoder produces data in BGR order.
Differential Revision: https://phabricator.services.mozilla.com/D220088
2024-10-15 12:01:28 +00:00
oana.horvath
c99bf3b942
Bug 1924510 - Fix tests often timing out while waiting for progress bar to load r=ajoltan
...
Differential Revision: https://phabricator.services.mozilla.com/D225506
2024-10-15 11:55:06 +00:00
Sandor Molnar
dcd8d56a9e
Backed out changeset 6ce305c3078a (bug 1923874) for causing lint failures on android. CLOSED TREE
2024-10-15 15:06:35 +03:00
iorgamgabriel
f182bbecf8
Bug 1923874 - [Menu Redesign] Show extension promotion with updated strings when all installed extensions have been disabled r=android-reviewers,petru
...
Differential Revision: https://phabricator.services.mozilla.com/D225510
2024-10-15 11:35:29 +00:00
Emilio Cobos Álvarez
768cac1db0
Bug 1924240 - Make android widget handling similar to all other platforms. r=m_kato,geckoview-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D225429
2024-10-15 11:30:34 +00:00
Emilio Cobos Álvarez
425e84021e
Bug 1924240 - Pack android nsWindow fields better and clean-up initialization. r=geckoview-reviewers,m_kato
...
Differential Revision: https://phabricator.services.mozilla.com/D225428
2024-10-15 11:30:34 +00:00
Adam Brouwers-Harries
b9617c7da0
Bug 1918716 - Add profiler markers for Glean::EventMetric r=chutten,florian
...
Differential Revision: https://phabricator.services.mozilla.com/D222131
2024-10-15 11:22:32 +00:00
Adam Brouwers-Harries
2000e76b44
Bug 1919330 - Add profiler markers for Glean::CustomDistributionMetric r=florian,chutten
...
Differential Revision: https://phabricator.services.mozilla.com/D223323
2024-10-15 11:12:36 +00:00
Tiaan Louw
b8c2583ebb
Bug 1924679 - Sort factors of a product node during simplication r=layout-reviewers,jfkthame
...
When we simplify a product node, sort the factors according to the spec.
https://drafts.csswg.org/css-values/#calc-serialize
Some tests that assume the factors stay in the declared order is fixed.
Differential Revision: https://phabricator.services.mozilla.com/D225626
2024-10-15 10:55:17 +00:00
Olli Pettay
2b2ec832a9
Bug 1911736 - Enable dom.popup.experimental on Nightly, r=edgar
...
Differential Revision: https://phabricator.services.mozilla.com/D225518
2024-10-15 10:26:18 +00:00
Dale Harvey
41e00f8207
Bug 1913193 - Ensure dedicated search button does not get stuck. r=daisuke,urlbar-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D224471
2024-10-15 09:13:52 +00:00