Commit Graph

1098 Commits

Author SHA1 Message Date
Markus Stange
d7bcbbbbaf Bug 1131397 - Add missing functionality to the profiler actor. r=vporof 2015-02-10 15:26:08 -05:00
Jordan Santell
92c2860f9a Bug 1130901 - Export patched methods in call-watcher actor with Cu.exportFunctions so that Function.prototype methods can be called without permission errors. r=vp 2015-02-11 16:15:00 -05:00
Patrick Brosset
79427bc8de Bug 1129454 - 1 - Adds [play|pause]All methods to the AnimationsActor to pause/play all running animations; r=miker 2015-02-12 16:28:42 +01:00
Jan Odvarko
8e704d35c0 Bug 1130318 - Send also header source from the backend. r=vporof 2015-02-11 13:49:32 +01:00
Eddy Bruël
53dbe943d9 Bug 1131609 - getOriginalLocation should take a sourceActor;r=jlong 2015-02-12 05:40:52 +01:00
Wes Kocher
a6bde7fcc8 Backed out changeset acc254692008 (bug 1124536) for xpcshell bustage on a CLOSED TREE 2015-02-11 14:44:16 -08:00
Ryan VanderMeulen
d2da3cd214 Backed out changeset 5740efb53e87 (bug 943517) for mochitest-dt failures. 2015-02-11 16:38:35 -05:00
Luca Greco
722ed459ff Bug 1124536 - Fix Debugger UI loadSourceError on PageMod content scripts associated to 'javascript:SOURCECODE' urls. r=jlongster 2015-02-07 11:13:00 -05:00
Jordan Santell
6f643dbccc Bug 1107949 - framerate actor now continues recording in e10s after a page refresh. r=vp 2015-02-09 17:17:43 -08:00
Eddy Bruël
797ef236a9 Bug 943517 - Convert to Promise.jsm in the debugger server;r=jlong 2015-02-11 20:29:51 +01:00
Brian Grinstead
2c8514386d Bug 1129155 - Add console.mihai shortcut to evalWithDebugger;r=past 2015-02-11 09:08:05 -08:00
Luca Greco
381754af5e Bug 980481 - DirectorRegistry, DirectorManager, DirectorScript and MessagePort RemoteDebuggerServer actors. r=ochameau 2015-01-31 10:36:00 -05:00
Ian Moody
f427f42d6c Bug 1027246 - use "return" instead of "throw new Task.Result()" when switching to ES6 generators. r=fitzgen 2015-02-08 14:48:00 +01:00
Vikneshwar
d1b5cf07f9 Bug 1027246 - replaced function with function* for generators. r=fitzgen 2015-02-08 00:48:43 +00:00
Carsten "Tomcat" Book
3ca1f1610b Backed out changeset 46cfe0a6aa6c (bug 1027246) for suspicion of causing dt test bustage on a CLOSED TREE 2015-02-10 13:55:51 +01:00
Carsten "Tomcat" Book
3c43e87fb9 Backed out changeset f4240674fd6c (bug 1027246) 2015-02-10 13:55:14 +01:00
Ian Moody
b2ccc7c74a Bug 1027246 - use "return" instead of "throw new Task.Result()" when switching to ES6 generators. r=nfitzgerald 2015-02-08 14:48:00 +01:00
Vikneshwar
8dd343d730 Bug 1027246 - replaced function with function* for generators. r=fitzgen 2015-02-08 00:48:43 +00:00
Eddy Bruël
8676792a60 Bug 1128921 - setBreakpoint should return an original location;r=jlong 2015-02-10 10:48:21 +01:00
Eddy Bruël
17b0491883 Bug 1128918 - Store original location in BreakpointActor;r=jlong 2015-02-10 10:43:13 +01:00
Patrick Brosset
49d1f17a01 Bug 1074836 - 1 - Use both actorID and connPrefix to retrieve the right highlighter actors during inspector tests; r=miker 2015-02-09 10:03:06 +01:00
Tooru Fujisawa
b03e14f040 Bug 1108930 - Part 5: Call Map and Set with new in devtools. r=fitzgen 2015-02-05 00:59:15 +09:00
Eddy Bruël
7a94790ded Bug 1126218 - Simplify SourceActor.prototype._createBreakpoint;r=fitzgen 2015-02-04 07:45:12 +01:00
Eddy Bruël
a7f8fdc854 Bug 1126193 - setBreakpoint should not take a full location;r=fitzgen 2015-02-04 07:42:33 +01:00
Matteo Ferretti
e4ce17ed90 Bug 1127238 - Remove the hard-coded list of highlighters; r=pbrosset CLOSED TREE 2015-02-03 13:03:33 +01:00
Eddy Bruël
02208354ae Bug 1123693 - setBreakpoint should take an original location as argument;r=fitzgen 2015-02-03 10:48:25 +01:00
Victor Porof
4e268a4985 Bug 1077461 - Build call tree for memory allocations view, r=jsantell 2015-01-28 14:30:32 -05:00
Albert Juhe
f9b4e5edc4 Bug 1100443 - DevTools Themes: Make infobar arrow smaller. r=bgrins 2015-01-21 13:53:00 +01:00
Alexandre Poirot
dc816663a8 Bug 1055452 - Fix highlighter on hidden documents like keyboard. r=pbrosset 2015-01-29 03:17:00 +01:00
Wes Kocher
cd041af404 Merge fx-team to m-c a=merge 2015-01-28 18:36:42 -08:00
Jordan Santell
ff3aaca324 Bug 1125819 - Add cancelScheduledValues for automation tracking in web audio editor. r=vp 2015-01-28 02:12:00 -05:00
Ryan VanderMeulen
8bdbce9bdb Merge m-c to fx-team. a=merge 2015-01-28 15:04:51 -05:00
Victor Porof
ab1021bb66 Bug 1126372 - Timeline actor emits memory information twice when it's started, r=jsantell 2015-01-28 10:24:52 -05:00
Christoph Kerschbaumer
d051ef628a Bug 1124951: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/devtools (r=jryans) 2015-01-26 19:54:52 -08:00
Victor Porof
707f7c80ff Bug 1126451 - Typo in MemoryActor.prototype._onWindowReady after bug 1104213, r=tromey 2015-01-27 15:07:59 -05:00
Aaron Raimist
11b9ac6877 Bug 1042619 - Change 'width x height' letter x to a multiplication sign in devtools frontend. r=bgrins 2015-01-26 14:36:00 -05:00
Eddy Bruël
dc4c1f1cc3 Bug 1123686 - setBreakpoint should return a promise;r=jlongster 2015-01-27 08:52:33 +01:00
Patrick Brosset
10cb453bb3 Bug 1123936 - Fix intermittent browser_animation_actors_02.js by making the test wait for animationPlayer.ready. r=bgrins 2015-01-22 01:39:00 -05:00
J. Ryan Stinnett
bab8bbfda2 Bug 1103120 - Part 8: Server: Use promises and results in allowConnection. r=past 2015-01-26 12:47:13 -06:00
Patrick Brosset
2bfe99b74c Bug 1110110 - 2 - Fix the "this.conn.getActor(...) is null" rejected promise; r=past 2015-01-26 11:39:48 +01:00
Jennifer Fong
1d3d64a930 Bug 1022797 - Device settings support. r=jryans 2015-01-22 11:21:00 -05:00
Patrick Brosset
28454451ee Bug 1122435 - Part 2: Stop auto-refreshing AnimationPlayerActor's state when the animation has ended. r=miker 2015-01-16 01:42:00 -05:00
Patrick Brosset
70ef2fb114 Bug 1122435 - Part 1: Reduce the animation player protocol traffic by only sending values that did change. r=miker 2015-01-16 01:39:00 -05:00
jp111
525798f482 Bug 958147 - Choose one of run-if or skip-if and get rid of the other. r=ted 2015-01-28 06:17:00 -05:00
James Long
e1d2eb54b8 Bug 1122064 - add all scripts to ScriptStore, including all nested child scripts. r=fitzgen 2015-01-21 17:41:00 +01:00
Eddy Bruël
a0352026da Bug 1121395 - _breakOnEnter should not use setBreakpoint;r=jlongster 2015-01-23 12:39:24 +01:00
Victor Porof
8f4306edc8 Bug 1105014 - Part 1: Sync actor times and overview selection with all the detail views in the new performance tool, r=jsantell 2015-01-22 12:20:55 -05:00
Eddy Bruël
3acf578fa3 Bug 1121034 - Pass breakpoint conditions as a separate argument;r=jlongster 2015-01-22 09:39:28 +01:00
J. Ryan Stinnett
6ed407fa6b Bug 731318 - Show transferred size in Net Monitor. r=vporof 2015-01-21 15:17:02 -06:00
Jordan Santell
762a76816b Bug 1055217 - Add front end for bypassing audio nodes in the web audio editor. r=vp 2015-01-20 10:28:00 -05:00