Brian Grinstead
0ff3dc6bc4
Bug 991810 - Move the inspector button to the top left;r=vporof
2014-05-28 09:11:33 -05:00
Jordan Santell
b2abf385f2
Bug 1011436 - Update localization property names for the web audio tool. r=vp
2014-05-19 13:37:00 -04:00
Jordan Santell
0fe2edac9f
Bug 998597 - Add icon for Web Audio Editor tool in developer tools. r=robcee
2014-05-14 11:37:00 -04:00
Dave Townsend
832c3d2cac
Bug 993029: Create an add-on console actor that will be displayed in the console tab of the add-on debugger. r=msucan, r=Unfocused, r=past
2014-05-01 08:36:01 -07:00
Heather Arthur
49f8dba61a
Bug 997163 - Add 'eyedropper' command and button; r=jwalker
2014-04-24 21:39:00 +02:00
Jordan Santell
c102242db2
Bug 980503 - Implement Web Audio Editor front end, first pass. r=vp
2014-04-02 15:51:21 -07:00
Joe Walker
ffa9c6e99c
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
Jordan Santell
9ee1ae235e
Bug 991347 - Hide the displaying of the canvas editor when debugging an addon target. r=vp
2014-04-02 16:28:18 -07:00
Victor Porof
feb9eeed9d
Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans
2014-03-29 13:01:37 -04:00
Jordan Santell
1d63ae7ec1
Bug 987890 - Hide unused tools when using addon debugger. r=jryans
2014-03-27 12:32:00 +01:00
Ed Morley
449379d2cc
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
df264302e9
Backed out changeset 7b9fab28c591 (bug 917226) for incorrect commit message generated by qbackout; DONTBUILD
2014-03-27 19:07:31 +00:00
Victor Porof
8c86a85427
Bug 917226 - Build a canvas inspection tool, r=rcampbell
...
--HG--
extra : rebase_source : 466745d61633e1e56f7fd1f2e680952c52cdf0a4
2014-03-27 18:57:16 +00:00
Victor Porof
3bebfcdd8a
Backed out changeset 882b91ce5a9f, as a relanding of Bug 917226, r=me
2014-03-27 12:24:00 -04:00
Ed Morley
a9d17b7cb7
Backed out changeset 894e40121370 (bug 917226) for mochitest-chrome failures
2014-03-27 16:11:59 +00:00
Victor Porof
238e8b812c
Bug 917226 - Build a canvas inspection tool, r=rcampbell
2014-03-27 10:21:37 -04:00
Mihai Sucan
de77c8314a
Bug 917227 - Part 1: network monitor client changes; r=ochameau
2014-03-07 14:14:53 +02:00
Brian Grinstead
16b3c7a6ce
Bug 967168 - DevTools Addon icons should not be inverted on light theme;r=jwalker
2014-02-10 07:50:13 -06:00
Rob Campbell
5c09e3632b
Bug 612253 - Need a shortcut key to focus the input line in web console; r=msucan
2014-02-07 08:56:00 -05:00
Patrick Brosset
7c890d7d69
Bug 952277 - DOMNodes can be highlighted and selected from the debugger [Australis]; r=past, vporof
2014-02-01 10:24:44 +01:00
Brian Grinstead
753af9dbf4
Bug 957291 - DevTools tab bar UI updates to resolve icon bluriness and min-height. OVERRIDE HOOK;r=pbrosset
2014-01-24 12:45:20 -06:00
Patrick Brosset
cb863d2cfe
Bug 916443 - part 1 - Toolbox level remote highlighter [Australis], r=paul
2014-01-09 12:36:01 +01:00
Brian Grinstead
97b8e1b80d
Bug 947309 - DevTools themes - use new icons for toolbar;r=paul
2014-01-03 13:32:26 -06:00
Heather Arthur
1ef2e1c103
Bug 926014 - Support CSS source maps; r=dcamp
...
--HG--
rename : browser/devtools/styleeditor/StyleEditorPanel.jsm => browser/devtools/styleeditor/styleeditor-panel.js
2013-12-06 23:52:32 -08:00
Victor Porof
7b70615cab
Bug 946592 - Rename netmonitor-panel.js to just panel.js. r=past
...
--HG--
rename : browser/devtools/netmonitor/netmonitor-panel.js => browser/devtools/netmonitor/panel.js
2013-12-05 09:37:47 +02:00
Victor Porof
4ef4cc2211
Bug 946591 - Rename debugger-panel.js to just panel.js. r=past
...
--HG--
rename : browser/devtools/debugger/debugger-panel.js => browser/devtools/debugger/panel.js
2013-12-05 09:37:19 +02:00
Brian Grinstead
24fe7b33e4
Bug 938172 - Do not allow disabling of "core" developer tools from options panel;r=dcamp
2013-11-18 14:12:02 -06:00
Brian Grinstead
198c03bdb2
Bug 916766 - Consistent theming across panels (adding webconsole and options panel). Also prevents flicker on panels while frame is loading. r=paul, ui-r=darrin
2013-11-13 12:02:05 -06:00
Victor Porof
39ed225e41
Bug 910955 - Implement a live WebGL shader editor, r=dcamp
2013-10-25 10:18:41 +03:00
Brandon Benvie
8622ec00dc
Bug 924614 - Fix duplicate Scratchpad menu items in Web Developer menu. r=mratcliffe
2013-10-09 11:47:00 -07:00
Brandon Benvie
55c0857085
Bug 895180 - Add a Scratchpad tab for remote targets. r=dcamp, r=robcee, r=msucan
2013-10-04 12:44:09 -07:00
Paul Rouget
a1c7380a0d
Bug 916166 - [app manager] Disable the network monitor. r=ochameau
2013-09-17 07:30:00 +02:00
Michael Harrison
814ab4e78b
Bug 832636 - Improve the Style Editor tab tooltip. r=paul.rouget
2013-09-17 11:36:40 -04:00
Dave Camp
4bb4670dcc
Bug 910221 - Enable the remote inspector. r=paul
...
--HG--
extra : rebase_source : 57ef36ef6d818e7e2c953d520e50d0a27110d211
2013-08-12 07:43:18 -07:00
Dave Camp
d2af46d2a9
Bug 909101 - Load the netmonitor panel with the devtools loader. r=vporof, r=gps
...
--HG--
rename : browser/devtools/netmonitor/NetMonitorPanel.jsm => browser/devtools/netmonitor/netmonitor-panel.js
extra : rebase_source : 2a24c39f2d1ce71844720f1b79c70a07637eee24
2013-08-25 11:57:52 +02:00
Dave Camp
f9543dd9af
Bug 909099 - Load the debugger panel with the devtools loader. r=vporof, r=gps
...
--HG--
rename : browser/devtools/debugger/DebuggerPanel.jsm => browser/devtools/debugger/debugger-panel.js
extra : rebase_source : 50a60e371c82aeed9909fb468bd019fafb67c6b7
2013-08-28 15:20:18 +02:00
Tim Taubert
15c0a882e2
Backed out changeset fa280c8a55f0 (bug 892185)
2013-08-05 06:11:17 +02:00
Heather Arthur
1b86e1981c
Bug 892185 - Ctrl+Shift+J/Cmd+Opt+J should toggle the console; r=fitzgen
2013-07-31 11:39:00 -07:00
Nick Fitzgerald
cf804927a8
Backout revision 141246:8780f778bc45 for style editor failures
2013-08-03 11:29:37 -07:00
Brian Grinstead
6505f8e6d7
Bug 891556 - Add Ctrl-Shift-C (Cmd-Opt-C) shortcut to toggle highlighting; r=jwalker
2013-08-02 11:28:37 -07:00
Brian Grinstead
37a492acf5
Bug 892168 - Ctrl+Shift+I/Cmd+Opt+I should toggle the devtools open/closed; r=jwalker
2013-07-31 10:38:59 -07:00
Mihai Sucan
b255378927
Bug 877262 - Part 2: move the Web Console files over to the new jetpack-based loader; r=dcamp
...
--HG--
rename : browser/devtools/shared/AutocompletePopup.jsm => browser/devtools/shared/autocomplete-popup.js
rename : browser/devtools/webconsole/HUDService.jsm => browser/devtools/webconsole/hudservice.js
rename : browser/devtools/webconsole/NetworkPanel.jsm => browser/devtools/webconsole/network-panel.js
rename : browser/devtools/webconsole/WebConsolePanel.jsm => browser/devtools/webconsole/panel.js
rename : toolkit/devtools/webconsole/WebConsoleClient.jsm => toolkit/devtools/webconsole/client.js
rename : toolkit/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/network-helper.js
rename : toolkit/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/utils.js
2013-08-03 13:29:48 +03:00
Anton Kovalyov
89611fda5a
Bug 828038 - Change profile recording UI and behavior; r=dcamp
2013-06-27 17:31:52 -07:00
Girish Sharma
f1c6e55aab
Bug 868163 - Add toolbox tab highlighting API, r=robcee, r=vporof, r=paul
2013-05-25 13:35:34 +05:30
Victor Porof
4549fa7759
Bug 823577 - Cleanup debugger frontend code, strings, etc., r=rcampbell
...
--HG--
rename : browser/devtools/debugger/DebuggerUI.jsm => browser/devtools/debugger/DebuggerProcess.jsm
2013-06-21 17:33:56 +03:00
Anton Kovalyov
f1b836a465
Bug 881006 - Change Profile panel tooltip to say JavaScript Profiler; r=harth
2013-06-18 17:24:36 -07:00
Dave Camp
34a2f1e522
Bug 877298 - Move devtools globals to loader creation. r=jwalker
2013-05-31 11:06:09 -07:00
Victor Porof
428f946673
Bug 859222 - Need custom icon for Network tab; r=jwalker
2013-05-11 09:14:40 +03:00
Heather Arthur
dcbbe50e08
Bug 870131 - Rename 'Web Console' to 'Console' in toolbox; r=mratcliffe
2013-05-10 15:27:16 -07:00
Girish Sharma
0930729c5f
Bug 866138 - Refactor disabling logic for a tool and convert options panel to a tool too, r=jwalker
2013-05-04 12:01:07 +05:30