Carsten "Tomcat" Book
e64cd11ad7
merge fx-team to mozilla-central
2014-05-21 13:57:43 +02:00
Girish Sharma
339756fa6e
Bug 1001131 - Reduce devtools footprint at browser startup - Sourcemap and devtools. r=fitzgen
2014-05-21 03:49:41 +05:30
Brian Grinstead
cc9c04dafe
Bug 987089 - Land ProjectEditor in browser/devtools part 1;r=paul
2014-05-20 12:25:16 -05:00
Carsten "Tomcat" Book
0cf5a7b5b3
Merge mozilla-central to fx-team
2014-05-20 16:17:08 +02:00
Mike Hommey
66233dd7ac
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
c166faa06c
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
05f1cc1c27
Bug 924574 - Use bulk transport to install apps. r=ochameau
2014-05-19 11:35:00 +02:00
Brian Grinstead
da645d3a98
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
0f24f14f35
Merge mozilla-central to fx-team
2014-05-16 14:33:31 +02:00
Carsten "Tomcat" Book
9f4037af48
merge fx-team to mozilla-central
2014-05-16 14:17:01 +02:00
Patrick Brosset
d0896d9770
Bug 835896 - First word in selector-search also matches classes and ids; r=harth
2014-05-16 14:06:12 +02:00
Victor Porof
33e0da1c55
Bug 1007200 - Create a framerate actor, r=rcampbell,benwa
2014-05-15 15:28:00 -04:00
Eddy Bruel
a50cf14136
Bug 1003095 - Refactor breakpoint tests to run against multiple loaders;r=past
2014-05-15 16:47:12 +02:00
Eddy Bruel
b5009853fd
Bug 1003095 - Parameterize helper functions in head_dbg.js;r=past
2014-05-15 16:40:12 +02:00
Eddy Bruel
40ef38722e
Bug 1003095 - Fix strict errors in the debugger server;r=past
2014-05-15 16:36:03 +02:00
Wes Kocher
3e9fe3b82d
Merge m-c to inbound
2014-05-15 16:16:03 -07:00
Luke Wagner
b1159b6282
Bug 1007383 - Include asm.js frames in JS::DescribeStack (r=jandem,robcee)
2014-05-15 12:30:45 -05:00
Ryan VanderMeulen
fed316d6b8
Backed out changeset ce34c13388f2 (bug 1007383) for crashtest failures.
2014-05-15 14:23:11 -04:00
Luke Wagner
20e7381038
Bug 1007383 - Include asm.js frames in JS::DescribeStack (r=jandem,robcee)
2014-05-15 12:30:45 -05:00
Eddy Bruel
eeb4ca4165
Bug 859372 - Refactor testactors.js;r=past
2014-05-13 22:06:37 +02:00
Eddy Bruel
ae7c69fc2c
Bug 859372 - Refactor webbrowser.js;r=past
2014-05-13 21:56:30 +02:00
J. Ryan Stinnett
d8c8db3f3b
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
5c4e3ffb08
Bug 997198 - Create a standalone reflow actor; r=bgrins
2014-05-12 16:51:06 +02:00
J. Ryan Stinnett
19db5518de
Bug 797639 - Part 2: Bulk data support in client and server. r=jimb
2014-05-14 14:30:02 -05:00
J. Ryan Stinnett
9d35a2f5ed
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
73fed264ce
Bug 797639 - Part 0: Clean up transport style. r=jimb
2014-05-14 14:30:02 -05:00
J. Ryan Stinnett
b286a2b11e
Bug 797639 - Part -1: Change forwarding prefix to slash. r=jimb
2014-05-14 14:30:01 -05:00
Bob Owen
3bf399eb09
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
8f91f2c8db
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
48684ab5b7
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
b3dda5d4d6
Bug 1007756: Strip out redundant and broken code landed in bug 990074. r=fitzgen
2014-05-09 10:28:29 -07:00
Brian Grinstead
b19fbc94d1
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
22af270df0
merge fx-team to mozilla-central
2014-05-09 14:00:32 +02:00
Heather Arthur
4cd57bbbc8
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
7741751893
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
45fac50171
Bug 1004840 - Fix regression in root actors protocolDescription requests. r=dcamp
2014-05-02 08:05:00 -04:00
Ryan VanderMeulen
ea171f0522
Backed out changeset 7ae6a7b925be for landing with the wrong bug number.
2014-05-07 14:18:52 -04:00
Irakli Gozalishvili
73c0f36e2b
Bug 1000480 - Fix regression in root actors protocolDescription requests. r=dcamp
2014-05-02 08:05:00 -04:00
Eddy Bruel
c3c510365b
Bug 1002456 - Fix debugger server breakage;r=jimb
2014-05-07 02:36:18 +02:00
Jordan Santell
60bce06019
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
327120e195
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
02ba7a7cb4
Bug 916874 - Reenable toolkit/devtools/apps/test/unit/test_webappsActor.js
2014-05-05 22:05:45 +02:00
Patrick Brosset
525e1e83dd
Bug 971628 - Avoid exceptions when entering invalid property names in the rule-view; r=miker
2014-05-05 14:46:11 +02:00
J. Ryan Stinnett
5600f2a1ab
Bug 1003620 - Add QR encoder library. r=paul
...
Imports the QR Code Generator library[1].
The original author is Kazuhiko Arase <arase@d-project.com>.
A copy of the library's MIT license is included.
[1]: https://github.com/kazuhikoarase/qrcode-generator
--HG--
rename : toolkit/devtools/moz.build => toolkit/devtools/qrcode/encoder/moz.build
rename : toolkit/devtools/moz.build => toolkit/devtools/qrcode/moz.build
2014-05-01 13:28:00 +02:00
Ryan VanderMeulen
87e88accfb
Backed out changeset 2b48d8dcac21 (bug 995252) for linux debug mochitest-dt failures.
2014-05-01 17:05:34 -04:00
James Long
c209ffc94a
Bug 995252 - Conditional breakpoints are always hit. r=past
2014-04-30 11:42:00 -04:00
Dave Townsend
7f17ca3889
Bug 993029: Create an add-on console actor that will be displayed in the console tab of the add-on debugger. r=msucan, r=Unfocused, r=past
2014-05-01 08:36:01 -07:00
Eddy Bruel
a8979579eb
Bug 859372 - Fix for root.js refactor;r=past
2014-04-30 15:24:42 +02:00
Eddy Bruel
5861eba121
Bug 859372 - Refactor root.js;r=past
2014-04-30 03:11:11 +02:00
Eddy Bruel
2baf4e8ddf
Bug 859372 - Refactor script.js; r=past
2014-04-29 17:52:44 +02:00