Bug 1159009 - Add trait for WebConsoleCommands. r=bgrins

This commit is contained in:
Florent Fayolle 2015-04-27 14:27:00 -04:00
parent fa419a32eb
commit ada622edbc

View File

@ -157,6 +157,9 @@ RootActor.prototype = {
// Added in Gecko 40, indicating that the backend isn't stupid about
// sending resumption packets on tab navigation.
noNeedToFakeResumptionOnNavigation: true,
// Added in Firefox 40. Indicates that the backend supports registering custom
// commands through the WebConsoleCommands API.
webConsoleCommands: true,
// Whether root actor exposes tab actors
// if allowChromeProcess is true, you can fetch a ChromeActor instance
// to debug chrome and any non-content ressource via getProcess request