Gitweb links:
...log
http://git.netsurf-browser.org/libhubbub.git/shortlog/e61c714744a2346dd83...
...commit
http://git.netsurf-browser.org/libhubbub.git/commit/e61c714744a2346dd8399...
...tree
http://git.netsurf-browser.org/libhubbub.git/tree/e61c714744a2346dd839912...
The branch, rupindersingh/libhubbub has been updated
via e61c714744a2346dd8399125c02a7983878f7bdd (commit)
from ec23019dc078155dc2b0cd86f94691266a61d7b5 (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/libhubbub.git/commit/?id=e61c714744a2346dd...
commit e61c714744a2346dd8399125c02a7983878f7bdd
Author: Rupinder Singh Khokhar <rsk1coder99(a)gmail.com>
Commit: Rupinder Singh Khokhar <rsk1coder99(a)gmail.com>
unclean commit
diff --git a/include/hubbub/types.h b/include/hubbub/types.h
index e5c208b..6e2b1a9 100644
--- a/include/hubbub/types.h
+++ b/include/hubbub/types.h
@@ -33,7 +33,8 @@ typedef enum hubbub_content_model {
HUBBUB_CONTENT_MODEL_PCDATA,
HUBBUB_CONTENT_MODEL_RCDATA,
HUBBUB_CONTENT_MODEL_CDATA,
- HUBBUB_CONTENT_MODEL_PLAINTEXT
+ HUBBUB_CONTENT_MODEL_PLAINTEXT,
+ HUBBUB_CONTENT_MODEL_RAWTEXT
} hubbub_content_model;
/**
-----------------------------------------------------------------------
Summary of changes:
include/hubbub/types.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/hubbub/types.h b/include/hubbub/types.h
index e5c208b..6e2b1a9 100644
--- a/include/hubbub/types.h
+++ b/include/hubbub/types.h
@@ -33,7 +33,8 @@ typedef enum hubbub_content_model {
HUBBUB_CONTENT_MODEL_PCDATA,
HUBBUB_CONTENT_MODEL_RCDATA,
HUBBUB_CONTENT_MODEL_CDATA,
- HUBBUB_CONTENT_MODEL_PLAINTEXT
+ HUBBUB_CONTENT_MODEL_PLAINTEXT,
+ HUBBUB_CONTENT_MODEL_RAWTEXT
} hubbub_content_model;
/**
--
HTML5 parser library