Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/177a0477522c03ddd28237704a8ab2d1b2ea0dd8
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/177a0477522c03ddd28237704a8ab2d1b2ea0dd8
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/177a0477522c03ddd28237704a8ab2d1b2ea0dd8

The branch, master has been updated
       via  177a0477522c03ddd28237704a8ab2d1b2ea0dd8 (commit)
      from  61143e0bd261dcb325335d41443204a806abe792 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=177a0477522c03ddd28237704a8ab2d1b2ea0dd8
commit 177a0477522c03ddd28237704a8ab2d1b2ea0dd8
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Update UnimplementedJavascript with the window functions now implemented
    
    Signed-off-by: Daniel Silverstone <[email protected]>

diff --git a/content/handlers/javascript/duktape/Makefile 
b/content/handlers/javascript/duktape/Makefile
index 2a5c2e7..e24a12a 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 1b851b8..fbc3106 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


-----------------------------------------------------------------------

Summary of changes:
 content/handlers/javascript/duktape/Makefile |    2 +-
 docs/UnimplementedJavascript.txt             |    4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/content/handlers/javascript/duktape/Makefile 
b/content/handlers/javascript/duktape/Makefile
index 2a5c2e7..e24a12a 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 1b851b8..fbc3106 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


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to