Commit Graph

2607 Commits

Author SHA1 Message Date
Victor Porof
2097ff17e9 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
61a08a1e90 Bug 952708 - console.log escapes special characters. r=vporof 2014-01-07 22:50:30 +02:00
Patrick Brosset
2688233a2a Bug 952294 - Let devtools tooltip size be automatically set. r=miker 2014-01-08 09:49:12 -05:00
Victor Porof
fe909407a1 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
8783358821 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
abe4ae3b67 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
9f2392fe97 Merge m-c to fx-team. 2014-01-07 16:31:30 -05:00
Ryan VanderMeulen
e617355a45 Merge inbound to m-c. 2014-01-07 16:09:11 -05:00
Minarto Margoliono
97a60063ef Bug 865448 - Fix alignment issue of debug icon; r=anton 2014-01-07 13:08:32 -08:00
Anton Kovalyov
ee2d651834 Bug 956943 - Replace Editor.extendSelection with CM version. r=vporof 2014-01-07 13:01:38 -08:00
Anton Kovalyov
dbfbef4cab Bug 951975 - Expose Editor.setOption and Editor.getOption. r=msucan 2014-01-07 11:24:57 -08:00
Victor Porof
b969a16707 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
b228fed188 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
2c70257b82 Bug 947710 - Stop evaling and catch errors in Manifest Editor. r=vporof 2014-01-06 11:14:21 -06:00
Ricardo Palomares
c91f30944f 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
5cd5618a4b Bug 734666 - Style Editor default filename for saving. r=harth 2014-01-06 09:52:29 -05:00
Ed Morley
f2c3dd2277 Merge latest green inbound changeset and mozilla-central 2014-01-06 12:51:38 +00:00
Victor Porof
ce61dae208 Bug 956568 - Display more meaningful error information when Parser.jsm is sad, r=past 2014-01-06 08:41:19 +02:00
Victor Porof
f417180c8e Bug 951633 - Fix assertion typos in browser_dbg_stack-02.js, r=past 2014-01-04 00:04:24 +02:00
Victor Porof
43ef36d2f3 Bug 951633 - Change the wording in some WidgetMethods comments, r=past 2014-01-04 00:04:24 +02:00
Victor Porof
b8595b7dba 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
12baaeb40f Bug 951633 - Fix tests after the WidgetMethods API changes, r=past 2014-01-03 23:42:28 +02:00
Victor Porof
ac8d0589be Bug 951633 - Drop the <xul:menulist> support for WidgetMethods, r=past 2014-01-03 23:42:16 +02:00
Victor Porof
823bbe9ec0 Bug 952767 - Variables view scopes should always be lazily populated, r=past 2014-01-03 23:41:28 +02:00
Victor Porof
6ac911b175 Bug 952734 - Sources with LabeledStatements makes ParserHelpers.getNodeLocation puke, r=past 2014-01-03 23:41:28 +02:00
Brian Grinstead
f265af2009 Bug 947309 - DevTools themes - use new icons for toolbar;r=paul 2014-01-03 13:32:26 -06:00
Sami Jaktholm
aef4262864 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
c098559563 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
64abf55eea Bug 713980 - Log warnings about blocked cross-site requests to the Web Console. r=smaug 2014-01-07 09:51:05 -05:00
Patrick Brosset
69aa57b40f Bug 958169 - Switch to the inspector panel on click of the pick button; r=bgrins 2014-01-15 14:03:18 +01:00
Chris Peterson
545ace6028 Bug 955891 - Part 2: Cleopatra: Fix misspellings of "contiguous". r=anton 2013-12-31 17:55:00 -08:00
Chris Peterson
8b917a4169 Bug 955891 - Part 1: Cleopatra: Fix some JS warnings. r=anton 2013-12-29 20:37:55 -08:00
Chris Peterson
4b1ef6ef4e 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
8ddc66ac73 Bug 913665 - Detect minified files and pretty print them by default; r=fitzgen 2013-12-24 15:32:55 +01:00
Mihai Sucan
75dadac317 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
c651ef571f Bug 843004 - Part 3: VariablesView ObjectActor pretty output; r=benvie,vporof 2013-12-18 20:17:05 +02:00
Victor Porof
fa3e11b5b0 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
51ef22900b 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
1604d77962 Merge fx-team to m-c 2013-12-19 19:09:04 -08:00
Jeff Walden
98fe78423c 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
5048396367 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
77e22fc34d Bug 929349 - Integrate a tracing debugger into our existing debugger; r=vporof,past 2013-12-18 14:17:27 -08:00
Tim Taubert
8128050433 Backed out changeset 55d8f5ede1d3 (bug 950667) on a CLOSED TREE 2013-12-18 20:23:46 +01:00
Tim Taubert
8d679bbe90 Backed out changeset eb4d2915ab26 (bug 951674) 2013-12-18 20:07:15 +01:00
Paul Rouget
054f7d7a84 Bug 951658 - Kill the inspector front even if walker.release() failed. r=pbrosset 2013-12-18 12:41:28 -05:00
Albert Juhe
5fedf4a2f6 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
aed64d3929 Bug 935417 - Better word wrapping in the css rule view. r=harth 2013-12-18 12:40:08 -05:00
Victor Porof
85270d75a6 Bug 951674 - Vertical splitter isn't shown for the Events tab, r=fitzgen 2013-12-18 19:10:16 +02:00
Victor Porof
fc7cd3b2c8 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
e0d9108917 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
7f8f07f4b5 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
324d5e55ba 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
81208466f0 Merge m-c to inbound. 2013-12-17 16:20:31 -05:00
Brian Grinstead
2943f4d5c4 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
72a3422760 Bug 950739 - Don't scroll toolbox on raise. r=robcee 2013-12-17 11:05:13 -05:00
Carsten "Tomcat" Book
63b88cc2fa 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
63a781b7e1 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
Heather Arthur
f22df63ea1 Bug 949678 - Rule view should show inline sheet links as 'inline:<lineno>' instead of '/:<lineno>' when source maps are enabled; r=pbrosset 2013-12-16 11:49:17 -08:00
Brian Grinstead
4783fb9e1f Bug 950097 - [ruleview] Styles not being updated on some pages;r=paul 2013-12-13 13:17:23 -06:00
Brian Grinstead
a73651341f Bug 947836 - Non-toolbox devtools toolbars are grey;r=paul 2013-12-09 16:21:26 -06:00
Matt Brubeck
c90c7d7476 Back out 86a9b2253199 (bug 943681) because of mochitest timeouts on OS X on a CLOSED TREE 2013-12-13 17:41:54 -08:00
Ryan VanderMeulen
1c0cf8ab13 Merge m-c to fx-team. 2013-12-13 16:18:16 -05:00
Victor Porof
b212ee71eb Bug 948893 - Hovering certain bounds in a HTML source while paused in the debugger can sometimes incorrectly show a variable inspection popup, r=past 2013-12-13 22:28:04 +02:00
Victor Porof
1e7c4d60fd Bug 949968 - Intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_variables-view-override-02.js | Test timed out, r=me 2013-12-13 13:17:33 +02:00
Gregory Szorc
461b5aef7e Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.

We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.

--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Afshin Mehrabani
22953670ac Bug 947848 - Change the visibility of debugger stacktrace breadcrumbs. r=vp 2013-12-12 17:19:33 -05:00
Heather Arthur
b59b275a5f Bug 948805 - Fix TypeError: this._toolbox is null: StyleEditorPanel.prototype._showError; r=pbrosset 2013-12-12 12:58:29 -08:00
Heather Arthur
a69da81877 Bug 949336 - TypeError: inspector.once(...) is undefined: highlightNode@browser_computedview_original_source_link.js:41; r=pbrosset 2013-12-12 12:58:28 -08:00
Victor Porof
856ca96499 Bug 949561 - The VariablesView and SideMenuWidget should use hardware acceleration when possible, r=fitzgen 2013-12-12 22:14:29 +02:00
Victor Porof
e8291ba700 Bug 948873 - Function closures and other psuedo variables shouldn't have a bottom border in the variables view, r=past 2013-12-12 22:14:29 +02:00
Victor Porof
0f2c5d332d Bug 758157 - Clearly indicate overridden variables, r=past 2013-12-12 19:38:12 +02:00
Carsten "Tomcat" Book
1afaf84b1f merge mozilla-central to fx-team 2013-12-12 16:09:30 +01:00
Victor Porof
b174d98b99 Bug 949249 - Conditional breakpoint should be kept after to toggle breakpoint checkbox, r=past 2013-12-12 14:59:09 +02:00
Carsten "Tomcat" Book
1aface9dae merge fx-team to mozilla-central 2013-12-12 13:28:08 +01:00
Patrick Brosset
21a2aeaf17 Bug 946331 - Rule/Computed views tooltip closes on new selection, r=miker 2013-12-12 08:57:37 +01:00
Olli Pettay
c8f50c38c7 Bug 942229 - Intermittent browser_cmd_screenshot.js, r=jwalker
--HG--
extra : rebase_source : f44fec6e46526a1381ac956bc362f82e11c1123c
2013-12-11 22:36:24 +02:00
Patrick Brosset
6db192c364 Bug 945068 - Image preview tooltip displays correct image dimensions, r=harth 2013-12-12 09:31:23 +01:00
Patrick Brosset
8df75013a3 Bug 726427 - CSS transform preview tooltip in style inspector, r=bgrins 2013-12-11 20:50:15 +01:00
Victor Porof
8e77993afa Bug 815280 - Add a enable/disable all breakpoints button to the sources toolbar, r=rcampbell
--HG--
rename : browser/themes/linux/devtools/blackBoxMessageEye.png => browser/themes/linux/devtools/debugger-blackboxMessageEye.png
rename : browser/themes/osx/devtools/blackBoxMessageEye.png => browser/themes/osx/devtools/debugger-blackboxMessageEye.png
rename : browser/themes/windows/devtools/blackBoxMessageEye.png => browser/themes/windows/devtools/debugger-blackboxMessageEye.png
2013-12-11 14:34:53 +02:00
Heather Arthur
a7060d94f3 Bug 926014 - Support CSS source maps; r=dcamp
--HG--
rename : browser/devtools/styleeditor/StyleEditorPanel.jsm => browser/devtools/styleeditor/styleeditor-panel.js
2013-12-06 23:52:32 -08:00
Brian Grinstead
a3cb65baa5 Bug 945697 - Responsive Mode gets closed when ESC is used in the varilable view, in the rule view and in the variable view. r=paul 2013-12-09 10:06:11 -06:00
Wes Kocher
5e8fcc98c0 Merge inbound to m-c 2013-12-09 20:35:07 -08:00
Ryan VanderMeulen
5bad48704a Merge m-c to inbound. 2013-12-09 17:43:44 -05:00
Mark Hammond
81eee00507 Bug 947764 - correct support-files for devtools commandline tests. r=ted 2013-12-10 09:27:06 +11:00
Mark Hammond
d9ee469a0a Bug 947770 - Move remaining tests in browser/devtools/webconsole/test/Makefile.in to manifest. r=ted 2013-12-10 09:24:37 +11:00
Panos Astithas
c6ed34d80c Forbid out of order resumption when two tabs with the same URL are paused (bug 947830); r=fitzgen
Also consider stepping actions as a form of resumption and require the same resumption order when multiple tabs are paused.
2013-12-09 22:09:15 +02:00
Jason Orendorff
5e9d16cd92 Bug 793860, part 0a - Declare an accidentally undeclared variable. r=paul. 2013-12-09 14:10:51 -06:00
Victor Porof
fb205e4386 Bug 947952 - Rename "non-*" attributes in the Variables View to avoid double negation, r=paul 2013-12-09 18:58:55 +02:00
Dennis Schubert
020cf165a8 Bug 760193 - Add console.assert; r=msucan 2013-12-07 23:28:35 +02:00
Douglas Edmonson Jr
98bedf4757 Bug 900448 - Close the webconsole autocomplete popup on tab switch; r=msucan 2013-12-07 18:35:48 +02:00
Carsten "Tomcat" Book
2532a744d1 merge fx-team to mozilla-central 2013-12-07 12:47:39 +01:00
Carsten "Tomcat" Book
d7cf873650 Backed out changeset 8deb6f225d0a (bug 926014) XPC Shell failures and other failures
--HG--
rename : browser/devtools/styleeditor/styleeditor-panel.js => browser/devtools/styleeditor/StyleEditorPanel.jsm
2013-12-07 09:50:02 +01:00
Heather Arthur
d79ba61d78 Bug 926014 - Support CSS source maps; r=dcamp
--HG--
rename : browser/devtools/styleeditor/StyleEditorPanel.jsm => browser/devtools/styleeditor/styleeditor-panel.js
2013-12-06 23:52:32 -08:00
Wes Kocher
0e753ef1c9 merge m-c to fx-team 2013-12-06 20:48:11 -06:00
Shu-yu Guo
68acc16209 Bug 946641 - Part 2: Revert in Debugger frontend to balance event suppression/unsuppression. (r=past) 2013-12-06 19:31:09 -08:00
Brian Grinstead
46ac12542c Bug 938616 - webconsole UI updates while in split mode with other panels;r=msucan 2013-12-06 09:46:51 -06:00
Girish Sharma
230f88d3f9 Bug 935176 - saving a style sheet doesn't remove the star, r=harth 2013-12-06 23:51:16 +05:30
Brandon Benvie
cd918d24ec Bug 940541 Convert shader editor to use Promise.jsm. r=vp, r=benvie 2013-12-05 16:00:25 -08:00
Victor Porof
a0a576fa5a Bug 895143 - Sources view groups should show the domain, r=past 2013-12-06 18:34:30 +02:00
Victor Porof
c141162d31 Bug 905981 - Have a classic vertical display of stack frames persistently available in the debugger UI, r=rcampbell 2013-12-06 18:33:59 +02:00