Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/6da983ca27c8b0690759d3fe1862d7cfa65648f5
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/6da983ca27c8b0690759d3fe1862d7cfa65648f5
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/6da983ca27c8b0690759d3fe1862d7cfa65648f5

The branch, master has been updated
       via  6da983ca27c8b0690759d3fe1862d7cfa65648f5 (commit)
      from  7e0ed132f7d3edb1681badc1fadaf5a0812d7768 (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=6da983ca27c8b0690759d3fe1862d7cfa65648f5
commit 6da983ca27c8b0690759d3fe1862d7cfa65648f5
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Duktape: Enable fastints.
    
    Suggested by svaarala.

diff --git a/content/handlers/javascript/duktape/duk_custom.h 
b/content/handlers/javascript/duktape/duk_custom.h
index 1f98b78..2ff9317 100644
--- a/content/handlers/javascript/duktape/duk_custom.h
+++ b/content/handlers/javascript/duktape/duk_custom.h
@@ -28,6 +28,7 @@
 #undef DUK_USE_DATE_PARSE_STRING
 #endif
 
+#define DUK_USE_FASTINT
 #define DUK_USE_REGEXP_CANON_WORKAROUND
 
 /* Required for execution timeout checking */


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

Summary of changes:
 content/handlers/javascript/duktape/duk_custom.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/content/handlers/javascript/duktape/duk_custom.h 
b/content/handlers/javascript/duktape/duk_custom.h
index 1f98b78..2ff9317 100644
--- a/content/handlers/javascript/duktape/duk_custom.h
+++ b/content/handlers/javascript/duktape/duk_custom.h
@@ -28,6 +28,7 @@
 #undef DUK_USE_DATE_PARSE_STRING
 #endif
 
+#define DUK_USE_FASTINT
 #define DUK_USE_REGEXP_CANON_WORKAROUND
 
 /* Required for execution timeout checking */


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