Граф коммитов

630812 Коммитов

Автор SHA1 Сообщение Дата
Geoffrey Sneddon d58a6fd9ba Bug 1510695 - Fix URL comparisons in reftestWait r=jgraham
Depends on D13281

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

--HG--
extra : moz-landing-system : lando
2019-01-10 17:22:52 +00:00
Geoffrey Sneddon dd75d2c4bd Bug 1510693 - Tests for marionette's reftest runner r=jgraham,ato
Differential Revision: https://phabricator.services.mozilla.com/D13281

--HG--
extra : moz-landing-system : lando
2019-01-10 17:22:49 +00:00
Julian Descottes adabd20bfe Bug 1510654 - Remove request API from client wrapper;r=ladybenko
Depends on D15378. This is an additional cleanup I forgot to include in the earlier patches.
We no longer use the request API in about:debugging so we can remove it from our wrapper.

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

--HG--
extra : moz-landing-system : lando
2019-01-10 17:29:24 +00:00
Julian Descottes cf82f78c6e Bug 1510654 - Extract service worker actors to dedicated files;r=ochameau,ladybenko
Depends on D15377

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

--HG--
rename : devtools/server/actors/worker/service-worker.js => devtools/server/actors/worker/push-subscription.js
rename : devtools/server/actors/worker/service-worker.js => devtools/server/actors/worker/service-worker-registration.js
rename : devtools/shared/fronts/worker/service-worker.js => devtools/shared/fronts/worker/push-subscription.js
rename : devtools/shared/fronts/worker/service-worker.js => devtools/shared/fronts/worker/service-worker-registration.js
rename : devtools/shared/specs/worker/service-worker.js => devtools/shared/specs/worker/push-subscription.js
rename : devtools/shared/specs/worker/service-worker.js => devtools/shared/specs/worker/service-worker-registration.js
extra : moz-landing-system : lando
2019-01-10 17:28:27 +00:00
Julian Descottes c468557cf4 Bug 1510654 - Return ServiceWorker fronts for installing, active and waiting workers;r=ochameau,ladybenko
Depends on D15376

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

--HG--
extra : moz-landing-system : lando
2019-01-10 17:26:48 +00:00
Julian Descottes 49deed3186 Bug 1510654 - Create fronts for ServiceWorkerRegistration, PushSubscription and ServiceWorker;r=ochameau,ladybenko
Depends on D15375

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

--HG--
extra : moz-landing-system : lando
2019-01-10 17:26:35 +00:00
Julian Descottes 7195903c0f Bug 1510654 - Move worker/worker-list.js to targets/worker-list;r=ochameau,ladybenko
Depends on D15374

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

--HG--
rename : devtools/server/actors/worker/worker-list.js => devtools/server/actors/worker/worker-target-actor-list.js
extra : moz-landing-system : lando
2019-01-10 17:22:47 +00:00
Julian Descottes a701c42419 Bug 1510654 - Extract ServiceWorkerRegistrationList from worker-list.js;r=ochameau,ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D15374

--HG--
rename : devtools/server/actors/worker/worker-list.js => devtools/server/actors/worker/service-worker-registration-list.js
extra : moz-landing-system : lando
2019-01-10 17:22:28 +00:00
Bogdan Tara a33221cca2 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-10 19:24:45 +02:00
Bogdan Tara c3653f9be3 Merge inbound to mozilla-central. a=merge 2019-01-10 19:20:47 +02:00
Doug Thayer 6dae89e2f0 Bug 1441308 - Add pref to disable texture cache clear r=bholley
To facilitate testing of document splitting before it is preffed on,
I'm adding a pref to disable clearing the texture cache, since this
will currently crash the browser with doc splitting on.

Depends on D13840

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

--HG--
extra : moz-landing-system : lando
2019-01-10 16:59:47 +00:00
Doug Thayer 295edead39 Bug 1441308 - Make GpuCache document-aware r=kvark
GpuCache can currently evict things out from underneath docs which
are not updating this frame. This makes its roots document-specific,
so that we only evict items for currently updating documents.

Depends on D13343

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

--HG--
extra : moz-landing-system : lando
2019-01-10 16:59:29 +00:00
Doug Thayer 43086cd3f7 Bug 1441308 - Make WR caches document-aware r=bholley
This change makes the various WR caches segment their cached data by
document, so that documents' data are not evicted out from underneath them.

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

--HG--
extra : moz-landing-system : lando
2019-01-10 16:59:06 +00:00
Julian Descottes 75fcb54661 Bug 1515612 - Test navigation to this-firefox when a remote client closes;r=ladybenko,Ola
Depends on D15416

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

--HG--
extra : moz-landing-system : lando
2019-01-10 16:54:54 +00:00
Julian Descottes 00f43d6a53 Bug 1515612 - Disconnect all the invalid clients when updating remote clients;r=ladybenko
Depends on D15415

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

--HG--
extra : moz-landing-system : lando
2019-01-10 16:54:28 +00:00
Julian Descottes 3683c5949c Bug 1515612 - Update Network runtimes after receiving closed event on Debugger client;r=ladybenko,Ola
Depends on D15414

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

--HG--
extra : moz-landing-system : lando
2019-01-10 16:53:57 +00:00
Julian Descottes 1c48042b76 Bug 1515612 - Split PAGE_SELECTED action in START/SUCCESS/FAILURE subactions;r=ladybenko,Ola
Depends on D15410

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

--HG--
extra : moz-landing-system : lando
2019-01-10 16:56:50 +00:00
Julian Descottes 330941cf19 Bug 1515612 - Remove unneeded addListener;r=ladybenko
I landed this by mistake in https://bugzilla.mozilla.org/show_bug.cgi?id=1495382
Sorry :/

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

--HG--
extra : moz-landing-system : lando
2019-01-10 16:47:18 +00:00
Kartikaya Gupta fa555ac02c Bug 1507522 - Drop revision.txt and WR update process. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D16105

--HG--
extra : moz-landing-system : lando
2019-01-10 14:14:13 +00:00
Kartikaya Gupta ef25cd53ed Bug 1507522 - Add a note to the WebRender README about the new upstream. r=kvark
Differential Revision: https://phabricator.services.mozilla.com/D16104

--HG--
extra : moz-landing-system : lando
2019-01-10 14:14:00 +00:00
Jon Coppeard d087597227 Bug 981991 - Make most poisoning unconditional r=jandem 2019-01-10 13:21:46 +00:00
Jon Coppeard cde26c3387 Bug 981991 - Replace JS_*_POISON macros with inline functions r=jandem 2019-01-10 13:21:45 +00:00
Jon Coppeard 57b972724c Bug 1518824 - Poison old ObjectGroup properties array during sweeping r=tcampbell 2019-01-10 11:00:20 +00:00
Jon Coppeard 2755f84c3d Bug 1518193 - Use new free task to also free nursery buffers r=sfink 2019-01-10 11:00:20 +00:00
Jon Coppeard f0e4f0cea3 Bug 1518193 - Use new free task to also free JIT LIFO data freed after minor GC r=sfink 2019-01-10 11:00:20 +00:00
Jon Coppeard ba9d0adc5b Bug 1518193 - Add a new parallel task for freeing LIFO data r=sfink 2019-01-10 11:00:20 +00:00
Jon Coppeard 1ea829b0da Bug 1518193 - Move BackgroundSweepTask functionality into GCParallelTask base class r=sfink 2019-01-10 11:00:19 +00:00
Andrew McCreight cde463e078 Bug 1518354, part 4 - Remove many lsan-needed whitelists. r=jgraham
This patch is alarmingly large, but I did not see any leaks in any of
these directories, even with a dozen or so retriggers. We can
whitelist stuff if there are any more intermittents I failed to catch.

Depends on D16090

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:37:28 +00:00
Andrew McCreight 745e73bc07 Bug 1518354, part 3 - Update whitelist for fetch/api/abort. r=jgraham
I saw this intermittent leak, but it was only a single string.

Depends on D16089

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:36:55 +00:00
Andrew McCreight 8b2881e8d6 Bug 1518354, part 2 - Remove ResolveHost whitelisting. r=jgraham
This leak was fixed by bug 1467914.

Depends on D16088

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:36:53 +00:00
Andrew McCreight 92fceba95d Bug 1518354, part 1 - Remove empty lsan-allowed lists. r=jgraham
These are not needed.

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:36:51 +00:00
Matthew Wacha 2fd2def2f7 Bug 1517753 - currency-amount.js is a javascript module and shouldn't define "use strict" r=Standard8
- Deleted 'use strict' from currency-amount.js

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

--HG--
extra : moz-landing-system : lando
2019-01-10 16:36:05 +00:00
Csoregi Natalia ae6fde5883 Backed out changeset 8e078c86db82 (bug 1509182) for bustage on WebRenderTypes.h:789. CLOSED TREE 2019-01-10 18:15:42 +02:00
Jeff Muizelaar a0468b94c6 Bug 1509182. Switch from using WrFilterOp to using FilterOp directly. r=nical
This avoids code duplication and simplifies push_stacking_context

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

--HG--
extra : moz-landing-system : lando
2019-01-10 14:20:21 +00:00
Nicolas Chevobbe b338d1ec6e Bug 1515501 - Close autocomplete popup on Cmd/Ctrl + ArrowRight; r=Honza.
This was causing some issue with the resulting text being non-sense.
A test case is added to ensure it works as expected.

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

--HG--
extra : moz-landing-system : lando
2019-01-10 15:35:43 +00:00
Belén Albeza 0cd52559d2 Bug 1488502 - [part 2] add test to check that service workers debugging is disabled in multi e10s. r=jdescottes,daisuke
Differential Revision: https://phabricator.services.mozilla.com/D14958

--HG--
extra : moz-landing-system : lando
2019-01-10 14:57:20 +00:00
Johann Hofmann 5bdbbb1dce Bug 1516340 - Properly clean up prefs in browser_contentblocking.js. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D16030

--HG--
extra : moz-landing-system : lando
2019-01-10 14:46:00 +00:00
Rob Wood 4926387aa4 Bug 1518972 - gecko-profile jobs should be tier-2, not tier-1; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D16187

--HG--
extra : moz-landing-system : lando
2019-01-10 13:38:49 +00:00
Henrik Skupin 941be3d64d Bug 1441437 - [marionette] Remove dependency to cssTransform.html and cssTransform2.html in test_visibility.py. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D16182

--HG--
extra : moz-landing-system : lando
2019-01-10 14:27:20 +00:00
Nicolas Silva 7df7be6d7a Bug 1510076 - Reenable large-border-radius-dashed crashtests. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D16189

--HG--
extra : moz-landing-system : lando
2019-01-10 14:28:19 +00:00
Henrik Skupin ccadd49d38 Bug 1507067 - [marionette] Listen for "visibilitychange" event in content process. r=ato
To detect when the window got minimized usally "visibilitychange" events
are fired to the content window. The "WebDriver:MinimizeWindow" command
has to wait for those.

Depends on D16096

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

--HG--
extra : moz-landing-system : lando
2019-01-10 14:26:52 +00:00
Henrik Skupin 96e367f76b Bug 1507067 - [marionette] Add support for EventListener callback to WebElementEventTarget. r=ato
Depends on D16095

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

--HG--
extra : moz-landing-system : lando
2019-01-10 14:26:26 +00:00
Henrik Skupin 5638bd8735 Bug 1507067 - [marionette] Add logging of received DOM events to ContentEventObserverService. r=ato
Differential Revision: https://phabricator.services.mozilla.com/D16095

--HG--
extra : moz-landing-system : lando
2019-01-10 14:26:02 +00:00
Kestrel 14467a827a Bug 1514715 - Update color prefs for new color IDs including -moz-win-accentcolor r=jmathies
Differential Revision: https://phabricator.services.mozilla.com/D14723

--HG--
extra : moz-landing-system : lando
2019-01-09 16:37:34 +00:00
Alex Chronopoulos 96cd8b2f6a Bug 1515549 - Avoid resetting volume in every AudioSink restart in case volume has changed outside firefox. r=jya
Avoid resetting volume in every AudioSink restart to stop unexpected volume change during play/pause and seek. Volume changes could occur if the volume has been modified outside firefox (for example pavucontrol in Linux).

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

--HG--
extra : moz-landing-system : lando
2019-01-10 11:24:29 +00:00
Henri Sivonen b10e89785b Bug 1515351 - Update encoding_rs to 0.8.14. r=m_kato
Differential Revision: https://phabricator.services.mozilla.com/D15934

--HG--
extra : moz-landing-system : lando
2019-01-10 09:42:39 +00:00
Oriol Brufau f49f3db6d7 Bug 1515046 - Let reps invoke the right getter when it's shadowed. r=nchevobbe
Depends on D15788

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

--HG--
extra : moz-landing-system : lando
2019-01-09 01:47:34 +00:00
Oriol Brufau 69e25dc980 Bug 1515046 - Add receiverId parameter in objectClient.getPropertyValue. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D15788

--HG--
extra : moz-landing-system : lando
2019-01-09 06:42:58 +00:00
Henrik Skupin c820e2d61d Bug 1504756 - [marionette] Added opening a new browsing context to Marionette client. r=ato
The patch updates the Marionette client and all Marionette unit
tests to make use of the new `Create Window` command as much as
possible.

Depends on D13663

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:13:17 +00:00
Henrik Skupin c631c98202 Bug 1504756 - [marionette] Added "WebDriver:NewWindow" command to open a new top-level browsing context. r=ato
The patch adds the end-point for the recently defined `New Window`
command (https://github.com/w3c/webdriver/issues/1138). It allows
to open a new top-level browsing context as tab or as window.

Depends on D13662

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

--HG--
extra : moz-landing-system : lando
2019-01-10 10:14:24 +00:00