Brion Vibber
ae6b298cb2
Bug 956567 - [prettify] Pretty print in the debugger produces invalid js. r=fitzgen
2014-02-13 10:02:51 -05:00
Patrick Brosset
f5f5c17526
Bug 970532 - CSS rule-view deals with MathML elements correctly; r=miker
2014-02-12 12:14:46 +01:00
J. Ryan Stinnett
71772e679e
Bug 919819 - Detect JS files from fetched content type. r=fitzgen
...
--HG--
rename : browser/devtools/debugger/test/browser_dbg_pretty-print-01.js => browser/devtools/debugger/test/browser_dbg_pretty-print-13.js
rename : browser/devtools/debugger/test/code_ugly.js => browser/devtools/debugger/test/code_ugly-8
rename : browser/devtools/debugger/test/doc_pretty-print.html => browser/devtools/debugger/test/doc_pretty-print-3.html
2014-02-11 15:35:11 -06:00
J. Ryan Stinnett
e50ff8e205
Bug 966039 - Test more parts of app actor via mochitest. r=ochameau
2014-02-10 15:52:50 -06:00
Paul Rouget
a046a54db7
Bug 962511 - Implement an eventlooplag actor. r=past
2014-02-05 16:29:38 +01:00
Gregory Szorc
1f28da1c9c
Bug 969021 - Part 1: Consolidate moz.build data into parent moz.build files; r=ted
...
Many moz.build files define things that could be defined in parent
moz.build files. Keeping the number of moz.build files low helps with
build times due to less I/O and fewer directories traversed.
This patch eliminates a lot of moz.build files by moving their content
into parent moz.build files.
--HG--
extra : rebase_source : 0cfdf2697d10532e5b03cd27fbaadb41f42b837c
extra : amend_source : 0119d4e4881217f105e0e4ba1dfa9c8f7295f3e9
extra : histedit_source : eb49e62c67af2005fdc08d9c9a07f56bee98d558%2C50951e960e450f9b0e48fc7e8ec369d8666a63b0
2014-02-06 13:00:20 -08:00
Brandon Benvie
963f0c8ed2
Bug 967813 - Change loader alias for acorn and add acorn/util/walk.js. r=fitzgen
2014-02-06 12:39:04 -08:00
J. Ryan Stinnett
e5e5c05253
Bug 968440 - Update security check for getApp in webapps actor. r=ochameau
2014-02-05 15:34:23 -06:00
Alexandre Poirot
d17c3302d4
Bug 966988 - Fix bug 959420 in webapps actor getManifestFor usage. r=paul
2014-02-05 13:29:52 -05:00
Brandon Benvie
62f4c512cf
Bug 967698 - Update acorn to version 0.4.1. r=fitzgen
2014-02-04 17:52:38 -08:00
Patrick Brosset
a7146d1dde
Bug 932896 - Retrieves image data from server for image tooltips and makes tooltip size a pref, r=jwalker,ttaubert
2014-02-05 11:53:46 +01:00
Carsten "Tomcat" Book
d18fdccab8
Backed out changeset 18d70a3136f5 (bug 932896) for mochitest-other bustage on a CLOSED TREE
2014-02-05 11:36:02 +01:00
Paul Rouget
3cd85e454b
Bug 932896 - Retrieves image data from server for image tooltips and makes tooltip size a pref, r=jwalker,ttaubert
2014-02-05 10:02:52 +01:00
Ryan VanderMeulen
7ab400fd1d
Backed out changeset 72fdce22d68f (bug 964545) for mochitest-bc crashes.
2014-02-04 15:09:06 -05:00
Ryan VanderMeulen
edc490fc57
Merge m-c to fx-team.
2014-02-04 14:45:46 -05:00
Erik Vold
7a50c351d5
Bug 964545 - Add-on SDK page-mods are now debuggable r=dcamp
2014-01-27 23:21:31 -08:00
Alexandre Poirot
09e7067c3c
Bug 962541 - Allow debugging the same app on subsequent connections. r=paul
2014-02-03 09:43:28 -05:00
Ryan VanderMeulen
41adc7de9d
Merge m-c to fx-team.
2014-02-01 17:23:29 -05:00
Heather Arthur
3f176daf50
Bug 950915 - Watch for changes to CSS files on disk for source mapped files; r=dcamp
2014-02-01 12:26:53 -08:00
Ryan VanderMeulen
852b853e8f
Backed out changeset ca2ab9f4ac9c (bug 950266) for suspicion of causing bug 966582.
2014-02-01 14:39:56 -05:00
Patrick Brosset
23e6c7b9fc
Bug 952277 - DOMNodes can be highlighted and selected from the debugger [Australis]; r=past, vporof
2014-02-01 10:24:44 +01:00
Victor Porof
294b249c7f
Bug 946601 - Add performance statistics/piecharts in the Network Monitor, r=rcampbell
2014-02-01 08:37:53 +02:00
Fabrice Desré
c628005ef0
Bug 950266 - Re-enable the Nuwa process on B2G by default r=me
2014-01-14 16:00:25 -08:00
Fabrice Desré
cc03b80fb9
Bug 950266 - Re-enable the Nuwa process on B2G by default r=me
2014-01-14 16:00:25 -08:00
Patrick Brosset
19f8936c4e
Bug 947733 - Tooltips are shown on !important properties in the rule-view; r=miker
2014-01-30 16:04:47 +01:00
Jim Blandy
9fafe78d10
Bug 964507: Add mochitests for Debugger.Source.protoype.element and .elementAttributeName. r=bz
2014-01-29 14:12:23 -08:00
Panos Astithas
0718ac4049
Ignore native event listeners without a type (bug 962724); r=vporof
2014-01-29 11:23:10 +02:00
Victor Porof
9a45f0ab67
Bug 964700 - Fix test_safeErrorString.js xpcshell test, r=me
2014-01-28 18:25:25 +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
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
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
Jan Keromnes
888a022f0f
Bug 961392 - B2G RemoteDebugger.start() and toolkit DebuggerServer.addBrowserActors() duplicate code. r=ochameau, r=past
2014-01-24 12:11:00 +02:00
Panos Astithas
a3b4c00141
Add a memory actor for collecting memory usage data (bug 923275); r=paul
2013-12-03 13:41:02 +02:00
Paul Rouget
47f60475ba
Bug 896523 - In Firefox, Console.log does not work from apps launched within the system app. r=msucan
2014-01-24 08:33:31 -05:00
Alexey Novak
a5c6171505
Bug 956804 - Use DevToolsUtils.reportException in Parser.jsm; r=fitzgen
2014-01-23 09:55:16 -08:00
Tim Taubert
910454863e
merge m-c to fx-team
2014-01-23 10:57:35 +01:00
Jim Blandy
db8f266630
Bug 958646: Implement Debugger.Script.prototype.global accessor. r=sfink
2014-01-22 16:55:12 -08: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
Panos Astithas
9a89a283f7
Don't clobber the thread actor global on reload for pages that contain child frames (bug 962632); r=fitzgen
2014-01-23 09:20:07 +02:00
Peiyong Lin
0f81665376
Bug 961798 - Check if this.window is null in BrowserTabActor.prototype._setJavascriptEnabled. r=past
2014-01-21 09:55:00 +02:00
Alexandre Poirot
c89ffbb682
Bug 961659 - Prevent touch helper to end up in a broken state. r=paul
2014-01-21 11:48:04 -05: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
Mihai Sucan
e57a9a89fb
Bug 961097 - Very janky regular expression introduced in bug 923856; r=bz
2014-01-17 21:46:09 +02: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
Marco Castelluccio
626d865c32
Bug 959420 - Refactor saveApps, getManifestFor, readManifests, writeFile functions to use promises. r=fabrice
2014-01-16 16:26:24 -08:00
Ryan VanderMeulen
208917083a
Merge inbound to m-c.
2014-01-16 15:06:12 -05:00
Patrick Brosset
60f91775ef
Bug 959076 - Browser toolbox inspector can pick elements from the browser UI; r=harth
2014-01-15 20:43:25 +01:00
Ryan VanderMeulen
7de8cb1456
Merge m-c to fx-team.
2014-01-15 14:36:54 -05:00
Fabrice Desré
3d353833fd
Bug 891882 - Fix OOP touch events support on b2g desktop. r=vingtetun
2014-01-15 09:28:04 -05:00