Commit Graph

3844 Commits

Author SHA1 Message Date
James Long
40adb607b4 Bug 1088247 - A developer tool should only be enabled when appropriate actors exist. r=jryans 2014-10-27 14:28:00 -04:00
Christian Pommranz
7f78a4b4a3 Bug 1080911 - Sort frames by samples instead of duration in the call tree. r=vp 2014-10-28 05:21:00 -04:00
Eddy Bruël
3702f66bc0 Bug 1090340 - Disable failing tests on Linux Opt for E10S (Holly);r=me 2014-10-28 17:14:00 +01:00
Jordan Santell
29c06db5cf Bug 1077442 - Create a pseudo-PerformanceFront, r=vp 2014-10-23 12:47:00 +02:00
Jordan Santell
3dfbe6f1f5 Bug 1069674 - Disable web audio tools on unsupported platforms. r=jryans 2014-10-27 12:49:00 +01:00
Carsten "Tomcat" Book
38668bd0ef merge fx-team to mozilla-central a=merge 2014-10-27 15:56:31 +01:00
Nick Fitzgerald
64d2cea345 Bug 1033153 - Part 4: Make the console's Object-kind ObjectRenderer display internal promise state. r=jryans 2014-10-23 15:53:00 +02:00
Nick Fitzgerald
bc6a5dde8e Bug 1033153 - Part 3: Display a Promise's internal state in the VariableView's properties. r=vporof 2014-10-23 15:53:00 +02:00
Nick Fitzgerald
75c0105dd1 Bug 1033153 - Part 2: Have the VariablesView stringifier expose internal Promise state. r=vporof 2014-10-23 15:52:00 +02:00
Carsten "Tomcat" Book
0ec014c025 Merge mozilla-central to fx-team 2014-10-24 16:12:00 +02:00
Carsten "Tomcat" Book
541cc6ec12 merge fx-team to mozilla-central a=merge 2014-10-24 15:52:29 +02:00
J. Ryan Stinnett
60f60498de Bug 1069552 - Add WebIDE scanner / runtime API. r=paul 2014-10-23 08:24:00 +02:00
Simon Lindholm
a749046d66 Bug 1075444 - Handle "(" when parsing CSS for the Style Inspector. r=bgrins 2014-10-24 05:28:00 -04:00
Nicholas Nethercote
c24a781566 Bug 1080302 (part 2) - Convert all mentions of -foo options to --foo options in comments, help messages and error messages. r=glandium. 2014-10-23 17:35:27 -07:00
Sami Jaktholm
ba67bb0335 Bug 1060885 - DevTools Profiler: Only uncheck the Record button once the recording has actually ended. r=vporof 2014-10-05 12:30:00 +02:00
Jordan Santell
0ba8932661 Bug 1069673 - Add support methods on devtool's Target, r=jryans 2014-10-22 13:33:00 +02:00
Paul Rouget
2f39e96d72 Bug 1050502 - [timeline] display console.time/timeEnd calls as markers. r=pbrosset,r=vporof,r=baku 2014-10-22 23:51:00 +02:00
Nick Fitzgerald
b833d2e824 Bug 1049825 - Option to invert the call tree. r=pbrosset,vporof 2014-10-21 12:13:00 +02:00
Heather Arthur
0e894f2efb Bug 1036409 - re-select last selected node after reload under e10s; r=pbrosset 2014-10-22 14:05:32 +02:00
Carsten "Tomcat" Book
bab24e43bf Merge mozilla-central to fx-team 2014-10-20 15:35:03 +02:00
Carsten "Tomcat" Book
a48cb6dad7 merge fx-team to mozilla-central a=merge 2014-10-20 14:48:28 +02:00
Sami Jaktholm
cc42bfe72b Bug 1077857 - DevTools Console: Check that Date grip has a preview before trying to use it. r=bgrins 2014-10-20 00:23:00 +02:00
Jordan Santell
eb0a62958a Bug 1068273 - remove time-based toggling in web audio editor tests. r=vp 2014-10-19 10:29:00 +02:00
Heather Arthur
3e1921dba7 Bug 967201 - "Copy Unique Selector" doesn't place anything in the clipboard in e10s windows and Browser Toolbox". r=pbrosset 2014-10-16 16:31:00 +02:00
Tom Tromey
631882b0cd Bug 1070089 - change timeline markers to have a consistent epoch (carrying forward r=smaug) 2014-10-17 16:02:42 -07:00
Paul Rouget
362af65779 Bug 1081093 - Auto-install Tools Adapter add-on in WebIDE. r=jryans 2014-10-17 16:02:38 -07:00
Jordan Santell
b33d528c76 Bug 1083881 - add method connectParam to AudioNodeActors, r=vp
From 9677a120a84ff73e07a2dd734c8d3f3e2c9b5b9e Mon Sep 17 00:00:00 2001
---
 browser/devtools/webaudioeditor/test/browser.ini   |  1 +
 .../test/browser_audionode-actor-connectparam.js   | 35 ++++++++++++++++++++++
 toolkit/devtools/server/actors/webaudio.js         | 30 +++++++++++++++++++
 3 files changed, 66 insertions(+)
 create mode 100644 browser/devtools/webaudioeditor/test/browser_audionode-actor-connectparam.js
2014-10-16 09:25:24 -07:00
Simon Lindholm
75d06ad770 Bug 1075665 - Fix typo in font inspector. r=paul
--HG--
extra : rebase_source : f14d846e129ec461128636add62bddcacab6b6e0
2014-10-01 17:39:09 +01:00
Jordan Santell
f906459194 Bug 1077441 - create empty performance tool under build flag. r=vp 2014-10-15 09:46:00 +02:00
Jordan Santell
20d2692c00 Bug 1068270 - Add connectNode and disconnect methods to AudioNodeActor. r=vp 2014-10-15 08:10:00 +02:00
Ryan VanderMeulen
aa28d3eb31 Merge inbound to m-c. a=merge
CLOSED TREE
2014-10-15 14:31:16 -04:00
Alexandre Poirot
f855574862 Bug 1083045 - Scratchpad tests shouldn't depend on chrome debugging being disabled by default. r=past 2014-10-15 09:18:40 +03:00
Patrick Brosset
938f666e75 Bug 1020038 - Disable test browser/devtools/layoutview/test/browser_layoutview_update-in-iframes.js; r=me 2014-10-13 09:35:50 +02:00
David Rajchenbach-Teller
ba6c4e2e69 Bug 1081551 - Wallpaper patch;r=yoric 2014-10-11 21:56:11 +02:00
David Rajchenbach-Teller
613ea161ff Bug 1081549 - Wallpaper patch;r=yoric 2014-10-11 21:54:23 +02:00
David Rajchenbach-Teller
e2962dada1 Bug 1081548 - Wallpaper patch;r=yoric 2014-10-11 21:52:44 +02:00
David Rajchenbach-Teller
c6021c2988 Bug 1081547 - wallpaper for Intermittent browser_telemetry_button_scratchpad.js | A promise chain failed to handle a rejection: - Protocol error (unknownError): Error: Got an invalid root window in DocumentWalker;r=yoric 2014-10-11 21:49:13 +02:00
Wes Kocher
0dadefde36 Merge inbound to m-c a=merge CLOSED TREE 2014-10-10 18:58:06 -07:00
Bruno Peres
747255721f Bug 949651 - Serialize all pseudo-elements with the two-colon syntax, even those that allow one colon. r=dbaron 2014-10-18 17:01:58 -04:00
Matt Brubeck
2d90949938 Bug 1079338 - Log resources blocked by tracking protection. r=mcmanus,mmc,dcamp
* * *
Bug 1079338 - Put tracking protection logging in the Security tab
2014-10-10 12:19:14 -07:00
David Rajchenbach-Teller
d72374fb56 Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools, part 3). r=yoric 2014-10-10 05:52:00 +02:00
David Rajchenbach-Teller
2869e72053 Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools, part 2). r=yoric 2014-10-10 03:56:00 +02:00
David Rajchenbach-Teller
6ccc5443f6 Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools). r=paul 2014-10-04 14:21:00 +02:00
Carsten "Tomcat" Book
716ea73d4c Backed out changeset 746989e4c8d1 (bug 1016387) for bc1/bc3 test failures 2014-10-10 10:41:25 +02:00
Heather Arthur
9e513f212d Bug 1077523 - Enable CSS source maps by default. r=bgrins 2014-10-09 14:27:00 +02:00
David Rajchenbach-Teller
b3a1b1ca35 Bug 1016387 - Whitelisting tests that leak Promise rejections (devtools). r=paul 2014-10-04 14:21:00 +02:00
Nick Fitzgerald
40af9b7a39 Bug 1076830 - Name the test function so it doesn't get GC'd. r=past 2014-10-07 16:23:00 +02:00
Nick Fitzgerald
09a4457aa2 Bug 1076830 - Re-enable browser_dbg_breakpoints-reload.js. r=RyanVM 2014-10-08 11:00:00 +02:00
Jan Odvarko
c473b8046b Bug 1078235 - Implement new 'destroy' panel event; r=bgrins 2014-10-06 19:40:59 +02:00
Manu Jain
2f59234170 Bug 1066558 - Cant collapse a tree in web IDE, after expanding it; r=bgrins 2014-10-08 15:49:48 -07:00