Граф коммитов

1851 Коммитов

Автор SHA1 Сообщение Дата
Eddy Bruël 4e2d8b4fb9 Bug 1129834 - Store BreakpointActors by original location;r=jlong 2015-02-23 16:14:57 +01:00
Eddy Bruël 611427f3bf Backed out changeset 19757b673ffc;r=me 2015-02-23 09:45:39 +01:00
Eddy Bruël bb275828a7 Bug 1129834 - Store BreakpointActors by original location;r=jlong 2015-02-23 09:43:08 +01:00
Eddy Bruël b5d64e8bb1 Bug 1131643 - Implement a Location object;r=jlong 2015-02-23 09:36:58 +01:00
Ryan VanderMeulen b85d704ab3 Backed out changeset b413c3707a12 (bug 983469) for browser_dbg_server-conditional-bp-01.js timeouts. 2015-02-22 16:02:40 -05:00
Jordan Santell c0e7a6e6a0 Bug 1122766 - Fix canvas debugger to continue recording frames until one with a draw call. r=vp 2015-02-21 11:56:00 -05:00
Zimon Dai de222eab86 Bug 983469 - Pause on breakpoint condition exception. r=fitzgen 2015-02-09 21:43:17 +08:00
Brian Grinstead a12c75e774 Bug 1134265 - Add async-storage for a simple key value store in devtools. r=jryans 2015-02-20 15:57:00 -05:00
Luca Greco ca42a735d9 Bug 1124536 - Fix Debugger UI loadSourceError on PageMod content scripts and bookmarklets associated to 'javascript:SOURCECODE' urls. r=jlongster 2015-02-13 08:17:00 -05:00
Ryan VanderMeulen a411359369 Merge inbound to m-c. a=merge 2015-02-18 20:29:54 -05:00
Ryan VanderMeulen d08f967d7b Merge m-c to inbound. a=merge 2015-02-17 21:24:09 -05:00
Jan Odvarko a143783c15 Bug 1126274 - Add new API to listen for sent and received RDP packets. r=jryans 2015-02-13 07:35:44 +01:00
Birunthan Mohanathas 331d2fba20 Bug 1070709 - Collapse test-only moz.build files under toolkit/ into ancestor moz.build files. r=mshal 2015-02-10 18:47:20 +02:00
Ryan VanderMeulen 3e2d8e9ec4 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-02-13 12:13:22 -05:00
Jordan Santell 4fc66e0c92 Bug 1130202 - Fix compatibility issues in performance tool to work with FxOS 2.2/Gecko 37. r=vp 2015-02-12 12:55:00 +01:00
Patrick Brosset d2fc0c4087 Bug 1122466 - Retrieve correct animation index from node's computed styles; r=miker 2015-02-12 07:57:00 +01:00
Markus Stange 1974361ffb Bug 1131397 - Add missing functionality to the profiler actor. r=vporof
--HG--
rename : toolkit/devtools/server/tests/unit/test_profiler_close.js => toolkit/devtools/server/tests/unit/test_profiler_getfeatures.js
rename : toolkit/devtools/server/tests/unit/test_profiler_close.js => toolkit/devtools/server/tests/unit/test_profiler_getsharedlibraryinformation.js
2015-02-10 15:26:08 -05:00
Masatoshi Kimura 02889442ad Bug 1129756 - Revert test changes in bug 1041631 since Symbols are reenabled. r=jorendorff 2015-02-05 22:44:10 +09:00
Jan Keromnes 9764e96641 Bug 1132448 - Don't log CONNECTION_REFUSED errors when they're expected. r=ochameau
CLOSED TREE
2015-02-12 06:44:00 -05:00
Jordan Santell 78acdb77ee 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 20f47d548f 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 7db9d04684 Bug 1130318 - Send also header source from the backend. r=vporof 2015-02-11 13:49:32 +01:00
Eddy Bruël 7572460b47 Bug 1131609 - getOriginalLocation should take a sourceActor;r=jlong 2015-02-12 05:40:52 +01:00
Wes Kocher 486c692b73 Backed out changeset acc254692008 (bug 1124536) for xpcshell bustage on a CLOSED TREE 2015-02-11 14:44:16 -08:00
Ryan VanderMeulen 7756716bdf Backed out changeset 5740efb53e87 (bug 943517) for mochitest-dt failures. 2015-02-11 16:38:35 -05:00
Luca Greco 584e4feeec 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 05022929f4 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 d8d85982f0 Bug 943517 - Convert to Promise.jsm in the debugger server;r=jlong 2015-02-11 20:29:51 +01:00
Brian Grinstead 853966ece4 Bug 1129155 - Add console.mihai shortcut to evalWithDebugger;r=past 2015-02-11 09:08:05 -08:00
J. Ryan Stinnett 925318d2b4 Bug 1126350 - Settle all toolbox destruction before final cleanup. r=pbrosset 2015-02-10 12:37:21 -06:00
Luca Greco f6fa0cc5bc Bug 980481 - DirectorRegistry, DirectorManager, DirectorScript and MessagePort RemoteDebuggerServer actors. r=ochameau 2015-01-31 10:36:00 -05:00
Ian Moody d003b51e93 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 4d13dbf9ae Bug 1027246 - replaced function with function* for generators. r=fitzgen 2015-02-08 00:48:43 +00:00
Carsten "Tomcat" Book b36a26edcb 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 15c2734abd Backed out changeset f4240674fd6c (bug 1027246) 2015-02-10 13:55:14 +01:00
Ian Moody 1fe4861d3a 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 a7841cffc8 Bug 1027246 - replaced function with function* for generators. r=fitzgen 2015-02-08 00:48:43 +00:00
Eddy Bruël a8ebfaf85e Bug 1128921 - setBreakpoint should return an original location;r=jlong 2015-02-10 10:48:21 +01:00
Eddy Bruël a033405d05 Bug 1128918 - Store original location in BreakpointActor;r=jlong 2015-02-10 10:43:13 +01:00
Patrick Brosset b0464366bf 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
J. Ryan Stinnett a2a0c20f19 Bug 1127435 - Use separate client queues per actor. r=ochameau 2015-02-06 16:04:51 -06:00
J. Ryan Stinnett ba559120ac Bug 1126965 - Show QR code for WiFi auth in WebIDE. r=past 2015-02-06 12:09:39 -06:00
Doug Turner b40d7cb874 Bug 1045229 - Beacons are not associated with windows. The current window based filtering that the network monitor does will skip requests that come from sendBeacon(). Here we explictly look to see if the network channel is from beacon by looking at the loadinfo. r=dcamp 2015-02-03 17:00:00 +01:00
J. Ryan Stinnett 5aa4b62f57 Bug 1127004 - Use promises and session in b2g allowConnection. r=past 2015-02-05 15:26:13 -06:00
David Rajchenbach-Teller cd68187d3f Bug 1005870 - Adding a copy() command to the console;r=robcee 2015-02-04 18:53:40 -08:00
Tooru Fujisawa 47879ec69e 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 215c4aadd5 Bug 1126218 - Simplify SourceActor.prototype._createBreakpoint;r=fitzgen 2015-02-04 07:45:12 +01:00
Eddy Bruël 399f1de8fb Bug 1126193 - setBreakpoint should not take a full location;r=fitzgen 2015-02-04 07:42:33 +01:00
Carsten "Tomcat" Book 5d6b2bde45 Backed out changeset 0799176cb906 (bug 1120570) for m-oth test regressions on a CLOSED TREE 2015-02-18 16:57:48 +01:00
Jordan Santell a643183629 Bug 1134036 - Disable web audio editor's automation panel until bug 1125600 is fixed. r=vp 2015-02-17 16:08:00 -05:00