vikneshwar
f465772d49
Bug 991045 - Added Screenshot Button to toolbar's UI;r=pbrosset;
2014-05-30 10:47:49 +02:00
Brian Grinstead
de1a8e1b9f
Bug 935803 - Display browser styles in the rule view (UA style sheet rules);r=pbrosset
2014-05-29 07:02:26 -05:00
Brian Grinstead
0ff3dc6bc4
Bug 991810 - Move the inspector button to the top left;r=vporof
2014-05-28 09:11:33 -05:00
Gijs Kruitbosch
cc0165806f
Bug 977009 - switch to Cu.cloneInto instead of JSON.parse(JSON.stringify(foo)) because it's faster, r=vporof
...
--HG--
extra : rebase_source : 09dc0b502417ceb3384689f6517a4b21c46ff9d3
2014-05-26 13:25:00 +01:00
Michael Ratcliffe
09c563a2eb
Bug 974171 - Add DEVTOOLS_TOOLBOX_* flags. r=jwalker
2014-04-15 11:01:27 +01:00
Gijs Kruitbosch
339d8d761a
Bug 1013518 - include CSS linter test in mochitest-devtools, r=bgrins
...
--HG--
extra : rebase_source : 1bb0104e310d38c2b2265b351bda9230f306d28d
2014-05-22 00:35:53 +01:00
Francesco Lodolo (:flod)
83e4c06bf5
Bug 1006299 - Rename options.enablePersistentLogging.tooltip to reflect new string content. r=vp
2014-05-21 06:04:00 -04:00
Carsten "Tomcat" Book
e52ec8ff1a
merge fx-team to mozilla-central
2014-05-21 13:57:43 +02:00
Vikneshwar
cc43bc6291
Bug 980910 - Removed oncommand attribute from XUL and added listener to JS. r=jryans
2014-05-20 12:55:00 +02:00
Girish Sharma
5a11cc38a2
Bug 1001131 - Reduce devtools footprint at browser startup - Sourcemap and devtools. r=fitzgen
2014-05-21 03:49:41 +05:30
Girish Sharma
a6d80bd579
Bug 1001131 - Reduce devtools footprint at browser startup - XPI Provider part for browser toolbox. r=Unfocused
2014-05-21 03:47:03 +05:30
Paul Rouget
e1753af449
Bug 999417 - Land the new App Manager UI. r=jryans r=mshal
2014-05-12 08:53:00 +02:00
vikneshwar
8bdbedad0f
Bug 1005635 - Removed noise.png reference from connect.css. r=bgrins
2014-05-12 06:02:00 -04:00
Shu-yu Guo
0e3c29e660
Bug 717749 - Part 2: Hook up the debugger to the slow script debug service. (r=past)
2014-05-20 18:27:25 -07:00
Jordan Santell
6c4a98ba39
Bug 991762 - Hide picker tool when debugging addons. r=jryans
2014-04-30 10:48: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
Joel Maher
2d3196f7ec
Bug 1102188 - browser_devtools_api.js fails when run as a standalone directory. r=Yoric
2014-11-20 07:49:07 -05:00
Heather Arthur
49f8dba61a
Bug 997163 - Add 'eyedropper' command and button; r=jwalker
2014-04-24 21:39:00 +02:00
Wes Kocher
7f118a8fee
Backed out 7 changesets (bug 942756) for Gi bustage
...
Backed out changeset 87b1be303630 (bug 942756)
Backed out changeset eb385c85d88b (bug 942756)
Backed out changeset d234447173a8 (bug 942756)
Backed out changeset f7b85c252914 (bug 942756)
Backed out changeset 4e540736b330 (bug 942756)
Backed out changeset 824aec2863f5 (bug 942756)
Backed out changeset 43feed75916e (bug 942756)
2014-04-24 14:30:44 -07:00
Paul Rouget
cb55744223
Bug 942756 - Unify debugger server startup: devtools and browser code. r=ochameau
2014-04-18 10:45:00 -04:00
Dave Townsend
94635042ef
Bug 993029: Add a way for the add-on manager to pass add-on globals to the debug actors. r=panos, r=Unfocused
2014-04-17 10:27:03 -07:00
Dave Townsend
8d9237bdbb
Backing out bug 993029 due to Win8 debug test failures. CLOSED TREE
2014-04-17 10:20:49 -07:00
Dave Townsend
65e9c7a556
Bug 993533: Add remote add-ons to the list of targets on a remote device. r=panos
2014-04-17 08:35:20 -07:00
Dave Townsend
e52ab86767
Bug 993029: Add a way for the add-on manager to pass add-on globals to the debug actors. r=panos, r=Unfocused
2014-04-17 08:23:42 -07:00
Ryan VanderMeulen
5ccec8d240
Bug 996003 - Various devtools test manifest cleanups. r=miker
2014-04-15 08:03:53 -04: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
Girish Sharma
3776ff61fb
Bug 994747 - Don't reject the promise if no toolbox found while closing toolbox via gDevTools.closeToolbox. r=jwalker
2014-04-12 03:17:22 +05:30
Michael Ratcliffe
e7dad953b0
Bug 983948 - Add mach mochitest-devtools r=jmaher
2014-03-25 16:52:53 +00:00
Girish Sharma
082a6e9ac7
Bug 993580 - Permanently fix webconsole error count test and temporarily fix box model tests. r=pbrosset
2014-04-10 02:30:01 +05:30
Panos Astithas
1ed8b5fa5c
Miscellaneous lazification and cleanups in devtools framework code (bug 986841). r=dcamp
2014-04-03 11:19:42 +03:00
Panos Astithas
8ac9209bc4
Lazy load modules as much as possible in gDevTools.jsm (bug 986841). r=dcamp
...
Also, ensure the devtools main module is only loaded once as it may have observable side-effects (like breaking the browser_toolbox_options.js test).
2014-04-03 11:19:31 +03:00
Mark Hammond
cd2c8e6c5b
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Rob Campbell
4489d775c2
Bug 989058 - Some cumulative theme fixes - BACKOUTOMG; r=dcamp,#developers
2014-04-01 12:30:22 -04:00
Rob Campbell
04bae2b54d
Bug 989058 - Cumulative theme fixes; f=bgrins,benvie r=dcamp,fitzgen
2014-03-31 17:40:52 -04:00
John Hood
c2d66cdb11
Bug 925275 - Make Network Monitor log requests persistent. r=vporof
...
Bug 925275: Added in a check to Services.prefs before clearing the screen in netmonitor-controller.js.
Added a new heading called Common Preferences and moved the Enable Persistent Logging checkbox there.
Added a new string to toolbox.dtd for the new heading.
TODO: Add a bug test to reflect these changes.
2013-12-12 15:38:30 -08:00
Phil Ringnalda
b9b8a97985
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
555f838434
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-03-31 14:11:49 +11:00
Jordan Santell
4771981e1d
Bug 988661 - Add 'Enable addon debugging' button in toolbox. r=jryans
2014-03-27 15:43:00 +01:00
Jordan Santell
1d63ae7ec1
Bug 987890 - Hide unused tools when using addon debugger. r=jryans
2014-03-27 12:32:00 +01:00
Dave Townsend
abee89a8c8
Bug 986853: Add-on Debugger title is always 'Debugger - (null)'. r=past
2014-03-27 10:29:03 -07:00
Brian Grinstead
3318c304f0
Bug 988506 - toolbox.js - focusConsoleInput() - TypeError: hud.jsterm is null;r=msucan
2014-03-27 07:50:30 -05:00
Jordan Santell
ac741bf517
Bug 911098 - Implement Addon Debugger UI, r=fitzgen,harthur,mossop
...
From 8af4148dc10f18bf67e39442ee93169cb66382d5 Mon Sep 17 00:00:00 2001
---
browser/devtools/debugger/debugger-controller.js | 36 ++++++-
browser/devtools/debugger/debugger-panes.js | 17 +++-
browser/devtools/debugger/test/browser.ini | 1 +
.../debugger/test/browser_dbg_addon-sources.js | 108 ++++++++++++++++++++
browser/devtools/debugger/test/head.js | 29 ++++++
browser/devtools/framework/ToolboxProcess.jsm | 31 ++++--
.../devtools/framework/toolbox-process-window.js | 18 +++-
modules/libpref/src/init/all.js | 3 +
.../en-US/chrome/mozapps/extensions/extensions.dtd | 1 +
toolkit/mozapps/extensions/content/extensions.js | 55 +++++++---
toolkit/mozapps/extensions/content/extensions.xml | 31 +++++-
toolkit/mozapps/extensions/content/extensions.xul | 6 ++
.../mozapps/extensions/internal/XPIProvider.jsm | 4 +
.../extensions/internal/XPIProviderUtils.js | 2 +-
.../test/addons/test_jetpack/bootstrap.js | 17 ++++
.../test/addons/test_jetpack/harness-options.json | 1 +
.../test/addons/test_jetpack/install.rdf | 28 ++++++
.../extensions/test/browser/browser-common.ini | 1 +
.../test/browser/browser_debug_button.js | 112 +++++++++++++++++++++
toolkit/mozapps/extensions/test/browser/head.js | 3 +
.../extensions/test/xpcshell/test_isDebuggable.js | 36 +++++++
.../extensions/test/xpcshell/xpcshell-shared.ini | 1 +
22 files changed, 508 insertions(+), 33 deletions(-)
create mode 100644 browser/devtools/debugger/test/browser_dbg_addon-sources.js
create mode 100644 toolkit/mozapps/extensions/test/addons/test_jetpack/bootstrap.js
create mode 100644 toolkit/mozapps/extensions/test/addons/test_jetpack/harness-options.json
create mode 100644 toolkit/mozapps/extensions/test/addons/test_jetpack/install.rdf
create mode 100644 toolkit/mozapps/extensions/test/browser/browser_debug_button.js
create mode 100644 toolkit/mozapps/extensions/test/xpcshell/test_isDebuggable.js
* * *
Leak fix
2014-03-25 10:59:14 -07:00
Tim Nguyen
9886c75f98
Bug 986932 - Fix alignment with some items in DevTools options panel. r=bgrins DONTBUILD
2014-03-26 11:27:15 -07:00
Wes Kocher
5814a1fd0c
Backed out changeset 3960ad0617ff for landing with the wrong bug number.
2014-03-26 11:26:26 -07:00
Tim Nguyen
c34dafe7a6
Bug 986982 - Fix alignment with some items in DevTools options panel. r=bgrins
2014-03-26 11:21:04 -07:00
Wes Kocher
53863d5dcd
Backed out changeset 7d9bbb3ec194 (bug 911098) for debugger leaks on a CLOSED TREE
2014-03-24 18:36:42 -07:00
Jordan Santell
2236d55a6a
Bug 911098 Implement addon debugger UI, r=mossop,fitzgen,harthur
2014-03-24 15:35:44 -07:00
J. Ryan Stinnett
c2f9d9a154
Bug 984969 - Only connect from Browser Toolbox after load. r=past
2014-03-18 11:30:23 -05:00
Brandon Benvie
e5e2242f22
Bug 943510 - Convert to Promise.jsm in the devtools framework. r=pbrosset, r=rcampbell
2014-03-17 11:11:00 -07:00
Michael Ratcliffe
dabaac4db5
Bug 663778 - Use flag instead of pref for mozafterpaint switch and highlighter noautohide r=jwalker
2014-03-13 21:27:10 +00:00
Michael Ratcliffe
d3a9fcdf6b
Bug 663778 - Box Model Highlighter r=jwalker
2014-03-13 21:36:48 +00:00
Ryan VanderMeulen
991e5c8bc3
Backed out 6 changesets (bug 663778) for browser_dbg_listtabs-02.js leaks on a CLOSED TREE.
...
Backed out changeset cbd200206f9b (bug 663778)
Backed out changeset b0b74401e614 (bug 663778)
Backed out changeset df5255cffbfa (bug 663778)
Backed out changeset e6d0dd124356 (bug 663778)
Backed out changeset 134f77474941 (bug 663778)
Backed out changeset 456609873c5f (bug 663778)
2014-03-13 13:56:22 -04:00
Michael Ratcliffe
39a70a90a5
Bug 663778 - Use flag instead of pref for mozafterpaint switch and highlighter noautohide r=jwalker
2014-03-13 15:38:37 +00:00
Michael Ratcliffe
508e2702a6
Bug 663778 - Box Model Highlighter r=jwalker
2014-03-13 13:54:02 +00:00
Mihai Sucan
de77c8314a
Bug 917227 - Part 1: network monitor client changes; r=ochameau
2014-03-07 14:14:53 +02:00
Patrick Brosset
c2bf773173
Bug 757866 - Highlight and select DOM nodes in the web console output; r=msucan
2014-03-11 12:21:20 +02:00
Bill McCloskey
c20cde9d05
Bug 937172 - Change DebuggerProgressListener to use correct WebProgressListener (r=ochameau,past)
2014-03-10 09:34:41 -07:00
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
Paul Rouget
49af551ba6
Bug 912891 - [app manager] Implement a CUSTOM host. r=harth
2013-11-07 09:14:10 -05:00
Carsten "Tomcat" Book
eb83c4a356
Backed out changeset e5b40752f743 (bug 912891) for browser chrome test failures on a CLOSED TREE
2013-11-12 08:48:41 +01:00
Panos Astithas
287b47c5c1
Bug 932880 - Make targets oblivious to inspectors. r=bgrins
2013-10-31 21:09:40 +02:00
Brian Grinstead
06b8961622
Bug 932880 - Fix a bunch of devtools test leaks. r=past
2013-10-31 17:49:37 -05:00
Brian Grinstead
40ef0468bf
Bug 932880: Developer tools leak many windows until shutdown in browser-chrome tests. r=anton CLOSED TREE
2013-10-30 20:29:06 -05:00
Dave Camp
55ca919b81
Bug 897194: Use outer window ID to match toolbox to tab rather than assuming the currently-selected tab. r=bgrins
2013-10-29 10:47:16 -07:00
Alexandre Poirot
c85eee31d0
Bug 921850 - Fix races in debugger client when connecting agressively r=past
2013-10-21 01:56:00 +03:00
Tareq Khandaker
54a967bfd1
Bug 927974 - Rewrite Connect help text to move link out of translated string. r=past
2013-10-18 10:04:18 -04:00
Ehsan Akhgari
476f836748
Backed out changeset 52b1205696cd (bug 927974) on the suspicion of this having caused frequent mochitest-bc oranges
2013-10-18 20:51:18 -04:00
Tareq Khandaker
a167a9650b
Bug 927974 - Rewrite Connect help text to move link out of translated string. r=past
2013-10-18 10:04:18 -04:00
J. Ryan Stinnett
92c9dd9693
Bug 926929 - Update documentation link on Connect page. r=vporof
2013-10-15 10:00:51 -05:00
Jake Bailey
5934eb6acc
Bug 925050 - Fix timeout in browser_toolbox_window_shortcuts.js when a tool is disabled by default. r=fitzgen
2013-10-10 10:59:48 -04:00
Jake Bailey
54dfa4db63
Bug 914861 - Fix timeout in browser_toolbox_options.js when a tool is disabled by default. r=robcee
2013-10-10 10:59:48 -04: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
Ms2ger
105ce73cfa
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Gregory Szorc
b03f79a7e6
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Ed Morley
eccf636a23
Backed out changeset 8b02873ee07e (bug 920223)
2013-09-30 12:50:05 +01:00
Gregory Szorc
e4af98efbf
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Tim Taubert
1b11e04c10
Bug 906462 - Remove noise backgrounds for about:newtab and about:home; r=dao
...
--HG--
rename : browser/themes/linux/newtab/noise.png => browser/themes/linux/devtools/noise.png
rename : browser/themes/osx/newtab/noise.png => browser/themes/osx/devtools/noise.png
rename : browser/themes/windows/newtab/noise.png => browser/themes/windows/devtools/noise.png
2013-09-28 18:38:47 +02:00
Brandon Benvie
1922835d39
Bug 915875 - Clean up devtools/framework/toolbox.js.
2013-09-23 13:36:44 -07:00
Panos Astithas
22d6d1e98d
Remove mentions of restarting in the options panel when toggling the remote and chrome debugging prefs (bug 918240). r=jwalker,mratcliffe
2013-09-20 16:31:20 +03:00
Gijs Kruitbosch
dc403280b6
Bug 917706 - add tests for updating disabled/hidden values dynamically, r=test-only
...
--HG--
extra : rebase_source : b7be8eefe9387310328bc2cafe98f8ef75685447
2013-09-19 09:11:44 +02:00
Gijs Kruitbosch
a535143dd6
Bug 917706 - menu items and shortcuts should start working as soon as the relevant pref(s) are flipped, r=robcee
...
--HG--
extra : rebase_source : ecf03f556d09eb045bc395d36b7ae9b4ee9c66ac
2013-09-19 09:10:42 +02:00
J. Ryan Stinnett
49bb480694
Bug 915372 - Clean up inspector front and actor when reusing connection. r=paul
2013-09-13 19:09:52 -05:00
Ryan VanderMeulen
13384c7908
Merge m-c to inbound.
2013-09-17 22:47:28 -04:00
Michael Ratcliffe
1ea20c3812
Bug 911748 - Add default color dropdown to devtools options panel. r=jwalker
2013-09-16 11:01:25 +01:00
Boris Zbarsky
74075c3020
Bug 874502 part 1. Fix browser-chrome tests to not assume synchronous closing of windows. r=dolske
2013-09-17 17:45:47 -04:00
Heather Arthur
e3e667d6d5
Bug 892268 - Zoom devtools with Ctrl/Cmd +/-/0; r=dcamp
2013-09-14 23:26:18 -07:00
J. Ryan Stinnett
bb1ba3e5c4
Bug 914729 - Use new URL with App Manager menu item. r=paul
2013-09-10 12:19:00 -05:00
J. Ryan Stinnett
40f63e82fe
Bug 912646 - Part 2: Leave client of remote tab open. r=dcamp
...
* * *
[mq]: leave-remote-open
* * *
imported patch add-close-calls
* * *
[mq]: remain-con-test
2013-09-06 17:37:18 -05:00
J. Ryan Stinnett
76b1063325
Bug 912646 - Part 1: Refactor debug targets for more reuse. r=dcamp
...
* * *
imported patch cleanup-target-listeners
* * *
imported patch target-cleanup
2013-09-06 17:34:56 -05:00
Paul Rouget
5875989bf7
Bug 912910 - [app manager] add a menuitem to the devtools menu. r=mossop
2013-09-05 07:37:00 +02:00
Mike Hommey
f1cf3b4238
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Wes Kocher
b611f169e0
Bug 907316 - Add keyboard shortcuts for opening Scratchpad and the Browser Console to the detached devtools toolbox window. r=dcamp"
2013-08-28 08:26:01 -07:00
Rob Campbell
af92feb313
Bug 878412 - Use F12 to open the Toolbox; r=jwalker
2013-08-03 17:34:05 +01: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
Ryan VanderMeulen
5ec4cc8b78
Backed out changeset fa4afb7214ae (bug 878412) for suspected xperf orange.
2013-08-02 09:51:37 -04:00
Rob Campbell
b8ae80cf48
Bug 878412 - Use F12 to open the Toolbox, r=dcamp
2013-08-02 16:05:51 +05:30
Paul Rouget
328328c661
Bug 898918 - many files have wrong mode-lines in comments. r=robcee
2013-08-01 10:53:31 +02:00
Girish Sharma
a89f2feefe
Bug 892244 - Ctrl+[ / Ctrl+] to switch devtools tabs, r=harth
2013-07-20 19:06:43 +05:30
Girish Sharma
17c6d3866d
Bug 845752 - trying to see if profiler no longer leaks, r=anton
2013-07-18 01:58:04 +05:30
Paul Rouget
168bb19a99
Bug 892560 - [inspector] reloading the page breaks the inspector. r=dcamp
2013-07-15 00:40:00 +02:00