Andreea Pavel
e4263c00eb
Merge mozilla-inbound to mozilla-central. a=merge
2019-07-25 08:59:39 +03:00
Brian Hackett
e777b59fb6
Bug 1566885 - Factor uses of internal Debugger state out of non-debugger-related files, r=jimb.
...
--HG--
extra : rebase_source : 80d5d339e673f4f943a354e126a6c3f96bb557f6
2019-07-24 13:28:25 -10:00
dennisschagt
cafa1d9807
Bug 1556151 - SessionStore: Save and restore cookie.sameSite flag r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D38792
--HG--
extra : moz-landing-system : lando
2019-07-24 20:02:38 +00:00
Boris Chiou
0d2240d1bd
Bug 1568615
- Accept percentage for shape-image-threshold. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D39241
--HG--
extra : moz-landing-system : lando
2019-07-24 21:37:22 +00:00
Mike Shal
ff39c620e5
Bug 1560164 - Pull out common variables in instrumented-build/kind.yml; r=tomprince
...
Differential Revision: https://phabricator.services.mozilla.com/D39240
--HG--
extra : moz-landing-system : lando
2019-07-24 23:28:12 +00:00
Alexis Beingessner
e64ad7178d
Bug 1568395 - Add more useful error messages to webrender_api. r=kamidphish
...
Differential Revision: https://phabricator.services.mozilla.com/D39236
--HG--
extra : moz-landing-system : lando
2019-07-24 22:55:51 +00:00
Timothy Nikkel
3bd09021a9
Bug 1562184. Have a regular nsRegion for the window opaque region for non-retained cases. r=mattwoodrow
...
Not sure if we need this, but the window dragging regions have it, so in case we need to turn off retained display lists we have this and there will be no difference to before the patches in this bug.
Depends on D38589
Differential Revision: https://phabricator.services.mozilla.com/D38590
--HG--
extra : moz-landing-system : lando
2019-07-24 21:09:42 +00:00
Mike Hommey
05ba1d00a3
Bug 1568349 - Remove FetchesMixin. r=nalexander
...
With all mozharness-based jobs now using run-task (except aarch64
windows, see bug 1557614), and thus fetch-content, the FetchesMixin
mixin should not be required anymore.
Differential Revision: https://phabricator.services.mozilla.com/D39108
--HG--
extra : moz-landing-system : lando
2019-07-24 22:41:59 +00:00
James Teh
1ace808723
Bug 1568163: Don't return proxy wrappers from OuterDocAccessible::ChildAtPoint with eDeepestChild to prevent crashes when hit testing via XPCOM. r=yzen
...
On Windows, OuterDocAccessible::GetChildAt can return a proxy wrapper for a remote document.
These aren't real Accessibles and shouldn't be returned except to the Windows a11y code (which doesn't use eDeepestChild).
Calling ChildAtPoint on these will crash!
Therefore, just return null in this case.
Differential Revision: https://phabricator.services.mozilla.com/D39135
--HG--
extra : moz-landing-system : lando
2019-07-24 13:32:22 +00:00
Mike Hommey
791dd339ba
Bug 1567739 - Update rust libc crate to 0.2.60. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D38816
--HG--
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/openbsd/aarch64.rs => third_party/rust/libc/src/unix/bsd/netbsdlike/openbsd/aarch64.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/mod.rs => third_party/rust/libc/src/unix/bsd/netbsdlike/openbsd/mod.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/openbsd/x86.rs => third_party/rust/libc/src/unix/bsd/netbsdlike/openbsd/x86.rs
rename : third_party/rust/libc/src/unix/bsd/netbsdlike/openbsdlike/openbsd/x86_64.rs => third_party/rust/libc/src/unix/bsd/netbsdlike/openbsd/x86_64.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b32/arm.rs => third_party/rust/libc/src/unix/linux_like/android/b32/arm.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b32/mod.rs => third_party/rust/libc/src/unix/linux_like/android/b32/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b32/x86.rs => third_party/rust/libc/src/unix/linux_like/android/b32/x86.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b64/aarch64.rs => third_party/rust/libc/src/unix/linux_like/android/b64/aarch64.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b64/mod.rs => third_party/rust/libc/src/unix/linux_like/android/b64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/android/b64/x86_64.rs => third_party/rust/libc/src/unix/linux_like/android/b64/x86_64.rs
rename : third_party/rust/libc/src/unix/notbsd/android/mod.rs => third_party/rust/libc/src/unix/linux_like/android/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/emscripten/align.rs => third_party/rust/libc/src/unix/linux_like/emscripten/align.rs
rename : third_party/rust/libc/src/unix/notbsd/emscripten/mod.rs => third_party/rust/libc/src/unix/linux_like/emscripten/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/emscripten/no_align.rs => third_party/rust/libc/src/unix/linux_like/emscripten/no_align.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/align.rs => third_party/rust/libc/src/unix/linux_like/linux/align.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/align.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/align.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/arm.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b32/arm.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/mips32.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b32/mips.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b32/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/powerpc.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b32/powerpc.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b32/x86.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b32/x86.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/aarch64.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/aarch64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/mips64.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/mips64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/powerpc64.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/powerpc64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/s390x/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/s390x.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/sparc64.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/sparc64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/x86_64.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/not_x32.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/b64/x32.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/b64/x86_64/x32.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/other/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mips/no_align.rs => third_party/rust/libc/src/unix/linux_like/linux/gnu/no_align.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/arm.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b32/arm.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/mips.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b32/mips.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b32/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/powerpc.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b32/powerpc.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b32/x86.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b32/x86.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/aarch64.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b64/aarch64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b64/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/powerpc64.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b64/powerpc64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/b64/x86_64.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/b64/x86_64.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/musl/mod.rs => third_party/rust/libc/src/unix/linux_like/linux/musl/mod.rs
rename : third_party/rust/libc/src/unix/notbsd/linux/no_align.rs => third_party/rust/libc/src/unix/linux_like/linux/no_align.rs
rename : third_party/rust/libc/src/unix/notbsd/mod.rs => third_party/rust/libc/src/unix/linux_like/mod.rs
extra : moz-landing-system : lando
2019-07-24 22:33:21 +00:00
Mike Hommey
2e9a3adec2
Bug 1567739 - Stop using deprecated rust libc integer types in xpidl. r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D38942
--HG--
extra : moz-landing-system : lando
2019-07-23 13:42:44 +00:00
Mike Hommey
39839d7b40
Bug 1567739 - Stop using deprecated rust libc integer types in bookmark_sync. r=lina
...
Differential Revision: https://phabricator.services.mozilla.com/D38941
--HG--
extra : moz-landing-system : lando
2019-07-23 00:00:07 +00:00
Mike Hommey
103c1bec20
Bug 1567739 - Stop using deprecated rust libc integer types in storage_variant and kvstore. r=lina
...
Differential Revision: https://phabricator.services.mozilla.com/D38940
--HG--
extra : moz-landing-system : lando
2019-07-23 00:13:43 +00:00
Mike Hommey
baf04d4ceb
Bug 1567739 - Stop using deprecated rust libc integer types in rsdparsa_capi. r=dminor
...
Differential Revision: https://phabricator.services.mozilla.com/D38939
--HG--
extra : moz-landing-system : lando
2019-07-24 22:15:55 +00:00
Emilio Cobos Álvarez
eb7d8bffd8
Bug 1567237 - Only use scroll range to select scrollable frames to scroll to, don't use scrollbar visibility. r=tnikkel
...
This is what other browsers do, and it does make sense to me, it's useless to
try to scroll a frame with no scroll range in a given direction.
I think all callers of this function should be treated like this, so this is
more like a RFC / feedback request than a patch per se.
The wheel handling code already checks scroll range, so there's no difference of
behavior in that case, if I'm reading the code right.
There are a few other functions that check the result of
GetPerceivedScrollingDirections(), but I think if we change this we should
change this consistently.
I also think that if we do this we should rename the method to something like
GetAvailableScrollingDirections() or such.
Anyhow, wdyt? I should also add a test for this if we go with this.
Differential Revision: https://phabricator.services.mozilla.com/D38991
--HG--
extra : moz-landing-system : lando
2019-07-24 22:33:57 +00:00
Johann Hofmann
4098176939
Bug 1568492 - Add default parameter to RPMGetIntPref. r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D39173
--HG--
extra : moz-landing-system : lando
2019-07-24 22:07:12 +00:00
Timothy Nikkel
9ccc8b65cb
Bug 1562184. Convert window opaque region to a WeakFrameRegion. r=mattwoodrow
...
For retained display lists it needs to be a weak frame region to areas get removed for modified frames and the rest stick around.
Each display item can contribute an opaque region but WeakFrameRegion can only track one rect per frame. It turns out that we only return rects from GetOpaqueRegion except in one hit testing case.
This still means more than one display item per frame could be contributing to the opaque region, we would miss the second and further rects in that case.
Differential Revision: https://phabricator.services.mozilla.com/D38589
--HG--
extra : moz-landing-system : lando
2019-07-24 21:09:09 +00:00
Grisha Kruglov
09a27de816
Bug 1568352 - Add Firefox Preview Nightly to AuthStateProvider's whitelist r=nalexander
...
Differential Revision: https://phabricator.services.mozilla.com/D39113
--HG--
extra : moz-landing-system : lando
2019-07-24 21:22:54 +00:00
Brendan Dahl
275407fe9d
Bug 1565680 - Track time to render first page of PDF in talos. r=jmaher
...
Adds a new pageload test that captures the "pagerendered" event from
PDF.js.
Differential Revision: https://phabricator.services.mozilla.com/D37935
--HG--
extra : moz-landing-system : lando
2019-07-24 21:03:26 +00:00
Coroiu Cristina
b991d302fe
Backed out changeset 2adf316da439 (bug 1564638) for wrench failures on a CLOSED TREE
2019-07-25 00:26:08 +03:00
Bobby Holley
5d23efb2eb
Bug 1566583
- Bridge GeckoResult to MozPromise and return a GeckoResult from GeckoProcessManager::start. r=snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D38436
--HG--
extra : moz-landing-system : lando
2019-07-24 21:10:14 +00:00
Bobby Holley
59bcd549ee
Bug 1566583
- Associate each GeckoResult listener with an explicit dispatcher. r=snorp
...
This paves the way for us to use a dispatcher other than mDispatcher,
which will be useful in the MozPromise integration in the coming
patches.
Differential Revision: https://phabricator.services.mozilla.com/D39090
--HG--
extra : moz-landing-system : lando
2019-07-24 21:10:12 +00:00
Bobby Holley
e887cf0b8d
Bug 1566583
- Generalize GeckoResult.mHandler to a Dispatcher interface. r=snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D39089
--HG--
extra : moz-landing-system : lando
2019-07-24 21:10:11 +00:00
Bobby Holley
fe3f8ed5bb
Bug 1566583
- Factor primitive conversion logic out of EventDispatcher. r=snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D38435
--HG--
extra : moz-landing-system : lando
2019-07-24 21:10:09 +00:00
Nick Alexander
280126dff5
Bug 1564256 - Part 2: Produce browsertime.zip in a toolchain task. r=mshal
...
In browsertime.zip we should have:
browsertime/
package.json
package-lock.json
node_modules/
.bin/
browsertime -> ../browsertime/bin/browsertime.js
browsertime/
...
The idea is that we'll fetch browsertime.zip in a generic-worker
environment and be able to run Node.js from within the top level
browsertime/ directory.
Differential Revision: https://phabricator.services.mozilla.com/D38773
--HG--
extra : moz-landing-system : lando
2019-07-24 20:59:55 +00:00
Nick Alexander
ceec08a80d
Bug 1564256 - Part 1: Don't install optional browsertime packages in automation. r=barret
...
browsertime depends on a few architecture and OS specific packages:
- sharp (libvips)
- geckodriver
- chromedriver
Our toolchain task packages up `tools/browsertime/node_modules` and
we'd like to use the resulting toolchain archive across all of our
test platforms. Since in automation we don't require sharp (which is
only used for screenshotting), and we provide `geckodriver` and
`chromedriver` at the task level, the simplest way is to make these
`optionalDependencies` at the NPM level and not install them in our
toolchain task.
Differential Revision: https://phabricator.services.mozilla.com/D38772
--HG--
extra : moz-landing-system : lando
2019-07-24 20:58:39 +00:00
Eric Rahm
59cad35d42
Bug 1564638 - Update Linux to Rust beta 1.37. r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D37775
--HG--
extra : moz-landing-system : lando
2019-07-24 20:53:33 +00:00
Shane Caraveo
95905e3b77
Bug 1568013 set initial value of REMOTE_CONTENT_SCRIPTS to the autostart pref r=zombie
...
Differential Revision: https://phabricator.services.mozilla.com/D38933
--HG--
extra : moz-landing-system : lando
2019-07-24 18:44:31 +00:00
Alex Chronopoulos
f8e782919a
Bug 1568515 - Import dav1d from upstream to c138435. r=TD-Linux
...
Differential Revision: https://phabricator.services.mozilla.com/D39184
--HG--
extra : moz-landing-system : lando
2019-07-24 17:03:48 +00:00
André Bargull
4d8cfce38c
Bug 1567902: Don't emit an if-statement with an elided assertion in self-hosted code. r=jandem
...
Because that breaks profiles where extra-warnings are set.
Differential Revision: https://phabricator.services.mozilla.com/D39195
--HG--
extra : moz-landing-system : lando
2019-07-24 15:15:50 +00:00
Tim Nguyen
8b24a033a8
Bug 1568306 - Update about:logins dialog strings to match the spec r=fluent-reviewers,jaws,Pike
...
Differential Revision: https://phabricator.services.mozilla.com/D39104
--HG--
extra : moz-landing-system : lando
2019-07-24 20:10:37 +00:00
Tim Nguyen
14c29ba6a9
Bug 1568306 - Update about:logins dialog styling to match the spec. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D39103
--HG--
extra : moz-landing-system : lando
2019-07-24 20:10:25 +00:00
Boris Zbarsky
a41e846699
Bug 1568579. Remove test-only uses of QueryInterface on Window objects. r=bholley
...
Differential Revision: https://phabricator.services.mozilla.com/D39219
--HG--
extra : moz-landing-system : lando
2019-07-24 19:46:46 +00:00
Moritz Birghan
1b9a759258
Bug 1549818 - Removes expired FIPS_ENABLED telemetry probe r=keeler
...
Differential Revision: https://phabricator.services.mozilla.com/D39027
--HG--
extra : moz-landing-system : lando
2019-07-24 19:59:27 +00:00
Haik Aftandilian
a19efece81
Bug 1566540 - [10.15] Crash in [@ CrashReporter::TerminateHandler] r=spohl
...
To avoid crashing in macOS 10.15, allow access to the proc_info PROC_INFO_CALL_SETCONTROL syscall variant in the GMP and RDD sandboxes.
Differential Revision: https://phabricator.services.mozilla.com/D39079
--HG--
extra : moz-landing-system : lando
2019-07-24 14:48:41 +00:00
Coroiu Cristina
f3386dea34
Backed out 4 changesets (bug 1566583
) for apilint and checkstyle failure at geckoview/src/main/java/org/mozilla/gecko/GeckoAppShell.java on a CLOSED TREE
...
Backed out changeset 3700ef585384 (bug 1566583
)
Backed out changeset fbc829be6c4f (bug 1566583
)
Backed out changeset 14ea9c84bb0e (bug 1566583
)
Backed out changeset 92f3b1bb34a4 (bug 1566583
)
2019-07-24 22:59:54 +03:00
Moritz Birghan
e58c39f78e
Bug 1549015 - Removes privilegedPackageRoot r=keeler
...
nsIX509CertDB::PrivilegedPackageRoot was added in bug 1178518 to support privileged packaged apps for Firefox OS. However, we no longer need to support this use-case.
Differential Revision: https://phabricator.services.mozilla.com/D38655
--HG--
extra : moz-landing-system : lando
2019-07-24 19:54:41 +00:00
Agi Sferro
094f958c69
Bug 1522795 - Update android gradle plugin to 3.4.2. r=nalexander
...
Differential Revision: https://phabricator.services.mozilla.com/D39106
--HG--
extra : moz-landing-system : lando
2019-07-24 18:48:54 +00:00
Abdoulaye O. Ly
bda94b6b5d
Bug 1559244 - Step 3: Add test for crashing an oop iframe. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D38896
--HG--
extra : moz-landing-system : lando
2019-07-24 18:43:14 +00:00
Abdoulaye O. Ly
71143356cc
Bug 1559244 - Step 2: Add support for crashing sub-frame. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D37780
--HG--
extra : moz-landing-system : lando
2019-07-24 18:43:14 +00:00
Abdoulaye O. Ly
ae5c8d4df9
Bug 1559244 - Step 1: make BrowserTestUtils@crashBrowser function work with JSWindowActor. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D37318
--HG--
extra : moz-landing-system : lando
2019-07-24 18:42:48 +00:00
Bobby Holley
53719788a1
Bug 1566583
- Bridge GeckoResult to MozPromise and return a GeckoResult from GeckoProcessManager::start. r=snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D38436
--HG--
extra : moz-landing-system : lando
2019-07-24 19:19:40 +00:00
Bobby Holley
c92332afaf
Bug 1566583
- Associate each GeckoResult listener with an explicit dispatcher. r=snorp
...
This paves the way for us to use a dispatcher other than mDispatcher,
which will be useful in the MozPromise integration in the coming
patches.
Differential Revision: https://phabricator.services.mozilla.com/D39090
--HG--
extra : moz-landing-system : lando
2019-07-24 19:19:38 +00:00
Bobby Holley
79668e85e1
Bug 1566583
- Generalize GeckoResult.mHandler to a Dispatcher interface. r=snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D39089
--HG--
extra : moz-landing-system : lando
2019-07-24 19:19:31 +00:00
Bobby Holley
b9d662007c
Bug 1566583
- Factor primitive conversion logic out of EventDispatcher. r=snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D38435
--HG--
extra : moz-landing-system : lando
2019-07-24 19:19:29 +00:00
Coroiu Cristina
e64fca61b1
Backed out changeset 0052568cf710 (bug 1565680) for talos failures on a CLOSED TREE
2019-07-24 22:24:49 +03:00
Coroiu Cristina
02a693dc59
Backed out 2 changesets (bug 1568306) for browser-chrome failures at browser/components/aboutlogins/tests/browser/browser_confirmDeleteDialog.js on a CLOSED TREE
...
Backed out changeset 585b6ae0dd0d (bug 1568306)
Backed out changeset 8d7df4760fe4 (bug 1568306)
2019-07-24 22:20:57 +03:00
Lee Salzman
5169a21347
Bug 1553818 - use GDI ClearType contrast for GDI font gamma. r=jrmuizel
...
Differential Revision: https://phabricator.services.mozilla.com/D39101
--HG--
extra : moz-landing-system : lando
2019-07-24 18:51:28 +00:00
Tim Nguyen
ef4ec2dccb
Bug 1568606 - Restore all: unset; on read-only inputs in details view. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D39227
--HG--
extra : moz-landing-system : lando
2019-07-24 18:46:29 +00:00
Paul Zuehlcke
39687fe7bb
Bug 1522120 - Remove permission prompts when entering full-screen and leave full-screen when a permission prompt is shown. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D36932
--HG--
extra : moz-landing-system : lando
2019-07-24 16:17:54 +00:00