Commit Graph

147 Commits

Author SHA1 Message Date
Jarda Snajdr
61e99d144c Bug 1261785 - Part 3: Make affected JS files eslint-clean. r=mratcliffe 2016-04-15 07:00:00 -04:00
Jarda Snajdr
58ce1a1893 Bug 1261785 - Part 2: Use shared-head.js for storage inspector tests. r=mratcliffe 2016-04-13 04:01:00 -04:00
Brian Grinstead
2dddb6bef5 Bug 1264436 - Make enable persist logs option markup consistent with others. r=ntim
MozReview-Commit-ID: LZaRzOlggi1

--HG--
extra : transplant_source : %D3%E0A%98%F8%DC%9Aqb%AC%BD%C6%91%25%C4Ud%E54%87
2016-04-13 14:42:01 -07:00
Alexandre Poirot
2304fa0495 Bug 1261665 - Remove unecessary Loader.jsm main in favor of require(). r=jryans 2016-04-14 01:40:43 -07:00
Yura Zenevich
428478e041 Bug 1242852 - (part 1) making top dev tools toolbar keyboard accessible. r=bgrins
MozReview-Commit-ID: MPMzYnbZOM
---
 devtools/client/framework/test/browser.ini         |  2 +
 .../test/browser_toolbox_keyboard_navigation.js    | 88 ++++++++++++++++++++++
 devtools/client/framework/toolbox.js               | 67 ++++++++++++++++
 devtools/client/themes/toolbars.css                |  3 +
 4 files changed, 160 insertions(+)
 create mode 100644 devtools/client/framework/test/browser_toolbox_keyboard_navigation.js

--HG--
extra : rebase_source : d26a1dc86672a77b095e212ed658ab3fd89c0af2
2016-04-12 11:53:28 -04:00
Alexandre Poirot
24e99065d2 Bug 1261055 - Fix Browser Toolbox leak of its parameters. r=jryans 2016-04-12 13:05:36 -07:00
Alexandre Poirot
20b3420a9a Bug 1261055 - Use env variable instead of BrowserToolboxProcess contructor option. r=jryans 2016-04-12 13:05:36 -07:00
Alexandre Poirot
669f941ffa Bug 1261920 - Register developer button dynamically. r=jryans,gijs 2016-04-12 13:05:36 -07:00
Alexandre Poirot
fb4f69ff96 Bug 1262144 - Support "tool" query parameter on about:devtools-toolbox for default panel to open. r=jryans 2016-04-12 13:05:36 -07:00
Nick Fitzgerald
cd2c23a435 Bug 1249788 - Implement the census individuals view; r=jsantell
This adds the INDIVIDUALS view state to the memory panel, renames "dominator
tree display" to "label display", and adds a view for listing the individual
nodes in a census group and inspecting each nodes' retaining paths.

--HG--
rename : devtools/client/memory/actions/dominator-tree-display.js => devtools/client/memory/actions/label-display.js
rename : devtools/client/memory/reducers/dominator-tree-display.js => devtools/client/memory/reducers/label-display.js
2016-04-11 18:04:31 -07:00
Nick Fitzgerald
ffd2846070 Bug 1237054 - Part 0: Make tests fail if DevToolsUtils.assert fails; r=jryans 2016-04-05 19:21:00 +02:00
Steve Melia
90ac232115 Bug 1259126 - Use a <box> intead of a <deck> for toolbox tabs;r=bgrins
MozReview-Commit-ID: Lgc7Txe5xt1
2016-04-01 00:28:50 +01:00
Alexandre Poirot
5e0c919d13 Bug 1258987 - Stop generating useless xul:command and xul:broadcaster. r=jryans 2016-04-05 07:16:48 -07:00
Alexandre Poirot
e6645862ac Bug 1261092 - Simplify gcli initialization/destruction codepaths. r=jryans,jwalker 2016-04-05 07:16:48 -07:00
Alexandre Poirot
d85fa6d2c0 Bug 1258985 - Remove menuitem and pref related to the "Error Console". r=jryans 2016-04-05 07:16:48 -07:00
Julian Descottes
4976840785 Bug 1261687 - Don't update devtools title if tabNavigated.isFrameSwitching;r=jryans
Check the "isFrameSwitching" property of the tabNavigated event before
updating the devtools title. If frameSwitching is true, the event is a
fake event generated by the webbrowser actor when switching the frame
context in the devtools.

Added another mochitest to verify this.

MozReview-Commit-ID: LDycPcf0tLv

--HG--
extra : rebase_source : 5b8070a72d081490c5c3c366ee71753d99707dfa
2016-04-03 18:49:40 +02:00
Alexandre Poirot
13a3f79026 Bug 1261272 - Fix Cm.isCIDRegistered is undefined exception. r=jryans
--HG--
extra : rebase_source : 67e69466182d69fa641247c1ad6cf85d2be1547b
2016-04-01 05:57:00 -04:00
Carsten "Tomcat" Book
174dee8f80 Backed out changeset 64f6fc285131 (bug 1231437) for test failures in browser_storage_cookies_edit.js
--HG--
extra : rebase_source : ecb08214d01f5743a84316ae03529a9c73b4e40f
2016-04-01 15:53:12 +02:00
Alexandre Poirot
b681b08e4a Bug 1248603 - Register devtools menuitems dynamically. r=gijs,jryans 2016-04-01 05:49:00 -07:00
Alexandre Poirot
0f47f0397f Bug 1248603 - Remove support of the appmenu from devtools. r=jryans 2016-04-01 05:49:00 -07:00
Alexandre Poirot
7700017247 Bug 1248603 - Factor out menu and shortcut creation to dedicated module. r=jryans 2016-04-01 05:49:00 -07:00
Alexandre Poirot
d9d1c96eef Bug 1247203 - Cleanup relations between main client module and devtools-browser. r=jryans 2016-04-01 05:48:59 -07:00
Jarda Snajdr
cc61dccc0d Bug 1231437 - Storage Inspector: context menu to remove cookie/storage item r=mratcliffe
--HG--
extra : rebase_source : 9fa5cccee28309f9da368275f6cb80f684aaa39f
2016-04-01 05:11:00 +02:00
J. Ryan Stinnett
33f188faf9 Bug 1240804 - Disabling / whitelisting more tests with promise rejections. r=me
MozReview-Commit-ID: ISHRSPrywv5
2016-04-01 06:52:43 -05:00
Carsten "Tomcat" Book
d614afde81 Backed out changeset 66f61a656571 (bug 1231437) for test failures in browser_storage_cookies_edit.js 2016-04-01 09:27:58 +02:00
Jarda Snajdr
462e493707 Bug 1231437 - Storage Inspector: context menu to remove cookie/storage item r=mratcliffe a=kwierso
MozReview-Commit-ID: ETmjp8jjQ6z
2016-03-31 16:14:15 -07:00
Julian Descottes
d015e2f0e7 Bug 1260359 - fix devtools detached toolbox title update in e10s;r=jryans
The devtools host window updates its title when its target navigates.
This was done using a contentDocument CPOW, and thus failing on e10s.

The url and title are now stored in TabTarget and updated on tab navigation.
Updated existing test to cover the case of pages with a title.

MozReview-Commit-ID: 4G1keOA7yB6

--HG--
extra : rebase_source : 720084e9929f334092ffe18e4c786cbf731fe52e
2016-03-29 12:01:46 +02:00
Patrick Brosset
d78eee6af3 Bug 1258333 - Prevent errors when unhighlighting when the toolbox is closed; r=zer0
MozReview-Commit-ID: HUhCsqiVtEd

--HG--
extra : rebase_source : b4e18740d646192e0796ac1fd95458d8846311e4
2016-03-23 17:26:25 +01:00
Victor Porof
b57c576149 Bug 1258309 - Update all occurences of ViewHelpers.Prefs to use the new module, r=jsantell 2016-03-22 10:17:21 +01:00
Nicolas Chevobbe
b94e8a4b94 Bug 1246514 - Fix eslint errors in files touched in this bug. r=bgrins
MozReview-Commit-ID: LSs3NUsMXLN

--HG--
extra : rebase_source : 24572d2d23b63e36f4664a4c20dfce847da4c37c
2016-03-11 22:23:53 +01:00
Nicolas Chevobbe
abb431e0ca Bug 1246514 - Switch toolbox-options.xul to HTML. r=bgrins
Change the XUL label + vbox to fieldset + legend as it's the most relevant
element for describing form sections.
Moreover, we don't have to look for a previous label when we hide a fieldset.
Edit scripts and tests files to adapt them to the HTML file structure.

MozReview-Commit-ID: LBfXfLRX6aj

--HG--
rename : devtools/client/framework/toolbox-options.xul => devtools/client/framework/toolbox-options.xhtml
extra : rebase_source : 4343dd55c3be9de6a09c39819959be4ad4642edc
2016-02-26 23:40:14 +01:00
James Long
ccf6949bd1 Bug 1248303 - respect break on exceptions flag in subsequent debugger instances r=ejpbruel 2016-03-16 13:53:34 -04:00
Alexandre Poirot
f33b558b6b Bug 1233463 - Allow loading devtools in a tab or an html:iframe. r=jryans 2016-03-16 06:42:19 -07:00
Alexandre Poirot
9a52e537f4 Bug 1233463 - Expose about:devtools-toolbox shortcut to load the toolbox. r=jryans 2016-03-16 06:42:19 -07:00
Jordan Santell
63679ce4b8 Bug 1177279 - Create a SourceLocationController to manage the state of updating sources for source mapping. r=jlong,jryans 2016-03-14 18:49:07 -07:00
Lin Clark
1d48126258 Bug 1249106 - Fail tests when React propType errors are logged. r=jyrans
MozReview-Commit-ID: HlTDuMhsyX6
2016-03-09 21:50:42 -08:00
Alexandre Poirot
d0c7567616 Bug 1247203 - Register tools and themes in the sorted order. r=jryans 2016-03-04 07:51:12 -08:00
Alexandre Poirot
2148b1df6a Bug 1247203 - Move telemetry ping from gDevTools to gDevToolsBrowser. r=jryans 2016-03-04 07:51:12 -08:00
Phil Ringnalda
4fc06aef08 Back out 054bd8841f4c (bug 1249106) for doing just what it intended, causing devtools tests to fail with "Warning: Failed propType", just a bit too often 2016-03-03 21:41:32 -08:00
Lin Clark
75dc726f8f Bug 1249106 - Fail tests when React propType errors are logged. r=jryans 2016-03-02 17:07:00 -05:00
Jan Keromnes
ed60aaa7d6 Bug 1239317 - Add a Service Workers entry to the Web Developer menu. r=jryans 2016-03-03 09:47:59 -06:00
Alexandre Poirot
ffdbd09825 Bug 1245875 - Remove Tilt from tree. r=vporof,jwalker 2016-03-03 02:27:22 -08:00
Alexandre Poirot
ddfbd42125 Bug 1252245 - Disable gcli on the browser toolbox. r=jwalker 2016-03-02 02:32:05 -08:00
Alexandre Poirot
7c4184c262 Bug 1252346 - Fixes missing Services definition or tweaked eslint to figure out where does it comes from. r=jryans 2016-03-01 14:00:28 -06:00
J. Ryan Stinnett
3f25b8c8e2 Bug 1252346 - Some DevTools files missing Services. r=ochameau
MozReview-Commit-ID: F1SjhiXNZSj
2016-03-01 14:00:28 -06:00
Alexandre Poirot
87ddc644c6 Bug 1250430 - Remove SrcDir loader support from devtools. r=jryans 2016-02-27 04:51:11 -08:00
Alexandre Poirot
d3b05e8c5a Bug 1245530 - Use require(Services) instead of Cu.import(Services.jsm). r=jryans 2016-02-27 04:51:10 -08:00
Brian Grinstead
14466e7fda Bug 1249650 - Give the toolbox tool container default styling to prevent flash of incorrect background when webconsole opens;r=gl
MozReview-Commit-ID: 8X88NCyr7NR
2016-02-24 08:26:09 -08:00
Alexandre Poirot
0f4a6801ac Bug 1248600 - Remove registerBrowserWindow/forgetBrowserWindow calls from /browser/. r=jryans
--HG--
rename : devtools/client/devtools-clhandler.js => devtools/client/devtools-startup.js
rename : devtools/client/devtools-clhandler.manifest => devtools/client/devtools-startup.manifest
2016-02-24 02:06:42 -08:00
Wes Kocher
24663f3a36 Backed out changeset 3b17489c9d98 (bug 1248600) for ESLint failures
--HG--
rename : devtools/client/devtools-startup.js => devtools/client/devtools-clhandler.js
rename : devtools/client/devtools-startup.manifest => devtools/client/devtools-clhandler.manifest
extra : commitid : AmNYlqOEWAb
2016-02-22 09:27:04 -08:00