Commit Graph

2558 Commits

Author SHA1 Message Date
Victor Porof
6ccce03e88 Bug 957187 - The variable inspection popup never appears in the right place on Linux and Windows, r=past 2014-01-08 16:59:00 +02:00
Victor Porof
f9293043d3 Bug 868045 - At some threshold, we should convert MS to Seconds in the Waterfall, r=rcampbell 2014-01-08 16:47:59 +02:00
Victor Porof
735f8786f3 Bug 943883 - DevTools themes - theme sidemenuwidget, r=bgrins, australis
--HG--
rename : browser/themes/osx/devtools/itemArrow-ltr.png => browser/themes/shared/devtools/images/itemArrow-ltr.png
rename : browser/themes/osx/devtools/itemArrow-rtl.png => browser/themes/shared/devtools/images/itemArrow-rtl.png
2014-01-07 11:58:07 +02:00
Mihai Sucan
384ff53c29 Bug 952708 - console.log escapes special characters. r=vporof 2014-01-07 22:50:30 +02:00
Patrick Brosset
52da201abc Bug 952294 - Let devtools tooltip size be automatically set. r=miker 2014-01-08 09:49:12 -05:00
Victor Porof
b99b038bd5 Bug 885294 - Immediate script selection from debugger search box is really janky and loses selection if you don't find anything, r=past 2014-01-08 10:48:32 +02:00
Phil Ringnalda
d451b46f71 Back out f122349d9fbd (bug 941725) for debug and ASan bc timeouts in browser_codemirror.js
CLOSED TREE
2014-01-07 20:48:34 -08:00
Anton Kovalyov
5f800bb280 Bug 941725 - Add emacs and vim key bindings to source editor. r=harth r=benvie r=msucan 2014-01-07 15:02:01 -08:00
Ryan VanderMeulen
d8aefe0eec Merge m-c to fx-team. 2014-01-07 16:31:30 -05:00
Ryan VanderMeulen
3f0070eb5a Merge inbound to m-c. 2014-01-07 16:09:11 -05:00
Minarto Margoliono
6cf24fa223 Bug 865448 - Fix alignment issue of debug icon; r=anton 2014-01-07 13:08:32 -08:00
Anton Kovalyov
a503368800 Bug 956943 - Replace Editor.extendSelection with CM version. r=vporof 2014-01-07 13:01:38 -08:00
Anton Kovalyov
07634c1c44 Bug 951975 - Expose Editor.setOption and Editor.getOption. r=msucan 2014-01-07 11:24:57 -08:00
Victor Porof
54ba9b8a7e 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
6571c4eeee 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
d7ab6c1c6e Bug 947710 - Stop evaling and catch errors in Manifest Editor. r=vporof 2014-01-06 11:14:21 -06:00
Ricardo Palomares
2de806dc3e 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
cd009bc8bd Bug 734666 - Style Editor default filename for saving. r=harth 2014-01-06 09:52:29 -05:00
Ed Morley
f5ef92b540 Merge latest green inbound changeset and mozilla-central 2014-01-06 12:51:38 +00:00
Victor Porof
bea8131260 Bug 956568 - Display more meaningful error information when Parser.jsm is sad, r=past 2014-01-06 08:41:19 +02:00
Victor Porof
6ecc055a6c Bug 951633 - Fix assertion typos in browser_dbg_stack-02.js, r=past 2014-01-04 00:04:24 +02:00
Victor Porof
aa869084d3 Bug 951633 - Change the wording in some WidgetMethods comments, r=past 2014-01-04 00:04:24 +02:00
Victor Porof
c361a1640b 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
93067727a5 Bug 951633 - Fix tests after the WidgetMethods API changes, r=past 2014-01-03 23:42:28 +02:00
Victor Porof
1070182c25 Bug 951633 - Drop the <xul:menulist> support for WidgetMethods, r=past 2014-01-03 23:42:16 +02:00
Victor Porof
51c2d7c78f Bug 952767 - Variables view scopes should always be lazily populated, r=past 2014-01-03 23:41:28 +02:00
Victor Porof
76db2bc33f Bug 952734 - Sources with LabeledStatements makes ParserHelpers.getNodeLocation puke, r=past 2014-01-03 23:41:28 +02:00
Brian Grinstead
97b8e1b80d Bug 947309 - DevTools themes - use new icons for toolbar;r=paul 2014-01-03 13:32:26 -06:00
Sami Jaktholm
ae75d6ba92 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
a93b41ed7e 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
d204ea98fa 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
347608f8bc Bug 955891 - Part 2: Cleopatra: Fix misspellings of "contiguous". r=anton 2013-12-31 17:55:00 -08:00
Chris Peterson
04391d6b95 Bug 955891 - Part 1: Cleopatra: Fix some JS warnings. r=anton 2013-12-29 20:37:55 -08:00
Chris Peterson
c5937fbed4 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
98892aa0be Bug 913665 - Detect minified files and pretty print them by default; r=fitzgen 2013-12-24 15:32:55 +01:00
Mihai Sucan
a2344897e5 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
7b4599def0 Bug 843004 - Part 3: VariablesView ObjectActor pretty output; r=benvie,vporof 2013-12-18 20:17:05 +02:00
Victor Porof
9ee66ce6ea 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
65f21539c2 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
f8ab24ed0d Merge fx-team to m-c 2013-12-19 19:09:04 -08:00
Jeff Walden
d3adf97e4c 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
aeda1b2f22 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
00a923905f Bug 929349 - Integrate a tracing debugger into our existing debugger; r=vporof,past 2013-12-18 14:17:27 -08:00
Tim Taubert
c3ebfa1b42 Backed out changeset 55d8f5ede1d3 (bug 950667) on a CLOSED TREE 2013-12-18 20:23:46 +01:00
Tim Taubert
ec7b5c1c0a Backed out changeset eb4d2915ab26 (bug 951674) 2013-12-18 20:07:15 +01:00
Paul Rouget
8e66a2a341 Bug 951658 - Kill the inspector front even if walker.release() failed. r=pbrosset 2013-12-18 12:41:28 -05:00
Albert Juhe
7ac3872a1e 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
4d9d84715b Bug 935417 - Better word wrapping in the css rule view. r=harth 2013-12-18 12:40:08 -05:00
Victor Porof
3fc65af25e Bug 951674 - Vertical splitter isn't shown for the Events tab, r=fitzgen 2013-12-18 19:10:16 +02:00
Victor Porof
d6f26d3a74 Bug 830344 - Part 2: Implement pagination when expanding objects with lots of properties, r=past 2013-12-18 19:01:38 +02:00