Ed Morley
0d5e61c574
Backed out changeset 9d2ca972053c (bug 987089) for intermittent failures
2014-05-21 15:55:58 +01:00
Eddy Bruel
eed250e2f2
Bug 1003095 - Make the xpcInspector a built-in module;r=past
2014-05-21 15:55:53 +02:00
Eddy Bruel
53938a380a
Bug 1003095 - Copy the lazy getter functions from XPCOMUtils.jsm to DevToolsUtils.js;r=past
2014-05-21 15:08:24 +02:00
Ryan VanderMeulen
f33ebb0000
Merge m-c to fx-team.
2014-05-21 08:56:33 -04:00
Carsten "Tomcat" Book
d0b0dc9883
merge fx-team to mozilla-central
2014-05-21 13:57:43 +02:00
J. Ryan Stinnett
69eb4e430d
Bug 1010750 - Part 2: Repair dbg-browser-actors on Fennec. r=margaret, r=past
...
--HG--
rename : mobile/android/chrome/content/dbg-browser-actors.js => mobile/android/modules/dbg-browser-actors.js
2014-05-19 09:23:00 -04:00
Girish Sharma
a04eeb4f1b
Bug 1001131 - Reduce devtools footprint at browser startup - Sourcemap and devtools. r=fitzgen
2014-05-21 03:49:41 +05:30
Brian Grinstead
68943e19ab
Bug 987089 - Land ProjectEditor in browser/devtools part 1;r=paul
2014-05-20 12:25:16 -05:00
Carsten "Tomcat" Book
fd2f1f60b2
Merge mozilla-central to fx-team
2014-05-20 16:17:08 +02:00
Eddy Bruel
730454cbea
Bug 1003095 - Create a whitelist for the chrome module;r=past
2014-05-21 14:01:20 +02:00
Eddy Bruel
4d341b6c0f
Bug 1003095 - Implement a Worker Loader;r=past
2014-05-21 13:58:18 +02:00
Mike Hommey
ee17fdfb59
Bug 1011816 - Avoid install targets race condition in toolkit/devtools/gcli. r=mshal
...
While at it, convert the libs:: rule to install targets
2014-05-20 08:47:59 +09:00
Brandon Benvie
093a12bbf4
Bug 968896 - Add tern support to source editor to provide autocompletion and type inference. r=vp, r=anton, r=fitzgen
2014-04-16 13:49:28 -07:00
J. Ryan Stinnett
b4fafa9747
Bug 924574 - Use bulk transport to install apps. r=ochameau
2014-05-19 11:35:00 +02:00
Brian Grinstead
af99a5fe0d
Bug 998344 - Console input is slow when accessing large Uint8Array object properties. r=robcee
2014-05-15 12:07:00 -04:00
Carsten "Tomcat" Book
b689b7c76c
Merge mozilla-central to fx-team
2014-05-16 14:33:31 +02:00
Carsten "Tomcat" Book
9f2d8b7b35
merge fx-team to mozilla-central
2014-05-16 14:17:01 +02:00
Patrick Brosset
f88b5ade62
Bug 835896 - First word in selector-search also matches classes and ids; r=harth
2014-05-16 14:06:12 +02:00
Victor Porof
3b035e2c57
Bug 1007200 - Create a framerate actor, r=rcampbell,benwa
2014-05-15 15:28:00 -04:00
Eddy Bruel
1d8cfd25b9
Bug 1003095 - Refactor breakpoint tests to run against multiple loaders;r=past
2014-05-15 16:47:12 +02:00
Eddy Bruel
e08f71dbe7
Bug 1003095 - Parameterize helper functions in head_dbg.js;r=past
2014-05-15 16:40:12 +02:00
Eddy Bruel
4951fb4a07
Bug 1003095 - Fix strict errors in the debugger server;r=past
2014-05-15 16:36:03 +02:00
Wes Kocher
f3eae3afea
Merge m-c to inbound
2014-05-15 16:16:03 -07:00
Luke Wagner
173f88b401
Bug 1007383 - Include asm.js frames in JS::DescribeStack (r=jandem,robcee)
2014-05-15 12:30:45 -05:00
Ryan VanderMeulen
7ecf0dafce
Backed out changeset ce34c13388f2 (bug 1007383) for crashtest failures.
2014-05-15 14:23:11 -04:00
Luke Wagner
490e85bbf4
Bug 1007383 - Include asm.js frames in JS::DescribeStack (r=jandem,robcee)
2014-05-15 12:30:45 -05:00
Eddy Bruel
bec8fcca79
Bug 859372 - Refactor testactors.js;r=past
2014-05-13 22:06:37 +02:00
Eddy Bruel
e46321bf42
Bug 859372 - Refactor webbrowser.js;r=past
2014-05-13 21:56:30 +02:00
J. Ryan Stinnett
3e4ef0cbee
Bug 1004701 - Add QR decoder library. r=paul
...
Imports the JS QR Code reader library[1].
This library was ported to JavaScript by Lazar Laszlo <lazarsoft@gmail.com>.
The port is made available under the Apache 2.0 license.
This library is based on the Java ZXing project[2] by the ZXing team. It is
also made available under the Apache 2.0 license.
[1]: https://github.com/jryans/jsqrcode
[2]: https://github.com/zxing/zxing
--HG--
rename : toolkit/devtools/qrcode/encoder/moz.build => toolkit/devtools/qrcode/decoder/moz.build
rename : toolkit/devtools/qrcode/qrcode.js => toolkit/devtools/qrcode/index.js
2014-05-09 12:50:00 -04:00
Patrick Brosset
a62807e343
Bug 997198 - Create a standalone reflow actor; r=bgrins
2014-05-12 16:51:06 +02:00
J. Ryan Stinnett
64ce7860dd
Bug 797639 - Part 2: Bulk data support in client and server. r=jimb
2014-05-14 14:30:02 -05:00
J. Ryan Stinnett
77d5f80c7d
Bug 797639 - Part 1: Bulk data support in the transport layer. r=jimb
...
--HG--
rename : toolkit/devtools/moz.build => toolkit/devtools/transport/moz.build
rename : toolkit/devtools/moz.build => toolkit/devtools/transport/tests/moz.build
rename : toolkit/devtools/server/tests/unit/test_dbgsocket.js => toolkit/devtools/transport/tests/unit/test_dbgsocket.js
rename : toolkit/devtools/server/tests/unit/test_dbgsocket_connection_drop.js => toolkit/devtools/transport/tests/unit/test_dbgsocket_connection_drop.js
rename : toolkit/devtools/server/transport.js => toolkit/devtools/transport/transport.js
2014-05-14 14:30:02 -05:00
J. Ryan Stinnett
f3d69b71bc
Bug 797639 - Part 0: Clean up transport style. r=jimb
2014-05-14 14:30:02 -05:00
J. Ryan Stinnett
ed4b29aa8f
Bug 797639 - Part -1: Change forwarding prefix to slash. r=jimb
2014-05-14 14:30:01 -05:00
Bob Owen
e6ced50b8d
Bug 997440 - Yet another error reporting fix, this time in devtools server tests. r=bholley
2014-05-20 22:52:19 -07:00
Shu-yu Guo
8d46a7852a
Bug 717749 - Part 3: Terminate instead of resume debuggee script on tab closure. (r=past)
2014-05-20 18:27:25 -07:00
Shu-yu Guo
87dc6d7e59
Bug 717749 - Part 2: Hook up the debugger to the slow script debug service. (r=past)
2014-05-20 18:27:25 -07:00
Dave Townsend
9fe37bcd14
Bug 1007756: Strip out redundant and broken code landed in bug 990074. r=fitzgen
2014-05-09 10:28:29 -07:00
Brian Grinstead
b18f93515a
Bug 1002280 - ID starting with numeric value crashes the devtools DOM inspector;r=jwalker,bholley
2014-05-09 09:58:26 -05:00
Carsten "Tomcat" Book
c9ab1251fe
merge fx-team to mozilla-central
2014-05-09 14:00:32 +02:00
Heather Arthur
b594bb7321
Bug 1006231 - Get original source content for a stylesheet from source map's 'sourcesContent'. r=fitzgen
2014-05-08 15:25:00 +02:00
James Long
886affdb03
Bug 995252 - Always remove a breakpoint and create a new one when setting the condition. r=past
2014-05-07 11:41:00 -04:00
Irakli Gozalishvili
a74cd54f32
Bug 1004840 - Fix regression in root actors protocolDescription requests. r=dcamp
2014-05-02 08:05:00 -04:00
Ryan VanderMeulen
807f08bd6b
Backed out changeset 7ae6a7b925be for landing with the wrong bug number.
2014-05-07 14:18:52 -04:00
Irakli Gozalishvili
e2a1d38a74
Bug 1000480 - Fix regression in root actors protocolDescription requests. r=dcamp
2014-05-02 08:05:00 -04:00
Eddy Bruel
f8ee4edca0
Bug 1002456 - Fix debugger server breakage;r=jimb
2014-05-07 02:36:18 +02:00
Jordan Santell
f28368f892
Bug 1006283 - Set and display proper type on AudioParams for web audio editor. r=vp
2014-05-06 14:03:00 -04:00
Shu-yu Guo
90a5e4c21a
Bug 1007164 - Throw on touching sentinel values in DebugScopeProxy by default but allow Debugger.Environment.prototype.getVariable access. (r=jimb)
2014-05-08 21:30:50 -07:00
Marco Castelluccio
5df8f5b886
Bug 916874 - Reenable toolkit/devtools/apps/test/unit/test_webappsActor.js
2014-05-05 22:05:45 +02:00
Patrick Brosset
55465af4da
Bug 971628 - Avoid exceptions when entering invalid property names in the rule-view; r=miker
2014-05-05 14:46:11 +02:00