Commit Graph

552 Commits

Author SHA1 Message Date
Joe Walker
b5d0803074 Bug 757487 - GCLI test suite has broken dependencies in browser; r=dcamp 2012-05-30 08:47:28 +01:00
Joe Walker
38b9d38655 Bug 756887 - Require.jsm should have support and tests for firebug/NetMonitor style modules; r=robcee 2012-05-30 08:47:28 +01:00
Joe Walker
02bc2f366d Bug 758579 - Doctype in GCLI xhtml files needs fixing, as does the license block; r=msucan 2012-05-30 08:47:28 +01:00
Panos Astithas
ff79b706e5 Small perf improvement to bug 755346 - Global variables are not displayed in the debugger frontend, part2; r=vporof 2012-05-29 14:22:18 +03:00
Victor Porof
f1344be375 Bug 755346 - Global variables are not displayed in the debugger frontend, part2; r=past 2012-05-25 21:40:40 +03:00
Panos Astithas
e2edf4f1eb Bug 755346 - Global variables are not displayed in the debugger frontend; r=vporof,rcampbell 2012-05-29 12:08:20 +03:00
Victor Porof
f6cbd40393 Bug 758208 - Intermittent failure in browser_dbg_stack-04.js | Should have no frames after resume - Got 2, expected 0; r=msucan 2012-05-26 13:21:39 +03:00
Mihai Sucan
e913d90a28 Bug 673148 - (async-webconsole) Part 3 - Make JS evaluation and object inspection async; r=rcampbell 2012-05-25 13:28:47 +03:00
Paul Rouget
9f23882ba3 Bug 716245 - Intermittent browser_inspector_highlighter.js. r=robcee 2012-05-25 19:01:16 +02:00
Paul Rouget
ebb32be062 Bug 749974 - Items in Developer tools menu have inconsistent check state. r=dao r=dcamp 2012-05-03 08:09:37 +02:00
Ed Morley
1ba497c581 Backout 4eafad042c36 (bug 673148) for turning browser_dbg_stack-04.js permaorange 2012-05-25 14:44:17 +01:00
Mihai Sucan
0967bb28f1 Bug 673148 - (async-webconsole) Part 3 - Make JS evaluation and object inspection async; r=rcampbell 2012-05-25 13:28:47 +03:00
Paul Rouget
a14093a415 Bug 723059 - Replace text with icons in the debugger toolbar; r=rcampbell 2012-05-25 09:46:09 +03:00
Dave Camp
de98fd2927 Bug 747225 - [layout view] Show when the margin have the auto value. r=paul 2012-05-10 14:31:03 +02:00
Paul Rouget
06ddf75046 Bug 754333 - [layout view] not updated when breadcrumbs are clicked. r=dcamp 2012-05-24 14:56:06 +02:00
Ed Morley
0dac20c090 Backout 13aa125cc8d2 (bug 723059) for timeouts in browser_dbg_pause-resume.js 2012-05-24 19:48:10 +01:00
Paul Rouget
92265a16ce Bug 723059 - Replace text with icons in the debugger toolbar; r=rcampbell 2012-05-24 16:00:56 +02:00
Victor Porof
9237c14855 Bug 753313 - Some divs and spans are created dynamically in debugger-view; r=rcampbell 2012-05-20 23:49:51 +03:00
Victor Porof
e43554673b Bug 753651 - Unselectable class is useless; r=past 2012-05-10 20:59:55 +03:00
Victor Porof
f2e6fb18fc Bug 724229 - Briefly flash the variables that changed between pauses; r=rcampbell 2012-05-09 19:05:53 +03:00
Panos Astithas
b1ff343559 Bug 724862 - Implement protocol support for modifying the values of a debuggee object's properties; r=rcampbell 2012-05-24 14:23:53 +03:00
Victor Porof
b1b5edcc31 Bug 723062 - Allow the user to edit the value of a debuggee object's property in the debugger; r=past 2012-03-15 10:17:03 +02:00
Tim Taubert
dd5956e89d merge m-c to fx-team 2012-05-22 15:20:39 +02:00
Joe Walker
3f979e3e82 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
58548107cf 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
a2bdfe75d4 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
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Ed Morley
5907af5d60 Merge fx-team and mozilla-central ready for MPL2 update 2012-05-21 07:49:47 +01:00
Joe Walker
402922fb61 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
e640b5921f Bug 754834 - Developer tools missing tooltips. r=mratcliffe 2012-05-15 17:04:06 +02:00
Paul Rouget
c6b3c08068 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
405f73621d Bug 747224 - [layout view] handle the key events correctly. r=dcamp 2012-05-14 13:37:55 +02:00
Joe Walker
c52c9636d0 Bug 750872 - Add yet more GCLI tests, this time for developer toolbar; r=robcee 2012-05-15 11:27:19 +01:00
Joe Walker
4459cdb137 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
517b829082 Bug 729514 - GCLI needs a way to execute os level commands; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
83e895f33f Bug 751120 - GCLI focusManager should remove slowTyping code that's commented out; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
c59fb0980c 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
6b66d75827 Bug 748684 - GCLI shouldn't require removeCommand before addCommand; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
bc1d1eef37 Bug 745172 - GCLI intro command should be promoted out of 'demo'; r=dcamp 2012-05-15 11:27:18 +01:00
Joe Walker
3ff6b411be 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
2467136ba0 Bug 745904 - GCLI needs extra unit tests for recently added code; r=dcamp 2012-05-15 11:27:18 +01:00
Mihai Sucan
664943ceef 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
f8c9aaddb1 Bug 673148 - (async-webconsole) Part 1 - Make console API async; r=rcampbell,felipc 2012-05-10 16:15:10 +03:00
Paul Rouget
1b00fd4a67 Bug 724509 - Add an Option menu in the Inspector Toolbar. r=dao r=dcamp 2012-05-11 16:54:47 +02:00
Michael Ratcliffe
8e3b3bca48 Bug 733747 - Highlight changed items in the rule view. r=msucan 2012-04-17 10:35:12 +01:00
Paul Rouget
bd09c67308 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
c906bf31b8 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
1533f52bcf Bug 751164 - Convert debugger.xul to XUL, remove HTML bits.; r=paul 2012-05-09 07:22:11 -03:00
Rob Campbell
c1e458d5e8 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
89a1e53b56 Bug 751164 - Convert debugger.xul to XUL, remove HTML bits.; r=past 2012-05-05 06:35:00 -03:00