Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
[gecko.git] / dom / base / nsISlowScriptDebug.idl
blob91e91086f332ef541405ad831d2941967e30fcb3
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #include "nsISupports.idl"
7 interface nsIDOMWindow;
9 [scriptable, function, uuid(f7dbb80c-5d1e-4fd9-b55c-a9ffda4a75b1)]
10 interface nsISlowScriptDebugCallback : nsISupports
12 void handleSlowScriptDebug(in nsIDOMWindow aWindow);
15 [scriptable, uuid(f75d4164-3aa7-4395-ba44-a5f95b2e8427)]
16 interface nsISlowScriptDebug : nsISupports
18 attribute nsISlowScriptDebugCallback activationHandler;