Brian Grinstead
0cdc6b70fe
Bug 1093730 - Add DevTools toolbox API for getPanelWhenReady. r=jryans
2014-12-08 16:19:00 +01:00
Alexandre Poirot
9c99f9824d
Bug 1094203 - Enable tools if related actor is available. r=jryans
2014-11-12 04:57:00 +01:00
J. Ryan Stinnett
278dfdc2f3
Bug 1094968 - Skip tilt visibility for remote toolboxes. r=mratcliffe
2014-11-06 12:56:21 -06:00
Paul Rouget
94453760cd
Bug 1027817 - Font-resizing in WebIDE. r=jryans
2014-11-10 11:14:31 +01:00
Jordan Santell
402178c5e4
Bug 1078539 - Add a doorhanger widget for the developer edition notification to browser console, developer tools, webide and responsive design mode. r=jryans
2014-10-22 17:18:31 -07:00
Ryan VanderMeulen
6b799500be
Backout revision 224f20dce9d0 (bug 1078539)
2014-11-06 16:18:32 -05:00
Jordan Santell
dbc5280e00
Bug 1078539 - Add a doorhanger widget for the developer edition notification to browser console, developer tools, webide and responsive design mode. r=jryans
2014-10-22 17:18:31 -07:00
Alexandre Poirot
7ce6cf58c6
Bug 1092451 - Ensure waiting for frames button update before resolving toolbox.open. r=past
2014-11-03 13:52:00 -05:00
Michael Ratcliffe
8a26b1f34a
Bug 1086492 - Disable tilt for E10S r=victorporof,jwalker
2014-10-30 16:23:01 +00:00
Jan Odvarko
c9c6b8174a
Bug 1078235 - Implement new 'destroy' panel event; r=bgrins
2014-10-06 19:40:59 +02:00
Jan Odvarko
ef8449aa82
Bug 1072208 - Implement new events for ToolSidebar. r=bgrins
2014-10-07 18:13:51 +02:00
J. Ryan Stinnett
96804c26d2
Bug 979536 - Part 1: Look for leftover fronts after toolbox close. r=ochameau
2014-09-24 19:59:00 +02:00
Brian Grinstead
399b24098d
Bug 964819 - Be able to mark gcli commands as remote safe and let them show up as command buttons. r=jwalker
2014-09-09 05:55:00 -04:00
Jan Odvarko
040b1d551f
Bug 1059727 - Add API to fire a new Toolbox panel initialization events. r=bgrins
2014-09-08 13:23:11 +02:00
Panos Astithas
d8d8efa46f
Always complete the toolbox teardown path, even in the face of failures along the way (bug 1063926). r=paul
2014-09-06 15:57:41 +03:00
Tim Taubert
f847a82082
Bug 1060840 - Make the shutdown leak detector wait until toolboxes are destroyed r=vporof
2014-08-31 12:15:54 +02:00
Brian Grinstead
bc283aa45a
Bug 1055333 - Prevent 'this.webconsolePanel is undefined' errors on styleeditor test shutdown in e10s. r=harth
2014-08-26 14:07:00 -04:00
Alexandre Poirot
ac200018f7
Bug 977043 - Add toolbox-level frame selection to change the currently targeted document. r=bgrins,past
2014-08-27 12:19:30 +02:00
Brian Grinstead
c2f1079c9a
Bug 1050442 - If persisted, focus split console input when toolbox opens;r=jwalker
2014-08-15 07:52:08 -05:00
Brian Grinstead
9be5a27867
Bug 1050439 - Focus should be restored to previously active element after split console is closed;r=jwalker
2014-08-15 07:50:43 -05:00
Alexandre Poirot
e474c9a0f2
Bug 1053164 - Ensure that exception during debuggerserver instanciation are displayed. r=jryans
2014-08-13 05:11:00 -04:00
Tim Taubert
6a8ab950e4
Bug 1052756 - Fix Toolbox.destroy() to properly clean up with add-on targets r=Mossop
2014-08-13 14:42:29 +02:00
Michael Ratcliffe
300f2020f2
Bug 1041284 - Fix GC issues and re-enable browser_markupview_events.js r=jwalker
2014-08-07 22:35:19 +01:00
Brian Grinstead
382d8bc09e
Bug 1030318 - Enable devtools/framework tests with e10s. r=mratcliffe
2014-08-06 06:16:00 -04:00
Brian Grinstead
fe448e0bea
Bug 996778 - Remember split console height;r=msucan
2014-07-31 12:33:23 -05:00
Brian Grinstead
2a9cce45ac
Bug 1045333 - Refactor toolbox.toggleSplitConsole. r=jwalker
2014-07-29 11:50:00 +02:00
Brian Grinstead
93a9e6fb96
Bug 974550 - Add a preference to optionally persist split console state;r=msucan,jwalker
2014-07-28 15:54:41 -05:00
Panos Astithas
32509924c1
Fix the devtools window title when the options tab is selected (bug 1044488); r=jwalker
2014-07-28 21:02:29 +03:00
Brian Grinstead
10442f8575
Bug 1037145 - Remove esc as a keybinding to close responsive mode. r=paul
2014-07-24 07:59:00 +02:00
Trevor Saunders
7fdd19b194
bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug
2014-07-09 17:27:49 -04:00
Michael Ratcliffe
584afa1e41
Bug 994732 - Make "Disable Cache" in Devtools persist (only when the toolbox is open) r=jwalker, r=pbrosset
2014-07-17 10:39:56 +01:00
Athena
5d6af9ee0e
Bug 977262 - Add aria-roles/aria-selected to Toolbox tabs. r=bgrins f=marcoz
2014-07-08 07:42:00 +02:00
Carsten "Tomcat" Book
ecd8f82e11
Merge mozilla-central to mozilla-inbound
2014-07-07 15:20:32 +02:00
Athena
4fe3f2d513
Bug 977169 - Apply aria-label "x panel" to Toolbox r=bgrins f=marcoz
2014-07-07 11:27:10 +02:00
Panos Astithas
dce2293573
Avoid a race in CodeMirror initialization when setting breakpoints and don't let ESC stop navigation if the debugger is paused (bug 957174). r=vporof
2014-06-19 10:15:14 +03:00
Patrick Brosset
fc2789b39a
Bug 1014547 - Add a css transform highlighter to the style-inspector; r=bgrins
2014-06-13 16:27:10 +02:00
Joe Walker
8b8893fee6
Bug 992309 - Don't leak gcli promise to other tests; r=mratcliffe
2014-06-09 15:16:26 +01:00
David Caldwell
a45309d554
Bug 907310 - (shift)+F5, Cmd/Ctrl+R should be available in Detached Devtools Window. r=bgrins
2014-05-09 17:41:43 -07:00
vikneshwar
3e1580f15a
Bug 991045 - Added Screenshot Button to toolbar's UI;r=pbrosset;
2014-05-30 10:47:49 +02:00
Brian Grinstead
814ce474bf
Bug 991810 - Move the inspector button to the top left;r=vporof
2014-05-28 09:11:33 -05:00
Michael Ratcliffe
aeb2111ad7
Bug 974171 - Add DEVTOOLS_TOOLBOX_* flags. r=jwalker
2014-04-15 11:01:27 +01:00
Jordan Santell
09fdd6ff5f
Bug 991762 - Hide picker tool when debugging addons. r=jryans
2014-04-30 10:48:00 -04:00
Heather Arthur
832853c9f3
Bug 997163 - Add 'eyedropper' command and button; r=jwalker
2014-04-24 21:39:00 +02:00
Joe Walker
7c14d761bc
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".
2014-04-13 07:47:27 +01:00
Dave Townsend
c0debf235d
Bug 986853: Add-on Debugger title is always 'Debugger - (null)'. r=past
2014-03-27 10:29:03 -07:00
Brian Grinstead
0b0ae2b2e4
Bug 988506 - toolbox.js - focusConsoleInput() - TypeError: hud.jsterm is null;r=msucan
2014-03-27 07:50:30 -05:00
Brandon Benvie
4520a9d6f2
Bug 943510 - Convert to Promise.jsm in the devtools framework. r=pbrosset, r=rcampbell
2014-03-17 11:11:00 -07:00
Michael Ratcliffe
6a28402ad5
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
07faa00a6b
Bug 663778 - Box Model Highlighter r=jwalker
2014-03-13 21:36:48 +00:00
Ryan VanderMeulen
c633e65783
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