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

885 Коммитов

Автор SHA1 Сообщение Дата
Michael Ratcliffe d01c919943 Bug 1456923 - can't switch to dev-tools add-on that is loaded temporarily r=pbro
MozReview-Commit-ID: EOw2S34zqPa

--HG--
extra : rebase_source : 36b99bb0f70b64b31d9b1c552c5b680a7972abcd
2018-04-30 15:57:39 +01:00
Daisuke Akatsuka 4529af68fb Bug 1456849 - Part 2: Add test whether the tool tabs are re-arranged when the visibility of toolbox button were changed. r=jdescottes
MozReview-Commit-ID: 7e3txrVhB9D

--HG--
extra : rebase_source : 72b9ee9992ebdf805b298d26bf1584294606f159
2018-04-29 10:52:14 +09:00
Daisuke Akatsuka bd4daf957a Bug 1456849 - Part 1: Re-arrange the tool tabs if the visibility of command tools are changed. r=jdescottes
MozReview-Commit-ID: EzUfqRUdK6I

--HG--
extra : rebase_source : c108f7f183c8030d1ef44fa385e415b0209c22ad
2018-04-29 10:52:10 +09:00
Daisuke Akatsuka aadf2e5724 Bug 1455573 - Part 4: Add test for reordering with an extensions. r=jdescottes,rpl
MozReview-Commit-ID: GUX2otL3hSd

--HG--
extra : rebase_source : 24b106e1eba69be9ea829231e7c123d0653bc303
2018-04-27 06:29:05 +09:00
Daisuke Akatsuka d9864881f2 Bug 1455573 - Part 3: Save the reordering preference when destroying. r=jdescottes
MozReview-Commit-ID: AEmnzVkEs9T

--HG--
extra : rebase_source : 096d8a080215d78d43fadf52ac88a928025150f4
2018-04-27 06:29:05 +09:00
Daisuke Akatsuka aa105210ee Bug 1455573 - Part 2: Correspond to the extension tool tab. r=jdescottes
MozReview-Commit-ID: 34Qm2CENXiV

--HG--
extra : rebase_source : 17655283507abec9390b187ea08551b3bed81600
2018-04-27 06:29:04 +09:00
Michael Ratcliffe 6407de9726 Bug 1456103 - Create tests for devtools.main.deactivate telemetry event r=yulia
MozReview-Commit-ID: 5x6XHS11x1C

--HG--
extra : rebase_source : d70738db2e21037040b575ae5cf24acad20732fc
2018-04-26 10:16:11 +01:00
Michael Ratcliffe 38b2e88176 Bug 1456098 - Create tests for devtools.main.activate telemetry event r=yulia
MozReview-Commit-ID: III7oI427vr

--HG--
extra : rebase_source : 01025bff07b88b726d9dc7ad09fc2337cbdbd679
2018-04-25 18:04:35 +01:00
Michael Ratcliffe 048cbb1c55 Bug 1456087 - Create tests for devtools.main.exit telemetry event r=yulia
MozReview-Commit-ID: J2PgWMEfE5C

--HG--
extra : rebase_source : 868a84dabe36a0b4d1e4d535731b52c387b77b64
2018-04-25 17:18:58 +01:00
Michael Ratcliffe 56e02e7b4a Bug 1456073 - Create tests for devtools.main.enter telemetry event r=yulia
MozReview-Commit-ID: G9IE1LZlGnh

--HG--
extra : rebase_source : 9de67334f5053c9a3bd1893ea9a0f4d0b8ab6db8
2018-04-24 10:12:19 +01:00
Michael Ratcliffe 2d9c74daf9 Bug 1456772 - Fix web console message_count reporting r=yulia
MozReview-Commit-ID: 4DoChJ5AtCG

--HG--
extra : rebase_source : 956f44b42c3146cda36c196ae63decaf0a5ea166
2018-04-25 10:20:30 +01:00
Michael Ratcliffe 11ecac4bb0 Bug 1455275 - Instrument deactivation of RDM and Split Console with event telemetry r=yulia
This bounced because I was trying to access the toolbox after the ui was destroyed, which fails in tests. I will do a try run this time to make sure there are no issues.

MozReview-Commit-ID: 2iHpPLmm9lY

--HG--
extra : rebase_source : 42b0fbbfc26d43c49b699ef447c7650c94bd81ca
2018-04-23 13:50:53 +01:00
Andreea Pavel a21531022b Merge mozilla-inbound to mozilla-central. a=merge
--HG--
rename : toolkit/components/extensions/test/xpcshell/test_ext_browserSettings.js => toolkit/components/extensions/test/xpcshell/test_ext_proxy_config.js
2018-04-26 09:04:59 +03:00
Brian Birtles b1959f906c Bug 1454298 - Add utm_source and utm_medium parameters to DevTools menu links; r=jryans
MozReview-Commit-ID: BVn1DXBdaMY

--HG--
extra : rebase_source : 6f3d58557c69eea758c63dcb21e3fed00a9cc2b6
2018-04-25 10:01:52 +09:00
J. Ryan Stinnett 3245e468de Bug 1456274 - Add target.makeRemote in several tests. r=ochameau
Navigation events now require a "remoted" target.  Add `makeRemote` calls to a
tests which make use of these features.

MozReview-Commit-ID: GJsleBWryCd

--HG--
extra : rebase_source : 37ffaac7215b2458a82b8a7a2a59fa4321e370b8
2018-04-23 19:18:59 -05:00
J. Ryan Stinnett a3794d7c9e Bug 1456274 - Rewrite browser_target_events in async style. r=ochameau
MozReview-Commit-ID: 8gF9T6qeYR3

--HG--
extra : rebase_source : e5a107e97e1dc660947e87d02111e86aac2f3c8d
2018-04-23 19:17:20 -05:00
J. Ryan Stinnett ab5790eaca Bug 1456274 - Remove local progress listener in DevTools target. r=ochameau
DevTools targets have used a local progress listener for a long time to track
tab navigation.  However, this is redundant with server side code that does the
same thing.

Removing this from the target reduces differences between local and remote
debugging.  It also simplifies one piece of the target, which is a massively
twisted module.

MozReview-Commit-ID: E7lm4GUFZQO

--HG--
extra : rebase_source : 602128c1bd166d2278251600a39eeed5e941ea2e
2018-04-23 19:09:40 -05:00
Dorel Luca 399538631e Backed out 3 changesets (bug 1456274) for Linting failure. CLOSED TREE
Backed out changeset 707d5e397407 (bug 1456274)
Backed out changeset 97e8882d0343 (bug 1456274)
Backed out changeset 7cf34fe2036e (bug 1456274)

--HG--
extra : amend_source : 08e399334a2662d2e80a2c37b8c7f34c45a40af6
2018-04-26 01:28:33 +03:00
J. Ryan Stinnett f4ca801391 Bug 1456274 - Add target.makeRemote in several tests. r=ochameau
Navigation events now require a "remoted" target.  Add `makeRemote` calls to a
tests which make use of these features.

MozReview-Commit-ID: GJsleBWryCd

--HG--
extra : rebase_source : 2319d43ea29cfa33850295ff2d4c902e22ae3727
2018-04-23 19:18:59 -05:00
J. Ryan Stinnett 14cf4ed922 Bug 1456274 - Rewrite browser_target_events in async style. r=ochameau
MozReview-Commit-ID: 8gF9T6qeYR3

--HG--
extra : rebase_source : f9e8ccc87fc46741722c35abed4a28389b73091e
2018-04-23 19:17:20 -05:00
J. Ryan Stinnett 9346a4827c Bug 1456274 - Remove local progress listener in DevTools target. r=ochameau
DevTools targets have used a local progress listener for a long time to track
tab navigation.  However, this is redundant with server side code that does the
same thing.

Removing this from the target reduces differences between local and remote
debugging.  It also simplifies one piece of the target, which is a massively
twisted module.

MozReview-Commit-ID: E7lm4GUFZQO

--HG--
extra : rebase_source : b8998b391f0f6036b00c205dbf2577bd8f853ea6
2018-04-23 19:09:40 -05:00
Kris Maglione a7b308c3a2 Bug 1456686: Part 1 - Fix unused and shadowed explicit imports. r=standard8
These issues were previously ignored due to the nature of our global import
rules. They need to be fixed before that rule can be updated.

MozReview-Commit-ID: DCChktTc5TW

--HG--
extra : rebase_source : cffb1c9762191c579d1397c8169e6e7635d229da
extra : histedit_source : dea59ddd2daaae52069c5faceae9149a4f08dd73
2018-04-24 20:18:09 -07:00
Brian Birtles e1ca7a480d Bug 1455443 - Convert dock menu options to a checkbox list; r=jryans
This also fixes the grouping so that the checkboxes appear before the separator
as per the mockup here:

  https://mozilla.invisionapp.com/share/M5G8OO1ZVE4#/screens

MozReview-Commit-ID: FfVNzPHEk43

--HG--
extra : rebase_source : 50f1060ab65c307a5474b40ebfb7bfaf8649070d
2018-04-24 13:22:02 +09:00
shindli 681387a8ba Backed out changeset 6e691c7ff5dd (bug 1455275) for dt failures in devtools/client/responsive.html/test/browser/browser_exit_button.js on a CLOSED TREE 2018-04-24 16:01:29 +03:00
Michael Ratcliffe a7edddda82 Bug 1455275 - Instrument deactivation of RDM and Split Console with event telemetry r=yulia
Another simple one... tests will be in bug 1456103.

MozReview-Commit-ID: 2iHpPLmm9lY

--HG--
extra : rebase_source : 7ca5153ae0e4137fe4f6da62cde52deb4f40579e
2018-04-23 13:50:53 +01:00
Michael Ratcliffe e48cf678a4 Bug 1455273 - Instrument activation of RDM and Split Console with event telemetry r=yulia
Another simple one... tests will be in bug 1456098.

MozReview-Commit-ID: LFgxlceCakC

--HG--
extra : rebase_source : b0b901b3b225277ce20aab9154c52896d14199fa
2018-04-23 13:33:39 +01:00
Michael Ratcliffe 672ed17e90 Bug 1455270 - Instrument toolbox panel exit with event telemetry r=yulia
Another simple one... test to follow in bug 1456087.

MozReview-Commit-ID: 9iupoeFwQQo

--HG--
extra : rebase_source : f4d046a680ee47bd1c28f013b7d6b7cefd421c48
2018-04-23 12:45:45 +01:00
Michael Ratcliffe b23784ee71 Bug 1441070 - Instrument toolbox panel navigation with event telemetry r=yulia
This is pretty simple... finding the best locations for the probes was the
struggle here.

In order to land these probes before the freeze the test for these events will
be created as part of bug 1456073.

MozReview-Commit-ID: 7hIfbD3wQ1I

--HG--
extra : rebase_source : 990e69e0816742fc306b9313bd113f2d71f00b72
2018-04-19 12:09:28 +01:00
Mark Banner 6e2b2b6f35 Bug 1455581 - Enable ESLint rules no-undef and no-unused-vars for devtools/client/framework/. r=jdescottes
MozReview-Commit-ID: IGwI0JkIDkf

--HG--
extra : rebase_source : 249c0dafab4bafca8a30c3c90fa2ebc266131722
2018-04-20 12:17:40 +01:00
Dorel Luca 65669dae30 Merge mozilla-inbound to mozilla-central. a=merge 2018-04-21 02:00:04 +03:00
Julian Descottes 2833977cbb Bug 1445197 - part 3: Move about:debugging worker module to a shared module;r=ochameau
Extract all the logic that will be shared between about debugging and the application
panel to a dedicated client module.

MozReview-Commit-ID: Ccnmp3dCZpW

--HG--
extra : rebase_source : ec559b332cc5cc5b563a8d122acbe3d139b64b00
2018-04-20 16:27:15 +02:00
Daisuke Akatsuka 6aafb71029 Bug 1226272 - Part 5: Add test for reordering the tabs in toolbox. r=jdescottes
MozReview-Commit-ID: 563QluM2sGw

--HG--
extra : rebase_source : 897214e6882be7f0c5ce92c54eb4c15571648189
2018-04-19 18:49:02 +09:00
Daisuke Akatsuka 00f1e63edd Bug 1226272 - Part 3: Handle overflowed tabs. r=jdescottes
MozReview-Commit-ID: 77V2VIbIp0l

--HG--
extra : rebase_source : 22583399166915bd4eeb7fa22297a008824c5f1f
2018-04-19 18:48:53 +09:00
Daisuke Akatsuka 099d3af18c Bug 1226272 - Part 2: Implement saving and loading the tabs order preference. r=jdescottes
MozReview-Commit-ID: JoVcnPwvVW7

--HG--
extra : rebase_source : 4d8026100088525815cb1fdc64e4843f8405aafc
2018-04-19 18:46:55 +09:00
Daisuke Akatsuka 740415b61d Bug 1226272 - Part 1: Make devtools tab draggable and reorderable. r=jdescottes
MozReview-Commit-ID: 3EdbVvG69H8

--HG--
extra : rebase_source : 544d099fa8634cc82da8541d9ffe3544c8cc9569
2018-04-19 18:41:56 +09:00
Mantaroh Yoshinaga 02fd8810a1 Bug 1455204 - Hide close button on browser console and browser toolbox. r=jdescottes
This patch will hide toolbar's close button if debug target is not local tab
like browser toolbox.

MozReview-Commit-ID: Guf6QhzkGIV

--HG--
extra : rebase_source : aa16b7cf2f540405f5bbd51584f6c8f747db27af
2018-04-19 14:56:42 +09:00
Belén Albeza 21f04c4d9f Bug 1454895 - allow toolbox to call getProcess when debugging a local tab. r=jryans
MozReview-Commit-ID: 19bhk3Wn9qE

--HG--
extra : rebase_source : f0926cbe239059cfd45cd2527db94a7b2106e4a5
2018-04-19 17:56:02 +02:00
Ciure Andrei 319ba4c0d1 Backed out 4 changesets (bug 1445197)for ESlint failure, on a CLOSED TREE a=backout
Backed out changeset 422bbd33b4e3 (bug 1445197)
Backed out changeset 086638cc851c (bug 1445197)
Backed out changeset 11f5214dc193 (bug 1445197)
Backed out changeset eae47509bc27 (bug 1445197)
2018-04-18 23:50:12 +03:00
Julian Descottes e530e8c2fc Bug 1445197 - part 3: Move about:debugging worker module to a shared module;r=ochameau
Extract all the logic that will be shared between about debugging and the application
panel to a dedicated client module.

MozReview-Commit-ID: Ccnmp3dCZpW

--HG--
extra : rebase_source : ce0e1f1c8521a37fed2702b3b350a692aab0fee5
2018-04-05 21:45:15 +02:00
Andreea Pavel f970070b39 Backed out 4 changesets (bug 1445197) for failing mochitest devtools on multiple files e.g. devtools/client/aboutdebugging/test/browser_service_workers.js on a CLOSED TREE
Backed out changeset 4b6f77cfd686 (bug 1445197)
Backed out changeset ba9ffea6d216 (bug 1445197)
Backed out changeset a0345830e1cf (bug 1445197)
Backed out changeset 3e9acd2c8bd3 (bug 1445197)
2018-04-18 20:19:34 +03:00
Greg Tatum 6203137cd8 Bug 1455017 - Document the preferences actor; r=jryans
MozReview-Commit-ID: 9wCanCMltHX

--HG--
extra : rebase_source : bce06d0d314ea083f4a350472513df88bb50d342
2018-04-18 11:32:17 -05:00
Julian Descottes 488d086724 Bug 1445197 - part 3: Move about:debugging worker module to a shared module;r=ochameau
Extract all the logic that will be shared between about debugging and the application
panel to a dedicated client module.

MozReview-Commit-ID: Ccnmp3dCZpW

--HG--
extra : rebase_source : ce2f5ec4e0af884a99a91ab4bfc1048f893416a8
2018-04-05 21:45:15 +02:00
Csoregi Natalia cc8f2c09f1 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-04-18 01:39:35 +03:00
Csoregi Natalia 12a8bddd95 Merge inbound to mozilla-central. a=merge 2018-04-18 00:52:25 +03:00
Kris Maglione 0f40271841 Bug 1453881: Part 1a - Automatically write add_task(function*) to add_task(async function) r=ochameau
This was done using the script at:

bc5629735d/processors/add-task-async.jsm?at=default&fileviewer=file-view-default

MozReview-Commit-ID: KxuS9Cen87

--HG--
extra : rebase_source : c0028e0cd55ba1643610cd30c55c6f4bca7d6e58
extra : histedit_source : ebc84fdec9c2db6176632d62de4e7bdad2a7829d
2018-04-12 21:10:04 -07:00
Yura Zenevich aa6e7f10e1 Bug 1450896 - ensure update picker button is re-rendered when a11y service is enabled/disabled. r=jdescottes
MozReview-Commit-ID: DyVhukiYCfR
2018-04-17 09:46:15 -04:00
Jan Odvarko d322d234a9 Bug 1436665 - Expose Net panel API without the UI; r=ochameau
MozReview-Commit-ID: 31ceGL3zWzl

--HG--
extra : rebase_source : a12867ede1928ec2592d1516cdf0b95991850413
2018-04-17 14:09:34 +02:00
Narcis Beleuzu 2e31fed279 Backed out 3 changesets (bug 1436665) for talos damp failures on toolbox/panels-in-background.js. CLOSED TREE
Backed out changeset 2120b4c84746 (bug 1436665)
Backed out changeset b3702a775b16 (bug 1436665)
Backed out changeset 3ddbbd0330a1 (bug 1436665)
2018-04-17 15:09:29 +03:00
Jan Odvarko ab8d1a48b0 Bug 1436665 - Expose Net panel API without the UI; r=ochameau
MozReview-Commit-ID: 7oJMjsC8K9x

--HG--
extra : rebase_source : cd4a6e05df7bac4a9156534f3b972b02744bb4c9
2018-04-17 12:59:06 +02:00
Brindusan Cristian 667fae7dc8 Merge inbound to mozilla-central. a=merge 2018-04-17 12:53:33 +03:00