Commit Graph

1001 Commits

Author SHA1 Message Date
Dave Camp
77c60599e5 Bug 785628 - Markup panel not sending a change event. r=paul, r=jwalker 2012-08-25 11:04:47 -07:00
Dave Camp
0cb72e12a9 Bug 785335 - Changing an elements tagName collapses the tree node with no way to expand the tree node. r=jwalker 2012-08-25 11:04:46 -07:00
Dave Camp
5c73dada0c Backed out Bug 770818 (highlighter v3) for test failures. 2012-08-25 11:04:28 -07:00
Paul Rouget
5272eeacce Bug 770818 - [inspector] highlighter v3. r=jwalker 2012-08-25 14:51:36 +02:00
Paul Rouget
652646260b Bug 777011: WebConsole dark toolbar. r=robcee 2012-08-25 14:29:20 +02:00
Mark Capella
0c6a82207f Bug 779642 - Scratchpad Line numbers don't line up, r=robcee 2012-08-28 05:56:30 -04:00
Victor Porof
9771efb4d0 Bug 766054 - [debugger] experiment with collapsed panels, r=rcampbell 2012-07-20 11:56:46 +03:00
Victor Porof
93674b3fe1 Bug 774788 - free text search across all scripts, r=rcampbell 2012-08-18 12:29:47 +03:00
Michael Ratcliffe
76f8dc06e3 Bug 774808 - GCLI sometimes stops working; r=jwalker 2012-08-23 14:48:23 +01:00
Michael Ratcliffe
8645500523 Bug 771526 - GCLI needs a command to log function calls in chrome content; r=jwalker 2012-08-14 16:12:59 +01:00
OHZEKI Tetsuharu
cea517b527 Bug 777001 - [Developer Toolbar] Change "inspect" command's param name, "node" to "selector". r=jwalker 2012-08-25 06:34:23 +01:00
Dave Camp
ce593132b2 Bug 785528 - Don't allow deletion of doctype nodes in the markup panel, fix test failures. r=jwalker 2012-08-24 20:37:05 -07:00
Dave Camp
264dedc29e Bug 785528 - Don't allow deletion of doctype nodes in the markup panel. r=jwalker 2012-08-24 17:59:48 -07:00
Dave Camp
87f9886f2b Bug 785380 - Can't close the page inspector after toggling markup panel. r=jwalker 2012-08-24 17:58:59 -07:00
Dave Camp
09cb409e4b Bug 785186 - Use the context menu in the markup panel. r=jwalker 2012-08-24 17:54:09 -07:00
Dave Camp
16a410967c Bug 785151 - Use ScrollIntoViewIfNeeded in the markup panel. r=jwalker 2012-08-24 17:51:38 -07:00
Joe Walker
1eb830ff5a Bug 773565 - GCLI Autocomplete goes wild when boolean params are used in a group; r=dcamp
--HG--
rename : browser/devtools/highlighter/test/helper.js => browser/devtools/highlighter/test/helpers.js
rename : browser/devtools/responsivedesign/test/helper.js => browser/devtools/responsivedesign/test/helpers.js
rename : browser/devtools/shared/test/helper.js => browser/devtools/shared/test/helpers.js
rename : browser/devtools/styleeditor/test/helper.js => browser/devtools/styleeditor/test/helpers.js
2012-08-24 16:04:45 +01:00
Joe Walker
042d247047 Bug 775031 - GCLI should display [options] rather than either hiding them or showing them all; r=harth 2012-08-24 15:39:10 +01:00
Joe Walker
ff781144b2 Bug 773347 - GCLI hidden commands don't execute properly; r=harth 2012-08-24 15:39:10 +01:00
Michael Ratcliffe
8f31a4fa6e Bug 776875 - GCLI: Move existing GCLI commands into JSMs; r=jwalker
--HG--
rename : browser/devtools/commandline/GcliCookieCommands.jsm => browser/devtools/commandline/CmdCookie.jsm
rename : browser/devtools/commandline/GcliCommands.jsm => browser/devtools/commandline/Commands.jsm
rename : browser/devtools/commandline/gcli.css => browser/devtools/commandline/commandline.css
rename : browser/devtools/commandline/gclioutput.xhtml => browser/devtools/commandline/commandlineoutput.xhtml
rename : browser/devtools/commandline/gclitooltip.xhtml => browser/devtools/commandline/commandlinetooltip.xhtml
rename : browser/devtools/commandline/test/browser_gcli_addon.js => browser/devtools/commandline/test/browser_cmd_addon.js
rename : browser/devtools/commandline/test/browser_gcli_calllog.js => browser/devtools/commandline/test/browser_cmd_calllog.js
rename : browser/devtools/commandline/test/browser_gcli_commands.js => browser/devtools/commandline/test/browser_cmd_commands.js
rename : browser/devtools/commandline/test/browser_gcli_cookie.js => browser/devtools/commandline/test/browser_cmd_cookie.js
rename : browser/devtools/commandline/test/browser_gcli_integrate.js => browser/devtools/commandline/test/browser_cmd_integrate.js
rename : browser/devtools/commandline/test/browser_gcli_jsb.js => browser/devtools/commandline/test/browser_cmd_jsb.js
rename : browser/devtools/commandline/test/resources_jsb_script.js => browser/devtools/commandline/test/browser_cmd_jsb_script.jsi
rename : browser/devtools/commandline/test/browser_gcli_inspect.html => browser/devtools/commandline/test/browser_cmd_pagemod_export.html
rename : browser/devtools/commandline/test/browser_gcli_pagemod_export.js => browser/devtools/commandline/test/browser_cmd_pagemod_export.js
rename : browser/devtools/commandline/test/browser_gcli_pref.js => browser/devtools/commandline/test/browser_cmd_pref.js
rename : browser/devtools/commandline/test/browser_gcli_restart.js => browser/devtools/commandline/test/browser_cmd_restart.js
rename : browser/devtools/commandline/test/browser_gcli_settings.js => browser/devtools/commandline/test/browser_cmd_settings.js
rename : browser/devtools/commandline/test/resources_dbg.html => browser/devtools/commandline/test/browser_dbg_cmd.html
rename : browser/devtools/commandline/test/browser_gcli_dbg.js => browser/devtools/commandline/test/browser_dbg_cmd.js
rename : browser/devtools/commandline/test/browser_gcli_break.html => browser/devtools/commandline/test/browser_dbg_cmd_break.html
rename : browser/devtools/commandline/test/browser_gcli_break.js => browser/devtools/commandline/test/browser_dbg_cmd_break.js
rename : browser/devtools/commandline/test/browser_gcli_inspect.html => browser/devtools/highlighter/test/browser_inspector_cmd_inspect.html
rename : browser/devtools/commandline/test/browser_gcli_inspect.js => browser/devtools/highlighter/test/browser_inspector_cmd_inspect.js
rename : browser/devtools/commandline/test/browser_gcli_responsivemode.js => browser/devtools/responsivedesign/test/browser_responsive_cmd.js
rename : browser/devtools/commandline/test/resources.html => browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.html
rename : browser/devtools/commandline/test/browser_gcli_edit.js => browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.js
rename : browser/devtools/commandline/test/resources_inpage.js => browser/devtools/styleeditor/test/resources_inpage.jsi
rename : browser/devtools/commandline/test/resources_inpage1.css => browser/devtools/styleeditor/test/resources_inpage1.css
rename : browser/devtools/commandline/test/resources_inpage2.css => browser/devtools/styleeditor/test/resources_inpage2.css
rename : browser/devtools/commandline/GcliTiltCommands.jsm => browser/devtools/tilt/CmdTilt.jsm
rename : browser/themes/gnomestripe/devtools/gcli.css => browser/themes/gnomestripe/devtools/commandline.css
rename : browser/themes/pinstripe/devtools/gcli.css => browser/themes/pinstripe/devtools/commandline.css
rename : browser/themes/winstripe/devtools/gcli.css => browser/themes/winstripe/devtools/commandline.css
2012-08-14 15:51:48 +01:00
Rob Campbell
a81466f6ae Backout bug 776875, bug 773347, bug 775031, bug 773565 due to test failures. a=orange
--HG--
rename : browser/devtools/commandline/Commands.jsm => browser/devtools/commandline/GcliCommands.jsm
rename : browser/devtools/commandline/CmdCookie.jsm => browser/devtools/commandline/GcliCookieCommands.jsm
rename : browser/devtools/tilt/CmdTilt.jsm => browser/devtools/commandline/GcliTiltCommands.jsm
rename : browser/devtools/commandline/commandline.css => browser/devtools/commandline/gcli.css
rename : browser/devtools/commandline/commandlineoutput.xhtml => browser/devtools/commandline/gclioutput.xhtml
rename : browser/devtools/commandline/commandlinetooltip.xhtml => browser/devtools/commandline/gclitooltip.xhtml
rename : browser/devtools/commandline/test/browser_cmd_addon.js => browser/devtools/commandline/test/browser_gcli_addon.js
rename : browser/devtools/commandline/test/browser_dbg_cmd_break.html => browser/devtools/commandline/test/browser_gcli_break.html
rename : browser/devtools/commandline/test/browser_dbg_cmd_break.js => browser/devtools/commandline/test/browser_gcli_break.js
rename : browser/devtools/commandline/test/browser_cmd_calllog.js => browser/devtools/commandline/test/browser_gcli_calllog.js
rename : browser/devtools/commandline/test/browser_cmd_commands.js => browser/devtools/commandline/test/browser_gcli_commands.js
rename : browser/devtools/commandline/test/browser_cmd_cookie.js => browser/devtools/commandline/test/browser_gcli_cookie.js
rename : browser/devtools/commandline/test/browser_dbg_cmd.js => browser/devtools/commandline/test/browser_gcli_dbg.js
rename : browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.js => browser/devtools/commandline/test/browser_gcli_edit.js
rename : browser/devtools/commandline/test/browser_cmd_pagemod_export.html => browser/devtools/commandline/test/browser_gcli_inspect.html
rename : browser/devtools/highlighter/test/browser_inspector_cmd_inspect.js => browser/devtools/commandline/test/browser_gcli_inspect.js
rename : browser/devtools/commandline/test/browser_cmd_integrate.js => browser/devtools/commandline/test/browser_gcli_integrate.js
rename : browser/devtools/commandline/test/browser_cmd_jsb.js => browser/devtools/commandline/test/browser_gcli_jsb.js
rename : browser/devtools/commandline/test/browser_cmd_pagemod_export.js => browser/devtools/commandline/test/browser_gcli_pagemod_export.js
rename : browser/devtools/commandline/test/browser_cmd_pref.js => browser/devtools/commandline/test/browser_gcli_pref.js
rename : browser/devtools/responsivedesign/test/browser_responsive_cmd.js => browser/devtools/commandline/test/browser_gcli_responsivemode.js
rename : browser/devtools/commandline/test/browser_cmd_restart.js => browser/devtools/commandline/test/browser_gcli_restart.js
rename : browser/devtools/commandline/test/browser_cmd_settings.js => browser/devtools/commandline/test/browser_gcli_settings.js
rename : browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.html => browser/devtools/commandline/test/resources.html
rename : browser/devtools/commandline/test/browser_dbg_cmd.html => browser/devtools/commandline/test/resources_dbg.html
rename : browser/devtools/styleeditor/test/resources_inpage.jsi => browser/devtools/commandline/test/resources_inpage.js
rename : browser/devtools/styleeditor/test/resources_inpage1.css => browser/devtools/commandline/test/resources_inpage1.css
rename : browser/devtools/styleeditor/test/resources_inpage2.css => browser/devtools/commandline/test/resources_inpage2.css
rename : browser/devtools/commandline/test/browser_cmd_jsb_script.jsi => browser/devtools/commandline/test/resources_jsb_script.js
rename : browser/themes/gnomestripe/devtools/commandline.css => browser/themes/gnomestripe/devtools/gcli.css
rename : browser/themes/pinstripe/devtools/commandline.css => browser/themes/pinstripe/devtools/gcli.css
rename : browser/themes/winstripe/devtools/commandline.css => browser/themes/winstripe/devtools/gcli.css
2012-08-24 09:27:30 -04:00
Joe Walker
46260ab368 Bug 773565 - GCLI Autocomplete goes wild when boolean params are used in a group; r=dcamp
--HG--
rename : browser/devtools/highlighter/test/helper.js => browser/devtools/highlighter/test/helpers.js
rename : browser/devtools/responsivedesign/test/helper.js => browser/devtools/responsivedesign/test/helpers.js
rename : browser/devtools/shared/test/helper.js => browser/devtools/shared/test/helpers.js
rename : browser/devtools/styleeditor/test/helper.js => browser/devtools/styleeditor/test/helpers.js
2012-08-24 11:05:19 +01:00
Joe Walker
c527f53a0f Bug 775031 - GCLI should display [options] rather than either hiding them or showing them all; r=harth 2012-08-24 11:05:07 +01:00
Joe Walker
e7bde87cb7 Bug 773347 - GCLI hidden commands don't execute properly; r=harth 2012-08-24 11:05:04 +01:00
Michael Ratcliffe
32a5d2be7f Bug 776875 - GCLI: Move existing GCLI commands into JSMs; r=jwalker
--HG--
rename : browser/devtools/commandline/GcliCookieCommands.jsm => browser/devtools/commandline/CmdCookie.jsm
rename : browser/devtools/commandline/GcliCommands.jsm => browser/devtools/commandline/Commands.jsm
rename : browser/devtools/commandline/gcli.css => browser/devtools/commandline/commandline.css
rename : browser/devtools/commandline/gclioutput.xhtml => browser/devtools/commandline/commandlineoutput.xhtml
rename : browser/devtools/commandline/gclitooltip.xhtml => browser/devtools/commandline/commandlinetooltip.xhtml
rename : browser/devtools/commandline/test/browser_gcli_addon.js => browser/devtools/commandline/test/browser_cmd_addon.js
rename : browser/devtools/commandline/test/browser_gcli_calllog.js => browser/devtools/commandline/test/browser_cmd_calllog.js
rename : browser/devtools/commandline/test/browser_gcli_commands.js => browser/devtools/commandline/test/browser_cmd_commands.js
rename : browser/devtools/commandline/test/browser_gcli_cookie.js => browser/devtools/commandline/test/browser_cmd_cookie.js
rename : browser/devtools/commandline/test/browser_gcli_integrate.js => browser/devtools/commandline/test/browser_cmd_integrate.js
rename : browser/devtools/commandline/test/browser_gcli_jsb.js => browser/devtools/commandline/test/browser_cmd_jsb.js
rename : browser/devtools/commandline/test/resources_jsb_script.js => browser/devtools/commandline/test/browser_cmd_jsb_script.jsi
rename : browser/devtools/commandline/test/browser_gcli_inspect.html => browser/devtools/commandline/test/browser_cmd_pagemod_export.html
rename : browser/devtools/commandline/test/browser_gcli_pagemod_export.js => browser/devtools/commandline/test/browser_cmd_pagemod_export.js
rename : browser/devtools/commandline/test/browser_gcli_pref.js => browser/devtools/commandline/test/browser_cmd_pref.js
rename : browser/devtools/commandline/test/browser_gcli_restart.js => browser/devtools/commandline/test/browser_cmd_restart.js
rename : browser/devtools/commandline/test/browser_gcli_settings.js => browser/devtools/commandline/test/browser_cmd_settings.js
rename : browser/devtools/commandline/test/resources_dbg.html => browser/devtools/commandline/test/browser_dbg_cmd.html
rename : browser/devtools/commandline/test/browser_gcli_dbg.js => browser/devtools/commandline/test/browser_dbg_cmd.js
rename : browser/devtools/commandline/test/browser_gcli_break.html => browser/devtools/commandline/test/browser_dbg_cmd_break.html
rename : browser/devtools/commandline/test/browser_gcli_break.js => browser/devtools/commandline/test/browser_dbg_cmd_break.js
rename : browser/devtools/commandline/test/browser_gcli_inspect.html => browser/devtools/highlighter/test/browser_inspector_cmd_inspect.html
rename : browser/devtools/commandline/test/browser_gcli_inspect.js => browser/devtools/highlighter/test/browser_inspector_cmd_inspect.js
rename : browser/devtools/commandline/test/browser_gcli_responsivemode.js => browser/devtools/responsivedesign/test/browser_responsive_cmd.js
rename : browser/devtools/commandline/test/resources.html => browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.html
rename : browser/devtools/commandline/test/browser_gcli_edit.js => browser/devtools/styleeditor/test/browser_styleeditor_cmd_edit.js
rename : browser/devtools/commandline/test/resources_inpage.js => browser/devtools/styleeditor/test/resources_inpage.jsi
rename : browser/devtools/commandline/test/resources_inpage1.css => browser/devtools/styleeditor/test/resources_inpage1.css
rename : browser/devtools/commandline/test/resources_inpage2.css => browser/devtools/styleeditor/test/resources_inpage2.css
rename : browser/devtools/commandline/GcliTiltCommands.jsm => browser/devtools/tilt/CmdTilt.jsm
rename : browser/themes/gnomestripe/devtools/gcli.css => browser/themes/gnomestripe/devtools/commandline.css
rename : browser/themes/pinstripe/devtools/gcli.css => browser/themes/pinstripe/devtools/commandline.css
rename : browser/themes/winstripe/devtools/gcli.css => browser/themes/winstripe/devtools/commandline.css
2012-08-14 15:51:48 +01:00
Panos Astithas
c3e23a698c Bug 783393 - Breakpoints not getting caught on reload, r=rcampbell f=rcampbell,dcamp,vporof 2012-08-24 10:41:02 +03:00
Panos Astithas
50a201dc1e Merge m-c to fx-team 2012-08-24 10:27:21 +03:00
Matt Brubeck
66414abc2f Back out b2900e347f5c (bug 783393) for Windows xpcshell hangs in test_listscripts-01.js on a CLOSED TREE
--HG--
extra : transplant_source : %F4%97%281%7F%AD%7E%C0Vb%00t%9Bd%FC%EC%A5%92%B5%C8
2012-08-23 14:37:29 -07:00
Dave Camp
1545a06eea Bug 777085: New markup panel for the inspector. r=jwalker
--HG--
rename : browser/devtools/highlighter/test/browser_inspector_treePanel_menu.js => browser/devtools/highlighter/test/browser_inspector_menu.js
rename : browser/devtools/highlighter/test/browser_inspector_treePanel_navigation.html => browser/devtools/markupview/test/browser_inspector_markup_navigation.html
rename : browser/devtools/highlighter/test/browser_inspector_treePanel_navigation.js => browser/devtools/markupview/test/browser_inspector_markup_navigation.js
2012-08-23 11:00:43 -07:00
Panos Astithas
45afc9f7b9 Bug 783393 - Breakpoints not getting caught on reload, r=rcampbell f=rcampbell,dcamp,vporof 2012-08-17 04:32:21 +03:00
Jen Fong-Adwent
cd23a50fda Bug 704204 - Allow user to increase Web Console font size; r=msucan 2012-08-22 23:18:48 +03:00
Ed Morley
3197149f5c Merge mozilla-central to mozilla-inbound 2012-08-21 21:16:49 +01:00
Ekanan Ketunuti
7d3976d379 Bug 784313 - Replace body[dir=rtl] with :dir(rtl) in browser/. r=dao
--HG--
extra : rebase_source : 161e7e1456b27f6b31e3f8e923684d83c7d0ace6
2012-08-21 20:50:55 +07:00
Abhishek Potnis
8b7e1e46f4 Bug 781122 - orion.css does not exist from debugger tests; r=msucan 2012-08-21 14:42:02 +03:00
Thaddee Tyl
6bd78774af Bug 780791 - WebConsole autocompletion doesn't autocomplete on string literals; r=msucan 2012-08-17 18:38:59 +03:00
Justin Dolske
6aa35541f7 Bug 661813 - Fix intermittent failure in browser_webconsole_bug_595934_message_categories.js. r=mihai 2012-08-15 18:04:52 -07:00
Ed Morley
1c5fe31b30 Bug 773732 - Temporarily disable browser_dbg_reload-same-script.js due to frequent failures (bug 780198 & bug 782179) 2012-08-15 15:30:58 +01:00
Ed Morley
f5b0d9788b Backout 3b46b03dff5c, effectively relanding bug 781186 and 773732 because it seems like a clean backout isn't going to be possible 2012-08-15 15:26:46 +01:00
Ed Morley
6cbf988f37 Backout 2a6310e0ed9a (bug 781186) and 64bc6b0e9127 (bug 773732) for causing bug 780198 and bug 782179 2012-08-15 13:30:09 +01:00
Ed Morley
a95d17dc7b Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-08-14 13:52:25 +01:00
Tim Taubert
ca8d108df1 merge m-c to fx-team 2012-08-13 20:52:40 -07:00
Masayuki Nakano
fef53e910a Bug 719320 part.11 Fix new test failures r=smaug 2012-08-12 10:42:36 +09:00
Dão Gottwald
8cff35e019 Bug 782305 - webconsole.xul should not load browser.css. r=msucan 2012-08-13 20:52:19 +02:00
Thaddee Tyl
4e8203754b Bug 779415 - The WebConsole autocompletion doesn't deal with non-objects (numbers, strings); r=msucan 2012-08-13 18:51:46 +03:00
Michael Ratcliffe
1817fa097e Bug 771169 - Some linux window managers steal focus on noautohide panels (Which causes some bizarre focus issues in GCLI), r=rcampbell 2012-08-03 11:05:24 +01:00
Victor Porof
cd52a0b44c Bug 780631 - Don't change the selected script while filtering if the file part from the search expression hasn't changed, r=rcampbell 2012-08-09 00:37:23 +03:00
Victor Porof
c1834d8856 Bug 781102 - Continue with debugger initialization after the editor finished loading, r=rcampbell 2012-08-09 00:36:58 +03:00
Victor Porof
dc04135167 Bug 781186 - Navigating between pages initially shows 'No Scripts' in the menulist, r=rcampbell 2012-08-09 00:36:23 +03:00
Tim Taubert
c2755a71ec merge m-c to fx-team 2012-08-05 11:31:54 +02:00
Mihai Sucan
e0373770cd Bug 676722 - The output of console.log(object) isn't expandable/inspectable in the Web Console; r=rcampbell 2012-08-03 23:14:01 +03:00
Rob Campbell
d12bd4710c merge m-c to fx-team 2012-08-03 17:09:03 -04:00
Panos Astithas
afce187eb7 Backout 7e5f3a8a7ca7 due to test oranges 2012-08-03 12:01:14 +03:00
Mike Hommey
6173fa297f Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Mihai Sucan
3b9af5f03b Bug 778597 - Intermittent browser_webconsole_position_ui.js | Timed out while waiting for: web console position changed to 'window'; r=rcampbell 2012-08-01 21:32:38 +03:00
Victor Porof
dee2fcba86 Bug 775050 - Add keyboard shortcuts for stepping, r=rcampbell 2012-08-02 08:31:15 +03:00
Victor Porof
75d73f6ee3 Bug 770193 - Make it easier to start searching for scripts in the Debugger, r=rcampbell 2012-08-01 23:25:46 +03:00
Victor Porof
0187b53dfd Bug 777093 - Long script urls still confuse the debugger menulist, r=rcampbell 2012-08-01 23:25:46 +03:00
Rob Campbell
c7e8a304c6 Bug 756423 - Make mention of the keyboard shortcuts in the comment on Scratchpad; a=orangefix 2012-07-31 18:25:29 -04:00
Mark Capella
cfb6dcaa58 Bug 756423 - Make mention of the keyboard shortcuts in the comment on Scratchpad, r=robcee 2012-07-30 17:39:00 -04:00
Dave Camp
571904a074 Bug 777373 - CssRuleView.jsm uses invalid weak map keys. r=rcampbell 2012-07-26 12:59:00 -07:00
Mihai Sucan
ef806b291b Bug 688981 - Place the web console in its own iframe; r=rcampbell,dao 2012-07-26 18:06:04 +03:00
Ed Morley
43ecb4cbb9 Backout 6b2d5e37140e (bug 741576) for Win7 timeouts in browser_styleinspector_bug_672744_search_filter.js 2012-07-27 10:34:39 +01:00
Michael Ratcliffe
fe7022b757 Bug 777355 - Move Console.jsm somewhere into toolkit to fix comm-central's busted XPCShell tests.; r=rcampbell
--HG--
rename : browser/devtools/shared/Console.jsm => toolkit/devtools/Console.jsm
2012-07-25 18:34:34 +01:00
Heather Arthur
0c526246f6 Bug 741576 - Style tweaks for Computed view; r=paul 2012-07-26 22:47:39 +01:00
Thaddee Tyl
41e91ecefd Bug 775812 - Web Console autocomplete should include full scope; r=msucan 2012-07-25 20:21:03 +03:00
Victor Porof
29ca3749d3 Backout 7dded40bb32b (Bug 761007) to re-enable Tilt tests on Linux 2012-07-25 17:08:32 +03:00
Rob Campbell
d03e611eb5 Bug 776518 - Move Require.jsm somewhere into toolkit to fix comm-central's busted XPCShell tests; r=gavin 2012-07-24 15:02:10 -07:00
Michael Ratcliffe
a2cccfbb98 Bug 776518 - Move Require.jsm somewhere into toolkit to fix comm-central's busted XPCShell tests; r=rcampbell
--HG--
rename : browser/devtools/shared/Require.jsm => toolkit/devtools/Require.jsm
2012-07-24 12:08:30 +01:00
Mounir Lamouri
72b86db435 Bug 775817 - Update [most] tests to use the new permission manager api. r=sicking 2012-07-23 11:08:07 -07:00
Tim Taubert
b4f139fac3 merge m-c to fx-team 2012-07-21 12:50:03 +02:00
Heather Arthur
677423fb33 Bug 775692 - Rename rule.inheritedSource; r=paul 2012-07-20 16:04:55 +01:00
Rob Campbell
3ae0648474 merge fx-team to m-c 2012-07-20 10:04:55 -04:00
Ekanan Ketunuti
be8793f182 Bug 775225 - Unprefix -moz-calc in browser. r=dao 2012-07-19 07:44:39 +07:00
Victor Porof
22e4b81d78 Bug 773653 - Intermittent leak in browser_dbg_breakpoint-new-script.js; r=rcampbell 2012-07-18 17:06:45 +03:00
Victor Porof
57b131d784 Bug 770542 - Intermittent leak in browser_dbg_bug723069_editor-breakpoints.js, browser_dbg_bug723071_editor-breakpoints-pane.js & browser_dbg_bug731394_editor-contextmenu.js of browser_dbg_script-switching.html; r=rcampbell 2012-07-18 17:21:57 +03:00
Sankha Narayan Guria
51c59a72cc Bug 739151 - Tilt now supports frames; r=vporof,rcampbell 2012-07-10 22:28:00 +03:00
Victor Porof
3bead08c9a Bug 774220 - Script URLs should appear in tooltips even when the menu list is not open; r=past 2012-07-18 09:42:51 +03:00
Victor Porof
8abfd860f7 Bug 771481 - 'No scripts.' should be displayed in the dropdown when there are no scripts matching the search string; r=past 2012-07-18 16:13:15 +03:00
Mihai Sucan
0e2ba54a73 Bug 773466 - Console will stop displaying output; r=rcampbell 2012-07-17 14:03:14 +03:00
Ryan VanderMeulen
72f08e3e31 Merge m-c to inbound. 2012-08-26 22:29:40 -04:00
Ryan VanderMeulen
fc14088df0 Merge the last PGO-green inbound changeset to m-c. 2012-08-26 22:22:56 -04:00
Abhishek Potnis
b1cf14bfca Bug 785415 - Remove unused getInnerWindowById from WebConsoleUtils.jsm. r=mihai.sucan 2012-08-25 19:26:00 -04:00
Ryan VanderMeulen
fdc7b104bd Merge m-c to inbound. 2012-08-25 22:29:00 -04:00
Ryan VanderMeulen
2661c4efbe Merge m-c to inbound. 2012-07-20 17:37:53 -04:00
Benjamin Peterson
d1064385b3 Bug 761723 - Save script sources to implement Function.prototype.toString. r=jorendorff,njn,jimb,jst,Ms2ger
--HG--
extra : rebase_source : de1b55647780a30f98fe84d29ee3cb4a437a3ece
2012-07-20 20:17:38 +02:00
Ryan VanderMeulen
1baaa803da Merge m-c to inbound. 2012-09-05 17:52:28 -04:00
Mike Hommey
a120f09fa5 Bug 787443 - CmdCmd.jsm and CmdCookie.jsm include Console.jsm with the wrong url. r=jwalker 2012-09-05 16:42:10 +02:00
Allison
2fe028bd37 Bug 756681 - Scratchpad should display exceptions when throwing a string; r=rcampbell 2012-05-23 00:24:00 +03:00
Mihai Sucan
3dce62cf6f Bug 676722 - The output of console.log(object) isn't expandable/inspectable in the Web Console; r=rcampbell 2012-08-02 22:09:46 +03:00
Rob Campbell
47ea18c3ab Bug 706092 - Inspector : can't close inspector pane; r=dcamp 2012-08-02 13:42:00 +03:00
Rob Campbell
566f72af82 Bug 778732 - Change JSTerm's $ helper function from getElementById to querySelector; r=msucan 2012-08-02 12:53:00 +03:00
Victor Porof
0927273ead Bug 773732 - After reloading a page, the selected script and line should remain the same, r=rcampbell 2012-08-03 08:20:33 +03:00
Ed Morley
88256a9f7e Merge mozilla-central to mozilla-inbound 2012-10-01 14:04:36 +01:00
Mark Goodwin
18f47ce8ed Bug 770099 - Send CSP policy and report information to Web Console (Part 2); r=dveditz,msucan,jwalker 2012-10-01 10:10:30 +01:00
Robert O'Callahan
3ced0b7534 Bug 795262. Highlighter test should not depend on MozAfterPaint firing for changes to invisible elements. Also, poll for the value to change instead of assuming a constant 1000ms timeout. r=dao,cjones 2012-09-28 23:19:39 +12:00
Josh Matthews
b23bfb6c67 Bug 792528 - Make the channel created to fetch CSS files for editing respect the privacy status of the originating document. r=dcamp 2012-10-02 15:14:00 -04:00
Heather Arthur
ebf145bd74 Bug 712469 - Inspector Rule View selectors can be more visually scannable; r=dcamp 2012-03-14 11:04:11 +01:00
Victor Porof
ab6feee188 Bug 767384 - The script from the dropdown is kept when loading a page with no scripts after loading one with scripts and opening the Debugger; r=past 2012-07-15 10:06:02 +03:00
Victor Porof
0a14cf5b14 Bug 723071 - Add a pane to display the list of breakpoints across all scripts in the debuggee; f=msucan,past r=past 2012-07-15 09:40:37 +03:00
Victor Porof
d10808c6ce Bug 767401 - Clearing the searched token in the scripts filter should also clear the 'find next' history; r=past 2012-07-15 10:12:06 +03:00
Victor Porof
bbd7eb5a77 Bug 768677 - Remote debugger asks for host:port, displays http://host:port/ as default value; r=past 2012-07-15 09:47:03 +03:00
Joe Walker
d45a8a73cd Bug 774057 - Hiding of jsb breaks unit tests; r=msucan 2012-07-15 11:47:38 +01:00
Joe Walker
4e144933a4 Bug 774027 - Add hidden:true to selected GCLI commands; r=jwalker 2012-07-15 10:02:14 +01:00
Michael Ratcliffe
ab20989e55 Bug 769560 - GCLI should include jsbeautifier in the set of tools it provides to Firefox; r=jwalker 2012-07-13 16:28:12 +01:00
Michael Ratcliffe
21a9e264b4 Bug 733783 - GCLI needs commands to support breakpoint stepping; r=past 2012-07-14 10:32:58 +01:00
Joe Walker
e2d51fe46e Bug 770145 - GCLI needs a command to log function calls; r=past 2012-07-13 17:06:46 +01:00
Joe Walker
53f2daf5e7 Bug 773254 - GCLI should match options case-insensitively; r=harth 2012-07-13 17:06:46 +01:00
Joe Walker
6b5a4a3e8b Bug 773345 - GCLI 'cookie list' command should have space at end of 'cookie set ' shortcuts; r=harth 2012-07-12 18:31:55 +01:00
Joe Walker
6e43fd7e87 Bug 773174 - GCLI help output should be sorted; r=harth 2012-07-12 18:24:28 +01:00
Panos Astithas
25dfbf0950 Bug 751949 - Reloading a page when the debuggee is paused results in: ASSERTION: Mismatched calls to ResumeTimeouts; r=rcampbell 2012-07-13 13:10:22 +03:00
Panos Astithas
fd456f8730 Bug 771452 - resume button need two clicks to go on after a breakpoint when the script is inside the .html file; r=rcampbell 2012-07-13 13:10:21 +03:00
Panos Astithas
6211a0eadd Bug 767399 - When navigating between web pages with the Back and Forward buttons, the same scripts are displayed in the Debugger for all the pages; r=rcampbell 2012-07-12 14:03:43 +03:00
Tim Taubert
70d4c71fb4 merge m-c to fx-team 2012-07-12 10:55:19 +02:00
Joe Walker
48371a4bdf Bug 771356 - GCLI "console clear" command doesn't appear to clear the console; r=dcamp 2012-07-11 18:31:55 +01:00
Joe Walker
b348d2e6ba Bug 771992 - GCLI cookie command completion wonky in xmas tree case; r=dcamp 2012-07-11 18:21:09 +01:00
Ed Morley
6c324a1a79 Merge mozilla-central to mozilla-inbound 2012-07-11 10:52:45 +01:00
Ekanan Ketunuti
1c628eee61 Bug 772460 - Replace '-moz-transition' with 'transition' in browser/. r=dao 2012-07-11 09:13:55 +07:00
Michael Ratcliffe
4d84f2da38 Bug 771555 - GCLI needs a addon, resize, restart, cookie and pagemanip commands; r=dcamp,jwalker 2012-07-10 17:53:04 +01:00
Joe Walker
a9d4925673 Bug 769186 - [devtb] Decide on a key sequence for the developer toolbar; r=dcamp 2012-07-10 23:04:44 +01:00
Tanvi Vyas
0232094e98 Bug 737873 - Implement mixed content highlighting in the web console; r=msucan,gavin.sharp 2012-07-10 20:37:26 +03:00
Mihai Sucan
c8f8cad16f Bug 737873 - Make HUDService-content send the new page location earlier; r=rcampbell 2012-06-27 14:17:40 +03:00
Mihai Sucan
c2bc09524a Bug 772506 - Make sure jsterm eval results are correctly formatted as strings; r=rcampbell 2012-07-10 19:29:58 +03:00
Tim Taubert
c8c0bac97c merge m-c to fx-team 2012-07-10 11:04:59 +02:00
Paul Rouget
9671c80866 Bug 772093 - test fail on Mac: browser_inspector_bug_672902_keyboard_shortcuts.js | Test timed out. r=harth 2012-07-09 18:18:01 +02:00
Nathan Froyd
a7eb97f896 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Paul Rouget
201225bf64 Bug 719845 - [markup panel] The HTML Tree should have its own keybindings. r=dcamp 2012-06-01 21:39:00 +02:00
Paul Rouget
4be22da1b2 Bug 764474 - [inspector] arrow keys are creating problems. r=harth 2012-07-03 13:56:49 +02:00
Paul Rouget
6cfcb33380 Bug 752851 - [Responsive Mode] if the inspector is open, the inspector should close first (when hitting Escape). r=harth 2012-06-08 14:52:43 +02:00
Joe Walker
77aaa8b522 Bug 767729 - [GCLI] pressing Tab on an empty Developer Toolbar inserts "break"; r=dcamp 2012-07-05 21:47:45 +01:00
Joe Walker
106f3add54 Bug 731972 - GCLI selection field should be clear when more options exist, and allow you to get them; r=dcamp 2012-07-05 21:47:45 +01:00
Joe Walker
f31175531c Bug 720972 - GCLI optional parameters should have a popup menu; r=dcamp 2012-07-05 21:47:45 +01:00
Joe Walker
3db030b3a3 Bug 770929 - GCLI should execute its tests asynchronously; r=dcamp 2012-07-05 21:47:45 +01:00
Joe Walker
4a28c528ab Bug 769672 - GCLI shouldn't grab focus on startup; r=dcamp 2012-07-05 21:47:45 +01:00
Paul Rouget
f3ca286779 Bug 764746 - [devtb] style the error counter. r=dao 2012-07-05 17:02:28 +02:00
Victor Porof
b467f6d1e9 Bug 767373 - The 'Filter scripts' textbox is cleared when checking/unchecking the 'Pause on exceptions' checkbox. r=past 2012-07-03 13:33:00 +02:00
Joe Walker
3478c7cf0e Bug 760450 - Work out why GCLI popup panels are not transparent on mac/linux; r=dcamp,dão 2012-07-04 23:39:58 +01:00
Joe Walker
5820140e26 Bug 769234 - [devtb] GCLI has focus issues when embedded in firefox; r=dcamp 2012-07-04 23:37:25 +01:00
Joe Walker
5aa00ba290 Bug 761481 - GCLI help output does not display the first time; r=dcamp 2012-07-04 23:37:25 +01:00
Johan Charlez
792128536a Bug 651942 - Add a list of recently-opened files to the file menu of the Scratchpad. r=harth 2012-07-03 14:40:12 +01:00
Ehsan Akhgari
b6f4ebefe4 Bug 769881 - copyStringToClipboard Optional parameters should go at the end, also this will make it backward compatible for version bumped extensions; r=roc 2012-07-01 14:18:23 -04:00
Tim Taubert
69d1788d51 merge m-c to fx-team 2012-07-01 00:13:04 +02:00
Paul Rouget
9887e245f4 Backed out 1464fc01cd17 - leaks 2012-06-28 21:32:34 +02:00
Paul Rouget
074fc9eb82 Bug 769299 - Make the Inspector less fragile when the selection is deleted. r=dcamp 2012-06-28 17:43:57 +02:00
Johan Charlez
58cb8e9da9 Bug 651942 - Add a list of recently-opened files to the file menu of the Scratchpad. r=harth 2012-06-26 05:06:00 +02:00
Ed Morley
1fb12daa51 Merge mozilla-central to fx-team to pick up the #1 top orange fix 2012-06-28 15:10:25 +01:00
Joe Walker
ca4f0848fd Bug 659686 - Re-license GCLI to a more liberal license; r=dcamp 2012-06-28 15:01:55 +01:00
Sankha Narayan Guria
12da66c17e Bug 764545 - WebConsole default position should be "below"; r=msucan 2012-06-28 14:03:50 +03:00
Mihai Sucan
99cfb660be Bug 768019 - Cached CSS warnings are displayed as JavaScript warnings on Web Console open; r=paul 2012-06-25 20:18:13 +03:00
Mihai Sucan
cc1868fdae Bug 767994 - reset the toolbar error counter when the clear button is pressed; r=paul 2012-06-25 18:58:14 +03:00
Paul Rouget
24e92e67a9 Bug 763932 - [devtb] Add the right buttons to the Developer Toolbar; r=dao,jwalker,cedricv 2012-06-25 11:37:16 +02:00
Mihai Sucan
0fa5002fdf Bug 766812 - Exception in HUDService-content.js when the Web Console is closed during network requests; r=rcampbell 2012-06-25 14:19:51 +03:00
Joe Walker
32031ad03c Back out 551ad0863475 and a5a50d13cc85 for test failures 2012-06-26 09:14:43 +01:00
Joe Walker
36b965d5e5 Bug 761481 - GCLI help output does not display the first time; r=dcamp 2012-06-25 23:20:03 +01:00
Panos Astithas
592cc4945c Merge m-c to fx-team 2012-06-25 16:57:09 +03:00
Paul Rouget
752b934544 Backed out changeset e51851dba7a2 - leaked 23 DOMWindow(s) and 1 DocShell(s) 2012-06-25 13:36:49 +02:00
Paul Rouget
cfd106cf94 Bug 763932 - [devtb] Add the right buttons to the Developer Toolbar. r=past r=dao 2012-06-25 11:37:16 +02:00
Paul Rouget
1198a70eb9 Bug 763865 - Layout tool is not positioned correctly when it is collapsed. r=dcamp 2012-06-21 11:04:55 +02:00
Joe Walker
e949c1876d Bug 724055 - Create a really easy way to make new GCLI commands; r=dcamp 2012-06-24 13:00:47 +01:00
Ehsan Akhgari
0917c259a7 Bug 769679 - Pass the correct document to copyString in copySelectedItems; r=msucan 2012-06-29 12:21:32 -04:00
Victor Porof
cd96c305b4 Bug 761174 - Always show a property tooltip; r=past 2012-06-21 18:25:34 +03:00
Paul Rouget
2ee9c982e3 Bug 766512 - Rename tab.responsiveUI to tab.__responsiveUI. r=dao 2012-06-20 15:26:56 +02:00
Paul Rouget
2f576cf5f3 Bug 761884 - LayoutView is causing an infinite loop by making changes within a MozAfterPaint handler. r=dcamp 2012-06-20 16:22:02 +02:00
Paul Rouget
6c7f97b95e Bug 764318 - [responsive mode] use this.tab.selected; r=dao 2012-06-13 13:58:33 +02:00
Victor Porof
91b6ae553a Bug 710258 - Don't allow the debugger to be open in more than one window; r=past 2012-06-20 15:21:46 +03:00
Panos Astithas
727e12a234 Use a preference setting to decide whether to bind to the loopback interface only, or all interfaces (Bug 764679); r=dcamp,mfinkle,jgriffin,vingtetun 2012-06-20 16:31:50 +03:00
Paul Rouget
dc10a49782 Bug 764625 - Web Console and Debugger stay checked in Web Developer menu after closing them with the close X button. r=msucan,past 2012-06-19 18:56:31 +02:00
Dave Camp
5f34f42dff Bug 761665: [rule view] double clicking on a property value does weird things. r=paul 2012-06-19 10:22:29 -07:00
Victor Porof
30d0f6f119 Bug 762452 - file filtering behaves strangely; r=past 2012-06-19 18:11:27 +03:00
Panos Astithas
63bb179ecf Ensure that with multiple windows open, the debugger's selected tab belongs to the top-level window (bug 761742); r=dcamp 2012-06-19 17:46:25 +03:00
Paul Rouget
f288f3e37f Bug 761023 - [devtb] Developer Toolbar should re-open automatically if browser closed with it open; r=jwalker 2012-06-15 15:55:33 +02:00
Thaddee Tyl
218db5d360 Bug 724585 - We need a way to scroll a page to center an element if the element is not visible; r=rcampbell 2012-06-12 13:43:00 +03:00
Ryan VanderMeulen
dd68fb6231 Merge inbound to m-c. 2012-06-16 09:38:43 -04:00
Thaddee Tyl
7da53ac80f Bug 714832 - [Linux] the redo command should also have the ctrl-y shortcut; r=msucan 2012-06-16 12:02:32 +03:00
Paul Rouget
37b1b3cf55 Bug 760171 - The inspector node menu feature allows the user to remove tabbed browsing. r=robcee 2012-06-08 12:30:00 +02:00
Mihai Sucan
46c8a250f4 Bug 762996 - Add errors count to the Web Console button in the developer toolbar; r=paul 2012-06-14 14:36:48 +03:00
Mihai Sucan
092481279f Bug 761257 - Further improve Web Console output performance; r=dcamp f=bz 2012-06-12 14:25:07 +03:00
Mihai Sucan
a83dd553a2 Bug 761157 - Sometimes network requests do not display all information; r=dcamp 2012-06-11 19:23:46 +03:00
Mihai Sucan
a905b1fe22 Bug 760837 - Intermittent browser_webconsole_bug_595934_message_categories.js | expectUncaughtException was called but no uncaught exception was detected; r=past 2012-06-03 12:07:15 +03:00
Mihai Sucan
13cf9f55e8 Bug 760999 - Intermittent browser_webconsole_netlogging.js | TypeError: content.wrappedJSObject.testXhrGet is not a function; r=rcampbell 2012-06-04 19:45:10 +03:00
Tim Taubert
3cc384cd72 merge m-c to fx-team 2012-06-13 15:34:08 +02:00
Joe Walker
ebc0c15f98 Bug 761031 - GCLI edit command help seems unfinished; r=dcamp 2012-06-12 11:57:26 +01:00
Joe Walker
f52e7e4aca Bug 761268 - GCLI has hard-coded strings; r=dcamp 2012-06-12 11:57:26 +01:00
Ryan VanderMeulen
891e38e528 Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
f497d31a0a Backout the bug 754202 backout due to orange. 2012-06-10 19:37:47 -04:00
Victor Porof
2fbd9825ab Bug 762454 - File filtering @ operator doesn't search for functions; r=past 2012-06-08 12:14:33 +03:00
Panos Astithas
2655e2afaf Bug 761223 - JS Debugger errors prevent me from debugging Orion; r=dcamp 2012-06-08 11:21:59 +03:00
Panos Astithas
4197e5af0e Backout 61e0d5d09f77 due to test breakage 2012-06-08 11:18:28 +03:00
Panos Astithas
2291a64c5a Bug 761223 - JS Debugger errors prevent me from debugging Orion; r=dcamp 2012-06-08 10:00:48 +03:00
Justin Dolske
66bad5405c Bug 731926 - Refactor init/shutdown functions in browser.js (rename some functions). r=gavin 2012-06-15 12:09:48 -07:00
Ed Morley
518e3c5e11 Bug 798419 - Fix incorrect spellings of success(ful) in test output; r=me 2012-10-05 17:48:15 +01:00
Josh Matthews
e7055454ba Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
Ryan VanderMeulen
9f8074ca32 Backout e5269e137290, (bug 794606), e94dbc151121 (bug 794602), and 0ea0cfc7f6f4 (bug 792821) due to mochitest-other orange on a CLOSED TREE. 2012-10-04 19:34:19 -04:00
Ryan VanderMeulen
18275db301 Merge m-c to inbound. 2012-10-04 17:54:34 -04:00
Josh Matthews
9fa9982775 Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
Joe Walker
ebdf717cae Bug 707492 - GCLI should provide test files to firefox without concatenating them; r=dcamp
--HG--
extra : rebase_source : fa80556ba70d8eab3627998602e52d5edc3e3b98
2012-09-19 11:22:32 -07:00
Graeme McCutcheon
c771208408 Merge mozilla-central to mozilla-inbound 2012-09-19 15:20:22 +01:00
Abhishek Potnis
c186bfb37f Bug 691925 - Replaced content.focus() with gBrowser.selectedBrowser.focus() and/or window.focus(). r=dao 2012-09-19 12:59:26 +02:00
Ehsan Akhgari
45fe6d3ae2 Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
This patch does the following:

* It adds nsITransferable::Init(nsILoadContext*).  The load context
  might be null, which means that the transferable is non-private, but
  if it's non-null, we extract the boolean value for the privacy mode
  and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
  called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
  represent the document that the string is coming from.
  nsIClipboardHelper implementation internally gets the nsILoadContext
  from that and passes it on to the transferable upon creation.  The
  reason that I did this was that nsIClipboardHelper is supposed to be a
  high-level helper, and in most of its call sites, we have easy access
  to a document object.
* It modifies all of the call sites of the above interfaces according to
  this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
  the call sites.
2012-04-16 22:14:01 -04:00
Cedric Vivier
ab95182814 Bug 719552 - Scheme-less URLs references in the style sheet are lost when editing. r=rcampbell 2012-02-23 04:15:00 +01:00
Victor Porof
112b7f1988 Bug 760868 - Gmail includes scripts names that make the debugger script list too long; r=past 2012-06-04 15:35:24 +03:00
Victor Porof
3a1a1a9b39 Bug 753225 - Intermittent browser_dbg_createRemote.js; r=past 2012-06-04 13:02:32 +03:00
Rob Campbell
46fd48a84a Bug 761007 - Intermittent failure in browser_tilt_ | Exited with code 1 during test run or NS_ERROR_FAILURE: Failure at resource:///modules/devtools/TiltGL.jsm:1316 followed by other errors and out of memory on Linux Opt; a=TESTONLY 2012-06-03 17:21:34 -03:00
Victor Porof
a614a29154 Bug 759157 - Intermittent browser_tilt_02_notifications.js, browser_tilt_03_tab_switch.js, browser_tilt_04_initialization.js, browser_tilt_picking_miv.js, browser_tilt_picking_highlight01.js | Exited with code 1, timed out after 330 seconds, could not initialize Tilt; r=rcampbell 2012-06-03 20:15:41 +03:00
Mihai Sucan
9d16bbe13d Bug 664688 - JavaScript evaluation "permission denied" after navigation to a different domain; r=past 2012-06-03 13:17:16 +03:00
Panos Astithas
11197066ba Bug 757282 - Pause when an exception is hit; r=rcampbell 2012-06-03 16:39:51 +03:00
Panos Astithas
67a08210a6 Bug 737808 - Separate breakpoints and scripts handling in the client from the server; r=rcampbell 2012-06-03 16:39:50 +03:00
Paul Rouget
babd1856c0 Bug 757477 - [Responsive Mode] restore previous size / preset. r=dcamp 2012-06-02 19:57:24 +02:00
Dave Camp
7d41e5df34 Merge fx-team to m-c. 2012-06-02 16:57:28 -07:00
Dave Camp
d79c7d56a9 Bug 740543 - Rule view does not update when window is resized. r=robcee 2012-06-02 15:18:33 -07:00
Ehsan Akhgari
7b7a3556e8 Merge the last green changeset of mozilla-inbound to mozilla-central 2012-06-02 14:39:47 -04:00
Mihai Sucan
18a1e5fe8f Bug 760837 - Intermittent browser_webconsole_bug_595934_message_categories.js | expectUncaughtException was called but no uncaught exception was detected; r=past 2012-06-02 21:20:44 +03:00
Joe Walker
2d7507474e Bug 760793 - GCLI node type fails with defaultValue:null; r=dcamp 2012-06-02 21:12:31 +01:00
Joe Walker
9c1c5049b2 Bug 760791 - GCLI tilt open command is broken: "TypeError: value is undefined"; r=dcamp 2012-06-02 21:12:25 +01:00
Dave Camp
ef6c29420a Bug 760796 - Turn off animations while testing the responsive view. r=paul 2012-06-02 11:02:53 -07:00
Mihai Sucan
6ff1f7aede Bug 722685 - Console logging is slow; r=rcampbell 2012-06-02 13:45:32 +03:00
Dave Camp
fa726897b3 Bug 745961 - Hard to find the clickable region for adding a new CSS property in the Style Inspector. r=paul 2012-06-01 15:13:48 -07:00
Dave Camp
2a2116f6b5 Bug 734365 - Rule view focus management needs an overhaul. r=paul 2012-06-01 15:13:48 -07:00
Mihai Sucan
2b1d0d0e16 Bug 751901 - Slow Source View in Debugger on large files; r=past 2012-06-01 23:05:31 +03:00
Dave Camp
5301e928e7 Bug 760752 - Frequent browser_dbg_debugger-tab-switch.js | leaked window property: _scriptDebugger and 87 more test failures; r=past 2012-06-02 18:43:19 +03:00
Joe Walker
227d464f63 Bug 734045 - GCLI resource doesn't always find script tags; r=dcamp 2012-06-02 10:17:49 +01:00
Victor Porof
fc1666e84e Bug 753677 - Visually distinguish between configurable, enumerable and writable properties; r=past 2012-05-30 16:13:05 +03:00
Panos Astithas
6cf3dfbaac Bug 758696 - Add a dialog to the debugger to deny or allow incoming server connections (Part 1: Firefox); r=rcampbell 2012-06-01 18:25:08 +03:00
Paul Rouget
c896bc3e9c Bug 749628 - Implement a Responsive Design tool. r=dcamp r=gavin 2012-06-01 14:53:58 +02:00
Joe Walker
89dd017d2c Bug 756890 - Fix an easy set of GCLI/Developer Toolbar display issues; r=paul,dão 2012-06-01 08:24:19 +01:00
Ed Morley
092d819417 Merge mozilla-central to mozilla-inbound 2012-06-01 16:58:27 +01:00
Ed Morley
1767505394 Bug 716245 - Disable parts of browser_inspector_highlighter.js for too many intermittent failures; r=dcamp 2012-06-01 16:32:00 +01:00
Victor Porof
f5334fea0e Bug 709460 - GCLI needs a screenshot command; r=jwalker 2012-05-24 17:50:13 +03:00
Joe Walker
843c4b1f41 Bug 755388 - "hud is null" when using the edit gcli command; r=dcamp 2012-06-01 08:24:19 +01:00
Joe Walker
dab8fffd73 Bug 744982 - Decide whether GCLI in the global toolbar should be fixed direction:ltr or not; r=robcee,ehsan 2012-06-01 08:24:19 +01:00
Victor Porof
bb9750f618 Bug 759135 - Move a __proto__ property at the bottom of the list; r=rcampbell 2012-05-30 12:11:55 +03:00
Victor Porof
cf43eb9b95 Bug 757278 - Handle positions are not saved.; r=rcampbell 2012-05-31 12:27:22 +03:00
Victor Porof
c5987f95ef Bug 753311 - Prevent the Debugger from opening on more than one tab; r=past 2012-05-31 13:01:13 +03:00
Victor Porof
fd8ecf64b3 Bug 752834 - UI tweaks for the property view; r=past 2012-05-29 16:12:29 +03:00
Mihai Sucan
8d4d784b39 Bug 673148 - (async-webconsole) Part 5 - HUDService.jsm cleanup; r=rcampbell f=jwalker 2012-05-31 13:30:56 +03:00
Dave Camp
4c906454c0 Bug 757253 - Implement real update in the rule view. r=robcee 2012-05-30 19:49:10 -07:00
Victor Porof
709bd86758 Bug 746648 - Too large script labels in various pages. r=past 2012-05-30 13:43:37 +03:00
Paul Rouget
b4e37d53b5 Bug 747220 - [layout view] update the UI. r=dcamp 2012-05-28 13:20:44 +02:00
Johan Charlez
17aa90c7b9 Bug 757945 - Can't open the page context menu when inspecting (highlighter = unlocked) on Windows. r=paul. 2012-05-30 19:45:23 -07:00
Mihai Sucan
0e99b044d4 Bug 673148 - (async-webconsole) Part 4 - Make network logging async; r=rcampbell 2012-05-29 15:48:05 +03:00
Joe Walker
01c6c7ec21 Bug 693259 - GCLI needs a 'pref' command; r=dcamp 2012-05-30 08:47:28 +01:00
Joe Walker
c910b7c638 Bug 757488 - DomTemplate fails when it gets a live NodeList; r=dcamp 2012-05-30 08:47:28 +01:00
Joe Walker
3544d630fb Bug 726986 - GCLI help output should be better; r=dcamp 2012-05-30 08:47:28 +01:00
Joe Walker
3169f219a7 Bug 746499 - Links in the GCLI output area should open in new window (not in the output area); r=dcamp 2012-05-30 08:47:28 +01:00
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