Граф коммитов

866601 Коммитов

Автор SHA1 Сообщение Дата
Lee Salzman cf3beedd47 Bug 1829026 - Allow WebGLContext::PushRemoteTexture to specify an explicit pid. r=aosmond
Since we're not using WebGL remoting, we no longer have direct knowledge of the pid across
the IPDL gap inside WebGLContext. This must be explicitly passed in.

Differential Revision: https://phabricator.services.mozilla.com/D194348
2023-12-12 07:35:01 +00:00
Lee Salzman 2b9ebd56de Bug 1829026 - Allow WebGLContext to work without a host or client wrapper. r=jgilbert,aosmond
DrawTargetWebgl will use WebGLContext in a direct, non-networked capacity. Currently
there are only a few places WebGLContext actually checks for a host context, and those
are easily stubbed our or made conditional.

Differential Revision: https://phabricator.services.mozilla.com/D194347
2023-12-12 07:35:01 +00:00
Lee Salzman a2f06c0392 Bug 1829026 - Remove unused ClientWebGLContext local extensions. r=jgilbert,aosmond
DrawTargetWebgl is transitioning away from using ClientWebGLContext, so
local extensions that were added to support that use-case are no longer necessary.

Differential Revision: https://phabricator.services.mozilla.com/D194346
2023-12-12 07:35:01 +00:00
Hubert Boma Manilla 71284939b6 Bug 1577829 - Expose service worker timings in the parent process r=edenchuang,necko-reviewers
Expose service worker timings on the intercepted channel

Differential Revision: https://phabricator.services.mozilla.com/D194065
2023-12-12 07:31:40 +00:00
Mozilla Releng Treescript 008919056f no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
es-AR -> 51295b88b8a36806b67831d39e7b35aa83b204ff
2023-12-12 07:01:38 +00:00
Shane Hughes c866bea58e Bug 1867912 - Update Device Migration Spotlight string. r=fluent-reviewers,kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D196099
2023-12-12 06:48:23 +00:00
ahochheiden da48f565f7 Bug 1843209 - Regenerate the `third_party/python` lockfile with Python `3.8` as the minimum version r=firefox-build-system-reviewers,glandium,mach-reviewers,ahal
If this is not done, the next person to vendor will also make all of the changes in this commit, which is unnecessary noise.

Differential Revision: https://phabricator.services.mozilla.com/D183450
2023-12-12 03:52:01 +00:00
ahochheiden 140c1177cb Bug 1843209 - Fix pygobject for python 3.8. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D195911
2023-12-12 03:52:00 +00:00
ahochheiden 94030d06be Bug 1843209 - Bump Mach's minimum Python version to `3.8` r=firefox-build-system-reviewers,glandium
Differential Revision: https://phabricator.services.mozilla.com/D183449
2023-12-12 03:52:00 +00:00
Nicholas Rishel 5f5cd425b6 Bug 1866882 - Part 2: Add tests for `nsIWindowsMutex`. r=nalexander,mhughes
Differential Revision: https://phabricator.services.mozilla.com/D195190
2023-12-12 03:48:02 +00:00
Nicholas Rishel 995ed74f53 Bug 1866882 - Part 1: Create XPCOM interface to manage Windows named mutexes. r=nalexander,mhughes
Differential Revision: https://phabricator.services.mozilla.com/D195189
2023-12-12 03:48:02 +00:00
Nicholas Rishel 28aae019e8 Bug 1866882 - Pre 2: Propogate error locking mutex from the Default Agent Background Task and Default Agent Proxy. r=nalexander,mhughes
Differential Revision: https://phabricator.services.mozilla.com/D195188
2023-12-12 03:48:01 +00:00
Nicholas Rishel c6e06d2945 Bug 1866882 - Pre 1: Default Agent cleanup, simplifying includes and using appropriate console output. r=mhughes,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D195187
2023-12-12 03:48:01 +00:00
Updatebot dade619a29 Bug 1865695 - Update dav1d to 3c41fa88ce0fee1fcd1cdfdf53ad8db9bcf3ad29 r=chunmin
Differential Revision: https://phabricator.services.mozilla.com/D194125
2023-12-12 03:25:19 +00:00
Sandor Molnar 8aa051554c Backed out 5 changesets (bug 1867017, bug 1867019, bug 1867018, bug 1867020) for causing bc failures at browser/components/preferences/tests/browser_search_subdialogs_within_preferences_5.js CLOSED TREE
Backed out changeset 0c4bc9a698ba (bug 1867017)
Backed out changeset ea95d41995f0 (bug 1867017)
Backed out changeset 56289937eb65 (bug 1867020)
Backed out changeset 022c1f63a6fe (bug 1867019)
Backed out changeset fa5b89f2d1b6 (bug 1867018)
2023-12-12 05:54:37 +02:00
Katherine Patenio b10d6b5f2b Bug 1868335 - add wrapping for shopping sidebar header labels. r=shopping-reviewers,niklas
Differential Revision: https://phabricator.services.mozilla.com/D195943
2023-12-12 02:51:18 +00:00
Katherine Patenio 4b07937587 Bug 1868334 - add flex-wrap for shopping card labels r=shopping-reviewers,niklas
Differential Revision: https://phabricator.services.mozilla.com/D195946
2023-12-12 02:50:35 +00:00
Dan Baker abb99ce979 Bug 1869453 - Enabling ULPFEC/RED by default.r=ng
Differential Revision: https://phabricator.services.mozilla.com/D196131
2023-12-12 01:30:28 +00:00
Cristian Tuns b0bd9bde25 Backed out changeset fb1332386d2e (bug 1869451) for causing build bustages in PeerConnectionImpl.cpp CLOSED TREE 2023-12-11 20:22:24 -05:00
Makoto Kato 39dae322a4 Bug 1869223 - Add fast path to CountGraphemeClusters when text is empty. r=TYLin
When reloading https://en.wikipedia.org/wiki/Barack_Obama that is used by
browsertime benchmark, `CountGraphemeClusters` is called around 3000 times.
But half calls are that `aText` is empty.

So if we add fast path for empty text, we can avoid a lot of heap allocations
of `ICU4XGraphemeClusterBreakIteratorUtf16`.

Differential Revision: https://phabricator.services.mozilla.com/D196008
2023-12-12 00:59:27 +00:00
Dan Baker 524584064e Bug 1869451 - Returning ULPFEC/RED with getCapabilities when enabled.r=ng
Differential Revision: https://phabricator.services.mozilla.com/D196130
2023-12-12 00:56:34 +00:00
Sandor Molnar 632d352596 Backed out changeset 96f4aa903123 (bug 1839832) for causing bpgo bustages CLOSED TREE 2023-12-12 03:04:48 +02:00
Nipun Shukla b6b703dee7 Bug 1860271 - Resolved launch on login checkbox and infobar bugs when user created Startup shortcut exists r=nalexander,settings-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D191763
2023-12-12 00:22:08 +00:00
Geoff Brown e8518794cf Bug 1869407 - Pin android emulator in android-sdk-linux fetch r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D196104
2023-12-12 00:12:48 +00:00
Cristian Tuns 89bdec9dd5 Backed out changeset 7351cc3d5b11 (bug 1853747) for causing failures in createcredential-abort.https.html CLOSED TREE 2023-12-11 18:17:22 -05:00
Nicholas Rishel 44c6be0a6c Bug 1869393 - Capture `HRESULT` by reference to allow cleanup to occur on error later in the function. r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D196094
2023-12-11 22:42:19 +00:00
alwu e43b034281 Bug 1869401 - rename `com.microsoft.playready.recommendation.clearlead` to `com.microsoft.playready.recommendation.3000.clearlead` r=media-playback-reviewers,aosmond
This is the customized key system for our partner, and changing the
name per their request.

Differential Revision: https://phabricator.services.mozilla.com/D196103
2023-12-11 22:34:40 +00:00
mcheang 6cf6e879f3 Bug 1869402 - Change applicationId to applications in search-engine-config-v2-schema. r=Standard8 DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D196097
2023-12-11 22:03:46 +00:00
jneuberger e758ec0c42 Bug 1867017 - P2. Update about:preferences strings of autofill section r=credential-management-reviewers,fluent-reviewers,dimi,flod
Differential Revision: https://phabricator.services.mozilla.com/D195327
2023-12-11 21:54:35 +00:00
jneuberger 465248ffbc Bug 1867017 - P1. Update about:preferences strings of passwords section r=credential-management-reviewers,fluent-reviewers,settings-reviewers,joschmidt,bolsson,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D195280
2023-12-11 21:54:34 +00:00
jneuberger 50420122a8 Bug 1867020 - Update about:preferences strings for exceptions modal r=credential-management-reviewers,fluent-reviewers,settings-reviewers,joschmidt,bolsson,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D195279
2023-12-11 21:54:34 +00:00
jneuberger 5f4a6f6923 Bug 1867019 - Update about:preferences strings for saved addresses modal r=credential-management-reviewers,fluent-reviewers,joschmidt,kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D195278
2023-12-11 21:54:33 +00:00
jneuberger f6d010a46e Bug 1867018 - Update about:preferences strings for saved cards modal r=credential-management-reviewers,fluent-reviewers,joschmidt,kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D195277
2023-12-11 21:54:33 +00:00
Sammy Khamis dc6400347b Bug 1867098: FxA PXI Toolbar experiment r=teshaq,desktop-theme-reviewers,flod,dao
Differential Revision: https://phabricator.services.mozilla.com/D194916
2023-12-11 21:53:53 +00:00
serge-sans-paille fbf7297f82 Bug 1839832 - Use PGO-based orderfile when possible r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D181750
2023-12-11 21:31:43 +00:00
Sandor Molnar 580c448874 Backed out changeset 677c3005fd69 (bug 1860271) for causing node newtab failures at browser/components/newtab CLOSED TREE 2023-12-11 23:31:08 +02:00
Nipun Shukla 954e579287 Bug 1860271 - Resolved launch on login checkbox and infobar bugs when user created Startup shortcut exists r=nalexander,settings-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D191763
2023-12-11 20:59:45 +00:00
Matthew Gregan 9f7d0607d0 Bug 1869050 - Let AudioIPC ride the trains on Android. r=cubeb-reviewers,padenot
Differential Revision: https://phabricator.services.mozilla.com/D195929
2023-12-11 20:52:33 +00:00
John Schanck 535fee1af8 Bug 1853747 - add a link to Windows settings for passkey management. r=keeler,fluent-reviewers,settings-reviewers,desktop-theme-reviewers,dao,bolsson,flod
Differential Revision: https://phabricator.services.mozilla.com/D195613
2023-12-11 20:51:52 +00:00
Andrew Osmond e96409bd27 Bug 1869346 - Rework how canvas accesses shared surfaces in the compositor process. r=gfx-reviewers,lsalzman
This patch adds plumbing to allow sharing ExternalImageId via
SurfaceDescriptor. This will be used in a future patch by WebGL and
WebGPU to avoid extra copies. It also refactors how CanvasTranslator
gets a SourceSurfaceSharedDataWrapper pointer by ensuring the surfaces
are kept alive long enough even if the CompositorManagerParent actor is
destroyed before CanvasManagerParent and its children. Now we keep the
surfaces around until all of these dependent objects have been freed.

Differential Revision: https://phabricator.services.mozilla.com/D196067
2023-12-11 20:44:44 +00:00
alwu 58a3a1839f Bug 1869399 - reject promise when IPC fails. r=media-playback-reviewers,aosmond
Differential Revision: https://phabricator.services.mozilla.com/D196096
2023-12-11 20:19:47 +00:00
Andrew McCreight f4b66453c5 Bug 1868673 - Use StaticAutoPtr for gNeuteredWindows r=handyman
Also, new is infallible, so remove a check.

Differential Revision: https://phabricator.services.mozilla.com/D195890
2023-12-11 20:15:42 +00:00
Mike Hommey ee5299b22a Bug 1869128 - Fix llvm-symbolizer condition in build-sm.sh. r=firefox-build-system-reviewers,sergesanspaille
Differential Revision: https://phabricator.services.mozilla.com/D195960
2023-12-11 20:11:58 +00:00
Mike Hommey 0ff3c2f865 Bug 1868924 - Adjust revert-llvmorg-15-init-11205-gcead4eceb01b_clang_18.patch to upstream changes. r=firefox-build-system-reviewers,sergesanspaille
Differential Revision: https://phabricator.services.mozilla.com/D195844
2023-12-11 20:11:37 +00:00
Mike Hommey e3b19d15ea Bug 1868918 - Update wasi-libc build-time check for latest LLVM trunk. r=firefox-build-system-reviewers,sergesanspaille
Submitted upstream at https://github.com/WebAssembly/wasi-libc/pull/448

Differential Revision: https://phabricator.services.mozilla.com/D195841
2023-12-11 20:10:59 +00:00
Emilio Cobos Álvarez 98e8fef72f Bug 1869271 - Use known foreground when accent-color matches the existing AccentColor. r=mstange
Allowing to use two colors for accent-color would be IMO a better
solution, but it was rejected by the working group, see
https://github.com/w3c/csswg-drafts/issues/6159. Maybe we should make
the second color optional?

Anyways, this seems reasonable, and avoids weird behavior differences
between accent-color: AccentColor and other things...

Differential Revision: https://phabricator.services.mozilla.com/D196039
2023-12-11 19:49:12 +00:00
Cristian Tuns b2a8f52ab9 Backed out changeset 11451cccc88c (bug 1869346) for causing build bustages in ipc_message_utils.h CLOSED TREE 2023-12-11 14:36:54 -05:00
Chris H-C 6bf60bf55d Bug 1868580 - Remove PingCentre from Contextual Services r=nanj,perry.mcmanis
As of 11amPT December 7, Contextual Services is now looking exclusively at
Glean-sent data for Firefox versions 116+. (See DSRE-1489)

Differential Revision: https://phabricator.services.mozilla.com/D195910
2023-12-11 19:21:37 +00:00
Nipun Shukla 994ab2445c Bug 1852133 - Updated documentation to reflect automatic restart after staged background update r=bytesized,nalexander,application-update-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D195811
2023-12-11 19:08:14 +00:00
Edgar Chen 8f8052d916 Bug 1868963 - Add exception from a11y_checks for clipboard security popup tests; r=ayeddi
Differential Revision: https://phabricator.services.mozilla.com/D195926
2023-12-11 19:03:56 +00:00