Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/57094c84edeb3540e13121dea742b1ae484d468b
...commit
http://git.netsurf-browser.org/netsurf.git/commit/57094c84edeb3540e13121dea742b1ae484d468b
...tree
http://git.netsurf-browser.org/netsurf.git/tree/57094c84edeb3540e13121dea742b1ae484d468b
The branch, master has been updated
via 57094c84edeb3540e13121dea742b1ae484d468b (commit)
from 196c2fc845713d7ce2072a48f560f326b90b733a (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=57094c84edeb3540e13121dea742b1ae484d468b
commit 57094c84edeb3540e13121dea742b1ae484d468b
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
Expose NaN on Window
Signed-off-by: Daniel Silverstone <[email protected]>
diff --git a/content/handlers/javascript/duktape/Window.bnd
b/content/handlers/javascript/duktape/Window.bnd
index cbf283f..865d074 100644
--- a/content/handlers/javascript/duktape/Window.bnd
+++ b/content/handlers/javascript/duktape/Window.bnd
@@ -249,6 +249,7 @@ prototype Window()
EXPOSE(Error);
EXPOSE(encodeURI);
EXPOSE(encodeURIComponent);
+ EXPOSE(NaN);
#undef EXPOSE
/* Add s3kr1t method to close the compartment */
duk_dup(ctx, 0);
-----------------------------------------------------------------------
Summary of changes:
content/handlers/javascript/duktape/Window.bnd | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/handlers/javascript/duktape/Window.bnd
b/content/handlers/javascript/duktape/Window.bnd
index cbf283f..865d074 100644
--- a/content/handlers/javascript/duktape/Window.bnd
+++ b/content/handlers/javascript/duktape/Window.bnd
@@ -249,6 +249,7 @@ prototype Window()
EXPOSE(Error);
EXPOSE(encodeURI);
EXPOSE(encodeURIComponent);
+ EXPOSE(NaN);
#undef EXPOSE
/* Add s3kr1t method to close the compartment */
duk_dup(ctx, 0);
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org