diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-05-27 13:40:39 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-05-27 16:16:02 +0200 |
commit | 056bdc5514473af665067e3a228b77965973bbbc (patch) | |
tree | 6ad198da15f1090eb34b161c93d02fb75564352f /components/script/dom/webidls/BrowserElement.webidl | |
parent | 8003687debc55c646f40d55ad0dd6a3b80ad50d8 (diff) | |
download | servo-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.webidl | 8 |
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, |