Commit Graph

3335 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
1098f66f03 Merge mozilla-central to fx-team 2014-06-26 15:53:44 +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
Brian Grinstead
f4f6e6dae7 Bug 1021827 - Show menu items for project editor inside of App Manager;r=paul 2014-06-26 07:17:54 -05:00
Brian Grinstead
b4c80d823a Bug 1030318 - Enable some of the devtools/framework tests with e10s. r=jwalker 2014-06-25 13:42:00 +02:00
Paul Rouget
c6b29037ed Bug 1027188 - Better warning message for missing 128px icon. r=ochameau 2014-06-26 09:32:42 +02:00
Wes Kocher
f971e62aa1 Merge m-c to inbound a=merge 2014-06-25 18:39:25 -07:00
Panos Astithas
ed3ad80b09 Avoid an Xray error in browser_webconsole_closure_inspection.js (bug 985427). r=me 2014-06-25 18:54:19 +03: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
Joe Walker
b9deb5b96e Bug 1028252 - Allow toolbox command buttons to be text-only; r=bgrins 2014-06-25 14:03:26 +01: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
Jim Blandy
f05ebedae8 Bug 914753: Fix broken Emacs mode lines. DONTBUILD r=ehsan
Don't bother to fix the misspelled mode names; we'll drop them in the next patch.
2014-06-24 22:11:56 -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
1b7a40bcf6 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-06-24 17:02:56 +01:00
Patrick Brosset
4ff81f38ad Bug 1024932 - Removes unneeded originalValue handling in swatch-based tooltips; r=miker 2014-06-24 10:03:01 +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
Victor Porof
7d07d22dc3 Bug 957952 - Hopefully fix browser_net_timing-division.js by waiting for the first request to finish. r=vporof 2014-06-23 22:00:04 -04:00
Veeti Paananen
9a05bb8c06 Bug 999993 - netmonitor shows useless context menu separator. r=vporof 2014-06-24 01:42:08 +03: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
Wes Kocher
eea3b3a418 Merge m-c to fx-team a=merge 2014-06-23 19:07:22 -07:00
Wes Kocher
7b66a28e6b Merge fx-team to m-c a=merge 2014-06-23 17:56:11 -07:00
Panos Astithas
d362120f9a Inspect primitive values in the object inspector instead of as inline comments (bug 1027424). r=rcampbell 2014-06-23 22:25:40 +03:00
Brian Grinstead
be2e4ab750 Bug 1026811 - Update to CodeMirror 4.2.0. r=robcee 2014-06-19 06:56:00 -04:00
Wes Kocher
01d19e77b4 Bug 1024642 - Fix merge conflict from codemirror 4.2.0 upgrade r=me 2014-06-23 19:20:01 -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
Victor Porof
a81c9ec6bd Bug 1025474 - Add more logging to netmonitor tests to figure out the current intermittent failures. r=rcampbell 2014-06-14 08:14:44 -04:00
Brian Grinstead
a0cd1a2017 Bug 1021828 - Project editor: Show prompt before deleting file. r=paul 2014-06-23 07:35: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
Ed Morley
fee35a641c Backed out changeset 00681f1336d5 (bug 1024932) for failures in test_bug455906.js 2014-06-23 16:31:38 +01:00
Brian Grinstead
bd5edcfd6c Bug 1027537 - Project Editor: allow scrolling in the file list;r=paul 2014-06-23 10:29:11 -05:00
Patrick Brosset
91357704ec Bug 1023116 - Always briefly highlight nodes upon selection in the markup-view; r=bgrins 2014-06-23 17:20:01 +02:00
Paul Rouget
4c83b5bb53 Bug 1028482 - Quitting inside WebIDE should actually quit. r=jryans 2014-06-23 17:02:08 +02:00
Patrick Brosset
190bf065c1 Bug 1024932 - Removes unneeded originalValue handling in swatch-based tooltips; r=miker 2014-06-23 16:04:25 +02:00
Victor Porof
23eb4476ac Bug 1027755 - Add a method that gets the canvas graphs selection mapped to the source data range, r=pbrosset 2014-06-23 08:52:24 -04:00
Paul Rouget
796dc49465 Bug 1028014 - webide should be named webide, not app manager. r=dcamp 2014-06-23 17:36:11 +08: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
Brian Grinstead
28d0cc6330 Bug 1025057 - DevTools themes: thin toolbar button follow up - part 2;r=harth 2014-06-20 06:52:48 -05:00
Brian Grinstead
3c35c1c1af Bug 1025057 - DevTools themes: thin toolbar button follow up - part 1;r=vporof 2014-06-20 06:51:42 -05:00
Victor Porof
d4bdf0070f Bug 1027792 - The linkAnimation and linkSelection methods in CanvasGraphUtils should first check if graphs are actually available, r=pbrosset 2014-06-20 05:47:56 -04:00
Victor Porof
3889ab5b5b Bug 1027781 - Emit mousedown, moseup and scroll events from the canvas graphs, r=pbrosset 2014-06-20 05:47:50 -04:00
Victor Porof
24770d6f08 Bug 1027752 - The setData method in canvas graphs should yield until the graphs are ready, r=pbrosset 2014-06-20 05:47:43 -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
Heather Arthur
9ed5adf486 Bug 1025693 - Resize all sidebars r=bgrins 2014-06-19 15:03:41 -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
Wes Kocher
d877c4afe7 Merge m-c to inbound a=merge 2014-06-23 18:59:54 -07:00