diff --git a/content/handlers/javascript/duktape/Makefile b/content/handlers/javascript/duktape/Makefile index 2a5c2e742..e24a12a2e 100644 --- a/content/handlers/javascript/duktape/Makefile +++ b/content/handlers/javascript/duktape/Makefile @@ -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." >> $@ diff --git a/docs/UnimplementedJavascript.txt b/docs/UnimplementedJavascript.txt index 1b851b8bb..fbc3106e3 100644 --- a/docs/UnimplementedJavascript.txt +++ b/docs/UnimplementedJavascript.txt @@ -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