gecko-dev/devtools/server/actors
Andreea Pavel 33f8c94f52 Backed out 1 changesets (bug 1422470) for ESlint failure /builds/worker/checkouts/gecko/devtools/server/actors/highlighters/flexbox.js:14:3 r=backout a=backout on a CLOSED TREE
Backed out changeset affa7f97ff91 (bug 1422470)

--HG--
extra : amend_source : 2708f4059cac59d33e70e4ad7591632885ab445e
2017-12-07 11:32:33 +02:00
..
emulation Bug 1411368 - Automatically fix no-multi-spaces issues raised when using ESLint 4. r=mossop 2017-10-26 11:47:01 +01:00
highlighters Backed out 1 changesets (bug 1422470) for ESlint failure /builds/worker/checkouts/gecko/devtools/server/actors/highlighters/flexbox.js:14:3 r=backout a=backout on a CLOSED TREE 2017-12-07 11:32:33 +02:00
utils Bug 1418066 - Add rotation to CSS shapes editor transform mode. r=pbro 2017-11-16 15:58:23 -05:00
webconsole Bug 1395276 - Make $ and $$ console commands throw errors created in the debuggee global. r=jimb 2017-08-30 11:50:00 -04:00
accessibility.js Bug 1151468 - add accessibility spec/actor/front to devtools. r=pbro 2017-08-31 23:11:23 -04:00
actor-registry.js
addon.js Bug 1382968 - Move console actor helper modules to a dedicated folder. r=jryans 2017-08-01 16:17:22 +02:00
addons.js
animation.js Bug 1419221 - Introduce a new argument for getUnanimatedComputedStyle to be able to flush pending styles. r=birtles 2017-11-21 18:03:17 +09:00
breakpoint.js Bug 970469 - ignore breakpoints on the current line when stepping out; r=ystartsev+600802 2017-08-31 14:21:57 -06:00
call-watcher.js Bug 1392602 - Remove module boilerplate from DevTools loader. r=jdescottes 2017-08-29 10:49:43 +02:00
canvas.js Bug 1387123 - Replace all usages of require(promise).defer by require(devtools/shared/defer).defer. r=tromey 2017-08-08 15:24:04 +02:00
child-process.js Bug 1401343 - Expose a 'tabs' getter in the child-process actor. r=jryans,ochameau 2017-09-28 11:28:26 -07:00
childtab.js
chrome.js Bug 1391218 - Fix 'getDocShellEnumerator is not a function' exception when closing the last tab in a window. r=ochameau 2017-08-21 20:14:55 +02:00
common.js
css-properties.js Bug 1396600 - Make some efforts to lazy load properties-db. r=tromey 2017-09-06 18:54:07 +02:00
csscoverage.js Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0 2017-08-18 17:05:04 +02:00
device.js Bug 1387123 - Replace all usages of require(promise).defer by require(devtools/shared/defer).defer. r=tromey 2017-08-08 15:24:04 +02:00
emulation.js Bug 1305777 - Clean up touch simulator after old RDM removal. r=ochameau 2017-09-27 16:53:23 -05:00
environment.js
errordocs.js Bug 1339895 - Improve error message for unexpected token. r=arai 2017-11-02 13:15:27 +09:00
eventlooplag.js Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0 2017-08-18 17:05:04 +02:00
frame.js
framerate.js
gcli.js Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0 2017-08-18 17:05:04 +02:00
heap-snapshot-file.js
highlighters.css Bug 1418066 - Add rotation to CSS shapes editor transform mode. r=pbro 2017-11-16 15:58:23 -05:00
highlighters.js Bug 1409970 - Part 2: Adds an initial FlexboxHighlighter boilerplate. r=pbro 2017-10-24 22:04:10 -04:00
inspector.js Bug 1171482 - throttle new-mutations events in inspector actor;r=bgrins 2017-10-09 13:20:25 +02:00
layout.js Bug 1403871 - rename getAllGrids to getGrids;r=gl 2017-11-21 17:31:50 +01:00
memory.js Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0 2017-08-18 17:05:04 +02:00
monitor.js
moz.build Bug 1408124 - Create a new perf actor and recording panel; r=julienw 2017-11-08 10:36:43 -06:00
object.js Bug 1403536 - Protect all protocol request methods against unsafe objects r=ochameau 2017-10-18 04:38:13 +02:00
perf.js Bug 1408124 - Create a new perf actor and recording panel; r=julienw 2017-11-08 10:36:43 -06:00
performance-recording.js Bug 1361332 - replace sdk/util/object by Object.assign in devtools;r=zer0 2017-07-31 19:53:37 +02:00
performance.js Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0 2017-08-18 17:05:04 +02:00
preference.js
pretty-print-worker.js
process.js
promises.js Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0 2017-08-18 17:05:04 +02:00
reflow.js Bug 1411368 - Automatically fix space-unary-ops issues raised when using ESLint 4. r=mossop 2017-10-26 13:14:13 +01:00
root.js
script.js Bug 1416928 - Ensure that cached ContentScript sources are not skipped by the ThreadActor.onNewScript. r=yulia 2017-11-14 16:24:12 +01:00
source.js Bug 833747 - recognize "debugger eval" as eval source; r=jlast 2017-09-18 12:23:43 -06:00
storage.js Bug 1298370 - Add SameSite attribute to Cookie Inspector r=pbro 2017-11-28 14:29:09 +00:00
string.js
styles.js Bug 1408322 - Remove inDOMUtils.cssPropertyIsValid() and use CSS.supports() instead. r=jryans 2017-10-17 13:00:42 +08:00
stylesheets.js Backed out changeset f10d05c0b3d2 (bug 1408708) for failing devtools at devtools/client/styleeditor/test/browser_styleeditor_bug_1405342_serviceworker_iframes.js on a CLOSED TREE 2017-11-22 00:37:27 +02:00
tab.js Bug 1397452 - Remove all SDK compatiblity code from DevTools. r=jdescottes 2017-09-25 16:04:26 +02:00
timeline.js Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0 2017-08-18 17:05:04 +02:00
webaudio.js Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0 2017-08-18 17:05:04 +02:00
webbrowser.js Bug 1383059 - Remove instanceof for supplemental interfaces. Part 1: add Window.isChromeWindow and switch |instanceof [nsIDOM]ChromeWindow| to use it instead. r=bz. 2017-10-06 13:47:27 +02:00
webconsole.js Bug 1416201 - HTTP request stack trace should be lazy loaded;r=rickychien 2017-11-23 13:35:04 +01:00
webextension-inspected-window.js
webextension-parent.js Bug 1330732 - Show install warnings in about:debugging r=aswan,jdescottes 2017-06-29 11:11:21 -07:00
webextension.js Bug 1378207 - Handle sandboxes with XOW protos in WebExtensionChildActor. r=rpl 2017-08-08 13:43:20 +02:00
webgl.js Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0 2017-08-18 17:05:04 +02:00
window.js
worker-list.js
worker.js Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0 2017-08-18 17:05:04 +02:00