Alexandre Poirot
e82236ce11
Bug 977043 - Add toolbox-level frame selection to change the currently targeted document. r=bgrins,past
2014-08-27 12:19:30 +02:00
Alexandre Poirot
7ae83e1914
Bug 1049103 - ensure closing only one child connection when closing a toolbox. r=jryans
2014-08-27 12:19:29 +02:00
Ryan VanderMeulen
655d07d1e0
Merge m-c to inbound. a=merge
...
CLOSED TREE
2014-08-20 16:23:04 -04:00
Jan Odvarko
563013a38a
Bug 1038562 - Add API to register a new devtools theme. r=bgrins
2014-08-18 14:25:14 +02:00
Bill McCloskey
f1eb6211a4
Bug 1051017 - Stop using CPOWs for devtools (r=past)
2014-08-20 12:49:11 -07:00
J. Ryan Stinnett
998635ec53
Bug 1054006 - Set chrome prefs in Browser Toolbox. r=bgrins
2014-08-15 15:33:00 -04:00
J. Ryan Stinnett
d0a535ee7b
Bug 1007059 - Enable WebIDE by default. r=paul
2014-08-13 15:10:00 -04:00
Brian Grinstead
7ddbbacb0e
Bug 1050442 - If persisted, focus split console input when toolbox opens;r=jwalker
2014-08-15 07:52:08 -05:00
Brian Grinstead
a537346a65
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
3605a12d02
Bug 1053164 - Ensure that exception during debuggerserver instanciation are displayed. r=jryans
2014-08-13 05:11:00 -04:00
Tim Taubert
a6a1832ae8
Bug 1052756 - Fix Toolbox.destroy() to properly clean up with add-on targets r=Mossop
2014-08-13 14:42:29 +02:00
Brian Grinstead
f575c4a697
Bug 1050857 - Options panel layout doesn't work well with translated text;r=mratcliffe
2014-08-12 07:09:33 -05:00
Michael Ratcliffe
bd7231359e
Bug 1041284 - Fix GC issues and re-enable browser_markupview_events.js r=jwalker
2014-08-07 22:35:19 +01:00
Brian Grinstead
782fef284e
Bug 1030318 - Enable devtools/framework tests with e10s. r=mratcliffe
...
--HG--
extra : rebase_source : 2e8ea32540aa53661cb6985bbb55f9dfb4e2a30c
2014-08-06 06:16:00 -04:00
Victor Porof
f7f8c6db38
Bug 879008 - New UI for the sampling Profiler, r=rcampbell,fitzgen,pbrosset
2014-08-06 11:25:18 -04:00
Victor Porof
208a4db6e8
Bug 879008 - Remove the old Profiler frontend, r=rcampbell
2014-08-06 11:25:17 -04:00
Ryan VanderMeulen
c9cbdf1824
Merge m-c to fx-team. a=merge
2014-07-31 15:54:50 -04:00
Brian Grinstead
708f2ddd27
Bug 996778 - Remember split console height;r=msucan
2014-07-31 12:33:23 -05:00
Nathan Froyd
f507b346db
Bug 1045118 - move install rules in browser/devtools/*/Makefile.in to moz.build; r=mshal
2014-07-28 12:36:04 -04:00
Brian Grinstead
1d8a99971e
Bug 1045333 - Refactor toolbox.toggleSplitConsole. r=jwalker
2014-07-29 11:50:00 +02:00
Brian Grinstead
dbf8d6c7e0
Bug 974550 - Add a preference to optionally persist split console state;r=msucan,jwalker
2014-07-28 15:54:41 -05:00
Panos Astithas
6e0b254fdf
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
f1c3af62cc
Bug 1037145 - Remove esc as a keybinding to close responsive mode. r=paul
2014-07-24 07:59:00 +02:00
Trevor Saunders
0cdb19dabd
bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug
2014-07-09 17:27:49 -04:00
Brian Grinstead
98adbe8564
Bug 964356 - Expose preferences for editor defaults in options panel. r=mratcliffe
2014-07-18 11:39:00 -04:00
Michael Ratcliffe
1f3e49f334
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
Joe Walker
24fa1b5aba
Bug 1032789 - Pull together the various GCLI plugin points; r=mratcliffe
2014-07-10 14:37:09 +01:00
Athena
b802f7ee29
Bug 977262 - Add aria-roles/aria-selected to Toolbox tabs. r=bgrins f=marcoz
2014-07-08 07:42:00 +02:00
Alexandre Poirot
e7c00f406b
Bug 1013997 - Use only one compartment for all devtools modules. r=mossop, r=past
2014-07-07 06:07:00 -04:00
Carsten "Tomcat" Book
98666c6194
Merge mozilla-central to mozilla-inbound
2014-07-07 15:20:32 +02:00
Athena
2795168efc
Bug 977169 - Apply aria-label "x panel" to Toolbox r=bgrins f=marcoz
2014-07-07 11:27:10 +02:00
Panos Astithas
b3626f121c
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
...
--HG--
extra : rebase_source : 475e7969d92e237c7b38713cab8feb6d6464bb70
2014-06-19 10:15:14 +03:00
Panos Astithas
6884be1844
Fix a couple of races around toolbox opening and tool selection by waiting for the actual tool panel to be selected (bug 988408). r=jwalker
...
--HG--
extra : rebase_source : d2f51db8c202d35b2aa72f4df1669162f011d89d
2014-06-26 18:01:02 +03:00
Brian Grinstead
c0466f42f3
Bug 1030318 - Enable some of the devtools/framework tests with e10s. r=jwalker
2014-06-25 13:42:00 +02:00
Jim Blandy
4d6a633bba
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Michael Ratcliffe
df1dc25286
Bug 994729 - Make box model guides move on layout view region hover r=bgrins
2014-06-24 17:26:38 +01:00
Paul Rouget
b3534d1700
Bug 1028014 - webide should be named webide, not app manager. r=dcamp
2014-06-23 17:36:11 +08:00
Michael Ratcliffe
b64c6c1739
Bug 1020984 - Fix highlighter when transforms have width & height of 0 r=pbrosset
2014-06-20 13:32:32 +01:00
Brian Grinstead
b97d2541d4
Bug 1025057 - DevTools themes: thin toolbar button follow up - part 1;r=vporof
2014-06-20 06:51:42 -05:00
Vikneshwar
2f2adc483b
Bug 1003546 - Use Arrow function instead of bind(). r=fitzgen
2014-06-14 06:49:00 -04:00
Jordan Santell
b9c257cc70
Bug 1024787 - Fix uncaught promise rejections in devtools/framework. r=jryans
2014-06-12 18:17:00 +02:00
Jordan Santell
8126c1bb88
Bug 991075 - Fix unhandled promise errors. r=jryans
2014-06-12 18:03:00 +02:00
Brian Grinstead
eff8864c19
Bug 942292 - DevTools themes - make the toolbars thinner. r=vporof
...
CLOSED TREE
2014-06-13 09:11:32 -05:00
Ed Morley
10fddfb75d
Backed out changeset 9fd9c035a76a (bug 942292) for making browser_canvas-frontend-slider-02.js fail 30-40% of the time
2014-06-13 18:45:27 +01:00
Patrick Brosset
a77341d73c
Bug 1014547 - Add a css transform highlighter to the style-inspector; r=bgrins
2014-06-13 16:27:10 +02:00
Brian Grinstead
6669d8c6ee
Bug 942292 - DevTools themes - make the toolbars thinner;r=vporof
2014-06-13 09:11:32 -05:00
Joe Walker
ea84d98c38
Bug 992309 - Don't leak gcli promise to other tests; r=mratcliffe
2014-06-09 15:16:26 +01:00
David Caldwell
0a2da8c816
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
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