Commit Graph

530 Commits

Author SHA1 Message Date
Tim Taubert
abe97c25ea merge m-c to fx-team 2012-05-22 15:20:39 +02:00
Joe Walker
38a9d0a9f0 Bug 756888 - Rollup of a bunch of small GCLI changes; r=dcamp
--HG--
rename : browser/devtools/commandline/gcliblank.xhtml => browser/devtools/commandline/gclitooltip.xhtml
2012-05-22 08:50:02 +01:00
Panos Astithas
674b75f99b Stop using 'frame.arguments' now that 'arguments' is always present in the environment bindings (Bug 752770); r=rcampbell 2012-05-22 08:40:51 +03:00
Thaddee Tyl
8659741978 Bug 675927 - [Mac] The Web Console Window freezes when drag and drop the parent tab to create a new window; r=msucan,rcampbell 2012-05-17 14:45:00 +03:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Ed Morley
cd947fcd6d Merge fx-team and mozilla-central ready for MPL2 update 2012-05-21 07:49:47 +01:00
Joe Walker
b8b002dae1 Bug 742672 - GCLI needs a new home; r=robcee
--HG--
rename : browser/devtools/webconsole/GcliCommands.jsm => browser/devtools/commandline/GcliCommands.jsm
rename : browser/devtools/webconsole/GcliTiltCommands.jsm => browser/devtools/commandline/GcliTiltCommands.jsm
rename : browser/devtools/webconsole/gcli.css => browser/devtools/commandline/gcli.css
rename : browser/devtools/webconsole/gcli.jsm => browser/devtools/commandline/gcli.jsm
rename : browser/devtools/webconsole/gcliblank.xhtml => browser/devtools/commandline/gcliblank.xhtml
rename : browser/devtools/shared/test/browser_gcli_break.html => browser/devtools/commandline/test/browser_gcli_break.html
rename : browser/devtools/shared/test/browser_gcli_break.js => browser/devtools/commandline/test/browser_gcli_break.js
rename : browser/devtools/shared/test/browser_gcli_commands.js => browser/devtools/commandline/test/browser_gcli_commands.js
rename : browser/devtools/shared/test/browser_gcli_inspect.html => browser/devtools/commandline/test/browser_gcli_inspect.html
rename : browser/devtools/shared/test/browser_gcli_inspect.js => browser/devtools/commandline/test/browser_gcli_inspect.js
rename : browser/devtools/shared/test/browser_gcli_integrate.js => browser/devtools/commandline/test/browser_gcli_integrate.js
rename : browser/devtools/shared/test/browser_gcli_web.js => browser/devtools/commandline/test/browser_gcli_web.js
rename : browser/devtools/shared/test/browser_gcli_require.js => browser/devtools/shared/test/browser_require_basic.js
2012-05-17 19:04:33 +01:00
Paul Rouget
1f5f886ec2 Bug 754834 - Developer tools missing tooltips. r=mratcliffe 2012-05-15 17:04:06 +02:00
Paul Rouget
337a54bba4 Bug 747228 - [layout view] We should not use the animation when the layout view is opened on a non-user action. r=dcamp 2012-05-09 18:19:48 +02:00
Paul Rouget
57778e6b0b Bug 747224 - [layout view] handle the key events correctly. r=dcamp 2012-05-14 13:37:55 +02:00
Joe Walker
3e49212aec Bug 750872 - Add yet more GCLI tests, this time for developer toolbar; r=robcee 2012-05-15 11:27:19 +01:00
Joe Walker
5364eba65b Bug 752906 - Fix GCLI memory cleanup issues found during Developer Toolbar memory work; r=dcamp 2012-05-15 11:27:19 +01:00
Joe Walker
417bb6ceeb Bug 729514 - GCLI needs a way to execute os level commands; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
4e3190ea29 Bug 751120 - GCLI focusManager should remove slowTyping code that's commented out; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
a81c18e073 Bug 750318 - localization note and string ID change required for helpSearchManual in gcli.properties; r=dcamp,flod 2012-05-15 11:27:18 +01:00
Joe Walker
e9dd5ad927 Bug 748684 - GCLI shouldn't require removeCommand before addCommand; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
199aa3120b Bug 745172 - GCLI intro command should be promoted out of 'demo'; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
06506fe449 Bug 745741 - Find a way to get easy code coverage information on GCLI unit tests; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
7119269d31 Bug 745904 - GCLI needs extra unit tests for recently added code; r=dcamp 2012-05-15 11:27:18 +01:00
Mihai Sucan
14f803f42a Bug 673148 - (async-webconsole) Part 2 - Make script and style errors async; r=rcampbell,felipc 2012-05-10 18:01:37 +03:00
Mihai Sucan
c3df6716d8 Bug 673148 - (async-webconsole) Part 1 - Make console API async; r=rcampbell,felipc 2012-05-10 16:15:10 +03:00
Paul Rouget
7ee342d6dc Bug 724509 - Add an Option menu in the Inspector Toolbar. r=dao r=dcamp 2012-05-11 16:54:47 +02:00
Michael Ratcliffe
791f96e187 Bug 733747 - Highlight changed items in the rule view. r=msucan 2012-04-17 10:35:12 +01:00
Paul Rouget
a434d0d299 Bug 692409 - Add a pretty resizer and the dark theme to the debugger. r=rcampbell 2012-05-09 15:50:33 +02:00
Joe Walker
d564306c56 Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
--HG--
rename : browser/devtools/webconsole/test/browser_gcli_break.html => browser/devtools/shared/test/browser_gcli_break.html
rename : browser/devtools/webconsole/test/browser_gcli_commands.js => browser/devtools/shared/test/browser_gcli_commands.js
rename : browser/devtools/webconsole/test/browser_gcli_inspect.html => browser/devtools/shared/test/browser_gcli_inspect.html
rename : browser/devtools/webconsole/test/browser_gcli_inspect.js => browser/devtools/shared/test/browser_gcli_inspect.js
rename : browser/devtools/webconsole/test/browser_gcli_integrate.js => browser/devtools/shared/test/browser_gcli_integrate.js
rename : browser/devtools/webconsole/test/browser_gcli_require.js => browser/devtools/shared/test/browser_gcli_require.js
rename : browser/devtools/webconsole/test/browser_gcli_web.js => browser/devtools/shared/test/browser_gcli_web.js
2012-05-10 18:33:54 +01:00
Rob Campbell
a63828b366 Bug 751164 - Convert debugger.xul to XUL, remove HTML bits.; r=paul 2012-05-09 07:22:11 -03:00
Rob Campbell
e00eaa71a8 Bug 732452 - create a no scripts label for an empty scripts menu in the debugger; r=past 2012-04-24 12:42:00 -03:00
Rob Campbell
b0169b268a Bug 751164 - Convert debugger.xul to XUL, remove HTML bits.; r=past 2012-05-05 06:35:00 -03:00
Victor Porof
bce2be309d Bug 749127 - Intermittent browser/devtools/debugger/test/browser_dbg_propertyview-06.js | The localScope doesn't contain all the created variable elements. - Got 6, expected 7; r=past 2012-04-26 07:36:27 -04:00
Victor Porof
1b9d795461 Bug 748927 - Add UI elements for the remote debugging case: starting a server and selecting the server to connect to; r=past 2012-04-27 17:18:02 -04:00
Victor Porof
680db60c37 Bug 747429 - Make it possible to start a remote debugger only in a new chrome window; r=rcampbell 2012-05-03 20:36:40 +03:00
Ed Morley
f0346ff780 Merge mozilla-central to mozilla-inbound 2012-05-21 13:19:38 +01:00
Luke Wagner
e214ef27bb Bug 752770 - temporarily disable browser_dbg_propertyview-07 and 08 2012-05-08 12:09:21 -07:00
Ehsan Akhgari
9cfb53c03f Merge mozilla-central into mozilla-inbound 2012-05-04 16:29:42 -04:00
Jason Orendorff
b442f6158f Bug 749316 - Put Debugger object into chrome scratchpad. r=dcamp,bholley.
--HG--
extra : rebase_source : 12ab275ac9cdfa0e9890c507e30e0b56e4086816
2012-05-01 10:17:32 -05:00
Joe Walker
295998751a Bug 723431 - DOMTemplate should allow customisation of display of null/undefined values; r=dcamp 2012-04-03 09:45:00 -03:00
Mihai Sucan
b767a68709 Bug 734641 - Intermittent mochitest-browser-chrome browser/devtools/debugger/test/browser_dbg_bug723069_editor-breakpoints.js | The correct script was loaded initially. - Didn't expect -1, but got it; r=rcampbell 2012-04-26 14:47:55 +03:00
Victor Porof
981ba016e5 Bug 749222 - Create a separate way to start a chrome debugger; r=past 2012-04-26 14:28:11 -04:00
Rob Campbell
a9972182c0 Bug 732451 - Need an Empty Stack placeholder in the script debugger; r=past 2012-04-23 10:47:00 -03:00
Victor Porof
0bfe9c253c Bug 741328 - Add a search input to easily/incrementally find scripts => with live buffer switching; r=rcampbell 2012-04-19 13:44:33 +03:00
Victor Porof
61bb0b4f28 Bug 741325 - Sort the scripts in the menulist by filename; r=rcampbell 2012-04-17 21:16:57 +03:00
Victor Porof
be9fcb410b Bug 741324 - Make it possible to start a debugger in a new firefox instance; r=past,paul,rcampbell 2012-04-12 18:47:56 +03:00
Panos Astithas
e6e974e210 Bug 724228 - Use getVariable instead of getVariableDescriptor until the latter lands; r=dcamp 2012-03-21 15:49:23 +00:00
OHZEKI Tetsuharu
69256dbf70 Bug 747603 - Firefox:Inspector cannot start up with DOMi. r=dao 2012-05-02 17:37:00 +02:00
Ehsan Akhgari
1c4c90c1ae Merge backout; a=me 2012-05-02 16:22:51 -04:00
Ehsan Akhgari
eca4125e02 Backout the merge from fx-team because of Ts regressions (no bug)
This is the backed out range:
http://hg.mozilla.org/mozilla-central/pushloghtml?changeset=a974c45914eb
2012-05-02 16:20:02 -04:00
Tim Taubert
6e804ae5b3 merge m-c to fx-team 2012-04-27 08:39:28 -04:00
Rob Campbell
f95b20dc65 Backed out changeset c6db0b79bd98, already on mozilla-central. 2012-04-26 09:58:00 -04:00
Paul Rouget
fa42d91130 Bug 747919 - browser/devtools/layoutview/test/browser_layoutview.js leaks chrome and content windows; r=dao 2012-04-25 16:53:21 +02:00
Paul Rouget
6796406fd0 Bug 747919 - browser/devtools/layoutview/test/browser_layoutview.js leaks chrome and content windows. r=dao 2012-04-25 16:53:21 +02:00