Bug 1285566 - Create an EmulationActor and use per-tab API for touch simulator, r=jryans

MozReview-Commit-ID: 860epGLFO9
This commit is contained in:
Benoit Chabod
2016-08-16 16:03:09 -05:00
committed by J. Ryan Stinnett
parent fa7cd59cea
commit 0ce3a6cf55
12 changed files with 551 additions and 354 deletions

View File

@@ -569,6 +569,11 @@ var DebuggerServer = {
constructor: "PerformanceEntriesActor",
type: { tab: true }
});
this.registerModule("devtools/server/actors/emulation", {
prefix: "emulation",
constructor: "EmulationActor",
type: { tab: true }
});
},
/**