mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 08:19:55 +03:00
Update UnimplementedJavascript with the window functions now implemented
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
61143e0bd2
commit
177a047752
@ -17,7 +17,7 @@ $(OBJROOT)/duktape/binding.h $(OBJROOT)/duktape/Makefile: content/handlers/javas
|
||||
$(Q)nsgenbind $(GBFLAGS) -I content/handlers/javascript/WebIDL $< $(OBJROOT)/duktape
|
||||
|
||||
# create unimplemented report for doxygen
|
||||
Docs/UnimplementedJavascript.txt: content/handlers/javascript/duktape/netsurf.bnd $(BINDINGS)
|
||||
docs/UnimplementedJavascript.txt: content/handlers/javascript/duktape/netsurf.bnd $(BINDINGS)
|
||||
$(Q)$(MKDIR) -p $(OBJROOT)/duktape
|
||||
$(VQ)echo "/** \page unimplemented Unimplemented javascript bindings" > $@
|
||||
$(VQ)echo "This is a list of all the binding methods, getters and setters without an implementation in a binding." >> $@
|
||||
|
@ -1555,8 +1555,6 @@ method Window::blur();\n
|
||||
method Window::btoa();\n
|
||||
method Window::cancelAnimationFrame();\n
|
||||
method Window::captureEvents();\n
|
||||
method Window::clearInterval();\n
|
||||
method Window::clearTimeout();\n
|
||||
method Window::close();\n
|
||||
getter Window::closed(boolean);\n
|
||||
method Window::confirm();\n
|
||||
@ -1736,8 +1734,6 @@ method Window::requestAnimationFrame();\n
|
||||
getter Window::scrollbars(user);\n
|
||||
getter Window::self(user);\n
|
||||
getter Window::sessionStorage(user);\n
|
||||
method Window::setInterval();\n
|
||||
method Window::setTimeout();\n
|
||||
method Window::showModalDialog();\n
|
||||
getter Window::statusbar(user);\n
|
||||
getter Window::status(string);\n
|
||||
|
Loading…
Reference in New Issue
Block a user