Support WindowProxy return values in bindings

unscopable
This commit is contained in:
Jansen Jan 2016-05-17 23:46:04 +02:00
parent 3acb9540ff
commit fda011923e
11 changed files with 69 additions and 61 deletions

View file

@ -159,16 +159,16 @@ interface BrowserElementPrivileged {
// unsigned long count,
// unsigned long modifiers);
[Func="Window::global_is_mozbrowser", Throws]
[Func="::dom::window::Window::global_is_mozbrowser", Throws]
void goBack();
[Func="Window::global_is_mozbrowser", Throws]
[Func="::dom::window::Window::global_is_mozbrowser", Throws]
void goForward();
[Func="Window::global_is_mozbrowser", Throws]
[Func="::dom::window::Window::global_is_mozbrowser", Throws]
void reload(optional boolean hardReload = false);
[Func="Window::global_is_mozbrowser", Throws]
[Func="::dom::window::Window::global_is_mozbrowser", Throws]
void stop();
//[Throws,