Heather Arthur
4093679746
Bug 1031351 - Don't prettify CSS source if it has more than one line per rule. r=jwalker
2014-06-30 18:13:00 +02:00
Jordan Santell
e57a21fae4
Bug 978964 - Display combined bitmask values in the canvas debugger. r=vp
2014-06-30 14:12:00 +02:00
Sébastien Blin
c596683631
Bug 961832 - GCLI screenshot shows fixed position element in wrong position. r=pbrosset.
2014-06-30 17:46:20 +02:00
Jordan Santell
7be9fa0429
Bug 1029738 - Halt firing instrumented function calls after destruction in CallWatcherActor. r=vp
2014-06-30 11:42:00 +02:00
Alexandre Poirot
d6f268e55b
Bug 963490 - Implement a b2g component to easily interact with all frames. r=vingtetun, r=janx, r=jryans
2014-06-30 06:16:00 -04:00
Sami Jaktholm
8ac74f4d41
Bug 1026921 - Style Inspector: Choose correct URL for background image tooltip if a rule contains multiple backgrounds. r=pbrosset
2014-06-30 02:10:00 +02:00
Jordan Santell
fa50b3d321
Bug 999687 - Only show enum names in canvas debugger for appropriate method and arguments. r=vp
2014-06-27 12:09:00 +02:00
Fernando Jiménez
a33f322469
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
Alexandre Poirot
48afadd23e
Bug 1020948 - Ensure fetching script sources when DebuggerObject.source fails. r=past
2014-06-26 06:39:00 +02:00
J. Ryan Stinnett
eae2eaec8b
Bug 975591 - Part 1: Add device discovery service. r=paul
...
--HG--
rename : toolkit/devtools/moz.build => toolkit/devtools/discovery/moz.build
rename : toolkit/devtools/moz.build => toolkit/devtools/discovery/tests/moz.build
2014-06-26 16:40:00 +02:00
J. Ryan Stinnett
d9d204261d
Bug 1025799 - Progress events for app install. r=ochameau
2014-06-26 14:19:00 +02:00
Joe Walker
5fb66773b5
Bug 1022587 - Kill reference to this._tabActor.browser in CSS Coverage; r=paul
2014-06-27 08:31:21 +01:00
Joe Walker
2b035d7afa
Bug 1025044 - CSS coverage actor should have started and stopped events; r=harth
2014-06-27 08:31:20 +01:00
Brian Grinstead
f2fc054eeb
Bug 1029162 - Add querySelector[All] to tern docs. r=past
2014-06-25 04:57:00 -04:00
Brian Grinstead
3acb163c11
Bug 1029162 - Update tern to 0.6.2. r=past
2014-06-24 13:53:00 -04:00
Victor Porof
c6ac8be4df
Bug 1023525 - Make the canvas, webgl and webaudio actors also be global actors, r=jsantell
2014-06-25 13:35:10 -04:00
Victor Porof
a2f15d81b9
Bug 1029559 - The framerate front should have a means of clamping the generated values (relanded), r=pbrosset
2014-06-25 13:32:07 -04:00
Patrick Brosset
d0d68a2d44
Bug 971662 - part 1 - GCLI command that highlights all nodes that match a selector; r=jwalker
2014-06-25 16:40:43 +02:00
Patrick Brosset
76c5d2f7e0
bug 971662 - part 0 - The BoxModelHighlighter has options for drawing regions and guides; r=miker
2014-06-25 16:40:34 +02:00
Carsten "Tomcat" Book
140c0fba92
Merge mozilla-central to fx-team
2014-06-25 15:48:21 +02:00
Carsten "Tomcat" Book
56bde994f7
merge fx-team to mozilla-central a=merge
2014-06-25 15:34:21 +02:00
Jim Blandy
b6b202b6bb
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Michael Ratcliffe
f0223f3d26
Bug 994729 - Make box model guides move on layout view region hover r=bgrins
2014-06-24 17:26:38 +01:00
Ed Morley
40ec26b1f1
Backed out changeset e34a47ba8c1a (bug 971662) for highlighter.js:783 - NS_ERROR_NOT_AVAILABLE exceptions during the test run
2014-06-24 15:14:26 +01:00
Panos Astithas
3b01f496de
Don't fail test_dbgsocket.js in case the socket connections time out (bug 931315); r=me
...
--HG--
extra : rebase_source : 4a5f043d5b324e31d7b571ec1db2d17bf7446381
2014-06-24 14:54:48 +03:00
Patrick Brosset
36fb739113
bug 971662 - part 0 - The BoxModelHighlighter has options for drawing regions and guides; r=miker
2014-06-24 10:09:30 +02:00
Gabriel Luong
832dbd698a
Bug 966896 - [rule view] Editing rules' selectors for the current selection in the CSS rule-view r=pbrosset
2014-06-24 10:02:16 +02:00
James Long
c998f3799a
Bug 1026041 - make _clearSteppingHooks in ThreadActor check if the frame is live. r=fitzgen
2014-06-23 12:58:00 +02:00
Wes Kocher
7b66a28e6b
Merge fx-team to m-c a=merge
2014-06-23 17:56:11 -07:00
Nick Fitzgerald
89c96462f2
Bug 1000967 - Add source notes for |new| expression and function calls to improve source maps and debugging. r=ejpbruel
2014-06-20 13:09:00 -04:00
Jordan Santell
cf47d8ecf6
Bug 980506 - Emit destruction events on AudioNodes in the WebAudioActor. r=vp
2014-06-20 12:05:00 -04:00
Gabriel Luong
2265f9a900
Bug 803831 - GCLI Command to open Profile Directory. r=jwalker
2014-06-15 22:57:00 -04:00
Michael Ratcliffe
15470beec7
Bug 1016047 - Stop box model highlighter causing toolbox jumping on small screen r=bgrins
2014-06-11 16:05:22 +01:00
Michael Ratcliffe
3c14fde723
Bug 1003569
- Hide node infobar when it is outside the viewport r=jwalker
2014-06-20 12:25:09 +01:00
Michael Ratcliffe
e3e3940526
Bug 1020984 - Fix highlighter when transforms have width & height of 0 r=pbrosset
2014-06-20 13:32:32 +01:00
Patrick Brosset
294c0b5d88
Bug 1028043 - Clean up unnecessary references to inspector in highlighter.js; r=bgrins
2014-06-20 13:45:05 +02:00
Wes Kocher
a49b87fbb7
Backed out changeset 332504a9d638 (bug 980506) for devtools bustage
2014-06-19 16:22:08 -07:00
Jordan Santell
171119cb91
Bug 980506 - Implement GC listeners for AudioNodes in the WebAudioActor. r=vp
...
From f5f7afd0e7ff794caae1f8fb1e298f0f57fb014f Mon Sep 17 00:00:00 2001
---
browser/devtools/webaudioeditor/test/browser.ini | 2 +
.../test/browser_webaudio-actor-destroy-node.js | 41 ++++++++++++++++++
.../webaudioeditor/test/doc_destroy-nodes.html | 32 ++++++++++++++
browser/devtools/webaudioeditor/test/head.js | 10 +++++
toolkit/devtools/server/actors/call-watcher.js | 9 ++--
toolkit/devtools/server/actors/webaudio.js | 49 ++++++++++++++++++++++
6 files changed, 140 insertions(+), 3 deletions(-)
create mode 100644 browser/devtools/webaudioeditor/test/browser_webaudio-actor-destroy-node.js
create mode 100644 browser/devtools/webaudioeditor/test/doc_destroy-nodes.html
2014-06-17 13:04:37 -07:00
Jordan Santell
33f2897dde
Bug 1026766 - Support Media AudioNodes in the web audio editor. r=vp
...
From fe7f1f72bdb00e0ad2d687d40548138de506a4d6 Mon Sep 17 00:00:00 2001
---
browser/devtools/webaudioeditor/test/browser.ini | 2 +
.../test/browser_wa_properties-view-media-nodes.js | 45 ++++++++++++++++++++++
.../test/doc_media-node-creation.html | 29 ++++++++++++++
browser/devtools/webaudioeditor/test/head.js | 16 ++++++++
toolkit/devtools/server/actors/webaudio.js | 7 +++-
5 files changed, 98 insertions(+), 1 deletion(-)
create mode 100644 browser/devtools/webaudioeditor/test/browser_wa_properties-view-media-nodes.js
create mode 100644 browser/devtools/webaudioeditor/test/doc_media-node-creation.html
2014-06-17 15:54:53 -07:00
Tim Taubert
074c7cbac3
Backed out changeset b15db5d459d3 (bug 1029559)
2014-06-25 12:21:22 +02:00
Joe Walker
23e8b27ae9
Bug 1028234 - Allow command buttons to use target; r=bgrins
2014-06-25 11:21:07 +01:00
Joe Walker
00e21c30de
Bug 1023233 - Add getSpec to union type; f=gl, r=mratcliffe
2014-06-25 11:21:02 +01:00
Victor Porof
18a96d77ac
Bug 1029559 - The framerate front should have a means of clamping the generated values, r=pbrosset
2014-06-25 05:03:16 -04:00
James Long
ea27d58474
Bug 1008372 - Don't specify column when moving a breakpoint so it's stored correctly. r=fitzgen
2014-06-23 12:54:00 -04:00
Ed Morley
07c4fc7b98
Merge mozilla-central and fx-team
2014-06-19 17:20:10 +01:00
Ed Morley
d8e21cbea6
Merge latest green fx-team changeset and mozilla-central; a=merge
2014-06-19 15:59:56 +01:00
Paul Rouget
2cfd8a2a87
Bug 1012760 - build a webide-specific addon manager. r=ochameau
2014-06-19 05:19:56 +08:00
Birunthan Mohanathas
c910458886
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Nick Fitzgerald
81aea40be5
Bug 1021263 - Remove ThreadClient.prototype._doInterrupted. r=past
2014-06-05 14:22:00 -04:00
Eddy Bruel
e2c5ee3bb7
Bug 1014141 - Fix a regression in the remote debugger;r=mar.castellucio;r=past
2014-06-18 15:26:53 +02:00
Heather Arthur
8f256e8b72
Bug 1025521 - Only update @media rule list once per update. r=bgrins
2014-06-15 16:30:00 +02:00
Wes Kocher
7bbfdf0a7c
merge fx-team to m-c a=merge
2014-06-17 18:50:12 -07:00
J. Ryan Stinnett
188ce203c6
Bug 1021775 - Reply to bulk app install message. r=ochameau
2014-06-16 16:56:00 -04:00
Eddy Bruel
5869bdcb90
Bug 1016301 - Convert testactors.js to use native promises;r=past
2014-06-17 21:53:35 +02:00
Eddy Bruel
c549d1e528
Bug 1003095 - Clean up how we provide several APIs;r=past
2014-06-17 21:51:43 +02:00
Ryan VanderMeulen
469ca0e66b
Merge m-c to mozilla-inbound. a=merge
2014-06-17 15:43:06 -04:00
Boris Zbarsky
632d59fe2d
Bug 1019194 part 1. Get rid of nsIIndexedDatabaseManager. r=paul,khuey,mossop
2014-06-17 15:01:47 -04:00
James Long
4642df0c83
Bug 1024574 - Make xpcshell tests show RDP logs. r=past
2014-06-12 09:59:00 -04:00
Joe Walker
d6c801c10e
Bug 1025017 - Fix l10n issues with the GCLI help command and sync with web GCLI; r=mratcliffe
2014-06-17 09:12:17 +01:00
Joe Walker
7c4296515b
Bug 1023943 - Better wording for coverage command descriptions; r=harth
2014-06-17 09:12:17 +01:00
Joe Walker
e8add7dfd4
Bug 1016285 - Add more unit tests for css coverage; r=harth
2014-06-17 09:12:16 +01:00
Joe Walker
3a6b476d47
Bug 1014223 - Use unique identifier for <style> elements; r=harth
2014-06-17 09:12:16 +01:00
Vikneshwar
880745a0e3
Bug 1003546 - Use Arrow function instead of bind(). r=fitzgen
2014-06-14 06:49:00 -04:00
Jordan Santell
9595c4b11d
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
a1f942ae7d
Bug 976024 - Track Unique Set Size in the Developer HUD. r=21, r=njn
2014-06-13 06:38:00 +02:00
Benoit Girard
729685e2ec
Bug 1021990 - Migrate to xpcom based EventTracer. r=ehsan
2014-06-06 17:53:42 -04:00
Benoit Girard
53c5b40d51
Bug 1021072 - Remove GetResponsivenessTimes. r=ehsan
2014-06-13 22:32:13 -04:00
Ryan VanderMeulen
dc16962c70
Backed out changeset ed1b57a5e627 (bug 1019964) for causing bug 1025118.
2014-06-13 16:15:31 -04:00
Patrick Brosset
f7fa4585a3
Bug 1014547 - Add a css transform highlighter to the style-inspector; r=bgrins
2014-06-13 16:27:10 +02:00
Jordan Santell
be7f7beda6
Bug 1019964 - CallWatcherActor no longer holds strong references in FunctionCallActor. r=vp
2014-06-11 13:53:00 -04:00
Victor Porof
bbb070553c
Bug 1023441
- The framerate actor stops recording once the page navigates, r=pbrosset
2014-06-12 12:17:50 -04:00
Sami Jaktholm
dfd9bc0935
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
0b4273caa3
Bug 1023923 - Remove the Firefox string from InjectManual l10n string. r=jwalker
2014-06-11 08:54:00 -04:00
Wes Kocher
f0ebc18ca2
Merge m-c to fx-team
2014-06-11 18:52:12 -07:00
Bobby Holley
83475d1d2e
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
eb42a52af4
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
1ed487f084
Bug 1003095 - Refactor stepping tests to run against the worker loader;r=past
2014-06-10 20:37:40 +02:00
Eddy Bruel
7626924445
Bug 1003095 - Refactor object grips tests to run against the worker loader;r=past
2014-06-10 20:37:05 +02:00
Eddy Bruel
a840fc793e
Bug 1003095 - Refactor event-emitter.js to be worker friendly;r=past
2014-06-10 20:36:38 +02:00
Eddy Bruel
1ad5aa5b65
Bug 1003905 - Refactor DevToolsUtils.js to be worker friendly; r=past
2014-06-10 20:35:51 +02:00
Patrick Brosset
ffc519e501
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
7da8409467
Bug 1012869 - Allow STREAM_WOULD_BLOCK, close transport for others. r=paul
2014-06-09 13:21:00 -04:00
Victor Porof
82fdee4801
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
86687ec133
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
2ee688a5bb
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
af8ff00692
Bug 992309 - Don't leak gcli promise to other tests; r=mratcliffe
2014-06-09 15:16:26 +01:00
Joe Walker
a6bc285f73
Bug 989752 - Fix strings in GCLI help command; r=mratcliffe
2014-06-08 22:34:26 +01:00
Joe Walker
db7982e750
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
f0ea2a02ee
Bug 903418 - Remove unhelpful GCLI 'media reset' manual text; r=mratcliffe
2014-06-08 22:34:02 +01:00
Joe Walker
f9d16c16c0
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
1b9f6826d8
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
74242afd1f
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
e0d2294003
Bug 1012988 - Remove heritage dependency to packets.js. r=jimb
2014-06-05 08:55:00 -04:00
Nick Fitzgerald
b70473e717
Bug 1020587 - Update pretty-fast to latest upstream. r=me
2014-06-04 14:03:00 -04:00
Patrick Brosset
a3b665620e
Bug 911209 - Display hidden nodes differently in the markup-view; r=miker
2014-06-05 14:50:03 +02:00
Michael Ratcliffe
0b314dcb2d
Bug 718250 - Add the dimensions of the node in the NodeInfobar r=jwalker
2014-06-04 16:38:41 +01:00
Michael Ratcliffe
e2c0f7caf4
Bug 969306 - Remove getQuads() polyfill now that getQuads has landed r=pbrosset
2014-06-03 13:12:55 +01:00
Carsten "Tomcat" Book
ce22f87baf
Backed out changeset 52068b669c2a (bug 911209) for causing type errors in tests
2014-06-05 08:55:26 +02:00
Patrick Brosset
bad04e53f7
Bug 911209 - Display hidden nodes differently in the markup-view; r=miker
2014-06-04 21:42:16 +02:00
Manish Goregaokar
bc2ef82d9b
Bug 1017654 - Disable self-xss warning if chrome debugging is enabled. r=jwalker
2014-05-31 14:10:00 -04:00
Patrick Brosset
1f88915cbd
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
9e0f801dc4
Bug 1016526 - The framerate actor returns incorrect data, r=benwa
2014-05-30 19:17:55 -04:00
Eddy Bruel
16067dcdb8
Bug 1003095 - Refactor css-logic to be require friendly;r=past
2014-05-30 16:43:05 +02:00
Eddy Bruel
0a8a7fcd69
Bug 1003095 - Refactor transport.js to be worker friendly;r=past
2014-05-30 16:43:01 +02:00
Eddy Bruel
34c83f3396
Bug 1003095 - Refactor script.js to be worker friendly;r=past
2014-05-30 16:42:55 +02:00
Mike de Boer
cc86ca650f
Bug 1014482: make existing tests compatible with global Assert.jsm methods. r=gps
2014-05-30 16:26:48 +02:00
vikneshwar
caa2b5c0d4
Bug 991045 - Added Screenshot Button to toolbar's UI;r=pbrosset;
2014-05-30 10:47:49 +02:00
Paul Rouget
e068dd583e
Bug 1016924 - [appmgr v2] support non-device runtimes. r=ochameau
2014-05-30 07:22:16 +02:00
Victor Porof
fc2213ad02
Bug 1007202 - Create a framerate widget, r=pbrosset,rcampbell
2014-05-29 09:54:00 -04:00
Jordan Santell
e8fa9ab01f
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
5c7f66b7fc
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
2773956781
Backed out changeset 2fb11b6f1dfe - fail in test_webappsActor.js
2014-05-29 13:40:35 +02:00
Paul Rouget
3195925b96
Bug 1016924 - [appmgr v2] support non-device runtimes. r=ochameau
2014-05-29 12:37:27 +02:00
Bobby Holley
06eeb8c149
Bug 1015380 - Fix up devtools server. r=past
2014-05-28 11:14:27 -07:00
Carsten "Tomcat" Book
61cb55cfb0
merge mozilla-inbound to mozilla-central
2014-05-28 14:22:02 +02:00
Gabriel Luong
b72e0cdd15
Bug 987797 - Font preview tooltip does not preview web fonts. r=bgrins
2014-05-27 18:55:00 +02:00
Jim Blandy
4f30eab807
Bug 1014944: Clarify documentation for nsIJSInspector. DONTBUILD r=dcamp
2014-05-27 17:08:37 -07:00
Ryan VanderMeulen
67a212c673
Merge fx-team to m-c.
2014-05-27 15:55:29 -04:00
Ryan VanderMeulen
94d0d34f10
Backed out changeset 09ebd0af27a4 (bug 903291) for frequent B2G debug mochitest crashes.
2014-05-27 15:47:04 -04:00
Carsten "Tomcat" Book
47658629d0
merge b2g-inbound to mozilla-central
2014-05-26 15:26:11 +02:00
Fernando Jiménez
61ef6768ba
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
512efef758
Backed out changeset 3986e809158a (bug 903291) for Gu bustage
2014-05-23 15:48:20 -07:00
Fernando Jiménez
a643893636
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
efea15696f
Bug 1014015 - Fix webapps actor exception when connecting more than once. r=paul
2014-05-21 08:21:00 -04:00
Eddy Bruel
3b6f656cee
Bug 1003095 - Refactor main.js to be worker friendly;r=past
2014-05-22 16:27:19 +02:00
Eddy Bruel
f46d34a762
Bug 1003095 - Refactor protocol.js to be worker friendly;r=past
2014-05-22 16:25:02 +02:00
Eddy Bruel
ca956f64e3
Bug 1003095 - Convert DevToolsExtensions.jsm into an SDK module;r=past;r=ZER0
2014-05-22 16:20:41 +02:00
Joe Walker
24ba3e649e
Bug 975522 - Add CSS coverage commands; r=harth
2014-05-22 11:04:47 +01:00
Patrick Brosset
a83f60dc43
Backed out changeset 40f323c3c14e -- Style-editor completion broken
2014-05-22 10:44:35 +02:00
Manish Goregaokar
7417eed39f
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
5bfc96bde7
Bug 1013905 - Correctly bind lazyRequireGetter(); r=jwalker
2014-05-21 04:36:00 +02:00
Paul Rouget
7e98c5ef35
Bug 1013876 - devices list is not cleared up when adb addon uninstalled. r=ochameau
2014-05-22 09:17:22 +02:00
Joe Walker
a952df8054
Bug 1007006 - Add Task.spawn support to GCLI commands. r=harth
2014-05-08 04:22:00 -04:00
Brian Grinstead
3ce7676dac
Bug 987089 - Land ProjectEditor in browser/devtools part 1;r=paul
2014-05-21 16:38:17 -05:00
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
Jonathan Watt
54bc4dae2e
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
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
Jordan Santell
7fc416d8ed
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
2c1b9732db
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
c76cd19389
Bug 1013887 - Make CSS coverage should look nicer; r=harth
2014-05-26 19:57:58 +01:00
Heather Arthur
aa3b72ed1d
Bug 1012806 - Add @media rules sidebar to style editor; r=jwalker
2014-05-26 13:52:24 -04:00
Gijs Kruitbosch
39bfeb1084
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
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
J. Ryan Stinnett
e609163c15
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
60ce5bc87b
Backed out changeset 2b48d8dcac21 (bug 995252) for linux debug mochitest-dt failures.
2014-05-01 17:05:34 -04:00
James Long
cef34837b7
Bug 995252 - Conditional breakpoints are always hit. r=past
2014-04-30 11:42:00 -04:00
Dave Townsend
11aa94d025
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
97a9f4ce55
Bug 859372 - Fix for root.js refactor;r=past
2014-04-30 15:24:42 +02:00
Eddy Bruel
fb33b68d6e
Bug 859372 - Refactor root.js;r=past
2014-04-30 03:11:11 +02:00
Eddy Bruel
6633d0d4d6
Bug 859372 - Refactor script.js; r=past
2014-04-29 17:52:44 +02:00
Dave Camp
e3c125c27a
Backout Bug 997372 for mochitest-dt orange on a CLOSED TREE.
2014-04-28 09:53:26 -07:00
Dave Camp
aead661c9f
Bug 997372 - Add actor type logging to protocol.js. r=fitzgen
2014-04-28 08:58:26 -07:00
Nick Fitzgerald
96312e9ec8
Bug 991904 - Create a way to load devtools modules lazily. r=dcamp
2014-04-25 11:23:00 -04:00