index
:
libhubbub.git
chris/amiga-lib
master
rupindersingh/libhubbub
rupindersingh/test
HTML5 parser library
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
appending to formatting list makes use of comparing the attributes. Since we ...
Rupinder Singh Khokhar
2014-08-01
1
-2
/
+31
*
Now, since we have the support for retriving attributes from context, the for...
Rupinder Singh Khokhar
2014-08-01
3
-45
/
+124
*
Fixed some misplaced tags in in_body insertion mode. Also improved support fo...
Rupinder Singh Khokhar
2014-08-01
3
-33
/
+55
*
Small fix to handle rp/rt start tag in body
Rupinder Singh Khokhar
2014-08-01
2
-1
/
+26
*
Added support to get attribute names & values from the context. This slows do...
Rupinder Singh Khokhar
2014-08-01
7
-17
/
+161
*
The foreign state is still bugy and fails some tests. It will be debugged aft...
Rupinder Singh Khokhar
2014-08-01
1
-35
/
+75
*
fixed handlers of table related and select related elements
Rupinder Singh Khokhar
2014-08-01
5
-16
/
+90
*
added provision to get quirks mode of document from treebuilder, assuming tre...
Rupinder Singh Khokhar
2014-08-01
5
-6
/
+126
*
fixed isindex and form start tag handlers
Rupinder Singh Khokhar
2014-08-01
1
-62
/
+70
*
Fixed enumerator entries & name-type mapping. Also fixed the option/optgroup ...
Rupinder Singh Khokhar
2014-08-01
4
-26
/
+50
*
SCRIPT related states added to the tokeniser. This might still be buggy. All ...
Rupinder Singh Khokhar
2014-08-01
1
-16
/
+393
*
Fixing some steps in table insertion mode, handling input tags
Rupinder Singh Khokhar
2014-08-01
2
-5
/
+32
*
small fix to handle the param tag open
Rupinder Singh Khokhar
2014-08-01
1
-1
/
+4
*
fixed content model switch at a place. Also added another step to handle xmp ...
Rupinder Singh Khokhar
2014-08-01
3
-1
/
+10
*
fixed dd,dt&li handler. Also fixed the scoping lists. Also added a missing su...
Rupinder Singh Khokhar
2014-08-01
8
-53
/
+69
*
Fixed The adoption agency & related things
Rupinder Singh Khokhar
2014-08-01
7
-45
/
+105
*
Random rumblings-- unclean commit
Rupinder Singh Khokhar
2014-08-01
5
-56
/
+87
*
Handling LF after CR in bogus comment state & changing few tests to make it i...
Rupinder Singh Khokhar
2014-07-09
1
-2
/
+3
*
added RAWTEXT contentModel. Also removed an if(c='-') condition because I fel...
Rupinder Singh Khokhar
2014-07-09
1
-95
/
+93
*
Adding PLAINTEXT State & fixing the tester at places
Rupinder Singh Khokhar
2014-07-09
1
-3
/
+7
*
There could have been a better way to handle EOFs in b/w tag-names and attrib...
Rupinder Singh Khokhar
2014-07-09
1
-22
/
+44
*
Adding the COMMENT_END_BANG state for test3.dat
Rupinder Singh Khokhar
2014-07-09
1
-1
/
+24
*
[Fix] tokeniser wrongly emitted a replacement character instead of utf8 NULL....
Rupinder Singh Khokhar
2014-07-09
1
-2
/
+8
*
Updating Named Entities API in tokeniser
Rupinder Singh Khokhar
2014-07-09
3
-50
/
+70
*
Remove client allocation function and update for new lpu API.
Michael Drake
2013-12-14
7
-85
/
+47
*
Fix uninitialised pause variable
Vincent Sanders
2012-07-13
1
-0
/
+2
*
Add ability to pause tokenisation
Vincent Sanders
2012-07-10
4
-2
/
+42
*
Remove unused and unneeded extraneous_chunk API
Vincent Sanders
2012-07-07
1
-35
/
+0
*
Insert data at correct point in input stream.
John-Mark Bell
2012-07-05
3
-8
/
+51
*
Only call script complete callback if scripting is enabled
Vincent Sanders
2012-07-05
1
-1
/
+2
*
Add Script complete callback
Vincent Sanders
2012-07-05
3
-1
/
+18
*
add hubbub_parser_insert_chunk
Vincent Sanders
2012-07-03
1
-0
/
+27
*
Update to new NSBUILD infrastructure
Daniel Silverstone
2012-06-29
5
-5
/
+5
*
Fix handling of xmlns attributes on foreign content root elements
John Mark Bell
2011-10-27
1
-2
/
+3
*
Fix build with GCC 4.6
John Mark Bell
2011-07-26
17
-179
/
+68
*
Fix profile and coverage targets
John Mark Bell
2010-12-06
1
-1
/
+3
*
Remove init/final and embed entity trie at build time. r=vince
Daniel Silverstone
2010-12-04
9
-2540
/
+78
*
Make locale-agnostic
John Mark Bell
2009-07-12
1
-2
/
+13
*
Hand off comparison to utility string comparisons.
John Mark Bell
2009-07-12
1
-1
/
+2
*
Fix string comparisons.
John Mark Bell
2009-07-12
2
-34
/
+7
*
Better guard for the Norcroft hackery.
John Mark Bell
2009-07-02
1
-5
/
+11
*
Fix broken error checking and return in hubbub_parser_completed.
John Mark Bell
2009-06-20
3
-53
/
+67
*
Fix use of uninitialised variable caused by braindead variable naming.
John Mark Bell
2009-05-27
1
-3
/
+3
*
Make assignment of doctype component pointers clearer. Also removes a redunda...
John Mark Bell
2009-05-27
1
-9
/
+6
*
Remove redundant code.
John Mark Bell
2009-05-27
1
-13
/
+0
*
Initialise variables to stop GCC 4.4 complaining (credit: Jeroen Habraken)
John Mark Bell
2009-05-05
1
-4
/
+4
*
Lose trailing commas.
John Mark Bell
2009-04-15
3
-3
/
+3
*
Merged revisions 7071-7082 via svnmerge from
John Mark Bell
2009-04-15
2
-262
/
+278
*
Manually merge r7070 into trunk
John Mark Bell
2009-04-15
24
-788
/
+1338
*
Improve error handling in the tokeniser
John Mark Bell
2009-04-06
1
-62
/
+154
[next]