Update UnimplementedJavascript with the window functions now implemented

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-05-03 11:54:38 +01:00
parent 61143e0bd2
commit 177a047752
2 changed files with 1 additions and 5 deletions

View File

@ -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." >> $@

View File

@ -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