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/. */
6 #include
"nsISupports.idl"
8 [scriptable
, uuid(aef0cd6f
-27cc
-40a4
-90dc
-764c0aabeb75
)]
10 interface nsIMetroUIUtils
: nsISupports
{
12 * Loads the specified panel in the browser.
13 * @ param aPanelId The identifier of the pane to load
15 void showPanel
(in AString aPanelId
);
18 * Obtains the current page information
19 * @param aURI The current page URI
20 * @param aTitle The current page title
22 void getCurrentPageInfo
(out AString aURI
, out AString aTitle
);