Gitweb links:
...log
http://git.netsurf-browser.org/libdom.git/shortlog/ce5bfc251e49ac7e5d657b3a9b579c2578698277
...commit
http://git.netsurf-browser.org/libdom.git/commit/ce5bfc251e49ac7e5d657b3a9b579c2578698277
...tree
http://git.netsurf-browser.org/libdom.git/tree/ce5bfc251e49ac7e5d657b3a9b579c2578698277
The branch, master has been updated
via ce5bfc251e49ac7e5d657b3a9b579c2578698277 (commit)
from 36937ce1ad1417b7ca08b565023dc345b168291d (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/libdom.git/commit/?id=ce5bfc251e49ac7e5d657b3a9b579c2578698277
commit ce5bfc251e49ac7e5d657b3a9b579c2578698277
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
Bindings: source is a hubbub_charset_source really
Signed-off-by: Daniel Silverstone <[email protected]>
diff --git a/bindings/hubbub/parser.c b/bindings/hubbub/parser.c
index 2dd116f..a84a951 100644
--- a/bindings/hubbub/parser.c
+++ b/bindings/hubbub/parser.c
@@ -642,7 +642,7 @@ static hubbub_error set_quirks_mode(void *parser,
hubbub_quirks_mode mode)
static hubbub_error change_encoding(void *parser, const char *charset)
{
dom_hubbub_parser *dom_parser = (dom_hubbub_parser *) parser;
- uint32_t source;
+ hubbub_charset_source source;
const char *name;
/* If we have an encoding here, it means we are *certain* */
-----------------------------------------------------------------------
Summary of changes:
bindings/hubbub/parser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bindings/hubbub/parser.c b/bindings/hubbub/parser.c
index 2dd116f..a84a951 100644
--- a/bindings/hubbub/parser.c
+++ b/bindings/hubbub/parser.c
@@ -642,7 +642,7 @@ static hubbub_error set_quirks_mode(void *parser,
hubbub_quirks_mode mode)
static hubbub_error change_encoding(void *parser, const char *charset)
{
dom_hubbub_parser *dom_parser = (dom_hubbub_parser *) parser;
- uint32_t source;
+ hubbub_charset_source source;
const char *name;
/* If we have an encoding here, it means we are *certain* */
--
Document Object Model library
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org