Ed Morley
10aebf48c2
Backed out changeset dcec4c42cd18 (bug 757866) for bug 980835
2014-03-07 15:05:31 +00:00
Brian Grinstead
061581b518
Bug 974947 - Add preferences to hide command buttons on DevTools tabbar;r=jwalker
2014-03-06 16:02:11 -06:00
Patrick Brosset
957932cf2e
Bug 757866 - Highlight and select DOM nodes in the web console output; r=msucan
2014-03-06 18:16:45 +01:00
Joe Walker
6fd91a613d
Bug 933727 - Split gcli.jsm and use JS directly from gcli project; r=mratcliffe
...
* * *
Bug 933727 - Update Developer Toolbar to use promises and split out GCLI; r=mratcliffe
* * *
Bug 933727 - Update GCLI tests to use Task.spawn; r=mratcliffe
* * *
Bug 933727 - Update the Inspector to use split out GCLI; r=pbrosset
* * *
Bug 933727 - Update style editor to use split out GCLI; r=harth
* * *
Bug 933727 - Update Debugger to use split out GCLI; r=past
* * *
Bug 933727 - Update Profiler/Tilt/Scratchpad to use split out GCLI; r=valueof
--HG--
rename : browser/devtools/commandline/test/browser_cmd_pref.js => browser/devtools/commandline/test/browser_cmd_pref1.js
rename : browser/devtools/commandline/test/browser_cmd_pref.js => browser/devtools/commandline/test/browser_cmd_pref2.js
rename : browser/devtools/commandline/test/browser_gcli_cli.js => browser/devtools/commandline/test/browser_gcli_cli1.js
rename : browser/devtools/commandline/test/browser_gcli_cli.js => browser/devtools/commandline/test/browser_gcli_cli2.js
rename : browser/devtools/commandline/test/browser_gcli_completion.js => browser/devtools/commandline/test/browser_gcli_completion1.js
rename : browser/devtools/commandline/test/browser_gcli_completion.js => browser/devtools/commandline/test/browser_gcli_completion2.js
2013-09-03 12:20:27 +01:00
J. Ryan Stinnett
ca83343b85
Bug 976679 - Move event-emitter to toolkit. r=paul
...
--HG--
rename : browser/devtools/shared/event-emitter.js => toolkit/devtools/event-emitter.js
rename : browser/devtools/shared/test/browser_eventemitter_basic.js => toolkit/devtools/tests/mochitest/test_eventemitter_basic.html
2014-02-25 22:22:05 -06:00
J. Ryan Stinnett
5f679b54b3
Bug 975064 - Close target when client is closed. r=past
2014-02-25 23:29:09 -06: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
444c0bd823
Bug 962478 - Stop inspector's picker on devtools toolbox destroy, r=miker
2014-02-05 20:50:25 +01:00
Mihai Sucan
a6f8eca51d
Bug 966970 - Fix for intermittent browser_webconsole_bug_632275_getters_document_width.js | Test timed out; r=pbrosset
2014-02-05 14:22:37 +02: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
Girish Sharma
8bc1f3a4e7
Bug 717369 - Autocomplete CSS properties and values in the Style Editor - Part 1 - No tests, r=anton, msucan, dcamp, robcee, harth
2014-01-28 20:38:41 +05:30
Brian Grinstead
7d773da68d
Bug 958048 - Remove double scrollbar from DevTools options pane with resolution < 800;r=pbrosset
2014-01-28 07:29:41 -06:00
J. Ryan Stinnett
f412f1fcd4
Bug 960669 - Close Browser Toolbox on browser shutdown. r=past
2014-01-24 11:29:33 -06:00
Peiyong Lin
55305b0740
Bug 961771 - Disable highlighter when switching tools. r=pbrosset
2014-01-24 17:28:41 +01:00
Panos Astithas
97a45e85f9
Make the debugger frontend cope with an already connected target (bug 933212); r=jryans,fitzgen
...
* Made the DebuggerClient, which is actually the RootActor front, not consider one of the attached child fronts as "active". Since a single DebuggerClient (or RootFront) is kept around for the App Manager's lifetime, it makes sense to move the notion of "active" tab to the toolbox's target. As each toolbox gets destroyed, the fronts should be detaching from their actors (if they are stateful) so that the app is no longer in a debugging state. Debugging a new app (or reconnecting to a previous one) will create new fronts anyway.
* Slightly refactored the TabClient, ThreadClient, SourceClient and TracerClient towards a protocol.js-based architecture, by adding parent-child references and lifecycle management. Now a tab-scoped thread actor for instance has the tab as its parent, while a global-scoped thread actor (chrome debugger) has the DebuggerCLient (RootFront) as its parent. This lets parents reference their children, so that caching in the target object can work. It also allowed me to move some methods from the DebuggerClient to the actual front that should be responsible, like reconfigureTab, reconfigureThread and attachThread. These methods now use DebuggerClient.requester, too.
* Added some error handling in the debugger client requester around "before" and "after" callbacks, which exposed some errors in tests that are now fixed.
* Fixed the state handling in the thread actor so that merely detaching from a thread doesn't put it in the exited state. This is the part that what was necessary for Firebug's use case.
* Properly loading tracer and webgl actors now on b2g.
2014-01-14 17:39:40 +02:00
Kay Plößer
b7fdfa1cc0
Bug 960730 - Rewrite inline script / style in devtools/framework/connect/connect.xhtml. r=bgrins
2014-01-22 10:33:58 -05:00
Brandon Benvie
50ba6cc59b
Bug 962357 - Disable browser_toolbox_raise.js. r=dcamp
2014-01-21 17:13:53 -08:00
Patrick Brosset
cb2a0bbc9d
Bug 958169 - Switch to the inspector panel on click of the pick button; r=bgrins
2014-01-15 14:03:18 +01:00
Heather Arthur
5dffe83b01
Bug 950921 - UI for flipping CSS source map pref. r=dcamp
2014-01-14 10:13:47 -05:00
J. Ryan Stinnett
afee1e9f19
Bug 946813 - Part 3: Use independent loaders, mark them invisible. r=past
2014-01-10 23:37:09 -06:00
Patrick Brosset
5b107c6af9
Bug 916443 - part 2 - Toolbox level remote highlighter (tests), r=paul
2014-01-09 12:36:06 +01:00
Patrick Brosset
cb863d2cfe
Bug 916443 - part 1 - Toolbox level remote highlighter [Australis], r=paul
2014-01-09 12:36:01 +01:00
Chris Peterson
c5937fbed4
Bug 955890 - Part 1: Fix DevTools JS warnings about some code paths not returning a value. r=rcampbell
2013-12-31 19:28:42 -08:00
Albert Juhe
65f21539c2
Bug 950667 - DevTools CSS - Use an attribute instead of .highlighted class for styling tabs like the paused debugger. r=bgrins
2013-12-20 11:40:21 -05:00
Tim Taubert
c3ebfa1b42
Backed out changeset 55d8f5ede1d3 (bug 950667) on a CLOSED TREE
2013-12-18 20:23:46 +01:00
Albert Juhe
7ac3872a1e
Bug 950667 - DevTools CSS - Use an attribute instead of .highlighted class for styling tabs like the paused debugger. r=bgrins
2013-12-18 12:40:36 -05:00
Michael Ratcliffe
cb71ab3030
Bug 864098 - Add "Disable Cache" to options panel r=jwalker
...
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.html => browser/devtools/framework/test/browser_toolbox_options_disable_js.html
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.js => browser/devtools/framework/test/browser_toolbox_options_disable_js.js
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html
2013-12-18 09:34:49 +00:00
Brian Grinstead
2eace53387
Bug 948324 - DevTools Themes: Remote connection screen does not have devtools text input styling;r=past
2013-12-17 11:07:37 -06:00
Carsten "Tomcat" Book
d1cebfc090
Backed out changeset 812c5f165aca (bug 864098) for XPC Bustage on a CLOSED TREE
...
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js.html => browser/devtools/framework/test/browser_toolbox_options_disablejs.html
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js.js => browser/devtools/framework/test/browser_toolbox_options_disablejs.js
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html
2013-12-17 13:58:55 +01:00
Michael Ratcliffe
975eb6e7c7
Bug 864098 - Add "Disable Cache" to options panel r=jwalker
...
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.html => browser/devtools/framework/test/browser_toolbox_options_disable_js.html
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.js => browser/devtools/framework/test/browser_toolbox_options_disable_js.js
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html
2013-12-17 10:58:21 +00:00
Brian Grinstead
46c44615a9
Bug 945697 - Responsive Mode gets closed when ESC is used in the varilable view, in the rule view and in the variable view. r=paul
2013-12-09 10:06:11 -06:00
Brian Grinstead
2c3d0eab59
Bug 938616 - webconsole UI updates while in split mode with other panels;r=msucan
2013-12-06 09:46:51 -06:00
Brian Grinstead
9d6c7a7dc5
Bug 941673 - DevTools themes - move toolbar and tab styles into shared CSS file;r=paul
...
--HG--
rename : browser/devtools/framework/toolbox.css => browser/devtools/framework/options-panel.css
2013-12-02 08:57:58 -06:00
J. Ryan Stinnett
8bdef3ce43
Bug 912057 - Replace Browser Debugger with Browser Toolbox. r=past
...
--HG--
rename : browser/devtools/debugger/DebuggerProcess.jsm => browser/devtools/framework/ToolboxProcess.jsm
2013-12-02 02:28:01 -06:00
Brian Grinstead
21f9f4e728
Bug 916766 - Consistent theming across panels - webconsole updates;r=paul
2013-11-21 07:49:48 -06:00
Brian Grinstead
219aad07eb
Bug 862558 - Web Console should always be available / visible;r=msucan
2013-11-11 15:13:28 -06:00
Wes Kocher
f50503a9b6
Backed out changeset 2887e3a300ed (bug 862558) for m-bc bustage
2013-11-18 14:25:59 -08:00
Brian Grinstead
a7725fc0d1
Bug 862558 - Web Console should always be available / visible;r=msucan
2013-11-11 15:13:28 -06: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
Gijs Kruitbosch
a498e27fa5
Bug 938162 - if it looks, swims and quacks like a duck, but doesn't end in .js, let's not call it a test, r=gps
...
--HG--
extra : rebase_source : 700e855b79998028d57590c445f7f4b390bd0f9d
2013-11-13 17:30:00 +01: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
Paul Rouget
8dec5db523
Bug 912891 - Make sure toolbox.open() is called the tick after the DOMContentLoaded is fired. r=pbrosset
2013-11-15 21:47:00 -05:00
Paul Rouget
ca7e3fb1a1
Bug 912891 - [app manager] Implement a CUSTOM host. r=harth
2013-11-15 21:47:00 -05:00
Ryan VanderMeulen
74d5487c6b
Bug 914401 - Skip browser_toolbox_raise.js on Windows due to frequent failures.
...
CLOSED TREE
2013-11-15 12:28:16 -05:00
Ed Morley
c3bf3239c0
Merge mozilla-central and fx-team
2013-11-12 15:12:05 +00:00
Oprea Andrei
55c481da05
Bug 722267 - Option to enable/disable timestamps for messages in the console; r=msucan
2013-11-11 19:00:07 +02:00
Paul Rouget
0b7d2a2159
Bug 912891 - [app manager] Implement a CUSTOM host. r=harth
2013-11-07 09:14:10 -05:00
Ryan VanderMeulen
a721e543d2
Backed out changesets e41b160a4ada and 90624f34525a (bug 912891) on the suspicion of turning bug 934852 into a perma-fail on WinXP debug.
2013-11-07 14:08:14 -05:00
Alexandre Poirot
0b35a4888e
Bug 934883 - Prevent closing all targets when receiving one tabDetached event. r=past
2013-11-07 09:14:40 -05:00