Alexandre Poirot
d94b8baa2b
Bug 1094203 - Enable tools if related actor is available. r=jryans
2014-11-12 04:57:00 +01:00
James Long
40adb607b4
Bug 1088247 - A developer tool should only be enabled when appropriate actors exist. r=jryans
2014-10-27 14:28:00 -04:00
Jordan Santell
3dfbe6f1f5
Bug 1069674 - Disable web audio tools on unsupported platforms. r=jryans
2014-10-27 12:49:00 +01:00
Jordan Santell
0ba8932661
Bug 1069673 - Add support methods on devtool's Target, r=jryans
2014-10-22 13:33:00 +02:00
Jordan Santell
f906459194
Bug 1077441 - create empty performance tool under build flag. r=vp
2014-10-15 09:46:00 +02:00
Jordan Santell
4f423ddf06
Bug 1068372 - Disable web audio editor option in browser toolbox. r=vp
2014-09-23 12:30:00 -04:00
Tim Nguyen
a78b1ecb1d
Bug 1066218 - Properly order Web Audio Editor and Storage Inspector in toolbox. r=paul
2014-09-11 11:57:00 +02:00
Victor Porof
4dc874dcbd
Bug 1050386 (relanded) - Build a temporary timeline panel, r=paul
...
--HG--
rename : browser/devtools/shared/test/browser_graphs-07.js => browser/devtools/shared/test/browser_graphs-07a.js
2014-09-10 13:11:06 -04:00
Ryan VanderMeulen
525d3dad4a
Backed out changeset e3a037fb152f (bug 1050386) for frequent WinXP mochitest-dt failures.
...
--HG--
rename : browser/devtools/shared/test/browser_graphs-07a.js => browser/devtools/shared/test/browser_graphs-07.js
2014-09-10 12:51:59 -04:00
Paul Rouget
fd72b08f1c
Bug 1050386 - [timeline] build a temporary timeline panel, r=paul
...
--HG--
rename : browser/devtools/shared/test/browser_graphs-07.js => browser/devtools/shared/test/browser_graphs-07a.js
2014-09-10 08:47:26 -04:00
Jan Odvarko
1b635ed96a
Bug 1059727 - Add API to fire a new Toolbox panel initialization events. r=bgrins
2014-09-08 13:23:11 +02:00
Girish Sharma
7b2b178fd6
Bug 1060835 - Fix storage.properties strings and add separate strings for web menu and panel items, r=paul
2014-08-31 21:00:34 +05:30
Michael Ratcliffe
da361adf4e
Bug 1060188
- [App Manager] Cannot use Inspector to view app's DOM on Flame r=paul
2014-08-29 13:44:59 +01:00
Girish Sharma
2e264a6e61
Bug 970517 - Storage Inspector front end, r=jwalker, mratcliffe
2014-08-29 22:02:49 +05:30
Michael Ratcliffe
0385927a8e
Bug 1044932 - Add JQuery support to visual events r=pbrosset
2014-08-28 12:46:25 +01:00
Panos Astithas
fcf1db28f0
Disable the Canvas Debugger in the Browser Toolbox (bug 1047520). r=vporof
...
--HG--
extra : rebase_source : 5098d2fa9ee8be7e27111bbb345930adb86f72b3
2014-08-25 17:16:03 +03:00
Jan Odvarko
a6e6d54c09
Bug 1038562 - Add API to register a new devtools theme. r=bgrins
2014-08-18 14:25:14 +02:00
Alexandre Poirot
46acb5ce63
Bug 1051980 - Hide the profiler when not available. r=vp
2014-08-13 05:29:00 -04:00
Victor Porof
ecac4bb9d0
Bug 879008 - New UI for the sampling Profiler, r=rcampbell,fitzgen,pbrosset
2014-08-06 11:25:18 -04:00
Victor Porof
b5f375d725
Bug 879008 - Remove the old Profiler frontend, r=rcampbell
2014-08-06 11:25:17 -04:00
Panos Astithas
78373af445
Fix the devtools window title when the options tab is selected (bug 1044488); r=jwalker
2014-07-28 21:02:29 +03:00
Athena
e95f670b1a
Bug 977169 - Apply aria-label "x panel" to Toolbox r=bgrins f=marcoz
2014-07-07 11:27:10 +02:00
Brian Grinstead
659fec896a
Bug 991810 - Move the inspector button to the top left;r=vporof
2014-05-28 09:11:33 -05:00
Jordan Santell
5f8bff3b97
Bug 1011436 - Update localization property names for the web audio tool. r=vp
2014-05-19 13:37:00 -04:00
Jordan Santell
d7dfaa2559
Bug 998597 - Add icon for Web Audio Editor tool in developer tools. r=robcee
2014-05-14 11:37:00 -04:00
Dave Townsend
7f17ca3889
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
5ac48b4982
Bug 997163 - Add 'eyedropper' command and button; r=jwalker
2014-04-24 21:39:00 +02:00
Jordan Santell
c4cedfbea1
Bug 980503 - Implement Web Audio Editor front end, first pass. r=vp
2014-04-02 15:51:21 -07: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
Jordan Santell
594efd07b8
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
b566dac1b0
Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans
2014-03-29 13:01:37 -04:00
Jordan Santell
906440ab37
Bug 987890 - Hide unused tools when using addon debugger. r=jryans
2014-03-27 12:32:00 +01: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
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
Mihai Sucan
b970d070be
Bug 917227 - Part 1: network monitor client changes; r=ochameau
2014-03-07 14:14:53 +02:00
Brian Grinstead
c607a3cf40
Bug 967168 - DevTools Addon icons should not be inverted on light theme;r=jwalker
2014-02-10 07:50:13 -06:00
Rob Campbell
42ffef8e70
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
5770862b2c
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
2b98848cd6
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
bf502a47dd
Bug 916443 - part 1 - Toolbox level remote highlighter [Australis], r=paul
2014-01-09 12:36:01 +01:00
Brian Grinstead
3572f0ca45
Bug 947309 - DevTools themes - use new icons for toolbar;r=paul
2014-01-03 13:32:26 -06:00
Heather Arthur
1d65b9038a
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
2aab98706f
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
064d6809b3
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
4102c084a6
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
a48258ea4d
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