- Dec 13, 2022
-
-
Jens Stutte authored
Differential Revision: https://phabricator.services.mozilla.com/D164552
-
Geoff Brown authored
Bug 1805306 - Allow retrieval of compressed config files in final-verification.sh r=jcristau DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D164534
-
Sylvestre Ledru authored
Differential Revision: https://phabricator.services.mozilla.com/D164566
-
Tim Huang authored
This patch fixes the incorrect way that we used to handle the v2 sub chunk in ProtocolParserV2::ProcessHostSubComplete(). Differential Revision: https://phabricator.services.mozilla.com/D164564
-
Yannis Juglaret authored
Bug 1805331 - Disable TestDetouredCallUnwindInfo under MOZ_CODE_COVERAGE in TestDllInterceptor. r=gcp Differential Revision: https://phabricator.services.mozilla.com/D164553
-
Tim Huang authored
This patch implements the async shutdown blocker for CookieBannerDomainPrefService. The shutdwon blocker blocks the shutdown phase 'profile-before-change', ensuring the writing operation of content pref completes before we shutdown. We will remove the blocker once writing finishes. Differential Revision: https://phabricator.services.mozilla.com/D164242
-
Thomas Wisniewski authored
Differential Revision: https://phabricator.services.mozilla.com/D164548
-
Emilio Cobos Álvarez authored
The fix is calling set_outline_style so that we also reset the actual outline width. Also clean-up surrounding code a little bit to be marginally more efficient, and do the same change for border-*-style (which was doing the right thing, but it's better to make sure both stay in sync). Differential Revision: https://phabricator.services.mozilla.com/D164554
-
Narcis Beleuzu authored
Backed out changeset 0e5d5b851391 (bug 1805135) for Hazard bustages on FileSystemWritableFileStream.cpp . CLOSED TREE
-
Stanca Serban authored
Backed out changeset 514642d76faa (bug 1792138) for causing mochitests failures in test_ext_protocolHandlers.html. CLOSED TREE
-
Makoto Kato authored
Actually, we can get Android release version from JNI generator, so it is unnecessary to use `AndroidBridge` to get it. Also, this cleans up unused AndroidBridge functions. Differential Revision: https://phabricator.services.mozilla.com/D164431
-
lyavor authored
Differential Revision: https://phabricator.services.mozilla.com/D160885
-
Makoto Kato authored
Bug 1805130 - Add MPLv2 license header for GeckoView's extensions files. r=geckoview-reviewers,extension-reviewers,sylvestre,robwu,calu Also, this removes lint exceptions for extensions directory. Differential Revision: https://phabricator.services.mozilla.com/D164433
-
Makoto Kato authored
Bug 1742752 - GeckoDriver.setScreenOrientation should use Screen Orientation API. r=webdriver-reviewers,whimboo `mozLockOrientation` is deprecated and it always returns `false`. We should use standard API (it is still turned off as default). Differential Revision: https://phabricator.services.mozilla.com/D161991
-
sotaro authored
Bug 1800178 - Enable RemoteTexture on WebGL with sync present on android nightly r=gfx-reviewers,lsalzman Differential Revision: https://phabricator.services.mozilla.com/D162369
-
Jan de Mooij authored
Differential Revision: https://phabricator.services.mozilla.com/D164215
-
Jan de Mooij authored
This saves two dereferences by looking at the shape instead of the class. Differential Revision: https://phabricator.services.mozilla.com/D164214
-
Jan de Mooij authored
The `Shape` methods related to property information and number of fixed slots are moved into `NativeShape`, to improve type safety. Differential Revision: https://phabricator.services.mozilla.com/D164213
-
Jan de Mooij authored
Add separate `Shape` subclasses. `SharedShape` is now only used for native objects. This will make it possible to store other data in Proxy/WasmGC shapes in the future. Differential Revision: https://phabricator.services.mozilla.com/D164212
-
Jan de Mooij authored
Differential Revision: https://phabricator.services.mozilla.com/D164211
-
Dave Townsend authored
Bug 1792138: Show the extension's name in permission prompts for opening external links. r=ckerschb,robwu,fluent-reviewers,pbz,flod In order to handle the content script case correctly we must expose the contentScriptAddonPolicy to JavaScript. With that we can always see what extension is trying to perform an action and use its name rather than internal ID in the dialog. Differential Revision: https://phabricator.services.mozilla.com/D161282
-
Francesco Lodolo (:flod) authored
Bug 1805297 - Update name and description for language packs to fit within manifest.json limits, r=eemeli manifest.json has character limits for name (45) and description (132). Language packs now use: name: Language: {native_name} ({english_name}) description: {app} Language Pack for {native_name} ({locale_code}) – {english_name} The English name is omitted if identical to the native name, and it's omitted from the name if the resulting name exceeds the character limit. Longer name or description are always truncated. Differential Revision: https://phabricator.services.mozilla.com/D164535
-
Stanca Serban authored
Backed out 2 changesets (bug 1797513) for causing mochitests failures in browser_identityBlock_focus.js. CLOSED TREE Backed out changeset 897cd9d90f9f (bug 1797513) Backed out changeset 2819090e4f0f (bug 1797513)
-
Tooru Fujisawa authored
Bug 1797736 - Part 3: Add testcase for eager evaluation with InitAliasedLexical with hops == 0. r=nchevobbe Depends on D161018 Differential Revision: https://phabricator.services.mozilla.com/D161019
-
Tooru Fujisawa authored
Bug 1797736 - Part 2: Remove obsolete comment about async function and microtask checkpoints. r=tcampbell Eager evaluation already supports async function, and supporting it there isn't necessarily related to microtask checkpoints. Depends on D161017 Differential Revision: https://phabricator.services.mozilla.com/D161018
-
Tooru Fujisawa authored
Differential Revision: https://phabricator.services.mozilla.com/D161017
-
Karl Tomlinson authored
Bug 1712892 skip selectAudioOutput() prompt if the requested device has been previously allowed r=jib Permission grants are persistent, supporting content use of selectAudioOutput(previousDeviceId) to maintain the same output(s) on subsequent same-origin page loads. Permissions can be revoked from the site permissions panel. Differential Revision: https://phabricator.services.mozilla.com/D162234
-
Karl Tomlinson authored
so as to add support for double-keyed per device permissions, which can then all be cleared from a single item/button. Differential Revision: https://phabricator.services.mozilla.com/D162233
-
Karl Tomlinson authored
An all-device "Allow" option is not provided because the permission grant prompt is primarily a device selection, which will (with subsequent patches) grant persistent permission for the selected device. Bug 1800287 covers setting a similar block from the selectAudioOutput() prompt. Differential Revision: https://phabricator.services.mozilla.com/D162232
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D164182
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D164187
-
Hannah Peuckmann authored
Differential Revision: https://phabricator.services.mozilla.com/D162108
-
Hannah Peuckmann authored
Differential Revision: https://phabricator.services.mozilla.com/D161683
-
Emilio Cobos Álvarez authored
This preserves the revert keyword behavior. This doesn't match the spec to the letter, see https://github.com/whatwg/html/issues/8610, but I think it's probably ok to keep behavior for now. Changing to match the spec would avoid duplicating the details.css summary rule. Differential Revision: https://phabricator.services.mozilla.com/D164439
-
Sylvestre Ledru authored
Differential Revision: https://phabricator.services.mozilla.com/D163769
-
Sylvestre Ledru authored
Differential Revision: https://phabricator.services.mozilla.com/D163157
-
Diego E. Moreno authored
Differential Revision: https://phabricator.services.mozilla.com/D164467
-
Tim Huang authored
Differential Revision: https://phabricator.services.mozilla.com/D163930
-
Tim Huang authored
This patch implements the reload event telemetry for cookie banner. The event telemetry will be collected when the OnLocationChange event fires for reloads. We add the WebProgressListener whenever a browingContext is attached and remove the WebProgressListener as the browsingContext is discarded. By collecting in OnLocationChange event, it allows the reload telemtry on both desktop and mobile. The reload telemetey covers iframes too. This means that we will report there is a rule if the iframe has the rule but the top-level domain doesn't have. Differential Revision: https://phabricator.services.mozilla.com/D163929
-
Tim Huang authored
Differential Revision: https://phabricator.services.mozilla.com/D163928
-