Commit Graph

144 Commits

Author SHA1 Message Date
David Creswick
b162553882 Bug 734664 - Devtools toolbox should display the actual target url when detached. r=paul 2013-02-19 10:54:01 +00:00
Anton Kovalyov
7261f779c6 Bug 830668 - Add a keyboard shortcut for the Profiler, r=robcee 2013-02-07 11:09:55 -08:00
Anton Kovalyov
bbf4b24af8 Bug 828049 - Remote profiling, r=past 2013-02-06 12:10:30 -08:00
Heather Arthur
bff593f0a6 Bug 838108 - Enable style editor chrome debugging; r=paul 2013-02-05 17:01:37 +00:00
Dave Townsend
6c649be569 Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
--HG--
rename : toolkit/addon-sdk/test/Makefile.in => addon-sdk/test/Makefile.in
rename : toolkit/addon-sdk/test/unit/head.js => addon-sdk/test/unit/head.js
rename : toolkit/addon-sdk/test/unit/test_promise.js => addon-sdk/test/unit/test_promise.js
rename : toolkit/addon-sdk/test/unit/xpcshell.ini => addon-sdk/test/unit/xpcshell.ini
2013-02-01 11:43:15 -08:00
Paul Rouget
6b4cbba98f Bug 832984 - Ctrl + Shift + K shortcut for the Web Console stopped working (sometimes). r=jwalker 2013-01-22 20:10:21 +02:00
Paul Rouget
0aa9595b3c Bug 829948 - [toolbox] once toolbox is undocked, hide the the close button. r=harth 2013-01-21 16:22:47 +01:00
Paul Rouget
49cd9aadfc Bug 829644 - [toolbox] Make the default size of the toolbox window wider. r=jwalker 2013-01-11 09:23:00 +02:00
Paul Rouget
9a8e4755f5 Bug 829077 - The undocked Developer Tools window remains open after closing Firefox. r=jwalker 2013-01-11 03:19:00 +02:00
Girish Sharma
37925e4310 Bug 820735 - [toolbox] Tools shortcuts should work from the toolbox window, r=paul 2013-01-13 14:22:03 +05:30
Mihai Sucan
5fef84b7de Bug 827083 - Cannot attach remote web console to Firefox Android; r=past 2013-01-11 19:31:09 +02:00
Joe Walker
3161c0f452 Bug 823916 - Don't use ordinal to sort the toolbox; r=paul 2013-01-11 12:16:31 +00:00
Joe Walker
bfac24a1c2 Bug 818432 - this.tracked browser windows.delete is undefined; r=paul 2013-01-11 12:16:24 +00:00
Paul Rouget
473d103b44 Bug 819181 - Inspector sidebar items show undefined during load. r=jwalker 2013-01-09 02:15:00 +02:00
Girish Sharma
be048b5c48 Bug 825740 - [toolbox] gDevTools does not remove the menuitems upon unregistering of a tool, r=paul 2013-01-05 05:51:27 +05:30
Paul Rouget
7a0b4be37b Bug 817551 - The window controller (for undo/redo) doesn't work when Inspector is undocked. r=dcamp r=gavin 2013-01-09 10:32:36 +01:00
Paul Rouget
d062e842bd Bug 815239 - [toolbox] Using a tool keyboard shortcut twice closes the toolbox. It should select it instead. r=jwalker 2013-01-09 10:32:35 +01:00
Paul Rouget
bcedcdba49 Bug 814889 - [toolbox] Highlighter can't inspect while the debugger is paused. r=vporof 2013-01-09 10:32:35 +01:00
Heather Arthur
fea321d76d Bug 826566 - [toolbox] Add profiler and docking icons to toolbox; r=paul 2013-01-06 00:04:40 -08:00
Heather Arthur
b8b9a5be1f Bug 826180 - No stylesheets shown after reloading a page with an iframe; r=paul 2013-01-03 02:34:00 +02:00
Joe Walker
06d86f6a92 Bug 820436 - Buttons are unresponsive after previously closing the Developer Tools Window; r=paul 2013-01-04 20:31:38 +00:00
Joe Walker
5813922941 Bug 795988 - Closing browser window with Developer Toolbar open leaks an everything; r=paul,ttaubert 2013-01-04 20:31:38 +00:00
Joe Walker
136a9ba95a Bug 822609 - developer tools should not use target.isChrome; r=paul 2013-01-04 20:31:38 +00:00
Paul Rouget
9d7cc7f0ed Bug 817543 - [toolbox] is slow to start. r=jwalker 2013-01-04 12:54:54 +01:00
Girish Sharma
654db09f29 Bug 816958 - Launch buttons for Tilt and Responsive Mode should be of checkbox type. r=jwalker 2012-12-19 02:17:39 +05:30
Girish Sharma
242db924a4 Bug 818428 - Don't use the word 'Toolbox' in the UI, r=dao 2012-12-18 00:31:31 +05:30
Heather Arthur
d72941067b Bug 818033 - [toolbox] Implement Shorlander's visual design; r=paul 2012-12-22 19:27:19 -08:00
Panos Astithas
eab1c62e6b Bug 823027 - Connection screen stays open after connection but can't be reused; r=vporof 2012-12-21 19:29:08 +02:00
MikeRatcliffe
f0657b3816 Bug 822631 - [toolbox] Remove bad common.css path from toolbox.xul. r=paul 2012-12-18 05:12:00 +01:00
Michael Ratcliffe
6002c07ac9 Bug 821141 - Target is firing a navigation event when an anchor is clicked r=paul 2012-12-19 11:18:44 +00:00
Girish Sharma
1f132dabbc Bug 819929 - [toolbox] Buttons (close, undock and tabs) don't have tooltips, r=jwalker 2012-12-18 20:41:27 +05:30
Girish Sharma
5e56cf782a Bug 817553 - Fade the highlighter when sidebar is hovered, r=paul 2012-12-18 00:59:08 +05:30
Paul Rouget
ec2f9c34bd Bug 817537 - Connection screen polish. r=vporof 2012-12-18 08:54:00 +01:00
Mihai Sucan
f20fed946a Bug 792062 - Make the tabNavigated notification reusable by the Web Console; r=past 2012-12-17 22:06:13 +02:00
Yura Zenevich
61a01d653b Bug 803067 - EventEmitter should have a decorator that isn't called 'new'. r=paul 2012-12-14 08:05:00 +01:00
Girish Sharma
e1892a3d7c Bug 818434 - [toolbox] The close button and the undock button should be located at the end of the toolbar on Linux and Windows. r=paul 2012-12-14 00:07:03 +05:30
Girish Sharma
75fc0d43f4 Bug 818436 - [toolbox] We should not be able to dock a toolbox if the target is Remote or Win, r=paul 2012-12-15 06:40:43 +05:30
Anton Kovalyov
c0de41f3cb Bug 795268 - Integrate SPS Profiler; r=rcampbell 2012-12-13 17:17:00 -05:00
Joe Walker
1308f4ec39 Automated merge with ssh://hg.mozilla.org/integration/fx-team/ 2012-12-13 15:26:29 +00:00
Joe Walker
7daa3767fb Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00:00
Joe Walker
88dbe2ab92 Bug 815246 - GCLI helper buttons shouldn't be available in the remote window; r=paul 2012-12-13 13:03:47 +00:00
Victor Porof
1252490384 Bug 816858 - Style Editor should work on chrome windows, r=paul 2012-12-13 12:26:42 +02:00
Jim Mathies
15a42ab9b5 Bug 817879 - Update bad resource paths in devtools. r=jwalker 2012-12-05 05:14:09 -06:00
Joe Walker
96993c1368 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-30 08:07:59 +00:00