Граф коммитов

1113 Коммитов

Автор SHA1 Сообщение Дата
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
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
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
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
Dave Camp b55dce2148 Backout Bug 997372 for mochitest-dt orange on a CLOSED TREE. 2014-04-28 09:53:26 -07:00
Dave Camp e1b9d0acaa Bug 997372 - Add actor type logging to protocol.js. r=fitzgen 2014-04-28 08:58:26 -07:00
Nick Fitzgerald 54975d6a6d Bug 991904 - Create a way to load devtools modules lazily. r=dcamp 2014-04-25 11:23:00 -04:00
Ryan VanderMeulen 83e8056756 Backed out changeset 7f3e428b4a5d (bug 991904) for xpcshell failures.
CLOSED TREE
2014-04-25 14:08:12 -04:00
Nick Fitzgerald f936072cda Bug 991904 - Create a way to load devtools modules lazily. r=dcamp 2014-04-24 13:47:00 -04:00
Wes Kocher 41bd0431d4 Backed out 7 changesets (bug 942756) for Gi bustage
Backed out changeset 87b1be303630 (bug 942756)
Backed out changeset eb385c85d88b (bug 942756)
Backed out changeset d234447173a8 (bug 942756)
Backed out changeset f7b85c252914 (bug 942756)
Backed out changeset 4e540736b330 (bug 942756)
Backed out changeset 824aec2863f5 (bug 942756)
Backed out changeset 43feed75916e (bug 942756)
2014-04-24 14:30:44 -07:00
Dave Townsend 6db9e6c28e Bug 990074: Sources linked via the optionsURL in install.rdf do not show up in addon debugger. r=fitzgen 2014-04-24 14:16:46 -07:00
Dave Townsend 0e0ec3c6f5 Backing out bug 990074 as we have to backout bug 990685 2014-04-24 13:04:40 -07:00
Paul Rouget 7ccb93167d Bug 942756 - Unify debugger server startup: devtools and browser code. r=ochameau 2014-04-18 10:45:00 -04:00
Ryan VanderMeulen ff4b0476f6 Backed out 6 changesets (bug 942756) for Gaia integration test failures on a CLOSED TREE.
Backed out changeset 61f910c1aa72 (bug 942756)
Backed out changeset a45a8d47cf9c (bug 942756)
Backed out changeset ac1d4bc60841 (bug 942756)
Backed out changeset d7931085db18 (bug 942756)
Backed out changeset a048dcd963fd (bug 942756)
Backed out changeset 51a0ebd27ffb (bug 942756)
2014-04-24 13:11:55 -04:00
Eddy Bruel ad07bd7e64 Bug 859372 - Refactor transport.js; r=past 2014-04-24 13:23:30 +02:00
Eddy Bruel f7288f5b86 Bug 859372 - Make Timer a built-in module; r=past 2014-04-24 13:15:58 +02:00
Eddy Bruel ce5f3f8722 Bug 859372 - Factor out common actor definitions; r=past 2014-04-24 13:13:12 +02:00
Alexandre Poirot c6f3a02ab4 Bug 997239 - Move webconsole actor to a module. r=jryans,msucan 2014-04-23 10:38:00 +02:00
Paul Rouget 05b89b0090 Bug 942756 - Unify debugger server startup: devtools and browser code. r=ochameau 2014-04-18 10:45:00 +02:00
Alexandre Poirot b96489f0c2 Bug 998898 - Fix webconsole exception on simulator. r=jryans 2014-04-23 06:45:38 -07:00
Alexandre Poirot 130182e30e Bug 977043 - Use same ProgressListener event across actors. r=bgrins,past 2014-04-22 20:17:30 +02:00
Paolo Amadini 5824bdf058 Bug 995184 - Copy the legacy "promise.js" implementation from the Add-on SDK to devtools. r=past 2014-04-22 20:55:01 +01:00