Michael Ratcliffe
946ad86b14
Bug 818151 - [toolbox] adapt the toolbox UI to make it fit on the side of the browser r=paul
2013-03-13 16:10:15 -07:00
Girish Sharma
31a864f806
Bug 838069 - Disable browser_toolbox_window_shortcuts.js on OSX 10.8 and Windows XP for now. r=paul
2013-03-12 23:47:20 +05:30
Ryan VanderMeulen
7c4edffe55
Backed out changesets 6deb17bc6c56 and 7952fadd1732 (bug 839280) for mochitest-other crashes.
2013-03-07 19:10:52 -05:00
Alexandre Poirot
f9452b44d5
Bug 839280 - Fix xul button leaks on Toolbox destroy. r=jwalker
2013-03-07 17:41:40 -05:00
Panos Astithas
4737392a29
Bug 820524 - Debugger, Web Console and Profiler should share the debugger client even for local sessions; r=jwalker,vporof,msucan,anton
2013-03-07 09:30:03 +02:00
Ryan VanderMeulen
e26237e7ee
Merge m-c to fx-team.
2013-03-02 23:46:08 -05:00
Girish Sharma
f185a8db34
Fix for bug 838069 (intermittent browser_toolbox_window_shortcuts.js); r=jwalker
2013-02-27 21:07:14 +05:30
Gregory Szorc
803629b9c6
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Gregory Szorc
8f9112102d
Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger
2013-02-25 12:47:18 -08:00
Paul Rouget
e5c48148d0
Bug 844814 - Move Inspector to position 2 in the Toolbox. r=robcee
2013-02-26 12:40:20 +00:00
David Creswick
d6390346ad
Bug 734664 - Devtools toolbox should display the actual target url when detached. r=paul
2013-02-26 12:40:19 +00:00
Paul Rouget
e7eb373969
Backing out 824b68f13f30 (bug 679364) - oranges
2013-02-25 18:23:40 +01:00
Brandon Benvie
4be720c945
Bug 679364 - use "content/browser/devtools/*" for aliases. r=rcampbell
2013-02-21 09:49:31 -05:00
Joe Walker
708bd84b8f
Backed out changeset c1abd2ac8de9 (bug 734664) for test failures
2013-02-19 13:50:34 +00:00
David Creswick
d65afd3cf6
Bug 829553 - "[toolbox] If the last browser tab is closed with ctrl-w, the undocked toolbox is not closed." [r=mratcliffe]
2013-02-17 12:13:00 +01:00
Boris Zbarsky
a8948dd81e
Bug 832920. Add a way for chrome iframes to opt into having a separate refresh driver (e.g. if they plan to be moved between windows) and make devtools use that opt-in. r=tnikkel,paul
2013-02-22 09:56:28 -05:00
Ryan VanderMeulen
238b010bd5
Backed out 7 changesets (bug 832920, bug 776536, bug 843261) for mochitest-a11y assertions on a CLOSED TREE.
...
--HG--
rename : content/base/src/NodeIterator.cpp => content/base/src/nsNodeIterator.cpp
rename : content/base/src/NodeIterator.h => content/base/src/nsNodeIterator.h
rename : content/base/src/TreeWalker.cpp => content/base/src/nsTreeWalker.cpp
rename : content/base/src/TreeWalker.h => content/base/src/nsTreeWalker.h
2013-02-28 14:41:30 -05:00
Boris Zbarsky
8d2b9f5ae9
Bug 832920. Add a way for chrome iframes to opt into having a separate refresh driver (e.g. if they plan to be moved between windows) and make devtools use that opt-in. r=tnikkel,paul
2013-02-22 09:56:28 -05:00
Brandon Benvie
b725688083
Bug 841078 - change FORBIDDEN_IDS initializer to an array of strings
2013-02-13 11:36:00 -08:00
Girish Sharma
782f743373
Bug 839890 - Fix for typo at line 391 in gDevTools.jsm; r=paul
2013-02-10 22:10:37 +05:30
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