gecko/toolkit/devtools/server/actors
2015-04-21 02:56:00 +02:00
..
utils Avoid infinite recursion when lazy-loading devtools modules and stepping into promise code in chrome debugging (bug 1149910). r=jlongster,fitzgen 2015-04-21 09:15:30 +03:00
actor-registry.js Backed out changeset 998c4e53c1f8 (bug 1137285) 2015-04-15 17:23:14 +02:00
animation.js Bug 1149999 - 2 - Send animation removed events to the animation-panel for re-starting transitions; r=past 2015-04-16 10:20:21 +02:00
call-watcher.js Bug 1112378 - Rewrite errors from call watcher to hide information of the error originating from call watcher, rather than content. r=vp 2015-02-13 19:10:00 -05:00
canvas.js Bug 985488 - Allow canvas debugger to time out and stop recording frames. Canvas debugger 'wait' style now matches other media styles. Update labels in canvas debugger to explicitly state that it's waiting for rAF cycles, rather than appearing as if something went wrong. r=vporof 2015-02-23 18:46:00 +01:00
child-process.js Bug 1148753 - Update browser content toolbox to create a TabSources instance. r=jryans 2015-03-30 09:29:00 -04:00
childtab.js Bug 1145049 - Prevent caching tab actors in child processes. r=jryans 2015-04-18 09:39:07 +02:00
chrome.js Bug 1147042 - Rename attachProcess to getProcess. r=ochameau 2015-03-24 14:59:53 -05:00
common.js Bug 1147972 - Test setting a breakpoint on a column;r=jlong 2015-04-03 14:46:27 +02:00
csscoverage.js
device.js Bug 1103640 followup - fix syntax error, r=me 2014-11-24 14:25:59 +11:00
director-manager.js Bug 980481 - DirectorRegistry, DirectorManager, DirectorScript and MessagePort RemoteDebuggerServer actors. r=ochameau 2015-01-31 10:36:00 -05:00
director-registry.js Bug 1145049 - Prevent caching tab actors in child processes. r=jryans 2015-04-18 09:39:07 +02:00
eventlooplag.js
framerate.js Bug 1132208 - "Remove dead code from framerate actor now in GraphsWorker.js". r=jsantell 2015-03-31 21:00:00 +02:00
gcli.js
highlighter.css Bug 1144163 - Add a rulers highlighter; added highlighter. r=pbrosset 2015-03-31 14:13:24 +02:00
highlighter.js Bug 1121528 - Avoid the inspector going blank when quickly navigating; r=bgrins 2015-04-17 12:09:58 +02:00
inspector.js Bug 1143074 - "Inspector search box can't find nodes with IDs/classes that include CSS reserved characters" [r=pbrosset] 2015-04-21 02:56:00 +02:00
layout.js Bug 1098435 - Ignore reflows caused by the highlighter in the LayoutChangesObserver; r=paul 2014-11-28 12:12:23 +01:00
memory.js Bug 1143915 - Allow multiple calls to memory and timeline actor's start methods, to return the local start time from the actor. r=vp 2015-03-17 08:28:00 -04:00
monitor.js
preference.js
pretty-print-worker.js
profiler.js Backed out changeset 881ef048e290 (bug 1147945) for causing spammy TypeErrors that make sheriffing real failures difficult. 2015-04-10 13:58:28 -04:00
root.js Bug 1145049 - Stop leaking tab actors and root actor on disconnect. r=jryans 2015-04-18 09:39:07 +02:00
script.js Bug 1147972 - Test setting a breakpoint on a column;r=jlong 2015-04-03 14:46:27 +02:00
settings.js Bug 1138650 - Update remaining callsites to use newChannel2 in toolkit/devtools (r=jryans) 2015-03-09 20:05:49 -07:00
storage.js Bug 1083927 - IndexedDB: Subdomain Quota Management; r=bent,ehsan 2014-11-28 09:44:12 +01:00
string.js Bug 1072080 - Add the ability to define a marshaller for form data. r=jryans,jsantell 2014-10-11 13:08:07 -07:00
styleeditor.js Bug 1124951: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/devtools (r=jryans) 2015-01-26 19:54:52 -08:00
styles.js Bug 1036324 - Adds option to walker.parents() to not traverse DocShellTreeItems of different types 2015-04-15 13:49:00 +02:00
stylesheets.js Bug 1120570 - Fix media query in rule view link text. r=bgrins 2015-03-23 17:33:02 +00:00
timeline.js Bug 1151703 - Part 2: Show XML and HTML parsing markers in the performance tool; r=jsantell 2015-04-08 11:25:56 -07:00
tracer.js Bug 1131643 - Implement a Location object;r=jlong 2015-02-23 09:36:58 +01:00
webapps.js Bug 1145049 - Prevent caching tab actors in child processes. r=jryans 2015-04-18 09:39:07 +02:00
webaudio.js Bug 1134079 - Supply audio node definitions directly from the client if the webaudio actor server does not support it (like on older versions of FxOS). r=vp 2015-02-23 12:47:00 +01:00
webbrowser.js Bug 1145049 - Prevent caching tab actors in child processes. r=jryans 2015-04-18 09:39:07 +02:00
webconsole.js Bug 1143497 - Offer a way to extend WebConsole commands. r=bgrins 2015-04-06 09:41:00 -04:00
webgl.js