Nathan Froyd
13d14daf45
Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal
...
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to
TESTING_JS_MODULES: we indicate the path relative to
$(FINAL_TARGET)/modules with an appropriate hierarchy of paths.
2014-07-25 13:40:07 -04:00
Jan Keromnes
c56ff451fc
Bug 1020288 - Add a Runtime Monitor to WebIDE. r=paul
...
--HG--
rename : browser/devtools/webaudioeditor/lib/d3.js => browser/devtools/shared/d3.js
2014-07-28 16:13:54 +02:00
Jordan Santell
1e82693eec
Bug 1041597 - Fix web audio editor browser destroy node test. r=vp
2014-07-21 08:59:00 +02:00
Florian Quèze
a02da43f33
Bug 1041155 - The browser_wa_properties-view-media-nodes.js test doesn't wait for the audio device to be actually closed, r=paul.
2014-07-19 20:08:28 +02:00
Jordan Santell
8ff38f9b38
Bug 1034212 - Enable e10s tests for devtools web audio editor. r=vp
2014-07-03 13:14:00 +02:00
Jordan Santell
f8ecba660d
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
Jordan Santell
9cda509b67
Bug 1032482 - Only render redundant connections between nodes once in the web audio editor. r=vp
2014-07-01 15:02:00 +02:00
Jordan Santell
9aca2a3730
Bug 1029195 - Ensure selected node visually persists beyond graph re-rendering in web audio editor. r=vp
2014-06-30 10:34:00 -04:00
Jordan Santell
355e7509f4
Bug 1026576 - Resets the web audio editor graph's position and scale on refresh. r=vp
2014-06-24 15:15:00 +02:00
Raphaël Lustin
bcf99c63df
Bug 1007922 - Make 'readonly' AudioParams uneditable. r=jsantell
...
--HG--
rename : browser/devtools/webaudioeditor/test/browser_wa_properties-view-edit.js => browser/devtools/webaudioeditor/test/browser_wa_properties-view-edit-01.js
2014-06-24 10:37:00 -04: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
Raphaël Lustin
bc109b6036
Bug 1027852 - AudioNode Inspector should evaluate floats without a leading 0. r=jsantell
2014-06-23 11:10:00 +02:00
Jordan Santell
cf47d8ecf6
Bug 980506 - Emit destruction events on AudioNodes in the WebAudioActor. r=vp
2014-06-20 12:05:00 -04: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
Jordan Santell
df349c43d5
Bug 994263 - Destroy GC'd nodes in the web audio editor views. r=vp
2014-06-24 09:20:00 -04:00
Jordan Santell
71b89cfe1f
Bug 1025310 - Add telemetry to the web audio editor. r=vp,miker
...
From 1e28c92f25088f7279686c1a2af68ea03a050d9c Mon Sep 17 00:00:00 2001
---
browser/devtools/shared/telemetry.js | 5 +
browser/devtools/shared/test/browser.ini | 1 +
...browser_telemetry_toolboxtabs_webaudioeditor.js | 118 +++++++++++++++++++++
.../webaudioeditor/webaudioeditor-controller.js | 4 +
toolkit/components/telemetry/Histograms.json | 17 +++
5 files changed, 145 insertions(+)
create mode 100644 browser/devtools/shared/test/browser_telemetry_toolboxtabs_webaudioeditor.js
2014-06-13 16:19:26 -07:00
Brian Grinstead
05c013ceaa
Bug 942292 - DevTools themes - make the toolbars thinner. r=vporof
...
CLOSED TREE
2014-06-13 09:11:32 -05:00
Ed Morley
12846bb9fa
Backed out changeset 9fd9c035a76a (bug 942292) for making browser_canvas-frontend-slider-02.js fail 30-40% of the time
2014-06-13 18:45:27 +01:00
Brian Grinstead
8b0f429a75
Bug 942292 - DevTools themes - make the toolbars thinner;r=vporof
2014-06-13 09:11:32 -05:00
Jordan Santell
cb15545df5
Bug 1007913 - SVG in web audio editor should always be full size. r=vp
2014-06-11 10:58:00 -04:00
Jordan Santell
12030f0adb
Bug 994257 - Web Audio Editor now supports both landscape and portrait host views. r=vp
2014-06-11 14:27: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
Jordan Santell
61dc66b7a1
Bug 1013544 - Highlight active node in web audio editor. r=vp
2014-05-26 11:32:00 -04: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
Rob Campbell
2fbb0f588f
Bug 1010423 - disable browser_wa_properties-view-edit.js; a=sheriffs
2014-05-27 15:54:59 -04:00
Jordan Santell
bcf57a75f0
Bug 1011723 - Fix glitchy toolbar lag by making toolbar static width in web audio editor tool. r=vp
2014-05-19 16:02:00 -04:00
Jordan Santell
e885d64227
Bug 1006875 - Better styles for graphs in web audio editor, r=vp
2014-05-20 12:50:00 +02:00
Jordan Santell
91d16199ec
Bug 1010419 fix race condition in web audio editor graph r=vporof
...
From a13c00bea8480dd9ca4540fb1b9745d6c76653ec Mon Sep 17 00:00:00 2001
click opening inspector tests.
---
.../webaudioeditor/test/browser_wa_graph-click.js | 39 ++++++++++++++++------
.../devtools/webaudioeditor/webaudioeditor-view.js | 25 +++++++++-----
2 files changed, 45 insertions(+), 19 deletions(-)
2014-05-15 11:30:00 -07:00
Jordan Santell
1387a8b8ae
Bug 1007345 - Create an audionode inspector in the web audio editor tool. r=vp
2014-05-13 21:59:00 +02:00
Jordan Santell
a0817e7c19
Bug 1006287 - Clicking a graph node in the audio dev tool focuses the param view for the node. r=vp
2014-05-06 17:07:00 +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
Jordan Santell
5c363609ec
Bug 980503 - Implement Web Audio Editor front end, first pass. r=vp
2014-04-02 15:51:21 -07:00
Ryan VanderMeulen
a173d38497
Bug 996003 - Various devtools test manifest cleanups. r=miker
2014-04-15 08:03:53 -04:00
Michael Ratcliffe
9955c9a298
Bug 983948 - Add mach mochitest-devtools r=jmaher
2014-03-25 16:52:53 +00:00
Jordan Santell
5470352447
Bug 980502 - Implement web audio actors and audio node actors. r=vp
2014-03-26 15:28:24 -07:00
Carsten "Tomcat" Book
87351c1f33
Backed out changeset 81f230994acd (bug 980502) for hopefully fixing gi tests
2014-03-26 11:09:34 +01:00
Jordan Santell
26e51839f0
Bug 980502 - Implement WebAudio actor and AudioNode actor. r=vp
2014-03-06 16:39:00 -08:00