Commit Graph

2643 Commits

Author SHA1 Message Date
Wes Kocher
65cd6fcfae Backed out changeset 95c958fa3cf2 (bug 964504) for test failures 2014-01-28 17:27:09 -08:00
Anton Kovalyov
98bf536309 Bug 964504 - Add Editor.setFontSize/getFontSize. r=msucan 2014-01-28 13:48:09 -08:00
Mihai Sucan
b555e50426 Bug 961431 - Autocomplete suggestions in split console are sliding down. r=robcee 2014-01-28 15:55:19 +02:00
Victor Porof
32b8d8a374 Bug 964700 - Make the errors logged by Parser.jsm also contain the problematic source url, r=past 2014-01-28 12:31:51 +02:00
Girish Sharma
35ad80b2c0 Bug 962652 - Autocomplete popup's isOpen getter is too strict, r=msucan 2014-01-28 20:42:02 +05:30
Girish Sharma
c5d707572d Bug 717369 - Autocomplete CSS properties and values in the Style Editor - Part 3 - Style editor tests, r=harth, robcee 2014-01-28 20:41:22 +05:30
Girish Sharma
bc6ef8ebae 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
f6377044ad 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
dcba1e123f Bug 961085 - Remove inline script / style in devtools netmonitor.xul. r=bgrins, r=vporof 2014-01-28 08:50:34 -05:00
Brian Grinstead
b4af8395ff 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
01aaaa36e7 Backed out changeset a76a4f921987 (bug 964700) for XPC Bustage on a CLOSED TREE 2014-01-28 14:03:38 +01:00
Victor Porof
9399b40cb7 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
948f4820e3 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
db968d7544 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
a9e24185ca 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
357c2f92d5 Bug 960669 - Close Browser Toolbox on browser shutdown. r=past 2014-01-24 11:29:33 -06:00
Ryan VanderMeulen
c07f60fdce Merge fx-team to m-c. 2014-01-24 17:00:09 -05:00
Brandon Benvie
70a5c1dac4 Bug 943681 - Convert to Promise.jsm in the webconsole. r=msucan 2014-01-22 10:21:33 -08:00
Alexey Novak
a5c6171505 Bug 956804 - Use DevToolsUtils.reportException in Parser.jsm; r=fitzgen 2014-01-23 09:55:16 -08:00
Patrick Brosset
1e3585dfe1 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
f915adbfe8 Bug 911916 - Search set to identifier under cursor if no text selected. r=vp 2014-01-23 09:39:59 -05:00
Panos Astithas
71a3267914 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
4603961146 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
147b4a8341 Bug 960730 - Rewrite inline script / style in devtools/framework/connect/connect.xhtml. r=bgrins 2014-01-22 10:33:58 -05:00
Brandon Benvie
c4f4bf02fb Bug 962357 - Disable browser_toolbox_raise.js. r=dcamp 2014-01-21 17:13:53 -08:00
Rob Campbell
e663b1c86a Bug 961767 - Remove dead toggleWebConsole method from hudservice.js; r=msucan 2014-01-21 12:40:00 -05:00
Rob Campbell
cd5b6a309f Bug 960695 - Focus Input line when clicking anywhere in the console; r=msucan 2014-01-16 11:57:00 -05:00
Kay Plößer
dee5544eac Bug 960734 - Remove inline script / style in browser/devtools/layoutview/view.xhtml. r=bgrins 2014-01-21 11:48:04 -05:00
Alexandre Poirot
d6048e3229 Bug 961519 - Prevent touch event mode to be disable on iframes unload. r=paul 2014-01-21 11:29:46 -05:00
Brian Grinstead
c72ce95179 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
537e512dcc 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
a93b4ce571 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
fcee083a3f 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
d7342fb874 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
6db7582711 Bug 958687 - Fixes pseudo-class lock in highlighter intermittent test failure; r=jwalker 2014-01-17 23:07:48 +01:00
Patrick Brosset
67f5a06349 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
a236584bd1 Bug 960704 - Upgrade CodeMirror to 3.21. r=msucan 2014-01-17 13:04:00 -08:00
Anton Kovalyov
29e01f2e59 Bug 960270 - Streamline Editor API. r=msucan 2014-01-17 12:58:45 -08:00
Brandon Benvie
11a8435174 Bug 947612 - Fix VariablesView so that editableName._onCleanup is called. r=vp 2014-01-17 10:40:41 -08:00
Mihai Sucan
2642bba711 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
aabcf8537a Bug 952511 - markupview still change attribute values. r=pbrosset 2014-01-10 17:55:58 +00:00
Mihai Sucan
2263784a75 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
f002c65ea8 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
2661e35ad4 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
176251ea50 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
ce386df079 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
20384147cb 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
f31564924c Bug 961771 - Disable highlighter when switching tools. r=pbrosset 2014-01-24 17:28:41 +01:00
Mihai Sucan
d4f799b2bc 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
f8ca60456b Backed out changeset f63078a8ce74 (bug 943681) for webconsole test timeouts on at least Windows debug builds 2014-01-23 17:43:54 -08:00