aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/BrowserElement.webidl
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-05-27 13:40:39 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2016-05-27 16:16:02 +0200
commit056bdc5514473af665067e3a228b77965973bbbc (patch)
tree6ad198da15f1090eb34b161c93d02fb75564352f /components/script/dom/webidls/BrowserElement.webidl
parent8003687debc55c646f40d55ad0dd6a3b80ad50d8 (diff)
downloadservo-056bdc5514473af665067e3a228b77965973bbbc.tar.gz
servo-056bdc5514473af665067e3a228b77965973bbbc.zip
Implement window.openURLInDefaultBrowser() (fixes #11292)
Diffstat (limited to 'components/script/dom/webidls/BrowserElement.webidl')
-rw-r--r--components/script/dom/webidls/BrowserElement.webidl8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/script/dom/webidls/BrowserElement.webidl b/components/script/dom/webidls/BrowserElement.webidl
index 2767fa15071..9bb34b90a95 100644
--- a/components/script/dom/webidls/BrowserElement.webidl
+++ b/components/script/dom/webidls/BrowserElement.webidl
@@ -146,16 +146,16 @@ interface BrowserElementPrivileged {
// unsigned long count,
// unsigned long modifiers);
- [Func="Window::global_is_mozbrowser", Throws]
+ [Throws]
void goBack();
- [Func="Window::global_is_mozbrowser", Throws]
+ [Throws]
void goForward();
- [Func="Window::global_is_mozbrowser", Throws]
+ [Throws]
void reload(optional boolean hardReload = false);
- [Func="Window::global_is_mozbrowser", Throws]
+ [Throws]
void stop();
//[Throws,