Girish Sharma
3d09a30413
Bug 717369 - Autocomplete CSS properties and values in the Style Editor - Part 2 - Source editor tests, r=anton
2014-01-28 20:40:40 +05:30
Girish Sharma
8bc1f3a4e7
Bug 717369 - Autocomplete CSS properties and values in the Style Editor - Part 1 - No tests, r=anton, msucan, dcamp, robcee, harth
2014-01-28 20:38:41 +05:30
Aakash Bapna
8dc39776b5
Bug 961085 - Remove inline script / style in devtools netmonitor.xul. r=bgrins, r=vporof
2014-01-28 08:50:34 -05:00
Brian Grinstead
7d773da68d
Bug 958048 - Remove double scrollbar from DevTools options pane with resolution < 800;r=pbrosset
2014-01-28 07:29:41 -06:00
Carsten "Tomcat" Book
47194bc33a
Backed out changeset a76a4f921987 (bug 964700) for XPC Bustage on a CLOSED TREE
2014-01-28 14:03:38 +01:00
Victor Porof
0d06850d93
Bug 964700 - Make the errors logged by Parser.jsm also contain the problematic source url, r=past
2014-01-28 13:24:45 +02:00
Victor Porof
8152ca0bcb
Bug 963932 - Refactor the output emitted by Parser.jsm to avoid too much useless nesting, r=past
2014-01-28 12:18:20 +02:00
Victor Porof
050911691b
Bug 963919 - When triggering file filtering via a keyboard shortcut, don't automatically fill the searchbox with the identifier under the caret position, r=past
...
--HG--
rename : browser/devtools/debugger/test/browser_dbg_search-function.js => browser/devtools/debugger/test/browser_dbg_search-autofill-identifier.js
2014-01-28 12:16:49 +02:00
Brian Grinstead
753af9dbf4
Bug 957291 - DevTools tab bar UI updates to resolve icon bluriness and min-height. OVERRIDE HOOK;r=pbrosset
2014-01-24 12:45:20 -06:00
J. Ryan Stinnett
f412f1fcd4
Bug 960669 - Close Browser Toolbox on browser shutdown. r=past
2014-01-24 11:29:33 -06:00
Ryan VanderMeulen
be6dc78394
Merge fx-team to m-c.
2014-01-24 17:00:09 -05:00
Brandon Benvie
a3359cae27
Bug 943681 - Convert to Promise.jsm in the webconsole. r=msucan
2014-01-22 10:21:33 -08:00
Alexey Novak
c305fe69cb
Bug 956804 - Use DevToolsUtils.reportException in Parser.jsm; r=fitzgen
2014-01-23 09:55:16 -08:00
Patrick Brosset
21fc74eadd
Bug 962085 - Font-inspector "show all fonts" button selects the <body> node remotely; r=paul
2014-01-23 16:54:04 +01:00
Mahdi Dibaiee
999142bd58
Bug 911916 - Search set to identifier under cursor if no text selected. r=vp
2014-01-23 09:39:59 -05:00
Panos Astithas
97a45e85f9
Make the debugger frontend cope with an already connected target (bug 933212); r=jryans,fitzgen
...
* Made the DebuggerClient, which is actually the RootActor front, not consider one of the attached child fronts as "active". Since a single DebuggerClient (or RootFront) is kept around for the App Manager's lifetime, it makes sense to move the notion of "active" tab to the toolbox's target. As each toolbox gets destroyed, the fronts should be detaching from their actors (if they are stateful) so that the app is no longer in a debugging state. Debugging a new app (or reconnecting to a previous one) will create new fronts anyway.
* Slightly refactored the TabClient, ThreadClient, SourceClient and TracerClient towards a protocol.js-based architecture, by adding parent-child references and lifecycle management. Now a tab-scoped thread actor for instance has the tab as its parent, while a global-scoped thread actor (chrome debugger) has the DebuggerCLient (RootFront) as its parent. This lets parents reference their children, so that caching in the target object can work. It also allowed me to move some methods from the DebuggerClient to the actual front that should be responsible, like reconfigureTab, reconfigureThread and attachThread. These methods now use DebuggerClient.requester, too.
* Added some error handling in the debugger client requester around "before" and "after" callbacks, which exposed some errors in tests that are now fixed.
* Fixed the state handling in the thread actor so that merely detaching from a thread doesn't put it in the exited state. This is the part that what was necessary for Firebug's use case.
* Properly loading tracer and webgl actors now on b2g.
2014-01-14 17:39:40 +02:00
Peiyong Lin
4e07087022
Bug 942774 - Fix files loaded into scratchpad to be recognized as "saved". r=benvie
2014-01-22 10:23:21 -08:00
Kay Plößer
b7fdfa1cc0
Bug 960730 - Rewrite inline script / style in devtools/framework/connect/connect.xhtml. r=bgrins
2014-01-22 10:33:58 -05:00
Brandon Benvie
50ba6cc59b
Bug 962357 - Disable browser_toolbox_raise.js. r=dcamp
2014-01-21 17:13:53 -08:00
Rob Campbell
60f2a41803
Bug 961767 - Remove dead toggleWebConsole method from hudservice.js; r=msucan
2014-01-21 12:40:00 -05:00
Rob Campbell
40cce5e1dc
Bug 960695 - Focus Input line when clicking anywhere in the console; r=msucan
2014-01-16 11:57:00 -05:00
Kay Plößer
dfe7e46d5f
Bug 960734 - Remove inline script / style in browser/devtools/layoutview/view.xhtml. r=bgrins
2014-01-21 11:48:04 -05:00
Alexandre Poirot
fdefb08ac4
Bug 961519 - Prevent touch event mode to be disable on iframes unload. r=paul
2014-01-21 11:29:46 -05:00
Brian Grinstead
92628c8c25
Bug 913630 - [rule view] Pasting in multiple CSS declarations should automatically split them up;r=pbrosset
2014-01-16 20:40:54 -06:00
Mihai Sucan
04bfeb6f88
Bug 961621 - Fix for intermittent browser_webconsole_bug_766001_JS_Console_in_Debugger.js | Timed out while waiting for: correct source and line test for debugger for index 2; r=me
2014-01-20 23:09:18 +02:00
Patrick Brosset
3661e6dee0
Bug 961740 - Shows highlighter outline again after hovering over an element, then a text node, then the same element again, r=harth
2014-01-20 21:30:13 +01:00
Patrick Brosset
5c0eb1eefe
Bug 958966 - Fix intermittent browser_webconsole_bug_653531_highlighter_console_helper.js due to highlighter not shown, r=msucan
2014-01-20 21:23:44 +01:00
Mihai Sucan
81c91f93df
Bug 952865 - Fix for intermittent browser_console.js | Timed out while waiting for: messages displayed | jsterm eval result is displayed - Didn't expect -1, but got it; r=me
2014-01-17 20:45:35 +02:00
Patrick Brosset
38ae61e56b
Bug 958687 - Fixes pseudo-class lock in highlighter intermittent test failure; r=jwalker
2014-01-17 23:07:48 +01:00
Patrick Brosset
240fe62d93
Bug 958456 - Hides highlighter when hovering over non-visible nodes in markup-view; r=jwalker
2014-01-17 22:33:59 +01:00
Anton Kovalyov
e37bd6d5eb
Bug 960704 - Upgrade CodeMirror to 3.21. r=msucan
2014-01-17 13:04:00 -08:00
Anton Kovalyov
c66cff2b44
Bug 960270 - Streamline Editor API. r=msucan
2014-01-17 12:58:45 -08:00
Brandon Benvie
b2b2644858
Bug 947612 - Fix VariablesView so that editableName._onCleanup is called. r=vp
2014-01-17 10:40:41 -08:00
Mihai Sucan
d03ffbf82a
Bug 961051 - Fix for intermittent browser_console_addonsdk_loader_exception.js | This test exceeded the timeout threshold; r=me
2014-01-17 19:36:40 +02:00
Michael Ratcliffe
014f26c1a0
Bug 952511 - markupview still change attribute values. r=pbrosset
2014-01-10 17:55:58 +00:00
Mihai Sucan
ed33b964d0
Bug 950565 - Fix for intermittent browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js | Test timed out; r=me
2014-01-16 23:33:02 +02:00
Mihai Sucan
1988183de2
Bug 951146 - Fix for intermittent browser_webconsole_console_logging_api.js | Timed out while waiting for: 1 message shown for exception (logging turned on); r=me
2014-01-16 22:49:20 +02:00
Mihai Sucan
09233edca4
Bug 946066 - Fix for intermittent browser_webconsole_bug_658368_time_methods.js | Timed out while waiting for: bTimer (or aTimer) started; r=me
2014-01-16 19:20:21 +02:00
Mihai Sucan
b0e3d6fdfa
Bug 945489 - Fix for intermittent browser_webconsole_bug_642615_autocomplete.js | Timed out while waiting for: completion value for 'docu'; r=me
2014-01-16 18:08:08 +02:00
Mihai Sucan
64385775a9
Bug 867992 - Fix for intermittent browser_webconsole_bug_630733_response_redirect_headers.js | Timed out while waiting for: 301 and 404 responses; r=me
2014-01-16 14:43:57 +02:00
Kay Plößer
ab49791e49
Bug 960737 - Remove inline script / style in browser/devtools/fontinspector/font-inspector.xhtml;r=bgrins
2014-01-24 10:49:37 -06:00
Peiyong Lin
55305b0740
Bug 961771 - Disable highlighter when switching tools. r=pbrosset
2014-01-24 17:28:41 +01:00
Mihai Sucan
dc07968f72
Bug 939783 - console.trace() group traces even if part of trace is different; r=robcee
2014-01-23 23:37:32 +02:00
Wes Kocher
35c2870582
Backed out changeset f63078a8ce74 (bug 943681) for webconsole test timeouts on at least Windows debug builds
2014-01-23 17:43:54 -08:00
Ryan VanderMeulen
b05202b7e2
Merge inbound to m-c.
2014-01-16 15:06:12 -05:00
Olli Pettay
dd0abe67b5
Bug 960351 - browser_bug726427_csstransform_tooltip.js times out, r=pbrosset
...
--HG--
extra : rebase_source : e05f39f7ef4d73823bb5445b1cc398f81e560253
2014-01-16 15:38:10 +02:00
Mihai Sucan
60517b6d33
Bug 919072 - Fix for intermittent TEST-UNEXPECTED-FAIL | browser_webconsole_bug_601352_scroll.js | scroll location is not at the top - Didn't expect 0, but got it; r=me
2014-01-16 13:02:25 +02:00
Victor Porof
e2b64102d9
Bug 960237 - Re-enable browser_dbg_break-on-dom-05.js, r=past
2014-01-16 12:36:53 +02:00
Anton Kovalyov
d9b64b76ed
Bug 734439 - Add code folding support to the source editor. r=msucan r=benvie
2014-01-15 16:23:32 -08:00
Victor Porof
007f696e2e
Bug 960237 - Link to this bug in debugger/test/browser.ini for re-enabling browser_dbg_break-on-dom-05.js, r=me
2014-01-15 23:09:18 +02:00
Victor Porof
d60930efda
Bug 947544 - Disable browser_se_bfcache.js because of intermittent oranges, r=me
2014-01-15 22:59:15 +02:00
Victor Porof
c8d2d1e43a
Backed out changeset 55c0b8b56600 because it doesn't fix bug 947544, r=me
2014-01-15 22:59:14 +02:00
Anton Kovalyov
57570f0640
Bug 941725 - Add emacs and vim key bindings to source editor. r=harth r=benvie r=msucan
2014-01-15 12:04:19 -08:00
Ryan VanderMeulen
18918a8c46
Merge b2g-inbound to m-c.
2014-01-15 14:25:35 -05:00
Ed Morley
aa88ab2dc2
Merge mozilla-central and b2g-inbound
...
--HG--
rename : content/events/src/nsDOMEvent.h => dom/events/nsDOMEvent.h
2014-01-15 18:09:12 +00:00
Alexandre Poirot
291e390c9f
Bug 891882 - Activate touch events on b2g desktop. r=vingtetun, r=mdas
2014-01-15 09:28:04 -05:00
Joe Walker
3055c32f77
Bug 927423 - Add promise return to EventEmitter.once; r=bbenvie
2014-01-15 10:33:18 +00:00
Wes Kocher
64a15a08ff
Merge m-c to fx-team
2014-01-14 16:15:24 -08:00
Wes Kocher
2b6b5c7c0f
Merge inbound to m-c
2014-01-14 15:24:45 -08:00
Ed Morley
f5e3c10d1f
Bug 952865 - Disable browser_console.js on Linux for intermittent failures
2014-01-14 16:39:04 +00:00
Ed Morley
451cca15b0
Bug 951146 - Disable browser_webconsole_console_logging_api.js on Linux for intermittent failures
2014-01-14 16:39:03 +00:00
Ed Morley
b55022cf3b
Bug 867992 - Disable browser_webconsole_bug_630733_response_redirect_headers.js on Linux for intermittent failures
2014-01-14 16:38:25 +00:00
Ben DeCoste
2dae43534f
Bug 910183 - Highlight trailing space in the editor. r=msucan
2014-01-14 14:12:39 -08:00
Heather Arthur
5dffe83b01
Bug 950921 - UI for flipping CSS source map pref. r=dcamp
2014-01-14 10:13:47 -05:00
Hubert B Manilla
abc913e279
Bug 913665 - Fix wrong entity. r=fitzgen
2014-01-14 09:49:08 -05:00
Sterling Graham
6cf3f52e07
Hide the "Open in new tab" context menu when no request is selected (bug 958686). r=past
2014-01-13 19:32:00 +02:00
Patrick Brosset
facf278ea0
Bug 942297 - Make the rule-view element style change on node change and page reload; r=harth
2014-01-14 09:32:45 +01:00
Alexey Novak
e4106b450b
Bug 957634: Changed Tooltip's setTextContent function signature. Now Tooltip can contain a warning image 32x32 when isAlertTooltip passed = true; r=vp
2014-01-14 08:59:43 +02:00
Matt Brubeck
7775347a6f
Backed out changeset c15cacb7efd6 (bug 941725) because of test failures
2014-01-13 17:56:58 -08:00
Anton Kovalyov
9900d9df17
Bug 941725 - Add emacs and vim key bindings to source editor. r=harth r=benvie r=msucan
2014-01-13 16:10:58 -08:00
Patrick Brosset
8e0bfd04ec
Bug 950732 - Make the show-all-nodes button clickable again in the markup-view, r=jwalker
2014-01-13 16:32:19 +01:00
J. Ryan Stinnett
afee1e9f19
Bug 946813 - Part 3: Use independent loaders, mark them invisible. r=past
2014-01-10 23:37:09 -06:00
Mahdi Dibaiee
5966036b8f
Bug 915923 - [Australis] Add default icon for apps with no icon. r=jryans
2014-01-09 13:15:00 -05:00
Patrick Brosset
5b107c6af9
Bug 916443 - part 2 - Toolbox level remote highlighter (tests), r=paul
2014-01-09 12:36:06 +01:00
Patrick Brosset
cb863d2cfe
Bug 916443 - part 1 - Toolbox level remote highlighter [Australis], r=paul
2014-01-09 12:36:01 +01:00
Alexey Novak
0b02bc621a
Bug 947143 - Replaced debugger resumption order panel with an easier to maintain Tooltip.js instance; r=vporof
2014-01-09 10:11:54 +02:00
Brandon Benvie
ed84ac59ad
Bug 947544 - Fix intermittent in the Shader Editor test browser_se_bfcache.js. r=vp
2014-01-08 09:24:39 -08:00
Anton Kovalyov
c7671bbf53
Bug 920876 - Longer timeout for the CodeMirror suite since we added VIM/Emacs tests. r=me
2014-01-08 11:34:57 -08:00
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
Patrick Brosset
cb2a0bbc9d
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
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
Victor Porof
ad354ac150
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
89e253f487
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
cb71ab3030
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
01e5988548
Merge m-c to inbound.
2013-12-17 16:20:31 -05:00
Brian Grinstead
2eace53387
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
eaa89e366a
Bug 950739 - Don't scroll toolbox on raise. r=robcee
2013-12-17 11:05:13 -05:00
Carsten "Tomcat" Book
d1cebfc090
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
975eb6e7c7
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
b5b4861210
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
163cea2fc8
Bug 950097 - [ruleview] Styles not being updated on some pages;r=paul
2013-12-13 13:17:23 -06:00
Brian Grinstead
ba7b234d6c
Bug 947836 - Non-toolbox devtools toolbars are grey;r=paul
2013-12-09 16:21:26 -06:00
Matt Brubeck
ef4c1fcdc2
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
de964b8420
Merge m-c to fx-team.
2013-12-13 16:18:16 -05:00
Victor Porof
d07eda99ee
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
f2b23fbfe9
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
158ed8b3ec
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
a5be1bd785
Bug 947848 - Change the visibility of debugger stacktrace breadcrumbs. r=vp
2013-12-12 17:19:33 -05:00
Heather Arthur
3e54cf9eb7
Bug 948805 - Fix TypeError: this._toolbox is null: StyleEditorPanel.prototype._showError; r=pbrosset
2013-12-12 12:58:29 -08:00
Heather Arthur
18758d240f
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
9bb2857db1
Bug 949561 - The VariablesView and SideMenuWidget should use hardware acceleration when possible, r=fitzgen
2013-12-12 22:14:29 +02:00
Victor Porof
fde66faaff
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