Patrick Brosset
ee5c3bb9a5
Bug 1174821 - 3 - Consolidate and cleanup layoutview's css files; r=janx
...
The layout-view used 2 css files, one in /browser/devtools/layoutview
and the other in /browser/themes.
This makes it unnecessarily confusing for people looking for the right
place to make css changes.
This change re-unit all css rules in one file under /browser/themes
and cleans up the code a bit (better structure, comments, simplifications).
--HG--
extra : rebase_source : d630600f0238d1095afd6ecf4c6cadc68d885e83
2015-06-16 17:04:27 +02:00
J. Ryan Stinnett
11b2098a84
Bug 1166794 - Don't package GCLI commands. r=jwalker
2015-05-26 15:19:00 -04:00
Jordan Santell
dbdca9a2e9
Bug 1162583 - Disable realtime rendering in performance tools when e10s is not on. r=vp
2015-05-18 17:44:49 -07:00
J. Ryan Stinnett
cd62e1934e
Bug 1160361 - Move commands-index to the server. r=bgrins
...
--HG--
rename : browser/devtools/commandline/commands-index.js => toolkit/devtools/gcli/commands/index.js
2015-05-06 12:34:27 -05:00
juliandescottes
685e912029
Bug 999568 - Bring devtools window to front on F12. r=pbrosset
...
Two keyboard shortcuts can toggle the devtools : F12 and CTRL+SHIFT+I/CMD+ALT+I.
Currently, with detached devtools, pressing a toggle key from the main window
closes the devtools window. Pressing a toggle key from the devtools window
itself has no effect.
The goal of this changeset is to :
- focus devtools window when pressing a toggle key in the main window
- close devtools window when pressing a toggle key in the devtools window
Modified toggleToolboxCommand in browser/devtools/framework/gDevTools.jsm to
destroy the toolbox only if it is "docked" (exists and the hostType is not
WINDOW).
Modified browser/devtools/framework/toolbox-window.xul and
browser/locales/en-US/chrome/browser/devtools/toolbox.dtd so that F12 and
CTRL+SHIFT+I/CMD+SHIFT+I also close the devtools window when used inside the
devtools window
Added mochitest browser_toolbox_toggle.js
2015-04-30 22:51:07 +02:00
James Long
7968b594cc
Bug 1145262 - Modularize the toolbar views in the debugger. r=fitzgen
2015-04-24 15:21:00 -04:00
James Long
ca2d6d3dcb
Bug 1145262 - Modularize the pane views in the debugger. r=fitzgen
2015-04-24 15:21:00 -04:00
Will Bamberg
3bf45dfbd2
Bug 980006 - Add MDN tooltips for CSS properties. r=pbrosset
...
--HG--
extra : rebase_source : 6383633d26384543286e4311a91cb26d4ce4bfd6
2015-04-21 16:28:00 -04:00
Mahdi Dibaiee
43193dfe3b
Bug 1055181 - CSS Filter Tooltip; r=pbrosset
...
Adds a new devtools tooltip type in the inspector used to edit
css filters. The widget displayed in the tooltip allows to add,
edit, remove, and re-order filters.
Changes made inside the tooltip are applied to the filter
property in the rule-view.
--HG--
extra : rebase_source : a38ce7108bfa4e035892c3c3d89098dc1b2b0052
extra : histedit_source : ff309c03f920359df61e139731f8f57cf55a1545
2015-04-09 13:30:42 +04:30
Jordan Santell
a321363678
Bug 1143933 - Expose raw JIT optimization information in performance front end. r=vp,shu
2015-03-25 10:08:40 -07:00
James Long
f0bd4ead17
Bug 1148075 - Dynamically add XUL commands for the debugger frontend. r=vporof
2015-03-27 11:47:00 -04:00
Victor Porof
77324062a8
Bug 1148463 - Re-enable the Performance++ tool, r=jsantell
2015-03-31 11:28:43 -04:00
Victor Porof
e50a9999eb
Bug 1148463 - Temporarily disable the new performance tools for the Aurora uplift by backing out changeset 2ae4dac8f094, r=jsantell
2015-03-27 20:20:11 -04:00
Victor Porof
3a6e36b016
Bug 1123815 - Merge gum into fx-team to enable the Performance++ tool, r=me
2015-03-14 16:14:37 -04:00
Jordan Santell
c32efa4de3
Bug 985488 - Allow canvas debugger to time out and stop recording frames. Canvas debugger 'wait' style now matches other media styles. Update labels in canvas debugger to explicitly state that it's waiting for rAF cycles, rather than appearing as if something went wrong. r=vporof
2015-02-23 18:46:00 +01:00
Victor Porof
8799c47957
Bug 1077461 - Build call tree for memory allocations view, r=jsantell
...
--HG--
rename : browser/devtools/performance/test/browser_perf-options-invert-call-tree.js => browser/devtools/performance/test/browser_perf-options-invert-call-tree-01.js
rename : browser/devtools/performance/views/details-call-tree.js => browser/devtools/performance/views/details-js-call-tree.js
rename : browser/devtools/performance/views/details-flamegraph.js => browser/devtools/performance/views/details-js-flamegraph.js
2015-01-28 14:30:32 -05:00
Victor Porof
470f708065
Bug 1126882 - Detail views in the new performance tool should share a base class to avoid code duplication, r=jsantell
2015-01-29 08:24:04 -05:00
Jordan Santell
89b5a63b75
Bug 1102350 - Implement invert-call-tree option in new performance tool, backed by a pref, set on by default. r=vp
2015-01-19 10:37:00 +01:00
Jordan Santell
c43123688a
Bug 1111004 - New performance tool now manages multiple recordings, and can switch between recordings while profiling. r=vp
2015-01-13 09:26:00 +01:00
Jordan Santell
f2e1ff86cd
Bug 1108928 - UI for rendering automation data for web audio editor. r=vp
2015-01-13 14:03:00 +01:00
Victor Porof
643ae0e41d
Bug 1077459
- Add flamechart view to Details view in new performance tool, r=jsantell
2015-01-11 11:45:23 -05:00
Patrick Brosset
d815a0e0e7
Bug 1105825 - 4 - Adds a simple animation inspector panel to the inspector sidebar; r=bgrins r=vporof
2015-01-10 19:51:46 +01:00
Victor Porof
907780c2f8
Bug 1107947 - Small reorg of the files in the new performance tool, r=jsantell
...
--HG--
rename : browser/devtools/performance/controller.js => browser/devtools/performance/performance-controller.js
rename : browser/devtools/performance/views/main.js => browser/devtools/performance/performance-view.js
rename : browser/devtools/performance/views/call-tree.js => browser/devtools/performance/views/details-call-tree.js
rename : browser/devtools/performance/views/waterfall.js => browser/devtools/performance/views/details-waterfall.js
2014-12-06 12:08:10 -05:00
Jordan Santell
0ff15d35ae
Bug 1077458 - Implement marker's waterfall view in new performance tool, with details view toggling between waterfall and call tree views. r=vp
2014-12-03 16:36:00 +01:00
Jordan Santell
8934c5cbb4
Bug 1077451 - Render profiler call tree in new performance tool. r=vp
2014-11-20 13:02:00 +01:00
Jordan Santell
62ef89c9f8
Bug 1077449 - Render framerate data realtime in performance tool. r=vp
2014-11-18 14:37:00 +01:00
Jordan Santell
80068a0beb
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
49b7d5f424
Backout revision 224f20dce9d0 (bug 1078539)
2014-11-06 16:18:32 -05:00
Matthew Noorenberghe
b87382dd24
Bug 1091260 - Badge the Browser Toolbox dock icon on OS X to differentiate it from the main process. r=jryans,fitzgen
...
--HG--
extra : rebase_source : 561016578d5a23c769090faf6c735b3060d4e741
2014-11-05 13:56:17 -08:00
Jordan Santell
a181e76100
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
Wes Kocher
292b0666f0
Backed out changeset ec34b5a1552c (bug 1091260) for bc1 orange
2014-11-04 19:06:45 -08:00
Matthew Noorenberghe
4364d4f3a2
Bug 1091260 - Badge the Browser Toolbox dock icon on OS X to differentiate it from the main process. r=jryans,fitzgen
...
--HG--
extra : rebase_source : 3ea5114858053c862564a1efea2004406e0863d9
2014-11-04 16:44:41 -08:00
Jordan Santell
545d3d1ea6
Bug 1077447 - Hook up recording UI to the new performance tool. r=victorporof
2014-10-30 12:35:00 +01: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
d94b50a890
Bug 1057042 - refactor front end of web audio editor. r=vp
2014-09-19 17:19:00 +02:00
Carsten "Tomcat" Book
1c343eac45
Backed out changeset c2e654ecbd50 (bug 1057042) for dt test failures
2014-09-22 10:35:48 +02:00
Jordan Santell
61dc01bcbd
Bug 1057042 - refactor front end of web audio editor. r=vp
2014-09-19 17:19: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
Girish Sharma
2e264a6e61
Bug 970517 - Storage Inspector front end, r=jwalker, mratcliffe
2014-08-29 22:02:49 +05:30
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
Jordan Santell
58bae0c20a
Bug 1034295 - Add e10s support to shader editor. r=vp, r=jryans
2014-07-29 13:57:00 +02:00
Jan Keromnes
5ba0d8782f
Bug 1020288 - Add a Runtime Monitor to WebIDE. r=paul
...
--HG--
rename : browser/devtools/webaudioeditor/lib/d3.js => browser/devtools/shared/d3.js
2014-07-28 16:13:54 +02:00
Patrick Brosset
6bed0d46b8
Bug 711941 - part 1 - Cubic-bezier widget; r=harth r=gerv
2014-07-03 12:49:16 +02:00
Brian Grinstead
6f7d010a58
Bug 1021827 - Show menu items for project editor inside of App Manager;r=paul
2014-06-26 07:17:54 -05:00
Brian Grinstead
7f6ce77b60
Bug 1026811 - Update to CodeMirror 4.2.0. r=robcee
2014-06-19 06:56:00 -04:00
Brian Grinstead
2b5370b8bf
Bug 1017897 - Fix preprocessor build warning for toolbox.xul. r=pbrosset
2014-05-29 16:48:00 -04:00
Victor Porof
91363cf86d
Bug 1007202
- Create a framerate widget, r=pbrosset,rcampbell
2014-05-29 09:54:00 -04:00