Mark Banner
ceaeb93550
Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D8389
--HG--
extra : moz-landing-system : lando
2018-10-19 12:55:39 +00:00
Alexandre Poirot
2fe147bee7
Bug 1500068 - Avoid opening Add-ons panel when a location hash is passed to select another one. r=jdescottes
...
Doing this avoid loading the addons panel and doing its related requests,
which may still be pending after closing about:debugging.
MozReview-Commit-ID: LJjaE5YVgXi
Depends on D8867
Differential Revision: https://phabricator.services.mozilla.com/D8868
--HG--
extra : moz-landing-system : lando
2018-10-18 12:36:35 +00:00
Mark Striemer
bfceed545a
Bug 1490366 - Part 1: Move card styles to common from about:debugging r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D8101
--HG--
extra : moz-landing-system : lando
2018-10-14 19:20:02 +00:00
shindli
27d0f9d0d2
Backed out 5 changesets (bug 1488730, bug 1490366, bug 1488727) for bc failures in | toolkit/mozapps/extensions/test/browser/browser_details.js and browser/components/enterprisepolicies/tests/browser/browser_policy_disable_flash_plugin.js CLOSED TREE
...
Backed out changeset 9cd889824b1c (bug 1488730)
Backed out changeset 4d076c865471 (bug 1488727)
Backed out changeset 0b8bcd97f254 (bug 1490366)
Backed out changeset 448672780572 (bug 1490366)
Backed out changeset 7e0abd16a50b (bug 1490366)
2018-10-14 19:23:09 +03:00
Mark Striemer
c18b17b3d3
Bug 1490366 - Part 1: Move card styles to common from about:debugging r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D8101
--HG--
extra : moz-landing-system : lando
2018-10-14 15:13:31 +00:00
Julian Descottes
7bcd13edb8
Bug 1491764 - Update debugRemoteAddon to accept addonID as parameter;r=ladybenko
...
The call to getAddonForm has been inline in debugRemoteAddon.
Differential Revision: https://phabricator.services.mozilla.com/D7307
--HG--
extra : moz-landing-system : lando
2018-10-03 08:48:55 +00:00
Michael Ratcliffe
4e3c6d2b5f
Bug 1491879 - Fix telemetry support for multiple tabs / windows r=nchevobbe
...
- Various telemetry methods now need an object to be passed in in order to keep them seperate e.g. if the inspector is opened in tab 1 a timer is started. If an inspector is opened in tab 2 the same timer is restarted. Closing tab 2 would then erase the timing event invalidating the timer in tab 1.
- We no longer need to preface telemetry calls with category "devtools.main" because this is the only category we will be using.
- There are some changes to `devtools/client/debugger/new/dist/vendors.js` and `devtools/client/debugger/new/src/utils/telemetry.js` that need to be ported to the debugger at the same time as landing this.
Differential Revision: https://phabricator.services.mozilla.com/D6137
--HG--
extra : moz-landing-system : lando
2018-09-25 12:57:13 +00:00
Julian Descottes
82f188b48e
Bug 1487078 - Reuse addon debugging helpers from aboutdebugging in new ui;r=daisuke
...
Differential Revision: https://phabricator.services.mozilla.com/D4548
--HG--
extra : moz-landing-system : lando
2018-08-31 06:52:16 +00:00
Coroiu Cristina
d2b1e1759a
Backed out 2 changesets (bug 1477137) for devtools failures at devtools/client/aboutdebugging/test/browser_addons_toggle_debug.js
...
Backed out changeset c75f46c67e27 (bug 1477137)
Backed out changeset dd5e331122a9 (bug 1477137)
2018-07-27 16:45:06 +03:00
Daisuke Akatsuka
ab75feb4b3
Bug 1477137 - Part 1: Add onUninstalling and onOperationCancelled listeners to detect removal/undo extension in aboutaddons. r=jdescottes
...
MozReview-Commit-ID: RaDFBOirgL
--HG--
extra : rebase_source : 4c4448c388e17dd473b3bf44f087f2f05058e685
2018-07-27 10:32:22 +09:00
Mark Striemer
f238fb7f8b
Bug 1425347 - Hide system add-ons by default in about:debugging r=jdescottes
...
MozReview-Commit-ID: 4bhF6Zxsn6w
--HG--
extra : rebase_source : 0c85d717f7e0dc89407478af40802aadfb2e1754
2018-05-28 15:33:26 -05:00
abhinav
4237b258fa
Bug 1461263 - "Load Temporary Addon" button should have trailing "…" character.r=flod
...
MozReview-Commit-ID: Lvz9F5s1dpJ
--HG--
extra : rebase_source : e4b75dd2098b8c53e93eff7fb20bc3eb27f74149
2018-06-22 09:17:40 +05:30
J. Ryan Stinnett
be021da252
Bug 1172897 - Rename BrowserAddonActor to AddonTargetActor. r=ochameau
...
MozReview-Commit-ID: 4iI6BQaleJS
--HG--
rename : devtools/server/actors/addon.js => devtools/server/actors/targets/addon.js
extra : rebase_source : f48676bdda8b68226a00cb29c164180526389c4a
2018-06-04 18:37:02 -05:00
J. Ryan Stinnett
e2438e6bb8
Bug 1172897 - Rename WorkerActor to WorkerTargetActor. r=ochameau
...
MozReview-Commit-ID: 2Qakr1PHKNZ
--HG--
rename : devtools/client/debugger/test/mochitest/browser_dbg_WorkerActor.attach.js => devtools/client/debugger/test/mochitest/browser_dbg_WorkerTargetActor.attach.js
rename : devtools/client/debugger/test/mochitest/browser_dbg_WorkerActor.attachThread.js => devtools/client/debugger/test/mochitest/browser_dbg_WorkerTargetActor.attachThread.js
rename : devtools/client/debugger/test/mochitest/code_WorkerActor.attach-worker1.js => devtools/client/debugger/test/mochitest/code_WorkerTargetActor.attach-worker1.js
rename : devtools/client/debugger/test/mochitest/code_WorkerActor.attach-worker2.js => devtools/client/debugger/test/mochitest/code_WorkerTargetActor.attach-worker2.js
rename : devtools/client/debugger/test/mochitest/code_WorkerActor.attachThread-worker.js => devtools/client/debugger/test/mochitest/code_WorkerTargetActor.attachThread-worker.js
rename : devtools/client/debugger/test/mochitest/doc_WorkerActor.attach-tab1.html => devtools/client/debugger/test/mochitest/doc_WorkerTargetActor.attach-tab1.html
rename : devtools/client/debugger/test/mochitest/doc_WorkerActor.attach-tab2.html => devtools/client/debugger/test/mochitest/doc_WorkerTargetActor.attach-tab2.html
rename : devtools/client/debugger/test/mochitest/doc_WorkerActor.attachThread-tab.html => devtools/client/debugger/test/mochitest/doc_WorkerTargetActor.attachThread-tab.html
rename : devtools/server/actors/worker.js => devtools/server/actors/targets/worker.js
rename : devtools/shared/specs/worker/worker.js => devtools/shared/specs/targets/worker.js
extra : rebase_source : cc94b13a2e50db862bad9d7c518619052cc6e5b4
2018-06-01 15:59:24 -05:00
Julian Descottes
7fdc2c153f
Bug 1454696 - Fix leftover issues for prefer-const;r=yulia
...
MozReview-Commit-ID: JwOXoqw2mks
--HG--
extra : rebase_source : a3f07665a42c2779a85b7901a07206266a9d1616
extra : source : ae946f375e0d0f4f0f0fc859c54040fef42cbc2c
2018-06-01 12:19:35 +02:00
Julian Descottes
640fe52298
Bug 1454696 - Run eslint --fix for prefer-const;r=yulia
...
MozReview-Commit-ID: F6xUXCgdRE4
--HG--
extra : rebase_source : 65de1b0aba412d9044b5196115f74276caa058f2
2018-06-01 12:36:09 +02:00
Michael Ratcliffe
5c91c7417c
Bug 1458204 - telemetry.js: Rename startTimer/stopTimer r=jdescottes
...
MozReview-Commit-ID: HAgOaVka0Qk
--HG--
extra : rebase_source : b8d13342be947c1f700dbdc24f820b13b047dcb0
2018-05-04 14:14:43 +01: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
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
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
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
Julian Descottes
9d19b31461
Bug 1379116 - Localize hardcoded addon installation error string in about:debugging;r=ochameau
...
MozReview-Commit-ID: 1dnaoWrtaSS
--HG--
extra : rebase_source : 831989c17ad1041af3e1f9be0b7b10a0805a31cc
2018-04-17 11:49:02 +02:00
J. Ryan Stinnett
e1e870db9e
Bug 1442312 - Wait for addon reload to finish in tests. r=jdescottes
...
In about:debugging's browser_addon_reload.js test, we would request a reload
without waiting for it to reply. This led to the RDP connection closing before
the reply could be sent, triggering later errors.
For better test correctness, we now emit an event on reply and the test waits to
receive it before proceeding.
MozReview-Commit-ID: Jfps7MJ6Pzo
--HG--
extra : rebase_source : 2287c729062e3ed9a1f4527b192a672cff8c18c6
2018-03-08 19:05:32 -06:00
Julian Descottes
1d94b51b97
Bug 1272774 - allow listTabs to return favicon data from PlacesUtils;r=ochameau
...
MozReview-Commit-ID: 8bkn3mG6YkL
--HG--
extra : rebase_source : 9f514f1adbc4e79022c8c18c5195d3e1d1298062
2018-01-04 17:25:45 +01:00
Julian Descottes
38f14b6373
Bug 1423687 - show warning in about:debugging when loading a temporary legacy extension;r=aswan,pbro
...
MozReview-Commit-ID: I9U5zzwZCSj
--HG--
extra : rebase_source : 72a8141a50d4420910a6e1051a56b38579ec14e8
2017-12-08 14:44:46 +01:00
Julian Descottes
322d9410d2
Bug 1413051 - fix aboutdebugging addon tip icon in RTL;r=ochameau
...
MozReview-Commit-ID: 3aMuHiBHhVG
--HG--
extra : rebase_source : 7a59d3f888f888d220a7f0c469875bd61ae64e62
2017-12-04 14:07:50 +01:00
Julian Descottes
92392b47b7
Bug 1411565 - about:debugging connect to remote runtime using url parameters;r=ochameau
...
This changeset adds basic remote connection functionality to about:debugging.
About:debugging can target a remote firefox instance if the host and port
parameters are passed as URL search params.
The feature is not explicitly exposed at the moment and there is no UI to
connect an instance, and no UI feedback when connected to a remote instance.
When connected, about:debugging should correctly list tabs, workers and addons
for the target instance of Firefox. Debugging features work for all supported
targets.
Known limitations:
- preferences are read from the local Firefox instance (multiprocess, addon
debugging etc...). At the moment the remote instance must be manually
correctly configured
MozReview-Commit-ID: DOekSCb96XC
--HG--
extra : rebase_source : 89b73e885e50bfba4e1888f8791f637a5ba05ca7
extra : intermediate-source : 840e23f2a496e2cec280643fef127095bd67d518
extra : source : 6cc5cc4494e67ae9dd7371420710c3f8afe5b256
2017-10-23 10:15:40 +02:00
Andrew Swan
fcb1dba461
Bug 1353861 Handle .zip files as temporary addons r=jdescottes
...
MozReview-Commit-ID: A9MQtnT16LV
--HG--
extra : rebase_source : 2f12d0acab93994d4d25cc200daeb0b16996a7b5
2017-11-15 22:03:34 -08:00
Michael Ratcliffe
07fae2ebf6
Bug 1417444 - about:debugging to use prop-types and react-dom-factories r=jdescottes
...
MozReview-Commit-ID: EQ5MSMrvdWW
--HG--
extra : rebase_source : fb7427c518f7bf6c5e4abc079b6568ca73d0546c
2017-11-15 14:48:37 +00:00
Michael Ratcliffe
55f243558a
Bug 1411920 - about:debugging to ES6 classes r=jdescottes
...
MozReview-Commit-ID: Js4NQoGfgtI
--HG--
extra : rebase_source : 9c627a1010ade3290536fd30b72b2c789e3aa949
2017-10-26 13:20:22 +01:00
Maxime Vaillancourt
68de1114a3
Bug 1411199 - CamelCase all aboutdebugging component files. r=jdescottes
...
--HG--
rename : devtools/client/aboutdebugging/components/aboutdebugging.js => devtools/client/aboutdebugging/components/Aboutdebugging.js
rename : devtools/client/aboutdebugging/components/panel-header.js => devtools/client/aboutdebugging/components/PanelHeader.js
rename : devtools/client/aboutdebugging/components/panel-menu.js => devtools/client/aboutdebugging/components/PanelMenu.js
rename : devtools/client/aboutdebugging/components/panel-menu-entry.js => devtools/client/aboutdebugging/components/PanelMenuEntry.js
rename : devtools/client/aboutdebugging/components/target-list.js => devtools/client/aboutdebugging/components/TargetList.js
rename : devtools/client/aboutdebugging/components/addons/controls.js => devtools/client/aboutdebugging/components/addons/Controls.js
rename : devtools/client/aboutdebugging/components/addons/install-error.js => devtools/client/aboutdebugging/components/addons/InstallError.js
rename : devtools/client/aboutdebugging/components/addons/panel.js => devtools/client/aboutdebugging/components/addons/Panel.js
rename : devtools/client/aboutdebugging/components/addons/target.js => devtools/client/aboutdebugging/components/addons/Target.js
rename : devtools/client/aboutdebugging/components/tabs/panel.js => devtools/client/aboutdebugging/components/tabs/Panel.js
rename : devtools/client/aboutdebugging/components/tabs/target.js => devtools/client/aboutdebugging/components/tabs/Target.js
rename : devtools/client/aboutdebugging/components/workers/multi-e10s-warning.js => devtools/client/aboutdebugging/components/workers/MultiE10sWarning.js
rename : devtools/client/aboutdebugging/components/workers/panel.js => devtools/client/aboutdebugging/components/workers/Panel.js
rename : devtools/client/aboutdebugging/components/workers/service-worker-target.js => devtools/client/aboutdebugging/components/workers/ServiceWorkerTarget.js
rename : devtools/client/aboutdebugging/components/workers/target.js => devtools/client/aboutdebugging/components/workers/Target.js
2017-10-24 22:59:21 -04:00
Nicolas Chevobbe
307f01eac7
Bug 1403895 - Remove devtools/shared/client/main.js; r=ochameau.
...
Remove the main file that we don't need anymore and modify all
the imports to target the specific file they now need.
MozReview-Commit-ID: 2uWjTnAMAU0
--HG--
extra : rebase_source : ebf75886fac79aaebfab16c03997f402e9f5a278
2017-09-29 15:24:14 +02:00
Mark Striemer
b775fd5f46
Bug 1390647 - Match about:debugging and about:addons sidebar to about:preferences r=jdescottes
...
MozReview-Commit-ID: H4oZ6KzwssP
--HG--
extra : rebase_source : eb76e854337c22e9511aff5896467975e9bc3106
2017-09-11 18:40:47 -05:00
Mark Striemer
5f150a3d48
Bug 1381550 - Update font sizes in about:debugging r=jdescottes
...
MozReview-Commit-ID: 9fTtFH1DnGN
--HG--
extra : rebase_source : ae09412a3175ede65bebb6ba2a2dc2bc71811762
2017-07-19 11:57:05 -05:00
Mark Striemer
74c3b5612e
Bug 1330732 - Show install warnings in about:debugging r=aswan,jdescottes
...
MozReview-Commit-ID: 8SFcYuln8w8
--HG--
extra : rebase_source : 5e9b51508bf7b7366b393b485ff1cbbd1c7e146e
2017-06-29 11:11:21 -07:00
Sebastian Hengst
27f7641802
Backed out changeset 1d1b993bfea6 (bug 1330732) for failing chrome's test_chrome_ext_contentscript_unrecognizedprop_warning.html and test_chrome_ext_eventpage_warning.html. r=backout
2017-07-17 20:46:06 +02:00
Andy McKay
dc2475042e
bug 1380818 show the add-on id on about:debugging r=jdescottes
...
MozReview-Commit-ID: D1K0LgLX34S
--HG--
extra : rebase_source : dd6304091fb65e5bf211ab401d70bba0970cd03f
2017-07-15 07:47:05 -07:00
Mark Striemer
914c3765d8
Bug 1376941 - Retry install add-on button on error in about:debugging r=jdescottes
...
MozReview-Commit-ID: 2Lq40TPLMsZ
--HG--
extra : rebase_source : c668a7716027e1a4165b141f5c150ba9c872f81a
2017-07-04 12:53:19 -05:00
Mark Striemer
ad3bd63b56
Bug 1330732 - Show install warnings in about:debugging r=aswan,jdescottes
...
MozReview-Commit-ID: 8SFcYuln8w8
--HG--
extra : rebase_source : 4ea494040aa0a7163709ebeaf24bcadd313fddc1
2017-06-29 11:11:21 -07:00
Mark Striemer
cb7b08b51c
Bug 1367485 - Improve formatting of Windows paths in about:debugging r=jdescottes
...
MozReview-Commit-ID: 1mKNvccF6nZ
--HG--
extra : rebase_source : 12b7079145db72269536a80a3343ae8ea255dd22
2017-06-28 13:49:05 -07:00
Andy McKay
bab1d02fc9
Bug 1326230 - Add a warning for temporary ids in about:debugging. r=mstriemer
...
MozReview-Commit-ID: 2Ui2kfB8UPe
--HG--
extra : transplant_source : %DC%B9%EC%10%94%96%C7%9E%ECa%0D%BA%9E%3D%3C%94Q%5E%19%15
2017-06-02 14:15:08 -07:00
Mark Striemer
0d2d8d0fbe
Bug 1338827 - Only show reload button for temporary add-ons in about:debugging r=jdescottes
...
MozReview-Commit-ID: m8Le3N4xyg
--HG--
extra : rebase_source : 29339a2a539bab37bcf535221dc89ff1c597ffe7
2017-05-18 09:30:48 -05:00
Mark Striemer
d86510ee6d
Bug 1338827 - Add button to remove add-on in about:debugging r=jdescottes
...
MozReview-Commit-ID: HqpzhIM1MGV
--HG--
extra : rebase_source : 0da973a0737661d788196df8cea10bc69aecc778
2017-05-18 10:40:14 -05:00
Andy McKay
53f5dca650
bug 1360756 show internal ID for about:debugging r=jdescottes,mstriemer
...
MozReview-Commit-ID: 2LwFAzKSVKT
--HG--
extra : rebase_source : 1bffb7764fb2b6bf48a0559f5b27a1ae8886c61e
2017-05-19 12:00:04 -07:00
Julian Descottes
995e59eb20
Bug 1363685 - revert addonDebugging.label2 to addonDebugging.label;r=flod
...
MozReview-Commit-ID: ETJtGEVjaYE
--HG--
extra : rebase_source : 714aa4726d35953e08b786640fd94ded94400fc4
2017-05-10 13:21:07 +02:00
Julian Descottes
ad1d261fed
Bug 1363100 - change aboutdebugging links text to "Learn more";r=flod,ochameau
...
MozReview-Commit-ID: jOWDb17tsv
--HG--
extra : rebase_source : 6cdf4a4d54a817a99367d8cf5535746142944429
2017-05-08 22:42:10 +02:00
Andy McKay
4be0ca813d
bug 1353933 add a note about web-ext r=jdescottes
...
MozReview-Commit-ID: 2nNGL9BUKjQ
--HG--
extra : rebase_source : babd4c8fc8daf850852b956684391d6bf586d60e
2017-05-05 16:53:04 -07:00
Mark Striemer
f815c9a9f7
Bug 1330741 - Show filesystem location of add-ons in about:debugging r=jdescottes
...
MozReview-Commit-ID: 3pmdAi80boT
--HG--
extra : rebase_source : dbbb3a311d98459cf152d3b5c91162113142bb7a
extra : source : 92edadd517ce746647724db5f9465d8898ae331c
2017-03-21 18:20:28 -05:00