Commit Graph

3280 Commits

Author SHA1 Message Date
Brian Grinstead
d50ebe0403 Bug 1025057 - DevTools themes: thin toolbar button follow up - part 1;r=vporof 2014-06-20 06:51:42 -05:00
Victor Porof
07c1c7574a 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
eb14389bce Bug 1027781 - Emit mousedown, moseup and scroll events from the canvas graphs, r=pbrosset 2014-06-20 05:47:50 -04:00
Victor Porof
7844b40024 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
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
Heather Arthur
8fed2e7fd8 Bug 1025693 - Resize all sidebars r=bgrins 2014-06-19 15:03:41 -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
Ed Morley
901a1e2acc Merge mozilla-central and fx-team 2014-06-19 17:20:10 +01:00
Ed Morley
6703cfdbb0 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-06-19 15:59:56 +01:00
Paul Rouget
91205e32cb Bug 1027202 - Update the template URL. r=jryans 2014-06-19 05:19:57 +08:00
Paul Rouget
116c1bd804 Bug 1025000 - move runtime details and permissions table inside webide. r=jryans 2014-06-19 05:19:56 +08:00
Paul Rouget
a479270d5c Bug 1012760 - build a webide-specific addon manager. r=ochameau 2014-06-19 05:19:56 +08:00
Brian Grinstead
5ffac867f9 Bug 1026560 - Make clicking the [docs] link in the type information popup in Scratchpad open the MDN page in a new window. r=past 2014-06-18 07:14:00 -04:00
Birunthan Mohanathas
51ba75d135 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Patrick Brosset
a3a33074ec Bug 1020291 - Rework the way tooltips and highlighters are added to the style inspector; r=harth 2014-06-18 10:25:40 +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
Panos Astithas
ca81c6224e Remove closed connection targets from scratchpad and request a new one on evaluation (bug 949262). r=fitzgen
--HG--
extra : rebase_source : e507386dca54759499fdf7c8c70ec23732d261fc
2014-06-17 19:49:23 +03:00
Wes Kocher
a12074887f merge fx-team to m-c a=merge 2014-06-17 18:50:12 -07:00
Jordan Santell
7ba7d04215 Bug 1025950 - Add hooks into telemetry for the shader editor. r=vp, r=miker 2014-06-16 15:41:00 -04:00
Ryan VanderMeulen
7cfa54147d Merge m-c to mozilla-inbound. a=merge 2014-06-17 15:43:06 -04:00
Boris Zbarsky
3a5702d71d Bug 1019194 part 1. Get rid of nsIIndexedDatabaseManager. r=paul,khuey,mossop 2014-06-17 15:01:47 -04:00
Patrick Brosset
10e671ad1a Bug 1025880 - Avoid highlighting the default selection when the page is reloaded or when the inspector is opened; r=miker 2014-06-17 13:50:41 +02:00
Joe Walker
2e4f3861ec Bug 1016285 - Add more unit tests for css coverage; r=harth 2014-06-17 09:12:16 +01:00
Joe Walker
992e55c041 Bug 1014223 - Use unique identifier for <style> elements; r=harth 2014-06-17 09:12:16 +01:00
Vikneshwar
62897f47c5 Bug 1003546 - Use Arrow function instead of bind(). r=fitzgen 2014-06-14 06:49:00 -04:00
Brian Grinstead
1034d0503d Bug 1022780 - Cmd+H triggers 'hide markup', should only be triggered by H. r=pbrosset 2014-06-16 07:43:00 -04:00
Paul Rouget
42cfa0db73 Bug 1021475 - [appmgr v2] update app header in projectEditor. r=bgrins 2014-06-16 12:12:30 -07:00
Jordan Santell
566497d684 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
Jordan Santell
b8bdba9c9c Bug 1025311 - Add telemetry for canvas debugger. r=vp,miker
From eb3ed1cf3ff07a530297c74976a1d96ca8b5bd79 Mon Sep 17 00:00:00 2001
---
 browser/devtools/canvasdebugger/canvasdebugger.js  |   4 +
 browser/devtools/shared/telemetry.js               |   5 +
 browser/devtools/shared/test/browser.ini           |   1 +
 ...browser_telemetry_toolboxtabs_canvasdebugger.js | 117 +++++++++++++++++++++
 toolkit/components/telemetry/Histograms.json       |  17 +++
 5 files changed, 144 insertions(+)
 create mode 100644 browser/devtools/shared/test/browser_telemetry_toolboxtabs_canvasdebugger.js
2014-06-13 16:48:30 -07:00
Victor Porof
d9f4e4b1de Bug 1025885 - Increase the timeout between window resizes required to update the canvas graphs, r=pbrosset 2014-06-16 09:04:27 -04:00
Victor Porof
b4300f866c Bug 1025023 - Prevent redrawing the canvas graph on window resize if the graph dimensions haven't changed, r=pbrosset
--HG--
rename : browser/devtools/shared/test/browser_graphs-10.js => browser/devtools/shared/test/browser_graphs-10a.js
rename : browser/devtools/shared/test/browser_graphs-10.js => browser/devtools/shared/test/browser_graphs-10b.js
2014-06-16 08:59:36 -04:00
Victor Porof
1a04655381 Bug 1024633 - Add a way of specifying a fixed width or height for canvas graphs, r=pbrosset 2014-06-16 08:59:36 -04:00
Victor Porof
497e088be5 Bug 1007460 - Create a calls minimap, r=pbrosset 2014-06-16 08:59:36 -04:00
Jordan Santell
08f1f645c8 Bug 1024787 - Fix uncaught promise rejections in devtools/framework. r=jryans 2014-06-12 18:17:00 +02:00
Jordan Santell
a89979d405 Bug 991075 - Fix unhandled promise errors. r=jryans 2014-06-12 18:03:00 +02:00
Benoit Girard
beb4fd14be Bug 1021990 - Migrate to xpcom based EventTracer. r=ehsan 2014-06-06 17:53:42 -04:00
Brian Grinstead
ef8f3b3489 Bug 942292 - DevTools themes - make the toolbars thinner. r=vporof
CLOSED TREE
2014-06-13 09:11:32 -05:00
Ed Morley
a19e1a048f 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
Patrick Brosset
677b579626 Bug 1014547 - Add a css transform highlighter to the style-inspector; r=bgrins 2014-06-13 16:27:10 +02:00
Brian Grinstead
5303f3531b Bug 942292 - DevTools themes - make the toolbars thinner;r=vporof 2014-06-13 09:11:32 -05:00
Gabriel Luong
9383fd04bf Bug 1024585 - Remove testcase in browser_cmd_inject.js that connects to ajax.googleapis.com. r=jwalker 2014-06-12 11:09:00 -04:00
Brian Grinstead
088243d9ff Bug 1023666 - Condition text labels in @media sidebar should wrap. r=harth 2014-06-11 18:10:00 -04:00
Heather Arthur
e7109befe2 Bug 984051 - Make reload action more prominent when first opening the network panel. r=vporof 2014-06-10 13:46:00 -04:00
Victor Porof
52b6a6d9c9 Bug 957952 - Add some logging to browser_net_timing-division.js, r=dcamp 2014-06-12 12:16:59 -04:00
Victor Porof
848356e329 Bug 1004104 - Disable caching when running netmonitor tests to hopefully fix some timeouts, r=dcamp 2014-06-12 12:16:59 -04:00
Victor Porof
ac0a685723 Bug 985417 - Fix uncaught promise rejection when running browser_net_simple-request-data.js, r=dcamp 2014-06-12 12:16:59 -04:00
Victor Porof
b158940d17 Bug 1022202 - Fix uncaught nsIScrollBoxObject.ensureElementIsVisible promise rejections in the netmonitor tests, r=dcamp 2014-06-12 12:16:58 -04:00
Sami Jaktholm
f808c19728 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
Jordan Santell
f46ca62b60 Bug 1007913 - SVG in web audio editor should always be full size. r=vp 2014-06-11 10:58:00 -04:00