gecko-dev/devtools/shared/specs
Julian Descottes 080d132b28 Bug 1306937 - enable inspector eyedropper when viewing images;r=pbro
MozReview-Commit-ID: BlJPMYMQb8j

--HG--
extra : rebase_source : c13bbb8d680fb48d6dccf3e0f8e83a0201f9738b
2016-11-30 14:35:28 +01:00
..
actor-registry.js Bug 1277673 - Decouple the ActorActorFront and ActorRegistryFront from the ActorActor and ActorRegistryActor respectively; r=ejpbruel 2016-06-03 10:45:10 -07:00
addons.js Bug 1282900 - Remove RDP telemetry probes and surrounding machinery. r=fitzgen 2016-06-29 11:37:09 -05:00
animation.js Bug 1265718 - Decouple AnimationsFront from AnimationsActor;r=jryans 2016-05-26 15:47:52 +02:00
breakpoint.js Bug 1277940 - Use ActorClassWithSpec for the BreakpointActor; r=ejpbruel 2016-06-06 10:24:34 -07:00
call-watcher.js Bug 1277634 - Decouple the CallWatcherFront and FunctionCallFront from the CallWatcherActor and FunctionCallActor respectively; r=ejpbruel 2016-06-03 10:45:10 -07:00
canvas.js Bug 1265719 - Decouple the CanvasFront and FrameSnapshotFront from the CanvasActor and FrameSnapshotActor respectively; r=ejpbruel 2016-06-03 10:45:10 -07:00
css-properties.js Bug 1307009 - Remove caching optimization; r=tromey 2016-10-04 15:15:15 -05:00
csscoverage.js Bug 1278823 - styleeditor: fix csscoverage report creation;r=jryans 2016-06-28 11:18:39 +02:00
device.js Bug 1318218 - Remove PermissionsTable; r=baku,jryans 2016-11-18 08:59:35 -05:00
director-manager.js Bug 1278397 - Decouple the MessagePortFront, DirectorScriptFront, and DirectorManagerFront from the MessagePortActor, DirectorScriptActor, and DirectorManagerActor respectively; r=ejpbruel 2016-06-07 07:53:22 -07:00
director-registry.js Bug 1278405 - Decouple the DirectorRegistryFront from the DirectorRegistryActor; r=ejpbruel 2016-06-07 07:53:22 -07:00
emulation.js Bug 1283453 - Add network throttling to emulation actor. r=tromey 2016-10-13 09:25:21 -05:00
environment.js Bug 1277971 - Use ActorClassWithSpec for the EnvironmentActor; r=ejpbruel 2016-06-06 10:24:34 -07:00
eventlooplag.js Bug 1265727 - Decouple EventLoopLagFront from EventLoopActor. r=fitzgen 2016-07-21 12:52:30 +02:00
frame.js Bug 1277953 - Use ActorClassWithSpec for the FrameActor; r=ejpbruel 2016-06-06 10:24:34 -07:00
framerate.js Bug 1265727 - Decouple FramerateFront from FramerateActor;r=fitzgen 2016-07-04 17:50:30 +02:00
gcli.js Bug 1265720 - Decouple fronts from actors in gcli;r=jryans 2016-06-09 17:28:36 +02:00
heap-snapshot-file.js Bug 1277622 - Use ActorClassWithSpec for the HeapSnapshotFileActor; r=ejpbruel 2016-06-03 10:45:10 -07:00
highlighters.js Bug 1224304 - Handle canceling the element picker better r=gl 2016-10-06 13:40:53 -05:00
inspector.js Bug 1306937 - enable inspector eyedropper when viewing images;r=pbro 2016-11-30 14:35:28 +01:00
layout.js Bug 1308260 - Part 1: Emit an event with the new grid layout actors on page navigations from the LayoutActor. r=pbro 2016-11-16 00:52:32 +09:00
memory.js Bug 1261869 - Fix leaks in devtools; r=ejpbruel 2016-07-06 08:37:57 -07:00
moz.build Bug 1315251 - Create a DevTools Remote Debugger Actor as a backend for the WebExtension DevTools API. r=ochameau 2016-11-17 19:31:06 +01:00
node.js Bug 1272724 - Move nodeSpec into its own file;r=ejpbruel 2016-06-02 17:46:11 +02:00
performance-entries.js Bug 1288423 - Decouple PerformanceEntriesActor from PerformanceEntriesFront. r=fitzgen 2016-08-10 17:35:31 +02:00
performance-recording.js Bug 1265727 - Decouple PerformanceRecordingFront from PerformanceRecordingActor;r=fitzgen 2016-06-22 15:01:28 +02:00
performance.js Bug 1265727 - Decouple PerformanceRecordingFront from PerformanceRecordingActor;r=fitzgen 2016-06-22 15:01:28 +02:00
preference.js Bug 1277707 - Decouple the fronts from the actors in the shader editor; r=ejpbruel 2016-06-03 10:45:10 -07:00
profiler.js Bug 1265727 - Decouple ProfilerFront from ProfilerActor;r=fitzgen 2016-07-01 15:27:41 +02:00
promises.js Bug 1265728 - Decouple PromisesFront from PromisesActor; r=ejpbruel 2016-06-07 12:47:20 +02:00
reflow.js Bug 1308257 - Part 1: Move ReflowActor to reflow.js r=pbro 2016-11-01 11:51:58 +09:00
script.js Bug 1277947 - Use ActorClassWithSpec for the ThreadActor; r=ejpbruel 2016-06-06 10:24:34 -07:00
settings.js Bug 1277707 - Decouple the fronts from the actors in the shader editor; r=ejpbruel 2016-06-03 10:45:10 -07:00
source.js Bug 1305079 - add `noSliding` option to `setBreakpoint` protocol request r=fitzgen 2016-09-28 10:58:30 -04:00
storage.js Bug 1320362 - Move indexedDb storage type in the storage inspector into a new column r=jdescottes 2016-11-29 10:57:18 +00:00
string.js Bug 1278625 - move SimpleStringFront to specs/string.js; r=ejpbruel 2016-08-16 11:01:33 -06:00
styleeditor.js Bug 1265730 - Decouple StyleEditorFront from StyleEditorActor;r=jryans 2016-06-02 17:42:24 +02:00
styles.js Bug 1280371 - Move ELEMENT_STYLE to devtools/shared/specs/styles. r=bgrins 2016-06-16 11:27:10 +01:00
stylesheets.js Bug 1270619 - Remove .js from module IDs. r=pbro 2016-05-09 13:35:09 -05:00
timeline.js Bug 1265724 - Decouple TimelineFront from TimelineActor; r=ejpbruel 2016-06-08 15:51:55 +02:00
webaudio.js Bug 1265732 - Decouple the AudioNodeFront and WebAudioFront from the AudioNodeActor and WebAudioActor respectively; r=ejpbruel 2016-06-03 10:45:10 -07:00
webextension-inspected-window.js Bug 1315251 - Create a DevTools Remote Debugger Actor as a backend for the WebExtension DevTools API. r=ochameau 2016-11-17 19:31:06 +01:00
webgl.js Bug 1277707 - Decouple the fronts from the actors in the shader editor; r=ejpbruel 2016-06-03 10:45:10 -07:00
worker.js Bug 1153292 - part5: create ServiceWorkerActor;r=janx 2016-09-27 20:52:50 +02:00