Vikneshwar
2f2adc483b
Bug 1003546 - Use Arrow function instead of bind(). r=fitzgen
2014-06-14 06:49:00 -04:00
Jordan Santell
48ce07a8fe
Bug 1019964 - Add an option to CallWatcher to only store weak references. r=vp
...
From 7a169cbcf6bc4dd42dffb871aa8ec72885a307ed Mon Sep 17 00:00:00 2001
---
toolkit/devtools/server/actors/call-watcher.js | 36 +++++++++++++++++++++-----
toolkit/devtools/server/actors/webaudio.js | 3 ++-
2 files changed, 32 insertions(+), 7 deletions(-)
2014-06-16 08:03:52 -07:00
Jan Keromnes
78b25a6311
Bug 976024 - Track Unique Set Size in the Developer HUD. r=21, r=njn
2014-06-13 06:38:00 +02:00
Benoit Girard
9ea973aec8
Bug 1021990 - Migrate to xpcom based EventTracer. r=ehsan
2014-06-06 17:53:42 -04:00
Benoit Girard
f6c6ac7ed5
Bug 1021072 - Remove GetResponsivenessTimes. r=ehsan
2014-06-13 22:32:13 -04:00
Ryan VanderMeulen
f708c5b6cf
Backed out changeset ed1b57a5e627 (bug 1019964) for causing bug 1025118.
2014-06-13 16:15:31 -04:00
Patrick Brosset
a77341d73c
Bug 1014547 - Add a css transform highlighter to the style-inspector; r=bgrins
2014-06-13 16:27:10 +02:00
Jordan Santell
4d6d69ba9d
Bug 1019964 - CallWatcherActor no longer holds strong references in FunctionCallActor. r=vp
2014-06-11 13:53:00 -04:00
Victor Porof
935e23fd43
Bug 1023441
- The framerate actor stops recording once the page navigates, r=pbrosset
2014-06-12 12:17:50 -04:00
Sami Jaktholm
0a5f0c5c2f
Bug 1017515 - Add copy color item to context menu of CSS rule and computed views. r=pbrosset
2014-06-12 06:02:00 -04:00
Gabriel Luong
9db1b68c65
Bug 1023923 - Remove the Firefox string from InjectManual l10n string. r=jwalker
2014-06-11 08:54:00 -04:00
Wes Kocher
03b6cb112d
Merge m-c to fx-team
2014-06-11 18:52:12 -07:00
Bobby Holley
713c6cebe7
Bug 1020609 - Fix up webconsole. r=past
...
The basic setup is that Object (and now Array) Xrays apply various heuristics
to try to filter out dangerous properties from the underlying object. This
includes accessor properties, shadowing properties, callables, and non-Xrayable
objects. We need to make various fixes on the devtools side to keep this stuff
working.
Also, it would be nice if the tests were designed in such a way that a failed
string match didn't cause the whole test to hang without a useful error message.
2014-06-11 15:16:06 -07:00
Jordan Santell
84b698169c
Bug 1022917 - Do not store any strong references in the web audio editor. r=vp
...
---
toolkit/devtools/server/actors/webaudio.js | 114 +++++++++++++++++++----------
1 file changed, 77 insertions(+), 37 deletions(-)
2014-06-11 10:06:54 -07:00
Eddy Bruel
532d8cbbb2
Bug 1003095 - Refactor stepping tests to run against the worker loader;r=past
2014-06-10 20:37:40 +02:00
Eddy Bruel
1e3fb3b68d
Bug 1003095 - Refactor object grips tests to run against the worker loader;r=past
2014-06-10 20:37:05 +02:00
Eddy Bruel
626c0706c7
Bug 1003095 - Refactor event-emitter.js to be worker friendly;r=past
2014-06-10 20:36:38 +02:00
Eddy Bruel
476c06facb
Bug 1003905 - Refactor DevToolsUtils.js to be worker friendly; r=past
2014-06-10 20:35:51 +02:00
Patrick Brosset
e5a2798d4c
Bug 1021571
- Stop sending mutations to the front when the walker is being destroyed. r=bgrins
2014-06-10 02:00:00 -04:00
J. Ryan Stinnett
2d9bccf345
Bug 1012869 - Allow STREAM_WOULD_BLOCK, close transport for others. r=paul
2014-06-09 13:21:00 -04:00
Victor Porof
073fae60d5
Bug 1023018 - Make the framerate actor take 'start' and 'end' params for specifying a range when retrieving the refresh driver ticks, r=pbrosset
2014-06-10 10:55:25 -04:00
Gabriel Luong
c74cc3cf11
Bug 1016578 - Enhancement: Easily inject jQuery, underscore, or other useful libraries into pages from devtools. r=jwalker
2014-06-09 10:40:00 -04:00
Sebastian Hengst
e0c0b2aa86
Bug 906632 - Indentation size in gcli's JavaScript beautifier should follow devtools.editor.tabsize. r=mratcliffe
2014-06-09 09:03:35 +02:00
Joe Walker
ea84d98c38
Bug 992309 - Don't leak gcli promise to other tests; r=mratcliffe
2014-06-09 15:16:26 +01:00
Joe Walker
83229f9b19
Bug 989752 - Fix strings in GCLI help command; r=mratcliffe
2014-06-08 22:34:26 +01:00
Joe Walker
b5a645d506
Bug 896256 - Fix l10n for a number of strings in the GCLI 'cmd' command; r=mratcliffe
2014-06-08 22:34:14 +01:00
Joe Walker
28b3d3751c
Bug 903418 - Remove unhelpful GCLI 'media reset' manual text; r=mratcliffe
2014-06-08 22:34:02 +01:00
Joe Walker
fba7aad469
Bug 1016330 - (Part 1) Make CSS Coverage work with B2G; r=paul
...
https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c3
> prettifyCSS needs to be used client side or moved at the toolkit level.
Done
https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c4
> Move the call to makeRemote to DeveloperToolbar.jsm
Not done. See https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c6
https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c5
> We need to test first there's a cssusage actor.
> A toolbox might be debugging gecko < 32.
Done
https://bugzilla.mozilla.org/show_bug.cgi?id=1016330#c2
> Kill reference to this._tabActor.browser. This might create issues
> with sub documents ("load" is sent to browser even for inner documents.
> It's not the case with tabActor.window).
Future work.
2014-06-08 22:33:36 +01:00
David Caldwell
0a2da8c816
Bug 907310 - (shift)+F5, Cmd/Ctrl+R should be available in Detached Devtools Window. r=bgrins
2014-05-09 17:41:43 -07:00
Brian Grinstead
c065592bb5
Bug 1021023 - Fix 'document is null' error in CssLogic_findCssSelector when inspecting <window> in XUL document. r=pbrosset
2014-06-05 08:40:00 -04:00
Alexandre Poirot
e18671f163
Bug 1012988 - Remove heritage dependency to packets.js. r=jimb
2014-06-05 08:55:00 -04:00
Nick Fitzgerald
6bfa7bc77c
Bug 1020587 - Update pretty-fast to latest upstream. r=me
2014-06-04 14:03:00 -04:00
Patrick Brosset
efc01eeb80
Bug 911209 - Display hidden nodes differently in the markup-view; r=miker
2014-06-05 14:50:03 +02:00
Michael Ratcliffe
3fd9bfb519
Bug 718250 - Add the dimensions of the node in the NodeInfobar r=jwalker
2014-06-04 16:38:41 +01:00
Michael Ratcliffe
21bb0cc62f
Bug 969306 - Remove getQuads() polyfill now that getQuads has landed r=pbrosset
2014-06-03 13:12:55 +01:00
Carsten "Tomcat" Book
369ae9d73c
Backed out changeset 52068b669c2a (bug 911209) for causing type errors in tests
2014-06-05 08:55:26 +02:00
Patrick Brosset
ddcc616c4b
Bug 911209 - Display hidden nodes differently in the markup-view; r=miker
2014-06-04 21:42:16 +02:00
Manish Goregaokar
40330dab93
Bug 1017654 - Disable self-xss warning if chrome debugging is enabled. r=jwalker
2014-05-31 14:10:00 -04:00
Patrick Brosset
640918baaf
Bug 1007021 - The ReflowActor observes iframes and works after page navigations; r=bgrins r=ochameau
2014-06-03 09:51:55 +02:00
Victor Porof
ed99df0b99
Bug 1016526 - The framerate actor returns incorrect data, r=benwa
2014-05-30 19:17:55 -04:00
Eddy Bruel
68ad33b4bc
Bug 1003095 - Refactor css-logic to be require friendly;r=past
2014-05-30 16:43:05 +02:00
Eddy Bruel
389e9edbab
Bug 1003095 - Refactor transport.js to be worker friendly;r=past
2014-05-30 16:43:01 +02:00
Eddy Bruel
1064971045
Bug 1003095 - Refactor script.js to be worker friendly;r=past
2014-05-30 16:42:55 +02:00
Mike de Boer
578185223c
Bug 1014482: make existing tests compatible with global Assert.jsm methods. r=gps
2014-05-30 16:26:48 +02:00
vikneshwar
f465772d49
Bug 991045 - Added Screenshot Button to toolbar's UI;r=pbrosset;
2014-05-30 10:47:49 +02:00
Paul Rouget
2ef4dffe43
Bug 1016924 - [appmgr v2] support non-device runtimes. r=ochameau
2014-05-30 07:22:16 +02:00
Victor Porof
f74da08d74
Bug 1007202 - Create a framerate widget, r=pbrosset,rcampbell
2014-05-29 09:54:00 -04:00
Jordan Santell
767b1bde4d
Bug 1006912 - Fix the web audio dev tools to work after a tab refresh. r=vp
2014-05-28 11:44:00 -04:00
Brian Grinstead
de1a8e1b9f
Bug 935803 - Display browser styles in the rule view (UA style sheet rules);r=pbrosset
2014-05-29 07:02:26 -05:00
Paul Rouget
5fccfc1683
Backed out changeset 2fb11b6f1dfe - fail in test_webappsActor.js
2014-05-29 13:40:35 +02:00
Paul Rouget
c7525d8463
Bug 1016924 - [appmgr v2] support non-device runtimes. r=ochameau
2014-05-29 12:37:27 +02:00
Bobby Holley
cb22cf4739
Bug 1015380 - Fix up devtools server. r=past
2014-05-28 11:14:27 -07:00
Carsten "Tomcat" Book
7f9c4ef8ba
merge mozilla-inbound to mozilla-central
2014-05-28 14:22:02 +02:00
Gabriel Luong
74fb19445a
Bug 987797 - Font preview tooltip does not preview web fonts. r=bgrins
2014-05-27 18:55:00 +02:00
Jim Blandy
58def1d5af
Bug 1014944: Clarify documentation for nsIJSInspector. DONTBUILD r=dcamp
2014-05-27 17:08:37 -07:00
Ryan VanderMeulen
02dd774270
Merge fx-team to m-c.
2014-05-27 15:55:29 -04:00
Ryan VanderMeulen
a14ebecdb7
Backed out changeset 09ebd0af27a4 (bug 903291) for frequent B2G debug mochitest crashes.
2014-05-27 15:47:04 -04:00
Carsten "Tomcat" Book
c509721e94
merge b2g-inbound to mozilla-central
2014-05-26 15:26:11 +02:00
Fernando Jiménez
974cbdab7d
Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install. r=fabrice
...
* * *
Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install
2014-05-24 12:28:13 -07:00
Wes Kocher
ccec589109
Backed out changeset 3986e809158a (bug 903291) for Gu bustage
2014-05-23 15:48:20 -07:00
Fernando Jiménez
40750ab439
Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install. r=fabrice
...
* * *
Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install
2014-05-23 14:21:09 -07:00
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
Jonathan Watt
c7543155b1
Bug 1014891 - Remove support for XML's 'catalog' style sheets, and provide an internal alternative for the abusing callers of EnsureCatalogStyleSheet. r=bz
2014-05-24 19:46:38 +01: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
Jordan Santell
ea5dbf9534
Bug 1007920 - Handle non-primitive types in the AudioNode actor and in the web audio editor tool. r=vp
2014-05-26 10:41:00 -04:00
Gijs Kruitbosch
221ed4336e
Bug 977009 - bustage fix, Cu is not defined, rs=firebot
...
--HG--
extra : rebase_source : 9e2858c2765f7e2762479b82440f968d5ea379b9
2014-05-26 21:13:00 +01:00
Joe Walker
ce07827af2
Bug 1013887 - Make CSS coverage should look nicer; r=harth
2014-05-26 19:57:58 +01:00
Heather Arthur
24f4d95564
Bug 1012806 - Add @media rules sidebar to style editor; r=jwalker
2014-05-26 13:52:24 -04:00
Gijs Kruitbosch
cc0165806f
Bug 977009 - switch to Cu.cloneInto instead of JSON.parse(JSON.stringify(foo)) because it's faster, r=vporof
...
--HG--
extra : rebase_source : 09dc0b502417ceb3384689f6517a4b21c46ff9d3
2014-05-26 13:25:00 +01: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
Carsten "Tomcat" Book
3bb93d8ddc
merge fx-team to mozilla-central
2014-05-09 14:00:32 +02:00
Heather Arthur
1354cc3bea
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
fa08d3e84c
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
a84292fe63
Bug 1004840 - Fix regression in root actors protocolDescription requests. r=dcamp
2014-05-02 08:05:00 -04:00
Ryan VanderMeulen
f3067efb4b
Backed out changeset 7ae6a7b925be for landing with the wrong bug number.
2014-05-07 14:18:52 -04:00
Irakli Gozalishvili
4a81aa0fd0
Bug 1000480 - Fix regression in root actors protocolDescription requests. r=dcamp
2014-05-02 08:05:00 -04:00
Eddy Bruel
ad05fbf2fc
Bug 1002456 - Fix debugger server breakage;r=jimb
2014-05-07 02:36:18 +02:00
Jordan Santell
8d37be5ce6
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
85ed834721
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
a78482a981
Bug 916874 - Reenable toolkit/devtools/apps/test/unit/test_webappsActor.js
2014-05-05 22:05:45 +02:00
Patrick Brosset
b5f5065758
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
83b3ba489f
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
1f54f83606
Backed out changeset 2b48d8dcac21 (bug 995252) for linux debug mochitest-dt failures.
2014-05-01 17:05:34 -04:00
James Long
9da3063d4a
Bug 995252 - Conditional breakpoints are always hit. r=past
2014-04-30 11:42:00 -04:00
Dave Townsend
832c3d2cac
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
8b4ca2810b
Bug 859372 - Fix for root.js refactor;r=past
2014-04-30 15:24:42 +02:00
Eddy Bruel
13ef2bbdc1
Bug 859372 - Refactor root.js;r=past
2014-04-30 03:11:11 +02:00
Eddy Bruel
c7b00e949d
Bug 859372 - Refactor script.js; r=past
2014-04-29 17:52:44 +02:00
Dave Camp
81baae1590
Backout Bug 997372 for mochitest-dt orange on a CLOSED TREE.
2014-04-28 09:53:26 -07:00
Dave Camp
071139a4e6
Bug 997372 - Add actor type logging to protocol.js. r=fitzgen
2014-04-28 08:58:26 -07:00
Nick Fitzgerald
58bd7bca59
Bug 991904 - Create a way to load devtools modules lazily. r=dcamp
2014-04-25 11:23:00 -04:00
Ryan VanderMeulen
b4f08e51ba
Backed out changeset 7f3e428b4a5d (bug 991904) for xpcshell failures.
...
CLOSED TREE
2014-04-25 14:08:12 -04:00
Nick Fitzgerald
75d519dc2f
Bug 991904 - Create a way to load devtools modules lazily. r=dcamp
2014-04-24 13:47:00 -04:00
Wes Kocher
7f118a8fee
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
001dd9410a
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
57c83226c5
Backing out bug 990074 as we have to backout bug 990685
2014-04-24 13:04:40 -07:00
Paul Rouget
cb55744223
Bug 942756 - Unify debugger server startup: devtools and browser code. r=ochameau
2014-04-18 10:45:00 -04:00
Ryan VanderMeulen
3b3e22ab48
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
1a6f90b913
Bug 859372 - Refactor transport.js; r=past
2014-04-24 13:23:30 +02:00
Eddy Bruel
8487128364
Bug 859372 - Make Timer a built-in module; r=past
2014-04-24 13:15:58 +02:00
Eddy Bruel
673cad14b4
Bug 859372 - Factor out common actor definitions; r=past
2014-04-24 13:13:12 +02:00
Alexandre Poirot
6bde1b2312
Bug 997239 - Move webconsole actor to a module. r=jryans,msucan
2014-04-23 10:38:00 +02:00
Paul Rouget
e12a9501f7
Bug 942756 - Unify debugger server startup: devtools and browser code. r=ochameau
2014-04-18 10:45:00 +02:00