Alexandre Poirot
9bdf969109
Bug 1014015 - Fix webapps actor exception when connecting more than once. r=paul
2014-05-21 08:21:00 -04:00
Eddy Bruel
b464257ec1
Bug 1003095 - Refactor main.js to be worker friendly;r=past
2014-05-22 16:27:19 +02:00
Eddy Bruel
d7bfa31371
Bug 1003095 - Refactor protocol.js to be worker friendly;r=past
2014-05-22 16:25:02 +02:00
Eddy Bruel
ab4d9fcd80
Bug 1003095 - Convert DevToolsExtensions.jsm into an SDK module;r=past;r=ZER0
2014-05-22 16:20:41 +02:00
Joe Walker
c734da39dd
Bug 975522 - Add CSS coverage commands; r=harth
2014-05-22 11:04:47 +01:00
Patrick Brosset
7299945974
Backed out changeset 40f323c3c14e -- Style-editor completion broken
2014-05-22 10:44:35 +02:00
Manish Goregaokar
8d7de30475
Bug 994134 - Warn first time users on pasting code into the console. r=bgrins
...
--HG--
rename : browser/devtools/webconsole/test/browser_webconsole_bug_642615_autocomplete.js => browser/devtools/webconsole/test/browser_webconsole_autocomplete_and_selfxss.js
2014-05-22 00:34:00 +02:00
Manish Goregaokar
7dd720a115
Bug 1013905 - Correctly bind lazyRequireGetter(); r=jwalker
2014-05-21 04:36:00 +02:00
Paul Rouget
18725d4eaa
Bug 1013876 - devices list is not cleared up when adb addon uninstalled. r=ochameau
2014-05-22 09:17:22 +02:00
Joe Walker
8de7ee97f0
Bug 1007006 - Add Task.spawn support to GCLI commands. r=harth
2014-05-08 04:22:00 -04:00
Brian Grinstead
85ba9582a6
Bug 987089 - Land ProjectEditor in browser/devtools part 1;r=paul
2014-05-21 16:38:17 -05:00
Ed Morley
19ba1db077
Backed out changeset 9d2ca972053c (bug 987089) for intermittent failures
2014-05-21 15:55:58 +01:00
Eddy Bruel
2bb1b9043d
Bug 1003095 - Make the xpcInspector a built-in module;r=past
2014-05-21 15:55:53 +02:00
Eddy Bruel
41ae580e5e
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
7285915a55
Merge m-c to fx-team.
2014-05-21 08:56:33 -04:00
Carsten "Tomcat" Book
e52ec8ff1a
merge fx-team to mozilla-central
2014-05-21 13:57:43 +02:00
J. Ryan Stinnett
8348b2fca5
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
5a11cc38a2
Bug 1001131 - Reduce devtools footprint at browser startup - Sourcemap and devtools. r=fitzgen
2014-05-21 03:49:41 +05:30
Brian Grinstead
bd42dd8121
Bug 987089 - Land ProjectEditor in browser/devtools part 1;r=paul
2014-05-20 12:25:16 -05:00
Carsten "Tomcat" Book
4e6b93d81b
Merge mozilla-central to fx-team
2014-05-20 16:17:08 +02:00
Eddy Bruel
d66474f7ac
Bug 1003095 - Create a whitelist for the chrome module;r=past
2014-05-21 14:01:20 +02:00
Eddy Bruel
419589fb9e
Bug 1003095 - Implement a Worker Loader;r=past
2014-05-21 13:58:18 +02:00
Mike Hommey
7aaba96720
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
c995d1c9c5
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
3ec9653837
Bug 924574 - Use bulk transport to install apps. r=ochameau
2014-05-19 11:35:00 +02:00
Brian Grinstead
836a2db5fa
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
ecf9c41329
Merge mozilla-central to fx-team
2014-05-16 14:33:31 +02:00
Carsten "Tomcat" Book
b098a000b9
merge fx-team to mozilla-central
2014-05-16 14:17:01 +02:00
Patrick Brosset
cbde0ae529
Bug 835896 - First word in selector-search also matches classes and ids; r=harth
2014-05-16 14:06:12 +02:00
Victor Porof
0d20a1008f
Bug 1007200 - Create a framerate actor, r=rcampbell,benwa
2014-05-15 15:28:00 -04:00
Eddy Bruel
a480846334
Bug 1003095 - Refactor breakpoint tests to run against multiple loaders;r=past
2014-05-15 16:47:12 +02:00
Eddy Bruel
32d0ddcffa
Bug 1003095 - Parameterize helper functions in head_dbg.js;r=past
2014-05-15 16:40:12 +02:00
Eddy Bruel
d529db99df
Bug 1003095 - Fix strict errors in the debugger server;r=past
2014-05-15 16:36:03 +02:00
Wes Kocher
5e55b00343
Merge m-c to inbound
2014-05-15 16:16:03 -07:00
Luke Wagner
cca3db9fa5
Bug 1007383 - Include asm.js frames in JS::DescribeStack (r=jandem,robcee)
2014-05-15 12:30:45 -05:00
Ryan VanderMeulen
01c38401e9
Backed out changeset ce34c13388f2 (bug 1007383) for crashtest failures.
2014-05-15 14:23:11 -04:00
Luke Wagner
b68b74f976
Bug 1007383 - Include asm.js frames in JS::DescribeStack (r=jandem,robcee)
2014-05-15 12:30:45 -05:00
Eddy Bruel
cd7b2648f5
Bug 859372 - Refactor testactors.js;r=past
2014-05-13 22:06:37 +02:00
Eddy Bruel
e4bf16e506
Bug 859372 - Refactor webbrowser.js;r=past
2014-05-13 21:56:30 +02:00
J. Ryan Stinnett
d2ecf8ad90
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
a1a0bf1ec7
Bug 997198 - Create a standalone reflow actor; r=bgrins
2014-05-12 16:51:06 +02:00
J. Ryan Stinnett
35fb8b8d22
Bug 797639 - Part 2: Bulk data support in client and server. r=jimb
2014-05-14 14:30:02 -05:00
J. Ryan Stinnett
c278833c23
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
12a46ec85f
Bug 797639 - Part 0: Clean up transport style. r=jimb
2014-05-14 14:30:02 -05:00
J. Ryan Stinnett
1b19c41bcd
Bug 797639 - Part -1: Change forwarding prefix to slash. r=jimb
2014-05-14 14:30:01 -05:00
Bob Owen
50f099eea9
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
f9ede83832
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
0e3c29e660
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
d45ba78b4b
Bug 1007756: Strip out redundant and broken code landed in bug 990074. r=fitzgen
2014-05-09 10:28:29 -07:00
Brian Grinstead
57fe62ba5f
Bug 1002280 - ID starting with numeric value crashes the devtools DOM inspector;r=jwalker,bholley
2014-05-09 09:58:26 -05:00