686840 Commits

Author SHA1 Message Date
Michael Hoffmann
70326bf275 Bug 1569630 - Make it easy to profile all threads r=gregtatum
Differential Revision: https://phabricator.services.mozilla.com/D58712

--HG--
extra : moz-landing-system : lando
2020-01-06 16:07:07 +00:00
Sean Feng
0439b97037 Bug 1604818 - Add SCROLL_PRESENT_LATENCY probe to Glean yaml r=Dexter
Differential Revision: https://phabricator.services.mozilla.com/D57820

--HG--
extra : moz-landing-system : lando
2020-01-07 09:40:46 +00:00
Marco Castelluccio
dcbf2b04b0 Bug 1607447 - Run only one rusttests configuration on autoland, all configurations on mozilla-central and try. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D58942

--HG--
extra : moz-landing-system : lando
2020-01-07 14:54:35 +00:00
Gijs Kruitbosch
803d828357 Bug 1606204 - extend PiP telemetry to at least Fx 78 so it doesn't expire right as we're shipping, r=mconley
We're just shipping this in 72 on macOS/Linux, and I think are still tweaking some things, so it seems premature for the telemetry to expire.

Differential Revision: https://phabricator.services.mozilla.com/D58545

--HG--
extra : moz-landing-system : lando
2020-01-07 15:17:37 +00:00
Brindusan Cristian
7e1333c9fe Backed out 2 changesets (bug 1600263) for devtools failures at browser_application_panel_start-service-worker.js. CLOSED TREE
Backed out changeset 69e4025162ec (bug 1600263)
Backed out changeset d189b0530b7a (bug 1600263)
2020-01-07 18:03:42 +02:00
Brindusan Cristian
a1b0da8abc Backed out 7 changesets (bug 1591564) for leaks and tier2 build bustages. CLOSED TREE
Backed out changeset 9c740bf48245 (bug 1591564)
Backed out changeset 01060f5ff14b (bug 1591564)
Backed out changeset d7de3809a8b5 (bug 1591564)
Backed out changeset dfeba21643d4 (bug 1591564)
Backed out changeset 5f6f201ee47e (bug 1591564)
Backed out changeset aacb5ca2f486 (bug 1591564)
Backed out changeset a3fdaaf53c34 (bug 1591564)
2020-01-07 17:45:49 +02:00
Andrea Marchesini
2616cac8b3 Bug 1030481 - Remove nsIMutable, r=smaug
nsIMutable is used only by DOM Blob/File. But Blobs are immutable by spec.
FileBlobImpl has a couple of lazy member values, but those are called when
the object is cloned in order to be sent to a different thread/process.

Differential Revision: https://phabricator.services.mozilla.com/D58946

--HG--
extra : moz-landing-system : lando
2020-01-07 15:02:00 +00:00
Sylvestre Ledru
daa53ea029 no bug - follow up of Bug 1606026 - Add docs/ to the list of dirs r=glasserc
Differential Revision: https://phabricator.services.mozilla.com/D58925

--HG--
extra : moz-landing-system : lando
2020-01-07 14:06:54 +00:00
Chris H-C
ec245f06d2 Bug 1591564 - Add a pings.yaml for the 'prototype' ping r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D57463

--HG--
extra : moz-landing-system : lando
2019-12-18 16:49:35 +00:00
Simon Sapin
bec9b6c938 Bug 1606827 - A corner is not rounded when the radius is zero in either dimension (not necessarily both) r=nical
Differential Revision: https://phabricator.services.mozilla.com/D58615

--HG--
extra : moz-landing-system : lando
2020-01-06 10:23:49 +00:00
Chris H-C
12760e9552 Bug 1591564 - Use nsIProcess instead of std::process::Command r=janerik,gsvelto
nsIProcess is the tried-and-true method for launching utility subprocesses on
Firefox Desktop's supported platforms. Use that.

Depends on D57977

Differential Revision: https://phabricator.services.mozilla.com/D58809

--HG--
extra : moz-landing-system : lando
2020-01-07 12:44:17 +00:00
Chris H-C
cb1aefb300 Bug 1591564 - Update glean-preview to 0.0.4 r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D57977

--HG--
extra : moz-landing-system : lando
2020-01-06 16:20:01 +00:00
Chris H-C
217e8961ca Bug 1591564 - Debug log when failing to send pings r=janerik,emilio
Differential Revision: https://phabricator.services.mozilla.com/D57359

--HG--
extra : moz-landing-system : lando
2020-01-06 16:19:54 +00:00
Chris H-C
f3ef53118d Bug 1591564 - Convert FOGotype Glean pings to pingsender format and send them r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D57108

--HG--
extra : moz-landing-system : lando
2020-01-06 16:19:47 +00:00
Chris H-C
3e39cc6eea Bug 1591564 - Determine from the pref whether Glean upload is enabled r=janerik,emilio
Since we're the only one sending data, and we're doing so infrequently, let's
get the pref value before each ping send instead of building a pref observer
right this second.

Differential Revision: https://phabricator.services.mozilla.com/D57107

--HG--
extra : moz-landing-system : lando
2020-01-06 16:19:44 +00:00
Chris H-C
a0c9e18a50 Bug 1591564 - Assemble a 'prototype' ping every hour. r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D57106

--HG--
extra : moz-landing-system : lando
2020-01-07 14:37:19 +00:00
Chris H-C
ebfadd018a Bug 1591564 - Initialize the FOGotype when Telemetry inits r=janerik,emilio
Differential Revision: https://phabricator.services.mozilla.com/D57105

--HG--
extra : moz-landing-system : lando
2020-01-06 16:19:29 +00:00
Brindusan Cristian
a4d2079b26 Backed out changeset ea16475d26ba (bug 1605854) for mochitest failures at test_fetch_cors_sw_reroute.html. CLOSED TREE 2020-01-07 16:36:45 +02:00
Brindusan Cristian
ed883ce3f4 Backed out changeset 61101e3eebb3 (bug 1030481) for mochitest failures at test_file.xhtml. CLOSED TREE 2020-01-07 16:30:53 +02:00
Razvan Caliman
9060dd6a5d Bug 1602152 - Make diff markers non-selectable in Changes panel. r=pbro
Revert to using CSS pseudo-elements for the +/- diff markers in the Changes panel so they don't get copied over as plain text to the clipboard.

Differential Revision: https://phabricator.services.mozilla.com/D58768

--HG--
extra : moz-landing-system : lando
2020-01-07 10:26:01 +00:00
Jonathan Kew
af3dd4139a Bug 1604464 - Add some WPT reftests for rendering of text-decoration across descendants of the decorating box. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D57455

--HG--
extra : moz-landing-system : lando
2020-01-07 13:57:34 +00:00
Julian Descottes
9db8cc784d Bug 1605368 - Use is() instead of ok() in some asserts of browser_application_panel_manifest-display.js r=ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D57970

--HG--
extra : moz-landing-system : lando
2020-01-07 13:51:01 +00:00
Andreas Tolfsen
e816b7ccd2 bug 1598286: toolkit: enable remote agent on Windows AArch64; r=remote-protocol-reviewers,whimboo,froydnj
The remote agent used to not compile on Windows AArch64 due to iovec's
dependency on a version of winapi without support for this architecture.

Now that the remote agent has upgraded to http 0.2, which depends on
a version of the bytes crate that has moved away from iovec in favour
of std::io::IoSlice, we are able to turn on support for Windows AArch64.

This in turn will also fix bug 1606935 because the browser-chrome
test manifest for M(remote) will no longer be empty.  It was a
regression caused by 1603930 where we fixed a logic error causnig
ENABLE_REMOTE_AGENT to be inappropriately set on non-trunk branches.

Differential Revision: https://phabricator.services.mozilla.com/D58767

--HG--
extra : moz-landing-system : lando
2020-01-06 14:24:15 +00:00
Andreas Tolfsen
fa6c2a6c1a bug 1598286: third_party: vendor Rust dependencies; r=remote-protocol-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D58766

--HG--
rename : third_party/rust/bytes/.cargo-checksum.json => third_party/rust/bytes-0.4.9/.cargo-checksum.json
rename : third_party/rust/bytes/CHANGELOG.md => third_party/rust/bytes-0.4.9/CHANGELOG.md
rename : third_party/rust/bytes/Cargo.toml => third_party/rust/bytes-0.4.9/Cargo.toml
rename : third_party/rust/bytes/README.md => third_party/rust/bytes-0.4.9/README.md
rename : third_party/rust/bytes/benches/bytes.rs => third_party/rust/bytes-0.4.9/benches/bytes.rs
rename : third_party/rust/bytes/ci/before_deploy.ps1 => third_party/rust/bytes-0.4.9/ci/before_deploy.ps1
rename : third_party/rust/bytes/ci/before_deploy.sh => third_party/rust/bytes-0.4.9/ci/before_deploy.sh
rename : third_party/rust/bytes/ci/install.sh => third_party/rust/bytes-0.4.9/ci/install.sh
rename : third_party/rust/bytes/ci/script.sh => third_party/rust/bytes-0.4.9/ci/script.sh
rename : third_party/rust/bytes/ci/tsan => third_party/rust/bytes-0.4.9/ci/tsan
rename : third_party/rust/bytes/src/buf/buf.rs => third_party/rust/bytes-0.4.9/src/buf/buf.rs
rename : third_party/rust/bytes/src/buf/buf_mut.rs => third_party/rust/bytes-0.4.9/src/buf/buf_mut.rs
rename : third_party/rust/bytes/src/buf/chain.rs => third_party/rust/bytes-0.4.9/src/buf/chain.rs
rename : third_party/rust/bytes/src/buf/from_buf.rs => third_party/rust/bytes-0.4.9/src/buf/from_buf.rs
rename : third_party/rust/bytes/src/buf/into_buf.rs => third_party/rust/bytes-0.4.9/src/buf/into_buf.rs
rename : third_party/rust/bytes/src/buf/iter.rs => third_party/rust/bytes-0.4.9/src/buf/iter.rs
rename : third_party/rust/bytes/src/buf/mod.rs => third_party/rust/bytes-0.4.9/src/buf/mod.rs
rename : third_party/rust/bytes/src/buf/reader.rs => third_party/rust/bytes-0.4.9/src/buf/reader.rs
rename : third_party/rust/bytes/src/buf/take.rs => third_party/rust/bytes-0.4.9/src/buf/take.rs
rename : third_party/rust/bytes/src/buf/writer.rs => third_party/rust/bytes-0.4.9/src/buf/writer.rs
rename : third_party/rust/bytes/src/bytes.rs => third_party/rust/bytes-0.4.9/src/bytes.rs
rename : third_party/rust/bytes/src/debug.rs => third_party/rust/bytes-0.4.9/src/debug.rs
rename : third_party/rust/bytes/src/lib.rs => third_party/rust/bytes-0.4.9/src/lib.rs
rename : third_party/rust/bytes/src/serde.rs => third_party/rust/bytes-0.4.9/src/serde.rs
rename : third_party/rust/bytes/tests/test_buf.rs => third_party/rust/bytes-0.4.9/tests/test_buf.rs
rename : third_party/rust/bytes/tests/test_buf_mut.rs => third_party/rust/bytes-0.4.9/tests/test_buf_mut.rs
rename : third_party/rust/bytes/tests/test_bytes.rs => third_party/rust/bytes-0.4.9/tests/test_bytes.rs
rename : third_party/rust/bytes/tests/test_chain.rs => third_party/rust/bytes-0.4.9/tests/test_chain.rs
rename : third_party/rust/bytes/tests/test_debug.rs => third_party/rust/bytes-0.4.9/tests/test_debug.rs
rename : third_party/rust/bytes/tests/test_from_buf.rs => third_party/rust/bytes-0.4.9/tests/test_from_buf.rs
rename : third_party/rust/bytes/tests/test_iter.rs => third_party/rust/bytes-0.4.9/tests/test_iter.rs
rename : third_party/rust/bytes/tests/test_serde.rs => third_party/rust/bytes-0.4.9/tests/test_serde.rs
rename : third_party/rust/bytes/tests/test_take.rs => third_party/rust/bytes-0.4.9/tests/test_take.rs
rename : third_party/rust/bytes/benches/bytes.rs => third_party/rust/bytes/benches/bytes_mut.rs
rename : third_party/rust/bytes/src/buf/buf.rs => third_party/rust/bytes/src/buf/buf_impl.rs
rename : third_party/rust/bytes/src/buf/chain.rs => third_party/rust/bytes/src/buf/ext/chain.rs
rename : third_party/rust/bytes/src/buf/reader.rs => third_party/rust/bytes/src/buf/ext/reader.rs
rename : third_party/rust/bytes/src/buf/take.rs => third_party/rust/bytes/src/buf/ext/take.rs
rename : third_party/rust/bytes/src/buf/writer.rs => third_party/rust/bytes/src/buf/ext/writer.rs
rename : third_party/rust/http/.cargo-checksum.json => third_party/rust/http-0.1.17/.cargo-checksum.json
rename : third_party/rust/http/CHANGELOG.md => third_party/rust/http-0.1.17/CHANGELOG.md
rename : third_party/rust/http/Cargo.toml => third_party/rust/http-0.1.17/Cargo.toml
rename : third_party/rust/http/benches/header_map/basic.rs => third_party/rust/http-0.1.17/benches/header_map/basic.rs
rename : third_party/rust/http/benches/header_map/mod.rs => third_party/rust/http-0.1.17/benches/header_map/mod.rs
rename : third_party/rust/http/benches/header_map/vec_map.rs => third_party/rust/http-0.1.17/benches/header_map/vec_map.rs
rename : third_party/rust/http/benches/header_value.rs => third_party/rust/http-0.1.17/benches/header_value.rs
rename : third_party/rust/http/benches/uri.rs => third_party/rust/http-0.1.17/benches/uri.rs
rename : third_party/rust/http/src/byte_str.rs => third_party/rust/http-0.1.17/src/byte_str.rs
rename : third_party/rust/http/src/convert.rs => third_party/rust/http-0.1.17/src/convert.rs
rename : third_party/rust/http/src/error.rs => third_party/rust/http-0.1.17/src/error.rs
rename : third_party/rust/http/src/extensions.rs => third_party/rust/http-0.1.17/src/extensions.rs
rename : third_party/rust/http/src/header/map.rs => third_party/rust/http-0.1.17/src/header/map.rs
rename : third_party/rust/http/src/header/mod.rs => third_party/rust/http-0.1.17/src/header/mod.rs
rename : third_party/rust/http/src/header/name.rs => third_party/rust/http-0.1.17/src/header/name.rs
rename : third_party/rust/http/src/header/value.rs => third_party/rust/http-0.1.17/src/header/value.rs
rename : third_party/rust/http/src/lib.rs => third_party/rust/http-0.1.17/src/lib.rs
rename : third_party/rust/http/src/method.rs => third_party/rust/http-0.1.17/src/method.rs
rename : third_party/rust/http/src/request.rs => third_party/rust/http-0.1.17/src/request.rs
rename : third_party/rust/http/src/response.rs => third_party/rust/http-0.1.17/src/response.rs
rename : third_party/rust/http/src/status.rs => third_party/rust/http-0.1.17/src/status.rs
rename : third_party/rust/http/src/uri/authority.rs => third_party/rust/http-0.1.17/src/uri/authority.rs
rename : third_party/rust/http/src/uri/builder.rs => third_party/rust/http-0.1.17/src/uri/builder.rs
rename : third_party/rust/http/src/uri/mod.rs => third_party/rust/http-0.1.17/src/uri/mod.rs
rename : third_party/rust/http/src/uri/path.rs => third_party/rust/http-0.1.17/src/uri/path.rs
rename : third_party/rust/http/src/uri/port.rs => third_party/rust/http-0.1.17/src/uri/port.rs
rename : third_party/rust/http/src/uri/scheme.rs => third_party/rust/http-0.1.17/src/uri/scheme.rs
rename : third_party/rust/http/src/uri/tests.rs => third_party/rust/http-0.1.17/src/uri/tests.rs
rename : third_party/rust/http/src/version.rs => third_party/rust/http-0.1.17/src/version.rs
rename : third_party/rust/http/tests/header_map.rs => third_party/rust/http-0.1.17/tests/header_map.rs
rename : third_party/rust/http/tests/header_map_fuzz.rs => third_party/rust/http-0.1.17/tests/header_map_fuzz.rs
rename : third_party/rust/http/tests/status_code.rs => third_party/rust/http-0.1.17/tests/status_code.rs
extra : moz-landing-system : lando
2020-01-07 13:28:57 +00:00
Andreas Tolfsen
cdc44450f5 bug 1598286: remote: upgrade to http 0.2 r=remote-protocol-reviewers,whimboo
Upgrading to http 0.2 will give us bytes ^0.5 which removes
a dependency on iovec.  iovec is problematic for us because it
depends on a version of winapi that does not compile on Windows AArch64.

The effect of this should be that the remote agent is now possible
to compile on Windows AArch64.

Differential Revision: https://phabricator.services.mozilla.com/D58765

--HG--
extra : moz-landing-system : lando
2020-01-06 14:24:17 +00:00
Ryan VanderMeulen
478d582560 Bug 1607379 - Update libjpeg-turbo to 2.0.4. r=aosmond
Differential Revision: https://phabricator.services.mozilla.com/D58891

--HG--
extra : moz-landing-system : lando
2020-01-07 12:12:52 +00:00
André Bargull
bc24c99557 Bug 1530372 - Part 5: Add 'nursery-bigints' to fuzz-flags.txt. r=gkw
Differential Revision: https://phabricator.services.mozilla.com/D58520

--HG--
extra : moz-landing-system : lando
2020-01-07 13:11:12 +00:00
André Bargull
980e63f88b Bug 1530372 - Part 4: Support nursery allocation for BigInt. r=sfink,jandem
Most of the code was copied from the String nursery allocation code paths and
then adjusted to work with BigInts. Where applicable, the newly added BigInt
functions were placed right next to the String functions, so it's easier to
compare them against each other. In a follow-up bug, we should try to reduce
these code duplications.

In contrast to Strings, nursery allocated BigInts will also try to nursery
allocate their heap digits, when needed, in the nursery. This works similar to
the slots and elements storage for objects, which can also be nursery
allocated. Supporting nursery allocation for BigInt digits is important when we
want to support nursery allocation of BigInts using heap digits, because it
avoids the extra overhead of registering malloc memory with nursery cells.

Differential Revision: https://phabricator.services.mozilla.com/D54772

--HG--
extra : moz-landing-system : lando
2020-01-06 12:49:45 +00:00
André Bargull
89cda53941 Bug 1530372 - Part 3: Assert trace-kind is consistent with forwarded cells. r=sfink
The trace-kind of forwarded cells must match the trace-kind of their target. Add
an assertion to ensure this invariant isn't violated.

Differential Revision: https://phabricator.services.mozilla.com/D56200

--HG--
extra : moz-landing-system : lando
2020-01-02 13:04:45 +00:00
André Bargull
fe871cb6b6 Bug 1530372 - Part 2: Prepare Cell flags to support BigInt nursery cells. r=sfink
Removes the static_assert because it's too restrictive, only nursery cells are
required to reserve `Cell::ReservedBits` bits in the first word of a cell. For
tenured cells, we only need to use a single bit in the first word. And the
static_assert will also start to fail on 32-bit when `Cell::ReservedBits` is
changed to 3 to account for nursery BigInts.

Also added an extra assertion to `RelocationOverlay::forwardTo` so it's easier
to see that storing the gc-flags doesn't overwrite any set bits.

Differential Revision: https://phabricator.services.mozilla.com/D56199

--HG--
extra : moz-landing-system : lando
2020-01-02 13:03:45 +00:00
André Bargull
327b62c98f Bug 1530372 - Part 1: Change BigInt to an in-line trace kind. r=sfink
BigInts need to use `0x01` as their TraceKind value, but that value is
currently already used for Scripts. Therefore move `Script` to an
out-of-line trace kind to free up `0x01` for BigInts.

Differential Revision: https://phabricator.services.mozilla.com/D56198

--HG--
extra : moz-landing-system : lando
2020-01-02 13:03:20 +00:00
Tom Schuster
c73016a38b Bug 1605854 - Fix remaining tests using uneval/toSource r=mccr8,bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D58685

--HG--
extra : moz-landing-system : lando
2020-01-07 13:19:30 +00:00
Tom Schuster
d1b15f3063 Bug 1605854 - Remove toSource from fission tests. r=kmag,botond
Differential Revision: https://phabricator.services.mozilla.com/D58485

--HG--
extra : moz-landing-system : lando
2020-01-07 13:15:59 +00:00
Tom Schuster
188c9b376a Bug 1605854 - Remove uneval/toSource from CORS tests. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D58374

--HG--
extra : moz-landing-system : lando
2020-01-07 07:24:43 +00:00
Thomas Nguyen
37de21b36d Bug 1604813 - Clear checked value if the "Remember this decision" checkbox is hidden. r=johannh
If we are setting up a new permission prompt from iframe navigation, the popup
notification may reuse "checked" value from previous notification, even if the
checkbox is hidden. We should clear checkbox.checked (set to false) if the
checkbox is hidden

Differential Revision: https://phabricator.services.mozilla.com/D58516

--HG--
extra : moz-landing-system : lando
2020-01-07 10:47:44 +00:00
Kershaw Chang
4294c4a5e5 Bug 1217876 - Show authentication prompt correctly for system XHR r=mayhemer
Differential Revision: https://phabricator.services.mozilla.com/D56339

--HG--
extra : moz-landing-system : lando
2020-01-07 13:13:37 +00:00
Andrea Marchesini
4059db5bc7 Bug 1030481 - Remove nsIMutable, r=smaug
nsIMutable is used only by DOM Blob/File. But Blobs are immutable by spec.
FileBlobImpl has a couple of lazy member values, but those are called when
the object is cloned in order to be sent to a different thread/process.

Differential Revision: https://phabricator.services.mozilla.com/D58716

--HG--
extra : moz-landing-system : lando
2020-01-07 12:37:12 +00:00
Belén Albeza
bf1c0ddcf6 Bug 1600263 - Part 2: Add mochitests for target switching r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D57481

--HG--
extra : moz-landing-system : lando
2020-01-07 12:13:00 +00:00
Belén Albeza
17938124b0 Bug 1600263 - Switch the Application panel to use the new TargetList API r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D57139

--HG--
extra : moz-landing-system : lando
2020-01-07 12:12:09 +00:00
Brindusan Cristian
39a0983bcc Bug 1477593 - Fix ESlint. CLOSED TREE 2020-01-07 14:35:17 +02:00
Dão Gottwald
dd16ec0252 Bug 1560348 - Remove CustomizeMode::_doTransition. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D58763

--HG--
extra : moz-landing-system : lando
2020-01-07 11:28:13 +00:00
Greg V
af84abd92f Bug 1477593 - fix about:networking on tier-3 platforms r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D58855

--HG--
extra : moz-landing-system : lando
2020-01-07 11:15:15 +00:00
Henrik Skupin
6b1ebbac0a Bug 1606335 - [marionette] Remove e10s support from build and mozharness. r=marionette-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D58812

--HG--
extra : moz-landing-system : lando
2020-01-07 11:16:26 +00:00
Henrik Skupin
3af0c863ac Bug 1606335 - [marionette] Remove non-e10s support from Marionette harness. r=marionette-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D58811

--HG--
extra : moz-landing-system : lando
2020-01-07 11:12:19 +00:00
Dão Gottwald
3225b46d32 Bug 1607170 - Remove openNewTabWith, openNewWindowWith. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D58754

--HG--
extra : moz-landing-system : lando
2020-01-07 11:00:30 +00:00
Kai Engert
cb9142c60f Bug 1600803 - NSPR_4_25_BETA1 for FF 74. r=jcj UPGRADE_NSPR_RELEASE
Differential Revision: https://phabricator.services.mozilla.com/D55567

--HG--
extra : moz-landing-system : lando
2020-01-07 11:04:03 +00:00
Brindusan Cristian
74bfffec0d Backed out changeset c716cc9f2a70 (bug 1560348) for bc failures at browser_lwt_telemetry.js. CLOSED TREE 2020-01-07 13:08:00 +02:00
Patrick Brosset
86f9daeec8 Bug 1602783 - Retrieve the right inspector front when updating the state of toolbar buttons r=jdescottes
When a page navigation happens, we update the state of the toolbox toolbar buttons
as some of them need to disable themselves then (rulers and measurement tool).

In bug 1500142 the logic to do this was changed to retrieve the right inspector front
instead of always the top-level one, stored at toolbox level.
This is good. However a tiny mistake made its way into the code.
Instead of calling getCachedFront("inspector") the code called
getCachedFront("inspectorFront")

This made it return null, and therefore prevented the rest of the button update logic
to run.

Differential Revision: https://phabricator.services.mozilla.com/D57997

--HG--
extra : moz-landing-system : lando
2019-12-20 16:20:43 +00:00
Tarek Ziadé
ba342de04f Bug 1478488 - Check for the write-ahead sqlite file in the test r=valentin
On windows 10-64 asan, we get a failure on the network io test that
checks the sqlite DB is touched. According to the logs, this failure
happens because when the test occurs the write happens in the wal
file. Adapted the test to also check for that location.

Differential Revision: https://phabricator.services.mozilla.com/D58908

--HG--
extra : moz-landing-system : lando
2020-01-07 08:55:40 +00:00
James Graham
134f562af2 Bug 1607121 - Ensure that subprocess environments use correct datatype, r=ato
Differential Revision: https://phabricator.services.mozilla.com/D58755

--HG--
extra : moz-landing-system : lando
2020-01-06 12:36:14 +00:00