Commit Graph

13804 Commits

Author SHA1 Message Date
Julian Descottes
dc192a4fd7 Bug 1510654 - Reorder specs to be alphabetically sorted;
Depends on D16022 . Minor fix, just reordering a spec definition.

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

--HG--
extra : moz-landing-system : lando
2019-01-10 18:42:11 +00:00
wartmanm
5407707949 Bug 1513095 - Improve performance when loading breakpoints on pages with many scripts r=loganfsmyth
Only attempt to add breakpoints for the current source in Thread._addSource(),
reducing the number of costly Debugger::findScripts() calls made when loading a
page.

In addition, speed up findScripts() itself by moving the cheaper URL/source
checks in commonFilter() ahead of the line number checks.

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

--HG--
extra : moz-landing-system : lando
2019-01-10 17:50:52 +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
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
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
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
shindli
e980a1693d Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-10 06:05:38 +02:00
shindli
9e30b4d75a Merge inbound to mozilla-central. a=merge 2019-01-10 06:03:36 +02:00
Brian Grinstead
f6c12a437b Bug 1441935 - Modifications on top of the generated MozBrowser Custom Element r=mconley
In order to make the history easier to navigate, this changeset includes the
modifications required to make <xul:browser> actually work as a Custom Element,
and switches the app to use it instead of the XBL browser.

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

--HG--
extra : moz-landing-system : lando
2019-01-10 01:45:43 +00:00
shindli
eae80bd903 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-09 23:45:39 +02:00
Cosmin Sabou
b0bb049e8c Backed out 4 changesets (bug 1515612) for ESlint error on runtimes.js. CLOSED TREE
Backed out changeset 5345e8472f29 (bug 1515612)
Backed out changeset 552427e973d5 (bug 1515612)
Backed out changeset 97b28c1b8a85 (bug 1515612)
Backed out changeset eee3227176bb (bug 1515612)
2019-01-09 19:58:28 +02:00
Cosmin Sabou
d441a60c7e Merge mozilla-central to mozilla-inbound. 2019-01-09 18:40:52 +02:00
Cosmin Sabou
1e50aa1d21 Merge mozilla-central to mozilla-inbound.
--HG--
rename : devtools/client/shared/multi-e10s-helper.js => devtools/shared/multi-e10s-helper.js
rename : toolkit/themes/shared/numberbox.css => toolkit/themes/shared/numberinput.css
extra : rebase_source : 3aa7c3b9f560aaa47259594ce1e52f1bfbbad169
2019-01-09 18:16:13 +02:00
Tim Nguyen
3288f151d4 Bug 1518159 - Remove usages of and support for XUL textbox[type='search'] in DevTools. r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D15842

--HG--
extra : moz-landing-system : lando
2019-01-09 13:29:31 +00:00
Tim Nguyen
14cbe1daf8 Bug 1517468 - Reuse common.css classes and variables in about:devtools. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D16038

--HG--
extra : moz-landing-system : lando
2019-01-09 17:30:10 +00:00
Julian Descottes
05eec7cf4c 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-09 17:17:03 +00:00
Julian Descottes
06a0f8c397 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-09 17:14:50 +00:00
Julian Descottes
71edb3defa 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-09 17:14:08 +00:00
Julian Descottes
038ca995fd 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-09 17:13:56 +00:00
Razvan Caliman
74ec2ef320 Bug 1516275 - Allow users to close RDM on first click even when tooltip is visible; r=jdescottes
Setup RDM tooltip to not consume clicks and allow users to interact with the RDM on first try. The behavior of consuming clicks led at least one user to believe RDM could not be closed and filed a bug. Likely others encountered the same (small) road block when trying other actions.

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

--HG--
extra : moz-landing-system : lando
2019-01-09 10:32:05 +00:00
Julian Descottes
fb34f9ae99 Bug 1495382 - Check isMultiE10s from runtime info;r=daisuke,ladybenko
Depends on D15081

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

--HG--
rename : devtools/client/shared/multi-e10s-helper.js => devtools/shared/multi-e10s-helper.js
extra : moz-landing-system : lando
2019-01-09 09:44:15 +00:00
Julian Descottes
d802ac102d Bug 1495382 - Add support for Workers in network locations runtimes;r=daisuke,ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D15081

--HG--
extra : moz-landing-system : lando
2019-01-09 09:44:13 +00:00
Razvan Maries
bc86cecc3c Merge mozilla-inbound to mozilla-central a=merge 2019-01-09 05:49:28 +02:00
Jason Laster
4e91dc3f88 Bug 1518613 - [release 118] [Breakpoints] Fix timing issue with showing breakpoints (#7365). r=dwalsh 2019-01-09 14:32:43 -05:00
Jason Laster
f20f95b687 Bug 1518613 - [release 118] Re-style tabs (#7585). r=dwalsh 2019-01-09 14:32:43 -05:00
Jason Laster
d7225cf092 Bug 1518613 - [release 118] fixed xhrBreakpoints to check xhrBreakpointsVisible (#7686). r=dwalsh 2019-01-09 14:32:42 -05:00
Jason Laster
bf7d363f2e Bug 1518613 - [release 118] Update Github to reflect MC (#7678). r=dwalsh 2019-01-09 14:32:41 -05:00
Jason Laster
2cfd139639 Bug 1518613 - [release 118] cleanup search state after project search (#7676). r=dwalsh 2019-01-09 14:32:40 -05:00
Jason Laster
0652d24844 Bug 1518613 - [release 118] fixed breakpoints.svg (#7661). r=dwalsh 2019-01-09 14:32:39 -05:00
Jason Laster
4307c7f0fb Bug 1518613 - [release 118] [sources] Fix sources tree not displaying when custom root (#7649). r=dwalsh 2019-01-09 14:32:38 -05:00
Jason Laster
4e248037b1 Bug 1518613 - [release 118] [sources] add a test for original sources appearing in the sources tree (#7653). r=dwalsh 2019-01-09 14:32:37 -05:00
Jason Laster
fe1d796806 Bug 1518613 - [release 118] [wasm] Update dwarf-to-json library (#7640). r=dwalsh 2019-01-09 14:32:36 -05:00
Jason Laster
8fd224f9fd Bug 1518613 - [release 118] [sources] original source thread should be same as generated source thread (#7634). r=dwalsh 2019-01-09 14:32:36 -05:00
Eliza Balazs
a805e86f79 Bug 1443132 - Disable browser_dbg-inline-cache.js on win ccov for frequent failures. r=jmaher 2019-01-09 16:38:19 +02:00
Andrea Marchesini
7728c152a2 Bug 1417463 - Default accept header should follow the fetch spec - tests, r=mayhemer 2019-01-08 23:36:17 +01:00
Brian Hackett
049a2340a5 Bug 1517167 Part 4 - Test fixes for introduction information in dynamically generated <script> elements, r=lsmyth.
--HG--
extra : rebase_source : f1687de0167824f9137eeb46c44198716d013adb
2019-01-08 09:29:25 -10:00
Brian Hackett
014d919037 Bug 1517167 Part 3 - Add test for source maps in dynamically generated <script> elements.
--HG--
extra : rebase_source : ce1c2a587a6c7429030c4884509ece3429d2863c
2019-01-03 06:28:40 -10:00
Brian Hackett
1ed7757baf Bug 1517167 Part 2 - Watch for dynamically generated <scripts> in devtools server/client, NOT REVIEWED YET.
--HG--
extra : rebase_source : 2c7d2c98f0d44cc0c07af6d3f5642425eb6cf0f2
2019-01-03 06:27:48 -10:00
Razvan Maries
83db861464 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2019-01-09 00:11:59 +02:00