Commit Graph

2550 Commits

Author SHA1 Message Date
Ryan VanderMeulen
992f3c1f3f Merge m-c to fx-team. 2014-01-07 16:31:30 -05:00
Ryan VanderMeulen
2799bb9074 Merge inbound to m-c. 2014-01-07 16:09:11 -05:00
Minarto Margoliono
fb074d7606 Bug 865448 - Fix alignment issue of debug icon; r=anton 2014-01-07 13:08:32 -08:00
Anton Kovalyov
e2f90e7cc1 Bug 956943 - Replace Editor.extendSelection with CM version. r=vporof 2014-01-07 13:01:38 -08:00
Anton Kovalyov
58d9b348ea Bug 951975 - Expose Editor.setOption and Editor.getOption. r=msucan 2014-01-07 11:24:57 -08:00
Victor Porof
e798ebf10c Bug 951795 - Use WidgetMethod's empty text attribute instead of a deck in the tracer, r=fitzgen 2014-01-07 11:57:00 +02:00
Victor Porof
a00c3ebc5d Bug 952817 - VariablesView.createHierarchy should always be called when the view is emptied, r=benvie 2014-01-07 10:03:17 +02:00
J. Ryan Stinnett
9c79fc34ba Bug 947710 - Stop evaling and catch errors in Manifest Editor. r=vporof 2014-01-06 11:14:21 -06:00
Ricardo Palomares
548263d14d Bug 918017 - Add debugger accesskey entities and rename those that were named after ".key" but were accesskeys. r=fitzgen 2014-01-06 09:58:05 -05:00
Willian Gustavo Veiga
78e8a98b14 Bug 734666 - Style Editor default filename for saving. r=harth 2014-01-06 09:52:29 -05:00
Ed Morley
14b30df82f Merge latest green inbound changeset and mozilla-central 2014-01-06 12:51:38 +00:00
Victor Porof
f0310e87d7 Bug 956568 - Display more meaningful error information when Parser.jsm is sad, r=past 2014-01-06 08:41:19 +02:00
Victor Porof
4dd0812219 Bug 951633 - Fix assertion typos in browser_dbg_stack-02.js, r=past 2014-01-04 00:04:24 +02:00
Victor Porof
32d214fe9b Bug 951633 - Change the wording in some WidgetMethods comments, r=past 2014-01-04 00:04:24 +02:00
Victor Porof
baf881252f Bug 952767 - Yield waiting for the FETCHED_VARIABLES event and fix a few typos in browser_dbg_variables-view-override-01.js, r=past 2014-01-04 00:04:23 +02:00
Victor Porof
c795ae9e68 Bug 951633 - Fix tests after the WidgetMethods API changes, r=past 2014-01-03 23:42:28 +02:00
Victor Porof
323427d634 Bug 951633 - Drop the <xul:menulist> support for WidgetMethods, r=past 2014-01-03 23:42:16 +02:00
Victor Porof
396353cbb4 Bug 952767 - Variables view scopes should always be lazily populated, r=past 2014-01-03 23:41:28 +02:00
Victor Porof
92ed141540 Bug 952734 - Sources with LabeledStatements makes ParserHelpers.getNodeLocation puke, r=past 2014-01-03 23:41:28 +02:00
Brian Grinstead
3572f0ca45 Bug 947309 - DevTools themes - use new icons for toolbar;r=paul 2014-01-03 13:32:26 -06:00
Sami Jaktholm
f99f165062 Bug 953184 - Do not show an error if user cancels the file chooser dialog when importing a CSS file in Devtools Style Editor. r=harth 2014-01-03 09:29:05 -05:00
Paul Rouget
8fa9dbf71b Bug 949858 - Make sure we're not duplicating toolboxes and that we forget about them at the app-manager level. r=ochameau 2014-01-03 09:28:23 -05:00
Garrett Robinson
e0d2da8ca6 Bug 713980 - Log warnings about blocked cross-site requests to the Web Console. r=smaug 2014-01-07 09:51:05 -05:00
Chris Peterson
a20095acaa Bug 955891 - Part 2: Cleopatra: Fix misspellings of "contiguous". r=anton 2013-12-31 17:55:00 -08:00
Chris Peterson
0558d91835 Bug 955891 - Part 1: Cleopatra: Fix some JS warnings. r=anton 2013-12-29 20:37:55 -08:00
Chris Peterson
99ed2f11fc Bug 955890 - Part 1: Fix DevTools JS warnings about some code paths not returning a value. r=rcampbell 2013-12-31 19:28:42 -08:00
Hubert B Manilla
4e53556018 Bug 913665 - Detect minified files and pretty print them by default; r=fitzgen 2013-12-24 15:32:55 +01:00
Mihai Sucan
838f1610c8 Bug 843004 - Part 4: Tests for pretty output of objects; r=nfitzgerald
--HG--
rename : browser/devtools/webconsole/test/browser_webconsole_bug_598357_jsterm_output.js => browser/devtools/webconsole/test/browser_webconsole_output_01.js
2013-12-19 23:07:54 +02:00
Mihai Sucan
e6218da369 Bug 843004 - Part 3: VariablesView ObjectActor pretty output; r=benvie,vporof 2013-12-18 20:17:05 +02:00
Victor Porof
807526aae4 Bug 952421 - Disabling and re-enabling a breakpoint turns it into a conditional breakpoint with an undefined expression, r=past 2013-12-20 19:05:18 +02:00
Albert Juhe
b83c0e725c Bug 950667 - DevTools CSS - Use an attribute instead of .highlighted class for styling tabs like the paused debugger. r=bgrins 2013-12-20 11:40:21 -05:00
Wes Kocher
56d9fc8c65 Merge fx-team to m-c 2013-12-19 19:09:04 -08:00
Jeff Walden
10c4da16db Update debugger tests for new JSON.parse syntax error message format. Followup to bug 507998, r=yetmoreorangesigh
--HG--
extra : rebase_source : 9e4009922085b67d2ca7f8e92c7ec269c7446924
2013-12-19 18:26:26 -05:00
Nick Fitzgerald
d2d721a0a7 Bug 949908 - There should be only one way to start/stop tracing in the debugger; r=vporof 2013-12-18 15:50:36 -08:00
Nick Fitzgerald
d1c69daf69 Bug 929349 - Integrate a tracing debugger into our existing debugger; r=vporof,past 2013-12-18 14:17:27 -08:00
Tim Taubert
741546f1ca Backed out changeset 55d8f5ede1d3 (bug 950667) on a CLOSED TREE 2013-12-18 20:23:46 +01:00
Tim Taubert
647bfdcb6e Backed out changeset eb4d2915ab26 (bug 951674) 2013-12-18 20:07:15 +01:00
Paul Rouget
0d0b379772 Bug 951658 - Kill the inspector front even if walker.release() failed. r=pbrosset 2013-12-18 12:41:28 -05:00
Albert Juhe
5f91122058 Bug 950667 - DevTools CSS - Use an attribute instead of .highlighted class for styling tabs like the paused debugger. r=bgrins 2013-12-18 12:40:36 -05:00
Patrick Brosset
2fa4abe0c2 Bug 935417 - Better word wrapping in the css rule view. r=harth 2013-12-18 12:40:08 -05:00
Victor Porof
f3e677541e Bug 951674 - Vertical splitter isn't shown for the Events tab, r=fitzgen 2013-12-18 19:10:16 +02:00
Victor Porof
fa7e4622cb Bug 830344 - Part 2: Implement pagination when expanding objects with lots of properties, r=past 2013-12-18 19:01:38 +02:00
Victor Porof
251fc8c8ea Bug 830344 - Part 1: Remove the lazy append mechanism in the variables view, r=past 2013-12-18 19:01:38 +02:00
Victor Porof
bff4722c5e Bug 950656 - The separator string between the headers name and value isn't shown, r=past 2013-12-18 19:01:38 +02:00
Michael Ratcliffe
8af158adc6 Bug 864098 - Add "Disable Cache" to options panel r=jwalker
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.html => browser/devtools/framework/test/browser_toolbox_options_disable_js.html
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.js => browser/devtools/framework/test/browser_toolbox_options_disable_js.js
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html
2013-12-18 09:34:49 +00:00
Ryan VanderMeulen
f7385ac1e9 Merge m-c to inbound. 2013-12-17 16:20:31 -05:00
Brian Grinstead
a50e00f13b Bug 948324 - DevTools Themes: Remote connection screen does not have devtools text input styling;r=past 2013-12-17 11:07:37 -06:00
Paul Rouget
0eaef7dd77 Bug 950739 - Don't scroll toolbox on raise. r=robcee 2013-12-17 11:05:13 -05:00
Carsten "Tomcat" Book
b966ec963c Backed out changeset 812c5f165aca (bug 864098) for XPC Bustage on a CLOSED TREE
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js.html => browser/devtools/framework/test/browser_toolbox_options_disablejs.html
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js.js => browser/devtools/framework/test/browser_toolbox_options_disablejs.js
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html
2013-12-17 13:58:55 +01:00
Michael Ratcliffe
fc851c63c7 Bug 864098 - Add "Disable Cache" to options panel r=jwalker
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.html => browser/devtools/framework/test/browser_toolbox_options_disable_js.html
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.js => browser/devtools/framework/test/browser_toolbox_options_disable_js.js
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html
2013-12-17 10:58:21 +00:00