Commit Graph

672070 Commits

Author SHA1 Message Date
Maks Orlovich
bab732d3f6 Bug 1578802 [wpt PR 18840] - Fix about:blank/sandbox handling for site_for_cookies computation for navigation, a=testonly
Automatic update from web-platform-tests
Fix about:blank/sandbox handling for site_for_cookies computation for navigation

Bug: 911299

Change-Id: Icb13317ebaf558753d828754148009cff9ad9ece
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1784957
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Łukasz Anforowicz <lukasza@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697531}

--

wpt-commits: 281b4abb17a1399e55d3f891251de0eee307750f
wpt-pr: 18840
2019-09-20 21:49:58 +00:00
Rob Buis
9c832a50c7 Bug 1582049 [wpt PR 19133] - Remove superflous variable, a=testonly
Automatic update from web-platform-tests
Remove superflous variable (#19133)

--

wpt-commits: bc561e20799567843899b42e5c8ad488cb53d644
wpt-pr: 19133
2019-09-20 21:49:58 +00:00
Alex Clarke
fba58d8688 Bug 1581794 [wpt PR 19120] - Split skip-not-fully-active.html into two tests, a=testonly
Automatic update from web-platform-tests
Split skip-not-fully-active.html into two tests

We'd like to prioritize loading and compositing tasks till FCP and this
appears to expose a problem with the test. The timing of the script on
line 6 with respect to the second promise test is a bit fragile.

If the iframe script runs before the promise then
document.querySelector('iframe') returns null and the test fails.

This timing issue seems unrelated to the test itself, so I propose
splitting the test into two as the simplest fix.

Bug: 971191
Change-Id: I65384093ac8f4616d64fc21ee692d145be1655a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807323
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Alex Clarke <alexclarke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697512}

--

wpt-commits: f5a6e66efc40e166af62cb7d44786344f0735b93
wpt-pr: 19120
2019-09-20 21:49:57 +00:00
moz-wptsync-bot
1a1905a4c8 Bug 1568497 [wpt PR 18505] - [Gecko Bug 1568497] Maintain update-intermittent for tests with conditions during a full update, a=testonly
Automatic update from web-platform-tests
Maintain update-intermittent for tests with conditions during a full update

When `update_intermittent` is True and `remove_intermittent` is False,
ensure `full_update` does not remove any existing intermittent statuses
from tests with conditions.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1568497
gecko-commit: c267aa48b4dfebc648170f866168f4b699607a4a
gecko-integration-branch: autoland
gecko-reviewers: jgraham

--
Fixup lint errors

--
Fix use of intern in py3

--
Disable tests on py3

--

wpt-commits: 3b94f8748f9f03d9a4c63c2a8067f7f52535306f, 01ce984988b5decb335ac4c820e6d482777901d6, 77de8589cdd2f4cfaeeb54db9a40be118249b40e, 4534f63392ecac1a5593e7a5433568a4849d8ddf
wpt-pr: 18505
2019-09-20 21:49:57 +00:00
autofoolip
043cc46e74 Bug 1582026 [wpt PR 19129] - Update interfaces/reporting.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/reporting.idl (#19129)

Source: https://github.com/tidoust/reffy-reports/blob/97b8ae1/ed/idl/reporting.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/586394436
--

wpt-commits: 583de66b2d5e96d5cad625e98b8f25645a9db7f0
wpt-pr: 19129
2019-09-20 21:49:56 +00:00
moz-wptsync-bot
064d6cd987 Bug 1582028 [wpt PR 19130] - Update wpt metadata, a=testonly
wpt-pr: 19130
wpt-type: metadata
2019-09-20 21:49:56 +00:00
autofoolip
738a0329e4 Bug 1582028 [wpt PR 19130] - Update interfaces/web-animations.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/web-animations.idl (#19130)

Source: https://github.com/tidoust/reffy-reports/blob/97b8ae1/ed/idl/web-animations.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/586394436
--

wpt-commits: 445478cd2ff7014d6ca7a2c8597b91a7b937d911
wpt-pr: 19130
2019-09-20 21:49:55 +00:00
moz-wptsync-bot
b843a1f6d6 Bug 1579320 [wpt PR 18886] - Update wpt metadata, a=testonly
wpt-pr: 18886
wpt-type: metadata
2019-09-20 21:49:55 +00:00
Wanming Lin
1fc9a95675 Bug 1579320 [wpt PR 18886] - [sensor] Upstream sensor layout tests to wpt, a=testonly
Automatic update from web-platform-tests
[sensor] Upstream sensor layout tests to wpt

Rewrote /external/wpt/resources/chromium/generic_sensor_mocks.js to align with
/http/tests/resources/sensor-helpers.js, but excluded those functions specific
for device orientation.

Merged tests from /sensor/resources/generic-sensor-tests.js to
/external/wpt/generic-sensor/generic-sensor-tests.js

Moved common utils into /external/wpt/generic-sensor/resources/generic-sensor-helpers.js

Merged tests from /sensor/*.html to corresponding test folders under /external/wpt/,
e.g. sensor/orientation-sensor.html  -> external/wpt/orientation-sensor/OrientationSensor.https.html

Updated all sensor tests under external/wpt/ to adapt to sensor mojom mocks

Deleted folder web_tests/sensor/

Bug: 816462
Change-Id: I614ce82b7c90530b7a268d8f6a0f72cc96ea3d6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1770158
Commit-Queue: Wanming Lin <wanming.lin@intel.com>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#695905}

--

wpt-commits: db7bad01d261a21cb99405abb57f9dd7a421e147
wpt-pr: 18886
2019-09-20 21:49:54 +00:00
Wanming Lin
6a54c53921 Bug 1581769 [wpt PR 19116] - Fixed lint error in #18886, a=testonly
Automatic update from web-platform-tests
Fixed lint error in #18886

--

wpt-commits: a1e7e0bf7cfdff299a41df528328fc09e1f11f50
wpt-pr: 19116
2019-09-20 21:49:54 +00:00
Leon Han
736f375e2c Bug 1581479 [wpt PR 19083] - [webnfc] Remove compatibility check, a=testonly
Automatic update from web-platform-tests
[webnfc] Remove compatibility check

The spec change:
https://github.com/w3c/web-nfc/issues/328

BUG=520391

Change-Id: Ida8e5d87ef25dc5b194d0cb4aa65104cfafc8614
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806357
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
Commit-Queue: Leon Han <leon.han@intel.com>
Cr-Commit-Position: refs/heads/master@{#697444}

--

wpt-commits: 0bbaef23f884d93cc3d1227cc0f8aef44f5852a1
wpt-pr: 19083
2019-09-20 21:49:53 +00:00
Morten Stenshorne
994e8be1bd Bug 1581767 [wpt PR 19115] - [LayoutNG] Correct overflow inside anonymous blocks inside %-insets., a=testonly
Automatic update from web-platform-tests
[LayoutNG] Correct overflow inside anonymous blocks inside %-insets.

NGPhysicalLineBoxFragment::ScrollableOverflow() compared the computed
style passed as container_style to the computed style of each child,
and it would calculate the child's relative offset only if they
differed. All element nodes have their own computed style, so this only
mattered for text nodes. However, if the container was an anonymous
block, they'd always differ, since the computed style of a text node
is the same as that of the parent DOM node. This is an implementation
detail; we save some memory by letting text nodes share computed style
objects with their containing DOM node. But that also means that extra
care is required when working with ComputedStyle objects associated
with text nodes: basically, treat all non-inherited-by-default
properties (such as 'position', 'top' and 'left') as if they were set
to their initial value.

Bug: 1002485
Change-Id: If77d79e45c2aa55ac30dc239c738e2a40f8326f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807813
Reviewed-by: Aleks Totic <atotic@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697324}

--

wpt-commits: 3472889e27404a9b3c893845156848a0c5fbda9b
wpt-pr: 19115
2019-09-20 21:49:53 +00:00
moz-wptsync-bot
2144d6511c Bug 1581699 [wpt PR 19107] - Update wpt metadata, a=testonly
wpt-pr: 19107
wpt-type: metadata
2019-09-20 21:49:52 +00:00
Xida Chen
65f4589460 Bug 1581699 [wpt PR 19107] - Port perspective and perspective-origin interpolation tests to wpt, a=testonly
Automatic update from web-platform-tests
Port perspective and perspective-origin interpolation tests to wpt

The overflow regression tests was not moved because of this example:
https://chromium-review.googlesource.com/c/chromium/src/+/1804695

Firefox falls partially for some cases in perspective
interpolation, where the expectation is 'none' and Firefox produces
0px. The spec says the value must be either 'none' or positive values.

Bug: 900581
Change-Id: I8562cd51476178919ecf9a393f0d169eb7244461
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808585
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697323}

--

wpt-commits: c37a1605d2a5c4faf61b92e5735a7b0a29795c33
wpt-pr: 19107
2019-09-20 21:49:52 +00:00
Kris Maglione
5dceb84269 Bug 1553804: Follow-up: Fix another intermittent browser chrome failure. r=bustage
MANUAL PUSH: Bustage fix.
2019-09-20 12:45:33 -07:00
Kris Maglione
6f808effff Bug 1553804: Follow-up: Fix another straggling chrome mochitest failure. r=bustage
MANUAL PUSH: Bustage fix.

--HG--
extra : amend_source : c8fecfa9ea6cf4867e58eba41b2092e636bbdac1
2019-09-20 11:35:54 -07:00
Kris Maglione
685d91c901 Bug 1553804: Part 6 - Fix chrome mochitests which open chrome windows with content openers. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D45828

MANUAL PUSH: Cannot update reopened Phabricator revisions.

--HG--
extra : source : 86b3d469b4ff9f22e5757f83450b956a4c769785
extra : histedit_source : 2bf945343632b15eb79cf6b2ddd3ce097ddf70de%2Caec93d9f11bc1c802b63793cd5818530b64e9b4b
2019-09-20 10:18:15 -07:00
Vijay Budhram
9ebe6010d5 Bug 1575706 - Add account sub menu to fxa toolbar menu r=eoger,markh
Differential Revision: https://phabricator.services.mozilla.com/D45725

--HG--
extra : moz-landing-system : lando
2019-09-20 17:00:51 +00:00
Matthew Noorenberghe
e4c6b38671 Bug 1582768 - Add UITour target for Logins and Passwords in the main menu. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D46604

--HG--
extra : moz-landing-system : lando
2019-09-20 16:50:43 +00:00
Zibi Braniecki
5e03cd7ff2 Bug 1435915 - Remove preferences.properties. r=fluent-reviewers,Gijs,flod
Differential Revision: https://phabricator.services.mozilla.com/D45723

--HG--
extra : source : 33b58a35cd4e9c52f6b0969c8e28e249e2a92154
2019-09-20 15:44:55 +00:00
Bastien Orivel
2b629855a3 Bug 1581816 - Part 2: Revendor dependencies. r=froydnj
Depends on D46709

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

--HG--
extra : moz-landing-system : lando
2019-09-21 16:38:59 +00:00
Bastien Orivel
94d4c48e4e Bug 1581816 - Part 1: Update adler32 to 1.0.4. r=froydnj
This version doesn't have a weird license field anymore

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

--HG--
extra : moz-landing-system : lando
2019-09-21 16:38:52 +00:00
Emilio Cobos Álvarez
ebbefe459c Bug 1578125 - Restore a line that shouldn't have been deleted.
MANUAL PUSH: bustage fix fix
2019-09-22 01:35:57 +09:00
Emilio Cobos Álvarez
746dcb7bcc Bug 1578125 - More passing tests on win x86 and aarch64. r=me
MANUAL PUSH: bustage fix
2019-09-22 01:32:55 +09:00
longsonr
ff387da653 Bug 1578098 - move DOM classes to DOM namespace and eliminate using namespace mozilla r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D44318

--HG--
extra : moz-landing-system : lando
2019-09-21 14:38:56 +00:00
Emilio Cobos Álvarez
049c73f56f Bug 1578125 - Update some more expectations for tests that now pass. r=me
MANUAL PUSH: bustage fix
2019-09-22 00:44:57 +09:00
Jesse Schwartzentruber
146562d993 Bug 1581158 - Add fuzzing target for rkv r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D45891

--HG--
rename : tools/fuzzing/moz.build => tools/fuzzing/rust/moz.build
extra : moz-landing-system : lando
2019-09-20 21:27:35 +00:00
Ted Campbell
6b7940ef0f Bug 1578730 - Use vector of pointers for LCovRealm::sources. r=nbp
Now that LCovRealm is allocated on demand, use a Vector directly instead
of allocating that vector on demand. To ensure pointer stability of
LCovSources, allocated them in the LifoAlloc and only store pointers in
the sources vector. They are still fully owned by the LCovRealm.

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

--HG--
extra : moz-landing-system : lando
2019-09-21 14:11:09 +00:00
Ted Campbell
0d24285212 Bug 1578730 - Allocate LCovRealm on first use. r=nbp
Save a little bit of memory when code coverage is not in use. Add a
collectCodeCoverage method to the realm so it can allocate LCovRealm on
demand. Also compute the realm name string from the constructor instead
of in the lookup code (this still happens at same time).

Depends on D46168

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

--HG--
extra : moz-landing-system : lando
2019-09-21 13:36:58 +00:00
Ted Campbell
4b246234bf Bug 1578730 - Run JSScript::initScriptName on main-thread only. r=nbp
Avoid creating the ScriptNameMap in the off-thread parse zone. Instead
perform JSScript::initScriptName when merging the parse result to main
thread. This will avoid the need to migrate coverage initialization data
between Realms.

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

--HG--
extra : moz-landing-system : lando
2019-09-21 13:04:41 +00:00
Mike Shal
7edb453ba0 Bug 1582221 - Use geckoview-androidTest instead of Fennec for Android PGO; r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D46505

--HG--
extra : moz-landing-system : lando
2019-09-20 15:17:41 +00:00
Lee Salzman
2770b6301a Bug 1582231 - remove Moz2D dependency on Cairo glyph extents. r=jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D46332

--HG--
extra : moz-landing-system : lando
2019-09-20 16:30:21 +00:00
Andreea Pavel
31d9596a28 Backed out 8 changesets (bug 1542830) for gecko decision failure on a CLOSED TREE
DONTBUILD

Backed out changeset 4f72161be496 (bug 1542830)
Backed out changeset 7ee12138946d (bug 1542830)
Backed out changeset 9e90ee4981c6 (bug 1542830)
Backed out changeset 363039c98534 (bug 1542830)
Backed out changeset 70ffff30551a (bug 1542830)
Backed out changeset c25b7bf354d9 (bug 1542830)
Backed out changeset d156dc595b69 (bug 1542830)
Backed out changeset 9f5dbd1b2959 (bug 1542830)

--HG--
rename : browser/app/winlauncher/freestanding/DllBlocklist.cpp => browser/app/winlauncher/DllBlocklistWin.cpp
rename : browser/app/winlauncher/freestanding/DllBlocklist.h => browser/app/winlauncher/DllBlocklistWin.h
rename : mozglue/dllservices/Authenticode.cpp => mozglue/build/Authenticode.cpp
rename : mozglue/dllservices/Authenticode.h => mozglue/build/Authenticode.h
rename : mozglue/misc/WinUtils.h => mozglue/build/MozglueUtils.h
rename : mozglue/dllservices/WindowsDllBlocklist.cpp => mozglue/build/WindowsDllBlocklist.cpp
rename : mozglue/dllservices/WindowsDllBlocklist.h => mozglue/build/WindowsDllBlocklist.h
rename : mozglue/dllservices/WindowsDllBlocklistCommon.h => mozglue/build/WindowsDllBlocklistCommon.h
rename : mozglue/dllservices/WindowsDllBlocklistDefs.in => mozglue/build/WindowsDllBlocklistDefs.in
rename : mozglue/dllservices/WindowsDllServices.h => mozglue/build/WindowsDllServices.h
rename : mozglue/dllservices/gen_dll_blocklist_defs.py => mozglue/build/gen_dll_blocklist_defs.py
rename : toolkit/components/telemetry/docs/data/third-party-modules-ping.rst => toolkit/components/telemetry/docs/data/untrusted-modules-ping.rst
rename : toolkit/components/telemetry/tests/unit/test_ThirdPartyModulesPing.js => toolkit/components/telemetry/tests/unit/test_UntrustedModulesPing.js
rename : toolkit/xre/UntrustedModulesProcessor.cpp => toolkit/xre/ModuleEvaluator_windows.cpp
rename : toolkit/xre/UntrustedModulesProcessor.h => toolkit/xre/ModuleEvaluator_windows.h
rename : toolkit/xre/ModuleVersionInfo.cpp => toolkit/xre/ModuleVersionInfo_windows.cpp
rename : toolkit/xre/ModuleVersionInfo.h => toolkit/xre/ModuleVersionInfo_windows.h
2019-09-20 19:49:27 +03:00
Aaron Klotz
6530da2495 Bug 1542830: Part 8 - Rename the "untrustedModules" ping to "third-party-modules" and change the schema to support multiprocess; r=janerik
Note that to avoid introducing errors, I elected against renaming everything in
the code; internally to Firefox the code still refers to "UntrustedModules";
only the relevant fields have been renamed to reference the new ping schema.

A PR for backend schema changes is in the works.

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

--HG--
rename : toolkit/components/telemetry/docs/data/untrusted-modules-ping.rst => toolkit/components/telemetry/docs/data/third-party-modules-ping.rst
rename : toolkit/components/telemetry/tests/unit/test_UntrustedModulesPing.js => toolkit/components/telemetry/tests/unit/test_ThirdPartyModulesPing.js
extra : moz-landing-system : lando
2019-09-20 16:26:57 +00:00
Stephen Donner
a5ec32ace9 Bug 1567138: Promote AWSY tp6 tests to tier 1. r=froydnj,gsvelto
Sorry for the drive-by review request and Bugzilla add; more details and context over in [[ https://bugzilla.mozilla.org/show_bug.cgi?id=1567138 | bug 1567138 ]]; wanted to make sure I covered my bases.

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

--HG--
extra : moz-landing-system : lando
2019-09-20 13:18:18 +00:00
Noemi Erli
1b40747ce1 Backed out 2 changesets (bug 1550631) for failing in browser_aaa_eventTelemetry_run_first.js
Backed out changeset 87ed1b3f9b4f (bug 1550631)
Backed out changeset 889be6c334ae (bug 1550631)
2019-09-21 08:45:02 +03:00
Karl Tomlinson
e258af1a20 Bug 1581108 use setup() to wrap code that may error before tests are created r=jgraham
as documented in
https://web-platform-tests.org/writing-tests/testharness-api.html#setup

On errors without setup(), the harness would assume a single page test and
report as FAIL in an imaginary subtest name based on document.title.
Wrapping in setup() leads to failures reporting as a toplevel ERROR, which
perhaps better reports the nature of the failure.

This change happens to workaround an issue where the different subtest name
would confuse cleanup of stale data.  The expectation data added here replaces
what was accidentally removed in
https://hg.mozilla.org/mozilla-central/rev/5be2e6400a48#l33.1

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

--HG--
extra : moz-landing-system : lando
2019-09-21 02:21:49 +00:00
Jason Laster
f13398b88f Bug 1580334 - Hovering on the timeline should update the debugger.
Differential Revision: https://phabricator.services.mozilla.com/D46550

--HG--
extra : moz-landing-system : lando
2019-09-21 04:51:48 +00:00
Zibi Braniecki
d19841f79e Bug 1435915 - Remove preferences.properties. r=fluent-reviewers,Gijs,flod
Differential Revision: https://phabricator.services.mozilla.com/D45723

--HG--
extra : moz-landing-system : lando
2019-09-20 15:44:55 +00:00
Zibi Braniecki
3e2efa20f0 Bug 1508156 - Use fluent for the default application choice section of about:preferences. r=fluent-reviewers,Gijs,flod
Differential Revision: https://phabricator.services.mozilla.com/D45622

--HG--
extra : moz-landing-system : lando
2019-09-20 20:09:42 +00:00
Matthew Noorenberghe
4283e9bb98 Bug 1582534 - about:logins: Always set the password value with .value so it's not easily visible in the Inspector. r=jaws
The previous approach of using space characters would sometimes end up causing spaces to get saved in storage and cause data loss.

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

--HG--
extra : moz-landing-system : lando
2019-09-21 04:06:57 +00:00
Matthew Noorenberghe
b461f7947f Bug 1550631 - Include the entryPoint for navigations from about:protections to about:logins. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D46630

--HG--
extra : moz-landing-system : lando
2019-09-20 18:29:13 +00:00
Matthew Noorenberghe
b00674a4f5 Bug 1550631 - Record telemetry for direct navigation to about:logins. r=jaws
Also remove empty `filter` query params.

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

--HG--
extra : moz-landing-system : lando
2019-09-20 18:28:57 +00:00
Dorel Luca
a740ed290d Backed out changeset 1416218ae397 (bug 1580334) for Devtools failure on Debugger. CLOSED TREE
--HG--
extra : amend_source : 5480f365a0c5ea13f3be30ced032db85ade8418d
2019-09-21 05:50:47 +03:00
Yuan Cheng
5913925d4e Bug 1576189 - The "Discard unsaved changes" pop-up is wrongly displayed after an edited login is deleted in "Edit" mode, r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D46529

--HG--
extra : moz-landing-system : lando
2019-09-21 02:19:18 +00:00
Jeff Muizelaar
d5395c6733 Bug 1582810. Drop clipped group bounds hack. r=aosmond
We don't need this anymore now that we're always
using the visible rect.

This requires bug 1582528 to properly set the visible area.

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

--HG--
extra : moz-landing-system : lando
2019-09-21 01:11:56 +00:00
Tim Nguyen
f6434a147c Bug 1582639 - Fix browser_426329.js and browser_940307_panel_click_closure_handling.js failures.
Differential Revision: https://phabricator.services.mozilla.com/D46680

--HG--
extra : moz-landing-system : lando
2019-09-21 00:26:36 +00:00
Tim Nguyen
c87e8cb82b Bug 1582639 - Fix 'Clear Search History' menu item and clean up related code. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D46660

--HG--
extra : moz-landing-system : lando
2019-09-21 00:27:38 +00:00
Jason Laster
c9142c2b79 Bug 1580334 - Hovering on the timeline should update the debugger.
Differential Revision: https://phabricator.services.mozilla.com/D46550

--HG--
extra : moz-landing-system : lando
2019-09-21 01:31:20 +00:00
Oana Pop Rus
65d7eaa6ed Backed out changeset b510b386edff (bug 1582639) for bc failures in browser/components/search/test/browser/browser_426329.js on a CLOSED TREE 2019-09-21 03:21:54 +03:00