Commit Graph

475 Commits

Author SHA1 Message Date
Girish Sharma
549b3b1a37 Bug 988001 - Make the popup click to insert work again, r=bgrin 2014-04-19 15:43:26 +05:30
Ryan VanderMeulen
3a8da37041 Bug 996003 - Various devtools test manifest cleanups. r=miker 2014-04-15 08:03:53 -04:00
Ryan VanderMeulen
72f2d5c414 Backed out changeset e6b103b4369e (bug 974171) for mochitest-dt failures.
CLOSED TREE
2014-04-14 12:13:26 -04:00
Michael Ratcliffe
2d8f8ed9fe Bug 974171 - Add DEVTOOLS_TOOLBOX_* flags r=jwalker 2014-04-08 12:53:58 +01:00
Paolo Amadini
bc198d1062 Bug 995170 - Convert legacy uses of promise.js in devtools where this doesn't result in test failures. r=jwalker 2014-04-14 14:15:43 +01:00
Joe Walker
6148f170d7 Bug 984365 - Refactor and split out BuiltinCommands.jsm; r=mratcliffe,robcee,panos
BuiltinCommands.jsm was huge to avoid slowing things down by having many
modules loading.

To avoid splitting it up from slowing things down we want to delay loading
commands. Create [add|remove]ItemsByModule to allow us to lazily add modules,
and convert all command modules to use this.

Then break up BuiltinCommands into a set of files, for each command, and do
some refactoring to use JS files rather than JSMs and use "use strict".

--HG--
rename : browser/devtools/commandline/Commands.jsm => browser/devtools/commandline/commands-index.js
rename : browser/devtools/debugger/CmdDebugger.jsm => browser/devtools/debugger/debugger-commands.js
rename : browser/devtools/inspector/CmdInspect.jsm => browser/devtools/inspector/inspector-commands.js
rename : browser/devtools/responsivedesign/CmdResize.jsm => browser/devtools/responsivedesign/resize-commands.js
rename : browser/devtools/scratchpad/CmdScratchpad.jsm => browser/devtools/scratchpad/scratchpad-commands.js
rename : browser/devtools/styleeditor/CmdEdit.jsm => browser/devtools/styleeditor/styleeditor-commands.js
rename : browser/devtools/tilt/CmdTilt.jsm => browser/devtools/tilt/tilt-commands.js
2014-04-13 07:47:27 +01:00
Heather Arthur
e5bfce063b Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset 2014-03-31 15:26:53 -07:00
Michael Ratcliffe
d0f5dae6ab Bug 983948 - Add mach mochitest-devtools r=jmaher 2014-03-25 16:52:53 +00:00
Girish Sharma
bf8a83a872 Bug 993580 - Permanently fix webconsole error count test and temporarily fix box model tests. r=pbrosset 2014-04-10 02:30:01 +05:30
Neil Deakin
6def64a610 Bug 610545, fix tests to disable arrow panel transitions to speed them up and fix mouse targetting issues, r=felipe 2014-04-08 08:45:52 -04:00
Dave Townsend
54bf4a2bec Bug 850336: Devtools box model should be editable. r=pbrosset 2014-04-03 17:37:26 -07:00
Victor Porof
26c43cf1ec Bug 991376 - The variables inspection popup shouldn't opening when hovering js literals. r=past 2014-04-02 19:38:07 -04:00
Victor Porof
db5a1d0d8e Relanding bug 991175 as a backout of changeset b1b18a46eda2 because it has no tests and can't cause browser-chrome bustage, r=me 2014-04-04 03:13:45 -04:00
Wes Kocher
47966ad501 Backed out changeset 312c314e230b (bug 991175) for pushing tests around, causing chunked browser-chrome bustage on a CLOSED TREE 2014-04-03 15:15:39 -07:00
Wes Kocher
83eb7ca9eb Backed out changeset a17657a71b01 (bug 991376) for pushing tests around, causing chunked browser-chrome bustage on a CLOSED TREE 2014-04-03 15:15:26 -07:00
Victor Porof
23f74dd497 Bug 991376 - The variables inspection popup shouldn't opening when hovering js literals, r=past 2014-04-03 11:22:23 -04:00
Victor Porof
b014790f0a Bug 991175 - Headers values in the netmonitor sidepane are very hard to read and copy after clicking on them, r=msucan 2014-04-03 11:22:22 -04:00
Patrick Brosset
55b7d758a1 Bug 979292 - Correctly place image tooltip in ruleview after a colorpicker was used; r=harth 2014-04-03 10:12:31 +02:00
Phil Ringnalda
a21ec22a24 Back out 81dd398600c4 (bug 850336) for linux bc2 leaks-until-shutdown 2014-04-02 23:17:37 -07:00
Dave Townsend
e5c78fb583 Bug 850336: Devtools box model should be editable. r=pbrosset 2014-04-02 17:44:59 -07:00
Mark Hammond
cae334e085 Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-04-02 10:53:55 +11:00
Rob Campbell
b8eabed668 Bug 989058 - Some cumulative theme fixes - BACKOUTOMG; r=dcamp,#developers 2014-04-01 12:30:22 -04:00
Wes Kocher
a0ca84cc0a Backed out changeset 8032e6ff1372 (bug 939040) for Windows mochitest-4 failures. 2014-03-31 17:02:29 -07:00
Heather Arthur
884d06a39b Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset 2014-03-31 15:26:53 -07:00
Rob Campbell
33732e27ac Bug 989058 - Cumulative theme fixes; f=bgrins,benvie r=dcamp,fitzgen 2014-03-31 17:40:52 -04:00
Victor Porof
3572271153 Bug 989417 - Use Task.spawn in Netmonitor code to improve code readability, r=rcampbell 2014-03-31 11:14:47 -04:00
Phil Ringnalda
25ffcd7643 Back out 43663582cfdb (bug 987404) because it looks like it disabled things even without e10s being defined 2014-03-30 23:18:57 -07:00
Mark Hammond
cde2db8ab1 Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-03-31 14:11:49 +11:00
Victor Porof
b566dac1b0 Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans 2014-03-29 13:01:37 -04:00
Ed Morley
88eeed4244 Backed out changeset 894e40121370 (bug 917226) for browser-chrome failures; DONTBUILD since fixing commit message
CLOSED TREE
2014-03-27 19:09:29 +00:00
Ed Morley
67a3d8e2c9 Backed out changeset 7b9fab28c591 (bug 917226) for incorrect commit message generated by qbackout; DONTBUILD 2014-03-27 19:07:31 +00:00
Victor Porof
8b52569db7 Bug 917226 - Build a canvas inspection tool, r=rcampbell
--HG--
extra : rebase_source : 466745d61633e1e56f7fd1f2e680952c52cdf0a4
2014-03-27 18:57:16 +00:00
Dave Townsend
4004c9cf44 Bug 986838: Add-on SDK modules should be listed after the add-on's own modules. r=fitzgen 2014-03-27 11:35:14 -07:00
Victor Porof
73b28f4ab2 Backed out changeset 882b91ce5a9f, as a relanding of Bug 917226, r=me 2014-03-27 12:24:00 -04:00
Ed Morley
216776abce Backed out changeset 894e40121370 (bug 917226) for mochitest-chrome failures 2014-03-27 16:11:59 +00:00
Victor Porof
4fd4807937 Bug 917226 - Build a canvas inspection tool, r=rcampbell 2014-03-27 10:21:37 -04:00
Victor Porof
9043abcee4 Bug 988329 - Netmonitor pie charts shouldn't display 'Loading' when the source data is available but empty, r=rcampbell 2014-03-26 16:07:30 -04:00
Victor Porof
e39688f069 Bug 988328 - Netmonitor pie charts shouldn't have hover effects when there's only one slice available, r=rcampbell 2014-03-26 16:07:30 -04:00
Girish Sharma
2f345d01fb Bug 987870 - Fix multiple issue of cycling suggesting and pressing keys with modifiers in an empty inplace editor, r=bgrins 2014-03-26 02:16:31 +05:30
Girish Sharma
716b40c176 Bug 913955 - Avoid race conditions and inserting in middle of text in inplace-editor, r=mratcliffe 2014-03-25 20:43:44 +05:30
Girish Sharma
234e097ae9 Bug 912189 - Show CSS value autocomplete without waiting for first character, r=mratcliffe 2014-03-25 20:43:44 +05:30
Thomas Andersen
e71daeebc7 Bug 859059 - Implement "Copy as curl". r=msucan, r=vp 2014-03-20 02:02:08 +01:00
Ryan VanderMeulen
d269ff5c2a Backed out 3 changesets (bug 965527, bug 859059, bug 812172) for mochitest and xperf orange on a CLOSED TREE
Backed out changeset 18f579c4308e (bug 965527)
Backed out changeset 70ed33107301 (bug 859059)
Backed out changeset 7b59b92580fa (bug 812172)
2014-03-21 10:33:18 -04:00
Thomas Andersen
28fd6cdbf9 Bug 859059 - Implement "Copy as curl". r=msucan, r=vp 2014-03-20 02:02:08 +01:00
Dave Townsend
b1ba3e36be Backing out bug 850336 due to test timeouts. r=backout 2014-03-19 14:11:36 -07:00
Dave Townsend
cdc4ed01e4 Bug 850336: Devtools box model should be editable. r=pbrosset 2014-03-19 10:38:05 -07:00
Patrick Brosset
07a92094c4 Bug 966424 - Intermittent browser_bug765105_background_image_tooltip.js; r=jwalker 2014-03-19 10:11:34 +01:00
Dave Townsend
f546d230e9 Backed out changeset a9de76765bad on a CLOSED TREE from bug 850336 for its test taking too long. 2014-03-18 13:07:49 -07:00
Dave Townsend
95958493b8 Bug 850336: Devtools box model should be editable. r=pbrosset 2014-03-18 09:25:25 -07:00
Dave Townsend
796d14e2e7 Bug 983847: Frequent CSS errors in spectrum-frame.xhtml. r=pbrosset 2014-03-18 09:18:02 -07:00