fune/toolkit/modules
Andrew Osmond 788ee0eb39 Bug 1920197 - Add prefs to allow updating Widevine directly from the Chromium update service. a=dmeehan
This patch allows us to download Widevine updates directly from the
Chromium update service, bypassing balrog and fallback configuration
options. This will be useful in the early stages of testing Widevine
updates, allowing us to use whatever Google has pushed to its own users,
including beta updates, before we engage release engineering.

Relevant Widevine L3 prefs have been added:
- media.gmp-widevinecdm.force-chromium-update
- media.gmp-widevinecdm.force-chromium-beta

which force the use of the Chromium update service, and requesting beta
versions (if available) respectively.

Similarly, Widevine L1 prefs have been added as well:
- media.gmp-widevinecdm-l1.force-chromium-update
- media.gmp-widevinecdm-l1.force-chromium-beta

Original Revision: https://phabricator.services.mozilla.com/D223017

Differential Revision: https://phabricator.services.mozilla.com/D227229
2024-11-04 15:26:57 +00:00
..
docs Bug 1884623 - Update more jsm references in production code and docs in toolkit/. r=mossop,extension-reviewers,desktop-theme-reviewers,application-update-reviewers,credential-management-reviewers,places-reviewers,reusable-components-reviewers,translations-reviewers,omc-reviewers,robwu,Dexter,mconley,aminomancer,emilio,bytesized,sgalich,hjones 2024-03-14 17:42:29 +00:00
sessionstore Bug 1677190 - Move buildRestoreData to toolkit to use it on both Android and Desktop. r=geckoview-reviewers,sessionstore-reviewers,owlish,farre 2024-05-02 17:41:06 +00:00
subprocess Bug 1883371 - Enable ESLint rule no-console on production code. r=mossop,webcompat-reviewers,devtools-reviewers,omc-reviewers,twisniewski,nchevobbe,aminomancer 2024-03-05 16:56:57 +00:00
tests Bug 1768174 - Show Remote Settings health in about:support r=Gijs,fluent-reviewers,bolsson,acottner 2024-06-04 16:55:26 +00:00
third_party Bug 1884623 - Update more jsm references in production code and docs in toolkit/. r=mossop,extension-reviewers,desktop-theme-reviewers,application-update-reviewers,credential-management-reviewers,places-reviewers,reusable-components-reviewers,translations-reviewers,omc-reviewers,robwu,Dexter,mconley,aminomancer,emilio,bytesized,sgalich,hjones 2024-03-14 17:42:29 +00:00
AboutPagesUtils.sys.mjs
ActorManagerParent.sys.mjs Bug 1899326 - P1. Handle heuristic for form and password input removal after fetch request in FormHandlerChild r=dimi 2024-06-04 10:51:44 +00:00
AppConstants.sys.mjs Bug 1776255 - Add the appropriate 'when' to all 'option' that end up calling 'pkg_check_modules' later r=firefox-build-system-reviewers,glandium 2024-05-23 23:55:38 +00:00
AppMenuNotifications.sys.mjs Bug 1864896: Autofix unused function arguments (toolkit). r=mconley,translations-reviewers,omc-reviewers,aminomancer 2024-03-19 14:59:21 +00:00
AsanReporter.sys.mjs Bug 1881800 - chrome/system-privileged XHR should not use credentials, r=peterv,extension-reviewers,application-update-reviewers,decoder,mossop,robwu,releng-reviewers,bytesized,jcristau 2024-03-26 16:50:45 +00:00
AsyncPrefs.sys.mjs Bug 1880656 - Add font weight and font type controls in Reader menu. r=reader-mode-reviewers,fluent-reviewers,desktop-theme-reviewers,flod,cmkm,Itiel 2024-05-15 01:56:07 +00:00
BinarySearch.sys.mjs
BrowserTelemetryUtils.sys.mjs Bug 1885204 - Use JS single sample accumulation for custom distributions where possible r=TravisLong,webidl,smaug 2024-03-19 13:37:16 +00:00
BrowserUtils.sys.mjs Bug 1893013 - Remove browser.firefox-view.search.enabled preference r=kcochrane,fxview-reviewers,jsudiaman 2024-06-03 15:12:53 +00:00
CanonicalJSON.sys.mjs
CertUtils.sys.mjs
ClipboardContextMenu.sys.mjs Bug 1918853 - Mark the Paste contextmenu as tabspecific. a=RyanVM 2024-10-01 14:56:50 +00:00
Color.sys.mjs
Console.sys.mjs Bug 1884623 - Update more jsm references in production code and docs in toolkit/. r=mossop,extension-reviewers,desktop-theme-reviewers,application-update-reviewers,credential-management-reviewers,places-reviewers,reusable-components-reviewers,translations-reviewers,omc-reviewers,robwu,Dexter,mconley,aminomancer,emilio,bytesized,sgalich,hjones 2024-03-14 17:42:29 +00:00
ContentDOMReference.sys.mjs
CreditCard.sys.mjs
DateTimePickerPanel.sys.mjs Bug 1881419 - Don't redundantly set input box value in datetime box. r=Gijs 2024-02-26 15:12:49 +00:00
DeferredTask.sys.mjs
E10SUtils.sys.mjs Bug 1885598: Add a couple of pointer comments to duplicated code r=nika 2024-03-25 18:57:07 +00:00
EventEmitter.sys.mjs
FileUtils.sys.mjs
FindBarContent.sys.mjs Bug 1864896: Autofix unused function arguments (toolkit). r=mconley,translations-reviewers,omc-reviewers,aminomancer 2024-03-19 14:59:21 +00:00
Finder.sys.mjs Bug 1864896: Autofix unused function arguments (toolkit). r=mconley,translations-reviewers,omc-reviewers,aminomancer 2024-03-19 14:59:21 +00:00
FinderHighlighter.sys.mjs Bug 1864896: Autofix unused function arguments (toolkit). r=mconley,translations-reviewers,omc-reviewers,aminomancer 2024-03-19 14:59:21 +00:00
FinderIterator.sys.mjs
FinderParent.sys.mjs Bug 1864896: Autofix unused function arguments (toolkit). r=mconley,translations-reviewers,omc-reviewers,aminomancer 2024-03-19 14:59:21 +00:00
FirstStartup.sys.mjs Bug 1877545 - Add a probe for whether or not a pre-existing profile existed when initting FirstStartup. data-review=jhirsch, r=rhelmer 2024-03-05 20:24:15 +00:00
FormLikeFactory.sys.mjs
Geometry.sys.mjs
GMPExtractor.worker.js Bug 1908144 - Add support for extracting Widevine plugins from Chrome component update service CRX3 archives. r=media-playback-reviewers,alwu, a=dmeehan 2024-08-07 20:44:18 +00:00
GMPInstallManager.sys.mjs Bug 1920197 - Add prefs to allow updating Widevine directly from the Chromium update service. a=dmeehan 2024-11-04 15:26:57 +00:00
GMPUtils.sys.mjs Bug 1920197 - Add prefs to allow updating Widevine directly from the Chromium update service. a=dmeehan 2024-11-04 15:26:57 +00:00
HiddenFrame.sys.mjs Bug 1864896: Autofix unused function arguments (toolkit). r=mconley,translations-reviewers,omc-reviewers,aminomancer 2024-03-19 14:59:21 +00:00
IgnoreLists.sys.mjs
IndexedDB.sys.mjs Bug 1275496 - Change existing uses of custom IDBFactory.open to the standard overload. r=dom-storage-reviewers,home-newtab-reviewers,janv,thecount 2024-04-22 04:46:58 +00:00
InlineSpellChecker.sys.mjs
InlineSpellCheckerContent.sys.mjs
Integration.sys.mjs
jar.mn
JSONFile.sys.mjs
JsonSchema.sys.mjs
KeywordUtils.sys.mjs
LayoutUtils.sys.mjs
LightweightThemeConsumer.sys.mjs Bug 1830136 - Stop adding _processedColors to startupData of theme a=dmeehan 2024-07-19 15:31:58 +00:00
Log.sys.mjs
LogManager.sys.mjs Bug 1854373 - Move logmanager.sys.mjs from services/common to toolkit/modules. r=Standard8,markh 2024-04-30 18:29:16 +00:00
metrics.yaml Bug 1877545 - Add a probe for whether or not a pre-existing profile existed when initting FirstStartup. data-review=jhirsch, r=rhelmer 2024-03-05 20:24:15 +00:00
moz.build Bug 1677190 - Move buildRestoreData to toolkit to use it on both Android and Desktop. r=geckoview-reviewers,sessionstore-reviewers,owlish,farre 2024-05-02 17:41:06 +00:00
NewTabUtils.sys.mjs Bug 1864896: Autofix unused function arguments (toolkit). r=mconley,translations-reviewers,omc-reviewers,aminomancer 2024-03-19 14:59:21 +00:00
NLP.sys.mjs
nsIBrowserWindowTracker.idl
nsIRegion.idl
ObjectUtils.sys.mjs Bug 1881522 - Extend PromiseWorker to allow bi-directional communication r=mossop 2024-03-05 17:53:54 +00:00
OsEnvironment.sys.mjs
OSKeyStore.sys.mjs Bug 1886783 - Add a method to OSKeyStore.sys.mjs to allow exporting the store secret. r=jschanck 2024-05-24 15:51:29 +00:00
PermissionsUtils.sys.mjs
pings.yaml
PopupNotifications.sys.mjs Bug 1903187, r=Gijs, a=dmeehan 2024-07-09 09:40:52 +00:00
Preferences.sys.mjs
PrivateBrowsingUtils.sys.mjs
ProcessType.sys.mjs Bug 1888125 - Add fork server identification to about:support r=fluent-reviewers 2024-03-29 06:04:07 +00:00
ProfileAge.sys.mjs Bug 1892312 - Add recoveredFromBackup measurement to ProfileAge. r=mossop 2024-05-06 16:47:00 +00:00
PropertyListUtils.sys.mjs
Region.sys.mjs Bug 1864896: Autofix unused function arguments (toolkit). r=mconley,translations-reviewers,omc-reviewers,aminomancer 2024-03-19 14:59:21 +00:00
RemotePageAccessManager.sys.mjs Bug 1888695 - Add a pref for the iframe XFO/CSP Open In New Window button. r=dveditz 2024-05-02 10:55:56 +00:00
ResetProfile.sys.mjs
ResponsivenessMonitor.sys.mjs
SelectionUtils.sys.mjs Bug 1881097 - Ensure nsContentUtils::IsPointInSelection works for point in selection that crosses the boundary r=smaug 2024-04-15 13:09:08 +00:00
ServiceRequest.sys.mjs
ShortcutUtils.sys.mjs Bug 232598 - Return null for unset attributes in XUL. r=smaug,devtools-reviewers,omc-reviewers,zombie,nchevobbe,settings-reviewers,application-update-reviewers,credential-management-reviewers,mossop,aminomancer,bytesized,issammani,sessionstore-reviewers,dao 2024-03-18 09:15:07 +00:00
Sqlite.sys.mjs Bug 1891141 - Add configuration parameters for pages per step and step delay to mozIStorageAsyncConnection.backupToFileAsync. r=mak 2024-04-17 20:50:47 +00:00
SubDialog.sys.mjs Bug 1893119: Part 20 - Move EndDragSession from nsIDragService to nsIDragSession a=diannaS 2024-09-06 14:44:18 +00:00
Timer.sys.mjs
Troubleshoot.sys.mjs Bug 1903045 - Add safety check around RS status in about:support r=acottner, a=dmeehan 2024-06-27 09:51:08 +00:00
UpdateUtils.sys.mjs Bug 1864896: Autofix unused function arguments (toolkit). r=mconley,translations-reviewers,omc-reviewers,aminomancer 2024-03-19 14:59:21 +00:00
WebChannel.sys.mjs
win.xhtml
WindowsLaunchOnLogin.sys.mjs Bug 1893341 - Change Firefox launch on login to use Windows StartupTask functions on MSIX r=nalexander,nrishel,settings-reviewers,omc-reviewers,firefox-desktop-core-reviewers ,aminomancer 2024-05-15 15:34:43 +00:00
WindowsRegistry.sys.mjs