.. |
highlighters
|
Bug 1059312 - Fix highlighter offset after switching iframe context;r=pbro
|
2016-01-31 10:19:31 +01:00 |
utils
|
Bug 1177279 - Create a SourceLocationController to manage the state of updating sources for source mapping. r=jlong,jryans
|
2016-03-14 18:49:07 -07:00 |
actor-registry.js
|
Bug 1220458 - Resolves ActorRegistry.registerActor only once actor is registered in the child processes. r=jryans
|
2015-11-19 09:51:21 -08:00 |
addon.js
|
Bug 1113865 - Replace all calls to dbg_assert with DevToolsUtils.assert. r=fitzgen
|
2015-11-16 07:22:49 -08:00 |
animation.js
|
Bug 1247243 - Animations are shown only every 2 reloads. r=pbrosset
|
2016-02-23 00:15:04 +01:00 |
breakpoint.js
|
Bug 1250896 - Move SourceActor into its own file;r=jryans
|
2016-03-03 17:51:37 +01:00 |
call-watcher.js
|
Bug 1226267 - Emit CallWatcher call events, r=jsantell
|
2016-01-22 15:26:03 +01:00 |
canvas.js
|
Bug 1226245 - Make CallWatcher generic, r=jsantell
|
2016-01-20 14:11:14 +01:00 |
child-process.js
|
Bug 1212797 - Refactor worker actors to protocol.js. r=ochameau
|
2016-02-24 06:29:00 +01:00 |
childtab.js
|
|
|
chrome.js
|
|
|
common.js
|
Bug 1223766 - Removing an actor from an actor pool should destroy it;r=past
|
2015-11-13 10:19:55 +01:00 |
csscoverage.js
|
Bug 1252247 - Load devtools/clients resources lazily when used from devtools/server. r=jryans
|
2016-03-16 06:42:18 -07:00 |
device.js
|
Bug 1231100 - Get rid of nsIDOMFileReader - patch 2, r=sicking
|
2015-12-09 15:52:38 -05:00 |
director-manager.js
|
|
|
director-registry.js
|
|
|
environment.js
|
Bug 1235371 - Refactor EnvironmentActor to use protocol.js;r=jryans
|
2016-02-29 16:36:49 +01:00 |
eventlooplag.js
|
|
|
frame.js
|
Bug 1235375 - Change FrameActor to protocol.js. r=ejpbruel
|
2016-01-04 08:34:00 -05:00 |
framerate.js
|
Bug 1196047 - Move shared/shared perf files to server/performance. r=jsantell
|
2015-10-09 18:26:09 -05:00 |
gcli.js
|
|
|
heap-snapshot-file.js
|
Bug 1207645 - Create HeapSnapshotFileActor; r=jryans
|
2015-09-25 15:35:02 -07:00 |
highlighters.css
|
Bug 1228829 - Make infobar more visible on dark backgrounds. r=pbro, r=ntim
|
2015-12-11 10:02:00 -05:00 |
highlighters.js
|
Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins
|
2016-02-18 17:52:33 +01:00 |
inspector.js
|
Bug 1213651 - Avoid server round-trips when displaying animated dom nodes; r=tromey
|
2016-01-21 13:19:58 +01:00 |
layout.js
|
Bug 1222409 - Listen to window resize events on server and use this to refresh style-inspector; r=bgrins
|
2015-11-26 12:18:17 +01:00 |
memory.js
|
Bug 1196047 - Move shared/shared perf files to server/performance. r=jsantell
|
2015-10-09 18:26:09 -05:00 |
memprof.js
|
Backed out 2 changesets (bug 1202902 ) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
|
2015-10-07 14:03:21 +02:00 |
monitor.js
|
|
|
moz.build
|
Bug 1250896 - Move SourceActor into its own file;r=jryans
|
2016-03-03 17:51:37 +01:00 |
object.js
|
Bug 1237428 - Don't cap number of attributes on DOM nodes in console;r=jryans
|
2016-01-07 14:30:23 -08:00 |
performance-entries.js
|
|
|
performance-recording.js
|
Bug 1175756 - Change JIT optimizations to be a view pref, rather than a recording pref. r=vp
|
2016-02-05 08:04:12 -08:00 |
performance.js
|
Bug 1175756 - Change JIT optimizations to be a view pref, rather than a recording pref. r=vp
|
2016-02-05 08:04:12 -08:00 |
preference.js
|
Bug 1245530 - Use require(Services) instead of Cu.import(Services.jsm). r=jryans
|
2016-02-27 04:51:10 -08:00 |
pretty-print-worker.js
|
Bug 1221549 - Package source-map with the same layout than source tree r=jryans
|
2015-11-16 07:22:48 -08:00 |
process.js
|
Bug 1225477 - Support listening for processes creation. r=jryans
|
2015-12-03 06:42:34 -08:00 |
profiler.js
|
Bug 1196047 - Move shared/shared perf files to server/performance. r=jsantell
|
2015-10-09 18:26:09 -05:00 |
promises.js
|
Bug 1203520 - We need a DevTools ESLint plugin containing our ruleset r=gps
|
2015-09-30 14:44:48 +01:00 |
root.js
|
Bug 1241841 - Remove the RootActor's service worker registration listener on disconnect. r=ejpbruel
|
2016-02-15 08:11:00 +01:00 |
script.js
|
Bug 1177279 - Create a SourceLocationController to manage the state of updating sources for source mapping. r=jlong,jryans
|
2016-03-14 18:49:07 -07:00 |
settings.js
|
Bug 1245530 - Use require(Services) instead of Cu.import(Services.jsm). r=jryans
|
2016-02-27 04:51:10 -08:00 |
source.js
|
No bug - Remove spurious debugger comment;r=me
|
2016-03-15 19:50:43 +01:00 |
storage.js
|
Bug 1248563 - eslint cleanup of storage inspector code r=pbrosset
|
2016-02-16 16:12:55 +00:00 |
string.js
|
|
|
styleeditor.js
|
Bug 1237441 - Move styleinspector directory into the shared inspector directory r=pbro
|
2016-01-12 09:52:12 -08:00 |
styles.js
|
Bug 1239438 - fix most eslint warnings in styles.js; r=pbro
|
2016-01-20 13:39:06 -07:00 |
stylesheets.js
|
Bug 1249888 - try/catch SourceMapConsumer to avoid empty rule-view when source map is invalid; r=gl
|
2016-02-27 20:39:21 +01:00 |
timeline.js
|
Bug 1218078 - Show onload and DOMContentLoaded markers in the netmonitor's frontend, r=smaug, jsantell, tromey
|
2015-11-11 23:11:40 +01:00 |
webapps.js
|
Bug 1231100 - Get rid of nsIDOMFileReader - patch 2, r=sicking
|
2015-12-09 15:52:38 -05:00 |
webaudio.js
|
|
|
webbrowser.js
|
Bug 1177279 - Create a SourceLocationController to manage the state of updating sources for source mapping. r=jlong,jryans
|
2016-03-14 18:49:07 -07:00 |
webconsole.js
|
Bug 1253859 - Properly stringify thrown symbol in console. r=fitzgen
|
2016-03-09 01:32:34 +09:00 |
webgl.js
|
|
|
worker.js
|
Bug 1239705 - Add a 'Start' button for service workers in about:debugging. r=ochameau
|
2016-03-03 09:47:23 -06:00 |