Ryan VanderMeulen
470a46bf63
Merge fx-team to m-c. a=merge
2014-07-09 16:12:36 -04:00
Ryan VanderMeulen
33438fd923
Backed out changeset ea4acc8b76dd (bug 903291) for frequent B2G crashtest failures and other regressions.
2014-07-09 15:34:43 -04:00
Alexandre Poirot
f2b703b3b6
Bug 1013997 - Use only one compartment for all devtools modules. r=mossop, r=past
2014-07-07 06:07:00 -04:00
Carsten "Tomcat" Book
e48928a775
Merge mozilla-central to fx-team
2014-07-07 15:33:48 +02:00
Nick Fitzgerald
9a070e807e
Bug 1032379 - Automatically black box sources whose URL ends with '.min.js'. r=past
2014-07-03 09:44:00 -04:00
Patrick Brosset
a2aba8036d
Bug 1034084 - Avoid sending reflow events after the window has been closed; r=miker
2014-07-03 12:18:00 +02:00
Victor Porof
1d81b115df
Bug 1034651 - The framerate front's plotFPS
should be a static method, r=pbrosset
2014-07-07 07:20:47 -04:00
Victor Porof
4eed9cf8c9
Bug 1034648 - The framerate actor needs a way to cancel a recording without retrieving the accumulated data, r=pbrosset
2014-07-07 07:20:46 -04:00
Alexandre Poirot
4bac043245
Bug 1033280 - Ensure that DebuggerClient.request returns a promise. r=jryans,past
2014-07-08 09:16:00 +02:00
Gabriel Luong
768f713b65
Bug 966895 - [rule view] Adding new rules to the current selection in the CSS rule-view. r=harth
2014-07-07 09:18:00 +02:00
Alexandre Poirot
7ca6c123d2
Bug 797621 - Generic actor event API. r=past
2014-07-07 15:40:00 +02:00
Jordan Santell
6e6b4e58df
Bug 986705 - Implement web audio server events for connecting to an AudioParam in the web audio editor. r=vp
2014-07-02 12:37:00 +02:00
Carsten "Tomcat" Book
d151745466
Backed out changeset afdb479e6427 (bug 966895) for causing Bug 1034015
2014-07-03 14:40:34 +02:00
Jordan Santell
9d18e0b35a
Bug 1015665 - Do not store function calls in CallWatcherActor unless needed. r=vp
2014-07-01 14:25:00 +02:00
Jan Keromnes
714734e123
Bug 1009312 - Remove duplicate calls to addActorPool. r=dcamp
2014-07-02 10:46:00 +02:00
Gabriel Luong
4fda410f38
Bug 966895 - [rule view] Adding new rules to the current selection in the CSS rule-view r=harth
2014-07-02 23:52:00 +02:00
Patrick Brosset
ed2f4a7931
Bug 1026395 - Avoid unhandled rejected promise in browser_ruleview_edit-property-increments.js. r=jwalker
2014-07-02 04:39:00 -04:00
Jordan Santell
600c9c9252
Bug 978964 - Display combined bitmask values in the canvas debugger. r=vp
2014-06-30 14:12:00 +02:00
Jordan Santell
94b2961f58
Bug 1029738 - Halt firing instrumented function calls after destruction in CallWatcherActor. r=vp
2014-06-30 11:42:00 +02:00
Alexandre Poirot
e2d89f3f9d
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
eb2cb4b520
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
13984c654e
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
9e139bfc8f
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
1c728d5718
Bug 1020948 - Ensure fetching script sources when DebuggerObject.source fails. r=past
2014-06-26 06:39:00 +02:00
J. Ryan Stinnett
9896399c98
Bug 1025799 - Progress events for app install. r=ochameau
2014-06-26 14:19:00 +02:00
Joe Walker
b83a7bf1c9
Bug 1022587 - Kill reference to this._tabActor.browser in CSS Coverage; r=paul
2014-06-27 08:31:21 +01:00
Joe Walker
4db1d190fe
Bug 1025044 - CSS coverage actor should have started and stopped events; r=harth
2014-06-27 08:31:20 +01:00
Victor Porof
7ccb4ebd5a
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
ce16c40e85
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
6893913e52
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
4270d63d99
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
48f0f82363
merge fx-team to mozilla-central a=merge
2014-06-25 15:34:21 +02:00
Jim Blandy
7e20285e70
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
1f7e252160
Bug 994729 - Make box model guides move on layout view region hover r=bgrins
2014-06-24 17:26:38 +01:00
Gabriel Luong
aadccf40b2
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
060021d87e
Bug 1026041 - make _clearSteppingHooks in ThreadActor check if the frame is live. r=fitzgen
2014-06-23 12:58:00 +02:00
Wes Kocher
fda21c3dd1
Merge fx-team to m-c a=merge
2014-06-23 17:56:11 -07:00
Nick Fitzgerald
98364a70c0
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
b5bd9291e9
Bug 980506 - Emit destruction events on AudioNodes in the WebAudioActor. r=vp
2014-06-20 12:05:00 -04:00
Michael Ratcliffe
581dcccc92
Bug 1016047 - Stop box model highlighter causing toolbox jumping on small screen r=bgrins
2014-06-11 16:05:22 +01:00
Michael Ratcliffe
72b35ceb5e
Bug 1003569
- Hide node infobar when it is outside the viewport r=jwalker
2014-06-20 12:25:09 +01:00
Michael Ratcliffe
1220898967
Bug 1020984
- Fix highlighter when transforms have width & height of 0 r=pbrosset
2014-06-20 13:32:32 +01:00
Patrick Brosset
3d303b45fd
Bug 1028043 - Clean up unnecessary references to inspector in highlighter.js; r=bgrins
2014-06-20 13:45:05 +02:00
Wes Kocher
5e65930bcd
Backed out changeset 332504a9d638 (bug 980506) for devtools bustage
2014-06-19 16:22:08 -07:00
Jordan Santell
e53c1975d2
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
8657f221cc
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
James Long
1df6353542
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
Eddy Bruel
fd8a3e341e
Bug 1014141 - Fix a regression in the remote debugger;r=mar.castellucio;r=past
2014-06-18 15:26:53 +02:00
Heather Arthur
f71d7dd1a1
Bug 1025521 - Only update @media rule list once per update. r=bgrins
2014-06-15 16:30:00 +02:00
Wes Kocher
a12074887f
merge fx-team to m-c a=merge
2014-06-17 18:50:12 -07:00