Alexey Novak
2db2ce3e20
Bug 956804 - Use DevToolsUtils.reportException in Parser.jsm; r=fitzgen
2014-01-23 09:55:16 -08:00
Patrick Brosset
b96a9dea97
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
e68cb73878
Bug 911916 - Search set to identifier under cursor if no text selected. r=vp
2014-01-23 09:39:59 -05:00
Panos Astithas
c74418115e
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
5fba48b9f0
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
b2c8067146
Bug 960730 - Rewrite inline script / style in devtools/framework/connect/connect.xhtml. r=bgrins
2014-01-22 10:33:58 -05:00
Brandon Benvie
69d586d449
Bug 962357 - Disable browser_toolbox_raise.js. r=dcamp
2014-01-21 17:13:53 -08:00
Rob Campbell
8fa62eb22f
Bug 961767 - Remove dead toggleWebConsole method from hudservice.js; r=msucan
2014-01-21 12:40:00 -05:00
Rob Campbell
415e1b795e
Bug 960695 - Focus Input line when clicking anywhere in the console; r=msucan
2014-01-16 11:57:00 -05:00
Kay Plößer
b05e657c88
Bug 960734 - Remove inline script / style in browser/devtools/layoutview/view.xhtml. r=bgrins
2014-01-21 11:48:04 -05:00
Alexandre Poirot
2061b3d4f4
Bug 961519 - Prevent touch event mode to be disable on iframes unload. r=paul
2014-01-21 11:29:46 -05:00
Brian Grinstead
2921873760
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
25517b709e
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
8d3046b734
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
7ca981da1c
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
3821465e22
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
7c8c0e018c
Bug 958687 - Fixes pseudo-class lock in highlighter intermittent test failure; r=jwalker
2014-01-17 23:07:48 +01:00
Patrick Brosset
3813bc70f2
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
9338f6edf3
Bug 960704 - Upgrade CodeMirror to 3.21. r=msucan
2014-01-17 13:04:00 -08:00
Anton Kovalyov
3f2abc844b
Bug 960270 - Streamline Editor API. r=msucan
2014-01-17 12:58:45 -08:00
Brandon Benvie
bbf90ee1aa
Bug 947612 - Fix VariablesView so that editableName._onCleanup is called. r=vp
2014-01-17 10:40:41 -08:00
Mihai Sucan
f4c475af4c
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
354780772e
Bug 952511 - markupview still change attribute values. r=pbrosset
2014-01-10 17:55:58 +00:00
Mihai Sucan
9b22c41e51
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
7c9bd47907
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
273a9a8160
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
16dd0bcf0c
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
108876582a
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
Ryan VanderMeulen
127438a7eb
Merge inbound to m-c.
2014-01-16 15:06:12 -05:00
Olli Pettay
fd57885856
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
9de663a6fd
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
75ef547788
Bug 960237 - Re-enable browser_dbg_break-on-dom-05.js, r=past
2014-01-16 12:36:53 +02:00
Anton Kovalyov
41d4b43e98
Bug 734439 - Add code folding support to the source editor. r=msucan r=benvie
2014-01-15 16:23:32 -08:00
Victor Porof
930fa4f5d2
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
f003e564c0
Bug 947544 - Disable browser_se_bfcache.js because of intermittent oranges, r=me
2014-01-15 22:59:15 +02:00
Victor Porof
61973ac6bb
Backed out changeset 55c0b8b56600 because it doesn't fix bug 947544, r=me
2014-01-15 22:59:14 +02:00
Anton Kovalyov
810e7b79b5
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
17f1445442
Merge b2g-inbound to m-c.
2014-01-15 14:25:35 -05:00
Ed Morley
c73e589fc3
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
17fe928a45
Bug 891882 - Activate touch events on b2g desktop. r=vingtetun, r=mdas
2014-01-15 09:28:04 -05:00
Joe Walker
ee3fc51cac
Bug 927423 - Add promise return to EventEmitter.once; r=bbenvie
2014-01-15 10:33:18 +00:00
Wes Kocher
3e9f93433b
Merge m-c to fx-team
2014-01-14 16:15:24 -08:00
Wes Kocher
78477885f2
Merge inbound to m-c
2014-01-14 15:24:45 -08:00
Ed Morley
38a9b39298
Bug 952865 - Disable browser_console.js on Linux for intermittent failures
2014-01-14 16:39:04 +00:00
Ed Morley
c359fb8ad1
Bug 951146 - Disable browser_webconsole_console_logging_api.js on Linux for intermittent failures
2014-01-14 16:39:03 +00:00
Ed Morley
18c88a7abf
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
e25d405734
Bug 910183 - Highlight trailing space in the editor. r=msucan
2014-01-14 14:12:39 -08:00
Heather Arthur
2157132f1d
Bug 950921 - UI for flipping CSS source map pref. r=dcamp
2014-01-14 10:13:47 -05:00
Hubert B Manilla
38bba68a56
Bug 913665 - Fix wrong entity. r=fitzgen
2014-01-14 09:49:08 -05:00
Sterling Graham
29e751faf0
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