Bug 1177279 - Create a SourceLocationController to manage the state of updating sources for source mapping. r=jlong,jryans

This commit is contained in:
Jordan Santell
2016-03-14 15:17:38 -07:00
parent 82b38fafae
commit 91eae2ce6e
14 changed files with 505 additions and 18 deletions

View File

@@ -124,8 +124,7 @@ addMessageListener("devtools:test:profiler", function ({ data: { method, args, i
});
// To eval in content, look at `evalInDebuggee` in the head.js of canvasdebugger
// for an example.
// To eval in content, look at `evalInDebuggee` in the shared-head.js.
addMessageListener("devtools:test:eval", function ({ data }) {
sendAsyncMessage("devtools:test:eval:response", {
value: content.eval(data.script),