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 |
|
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
|
44f050bcd1
|
Bug 1027202 - Update the template URL. r=jryans
|
2014-06-19 05:19:57 +08:00 |
|
Paul Rouget
|
f40651414a
|
Bug 1025000 - move runtime details and permissions table inside webide. r=jryans
|
2014-06-19 05:19:56 +08:00 |
|
Paul Rouget
|
2cfd8a2a87
|
Bug 1012760 - build a webide-specific addon manager. r=ochameau
|
2014-06-19 05:19:56 +08:00 |
|
Brian Grinstead
|
6cebf8225d
|
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
|
c910458886
|
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
|
2014-06-18 17:56:02 -07:00 |
|
Patrick Brosset
|
9c9cfc6f5f
|
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
|
8f256e8b72
|
Bug 1025521 - Only update @media rule list once per update. r=bgrins
|
2014-06-15 16:30:00 +02:00 |
|
Panos Astithas
|
46354f9e61
|
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
|
7bbfdf0a7c
|
merge fx-team to m-c a=merge
|
2014-06-17 18:50:12 -07:00 |
|
Jordan Santell
|
8564f474b1
|
Bug 1025950 - Add hooks into telemetry for the shader editor. r=vp, r=miker
|
2014-06-16 15:41:00 -04: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 |
|
Patrick Brosset
|
eebec1b5b7
|
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
|
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 |
|
Brian Grinstead
|
5c820025ca
|
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
|
2b616bea4a
|
Bug 1021475 - [appmgr v2] update app header in projectEditor. r=bgrins
|
2014-06-16 12:12:30 -07: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 |
|
Jordan Santell
|
a4f9e19454
|
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
|
d88c885b87
|
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
|
c177e7bbc4
|
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
|
6ad366e483
|
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
|
e932110884
|
Bug 1007460 - Create a calls minimap, r=pbrosset
|
2014-06-16 08:59:36 -04:00 |
|
Jordan Santell
|
a366ea468a
|
Bug 1024787 - Fix uncaught promise rejections in devtools/framework. r=jryans
|
2014-06-12 18:17:00 +02:00 |
|
Jordan Santell
|
5fb7fb6364
|
Bug 991075 - Fix unhandled promise errors. r=jryans
|
2014-06-12 18:03:00 +02:00 |
|
Benoit Girard
|
729685e2ec
|
Bug 1021990 - Migrate to xpcom based EventTracer. r=ehsan
|
2014-06-06 17:53:42 -04: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 |
|
Patrick Brosset
|
f7fa4585a3
|
Bug 1014547 - Add a css transform highlighter to the style-inspector; r=bgrins
|
2014-06-13 16:27:10 +02:00 |
|
Brian Grinstead
|
8b0f429a75
|
Bug 942292 - DevTools themes - make the toolbars thinner;r=vporof
|
2014-06-13 09:11:32 -05:00 |
|
Gabriel Luong
|
593bc7de27
|
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
|
ac8c54d736
|
Bug 1023666 - Condition text labels in @media sidebar should wrap. r=harth
|
2014-06-11 18:10:00 -04:00 |
|
Heather Arthur
|
3b73ddebbe
|
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
|
51bffc8622
|
Bug 957952 - Add some logging to browser_net_timing-division.js, r=dcamp
|
2014-06-12 12:16:59 -04:00 |
|
Victor Porof
|
59f66ef127
|
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
|
d88837617a
|
Bug 985417 - Fix uncaught promise rejection when running browser_net_simple-request-data.js, r=dcamp
|
2014-06-12 12:16:59 -04:00 |
|