Bug 1285566 - Create an EmulationActor and use per-tab API for touch simulator, r=jryans
MozReview-Commit-ID: 860epGLFO9
This commit is contained in:
committed by
J. Ryan Stinnett
parent
fa7cd59cea
commit
0ce3a6cf55
@@ -569,6 +569,11 @@ var DebuggerServer = {
|
||||
constructor: "PerformanceEntriesActor",
|
||||
type: { tab: true }
|
||||
});
|
||||
this.registerModule("devtools/server/actors/emulation", {
|
||||
prefix: "emulation",
|
||||
constructor: "EmulationActor",
|
||||
type: { tab: true }
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user