J. Ryan Stinnett
7e2158acc2
Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau
2015-07-02 04:56:57 -05:00
juliandescottes
5af8f706aa
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
Shu-yu Guo
b6ecbe42df
Bug 1145824 - Reset dom.send_after_paint_to_content when toggling gDevTools.testing, as chrome tests need it.
2015-04-25 15:56:20 -07:00
Jordan Santell
11a3e3a081
Bug 1077464 - Wire console.profile/profileEnd to the new performance tool. Move most of the recording-model logic from the front end into the PerformanceFront and PerformanceActorConnection so it can manage recordings without the front end being viewed. r=vp,jryans,pbrosset
2015-04-14 08:58:58 -07:00
Victor Porof
1a623af11a
Bug 1148463 - Re-enable the Performance++ tool, r=jsantell
2015-03-31 11:28:43 -04:00
J. Ryan Stinnett
f0b83f9006
Bug 1138591 - Remove the chrome-enabled pref. r=past
2015-03-28 03:42:33 -05:00
Victor Porof
7814ffa481
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
J. Ryan Stinnett
63d863fb93
Bug 1147042 - Rename attachProcess to getProcess. r=ochameau
2015-03-24 14:59:53 -05:00
Michael Ratcliffe
9183c998fd
Bug 1144363 - Fix this._telemetry is undefined in gDevTools. r=bgrins
2015-03-18 10:04:59 +00:00
Victor Porof
0c5ba3ed58
Bug 1123815 - Merge gum into fx-team to enable the Performance++ tool, r=me
2015-03-14 16:14:37 -04:00
Michael Ratcliffe
f77be58aec
Bug 1046234 - Add more DevTools Telemetry measures (display size etc.) r=pbrosset, r=gijs
2015-03-13 11:52:45 +00:00
Alexandre Poirot
c1451d9d3b
Bug 1059308 - Make frame selection button to work in browser toolbox. r=jryans,past
2015-03-04 05:47:00 +01:00
Alexandre Poirot
bebe410bdc
Bug 1059308 - Add Target.isTabActor to tell if the remote tab actor supports attach/detach requests. r=jryans
2015-02-26 03:55:00 +01:00
Panos Astithas
235ecceb45
Bug 1138939 - Notify when WebIDE has finished initializing so that Valence can register runtime scanners. r=ochameau
2015-03-03 19:49:58 +02:00
Carsten "Tomcat" Book
7c3e95662b
Backed out changeset 4f1e44bd6204 (bug 1059308)
2015-03-03 16:28:14 +01:00
Carsten "Tomcat" Book
f1d98075d6
Backed out changeset 2433abf44e53 (bug 1059308)
2015-03-03 16:28:08 +01:00
Alexandre Poirot
49e1d6f307
Bug 1059308 - Make frame selection button to work in browser toolbox. r=jryans,past
2015-03-03 04:19:00 +01:00
Alexandre Poirot
6c8cf06f37
Bug 1059308 - Add Target.isTabActor to tell if the remote tab actor supports attach/detach requests. r=jryans
2015-02-26 03:55:00 +01:00
Jan Odvarko
1b976fcf4d
Bug 1126274 - Add new API to listen for sent and received RDP packets. r=jryans
2015-02-13 07:35:44 +01:00
Tooru Fujisawa
b8c3142fd1
Bug 1069416 - Part 6: Remove JS_HAS_SYMBOLS from devtools. r=fitzgen
2015-01-28 13:06:38 +09:00
Bill McCloskey
6fd30079d3
Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent)
2015-01-16 18:34:47 -08:00
Carsten "Tomcat" Book
142af71e50
Backed out changeset 8ab6c26d26f5 (bug 1118618)
2015-01-13 08:43:32 +01:00
Bill McCloskey
bc51ef7890
Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley)
2015-01-12 23:06:54 -08:00
Gijs Kruitbosch
72f4e80e2d
Bug 1096763 - fix webide button issues with customize mode, r=Unfocused
...
This fixes the button to not call createWidget repeatedly when the button is in the palette.
It also fixes an edge case in CustomizableUI where, if you restore defaults, we don't re-add custom widgets to the list of seen widgets, meaning they'll be restored to their default position on next start, even if you move them after restoring to defaults.
2014-11-11 14:51:21 +00:00
Alexandre Poirot
a37dc46a40
Bug 1060093 - Implement toolbox to debug chrome of the content process. r=jryans
2014-11-07 14:24:47 -06:00
Jason Orendorff
bcc9db0b2c
Bug 918828, part 1 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=Waldo with earlier review work by nbp.
2014-07-01 21:01:21 -05:00
Paul Rouget
f0956e54a5
Bug 1056923 - Add WebIDE launch button. r=jryans,r=jaws
2014-10-30 09:08:05 +01:00
Jan Odvarko
c9c6b8174a
Bug 1078235 - Implement new 'destroy' panel event; r=bgrins
2014-10-06 19:40:59 +02:00
Michael Ratcliffe
331063fe51
Bug 1060188 - [App Manager] Cannot use Inspector to view app's DOM on Flame r=paul
2014-08-29 13:44:59 +01:00
Michael Ratcliffe
daa284a31c
Bug 1044932 - Add JQuery support to visual events r=pbrosset
2014-08-28 12:46:25 +01:00
Jan Odvarko
0512574e9b
Bug 1038562 - Add API to register a new devtools theme. r=bgrins
2014-08-18 14:25:14 +02:00
Victor Porof
61420cf650
Bug 879008 - New UI for the sampling Profiler, r=rcampbell,fitzgen,pbrosset
2014-08-06 11:25:18 -04:00
Victor Porof
2839618251
Bug 879008 - Remove the old Profiler frontend, r=rcampbell
2014-08-06 11:25:17 -04: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
Joe Walker
2712673d1f
Bug 1032789 - Pull together the various GCLI plugin points; r=mratcliffe
2014-07-10 14:37:09 +01:00
Panos Astithas
20c7e4fd4b
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
2014-06-26 18:01:02 +03:00
Paul Rouget
c479f323d9
Bug 1028014 - webide should be named webide, not app manager. r=dcamp
2014-06-23 17:36:11 +08:00
Michael Ratcliffe
8004a69d9a
Bug 1020984 - Fix highlighter when transforms have width & height of 0 r=pbrosset
2014-06-20 13:32:32 +01:00
Vikneshwar
ee78456672
Bug 1003546 - Use Arrow function instead of bind(). r=fitzgen
2014-06-14 06:49:00 -04:00
Jordan Santell
9e3569b294
Bug 991075 - Fix unhandled promise errors. r=jryans
2014-06-12 18:03:00 +02:00
Carsten "Tomcat" Book
8b846dba4e
merge fx-team to mozilla-central
2014-05-21 13:57:43 +02:00
Girish Sharma
4598baca4d
Bug 1001131 - Reduce devtools footprint at browser startup - Sourcemap and devtools. r=fitzgen
2014-05-21 03:49:41 +05:30
Paul Rouget
4e218b8055
Bug 999417 - Land the new App Manager UI. r=jryans r=mshal
2014-05-12 08:53:00 +02:00
Shu-yu Guo
b869c9a73e
Bug 717749 - Part 2: Hook up the debugger to the slow script debug service. (r=past)
2014-05-20 18:27:25 -07:00
Girish Sharma
6ae16a4595
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
Girish Sharma
99fb3118c7
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
bea3fb307b
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
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
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