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
Commit message (
Expand
)
Author
Age
Files
Lines
*
small fix to 'in_head_noscript' mode
rupindersingh/libhubbub
Rupinder Singh Khokhar
2014-08-01
1
-1
/
+2
*
correctly handle meta element in head
Rupinder Singh Khokhar
2014-08-01
1
-1
/
+17
*
The foreign breakout method doesn't neccessarily break out of foreign state. ...
Rupinder Singh Khokhar
2014-08-01
3
-22
/
+17
*
Fixed check for special element. Also fixed the adoption agency.
Rupinder Singh Khokhar
2014-08-01
3
-10
/
+36
*
Added support for template tag. However, the client currently doesn't support...
Rupinder Singh Khokhar
2014-08-01
12
-53
/
+193
*
template insertion mode stack implemented
Rupinder Singh Khokhar
2014-08-01
3
-2
/
+83
*
Enabling some passed tests
Rupinder Singh Khokhar
2014-08-01
1
-6
/
+6
*
Fixed a bug in cdata block tokenisation. Also fixed handling of br close tag ...
Rupinder Singh Khokhar
2014-08-01
2
-6
/
+9
*
Correctly handled NULL characters at some places
Rupinder Singh Khokhar
2014-08-01
3
-2
/
+17
*
Merged the updates to tests made a few days ago
Rupinder Singh Khokhar
2014-08-01
3
-1
/
+15
*
Minor fixes to charset detection. Currently pre-scanning upto 1024 bytes. Rem...
Rupinder Singh Khokhar
2014-08-01
4
-74
/
+25
*
fixed small space errors in printing of nodes
Rupinder Singh Khokhar
2014-08-01
1
-3
/
+3
*
tiny fix in tester & enabling some tests
Rupinder Singh Khokhar
2014-08-01
2
-4
/
+4
*
This is perhaps the best way to treat an incoming script content_model_flag. ...
Rupinder Singh Khokhar
2014-08-01
8
-54
/
+89
*
Fixed dd/dt/li start tag handler once again. Also fixed resting of insertion ...
Rupinder Singh Khokhar
2014-08-01
4
-17
/
+46
*
Enabling tests
Rupinder Singh Khokhar
2014-08-01
1
-24
/
+24
*
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
4
-46
/
+125
*
Fixed some misplaced tags in in_body insertion mode. Also improved support fo...
Rupinder Singh Khokhar
2014-08-01
4
-34
/
+56
*
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
8
-18
/
+162
*
The foreign state is still bugy and fails some tests. It will be debugged aft...
Rupinder Singh Khokhar
2014-08-01
2
-37
/
+77
*
fixed handlers of table related and select related elements
Rupinder Singh Khokhar
2014-08-01
6
-17
/
+91
*
added provision to get quirks mode of document from treebuilder, assuming tre...
Rupinder Singh Khokhar
2014-08-01
6
-7
/
+127
*
fixed isindex and form start tag handlers
Rupinder Singh Khokhar
2014-08-01
2
-64
/
+72
*
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
2
-4
/
+7
*
fixed content model switch at a place. Also added another step to handle xmp ...
Rupinder Singh Khokhar
2014-08-01
4
-3
/
+12
*
fixed dd,dt&li handler. Also fixed the scoping lists. Also added a missing su...
Rupinder Singh Khokhar
2014-08-01
9
-54
/
+70
*
Fixed The adoption agency & related things
Rupinder Singh Khokhar
2014-08-01
8
-47
/
+107
*
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
3
-10
/
+8
*
[Headache] Fixed tester & modified test file :-P
Rupinder Singh Khokhar
2014-07-09
4
-17
/
+16
*
added RAWTEXT contentModel. Also removed an if(c='-') condition because I fel...
Rupinder Singh Khokhar
2014-07-09
2
-98
/
+96
*
Adding PLAINTEXT State & fixing the tester at places
Rupinder Singh Khokhar
2014-07-09
4
-12
/
+23
*
Enabling some tests. The regresssion.test file had some tests that I found to...
Rupinder Singh Khokhar
2014-07-09
2
-8
/
+8
*
There could have been a better way to handle EOFs in b/w tag-names and attrib...
Rupinder Singh Khokhar
2014-07-09
2
-23
/
+45
*
Adding the COMMENT_END_BANG state for test3.dat
Rupinder Singh Khokhar
2014-07-09
2
-2
/
+25
*
[Fix] tokeniser wrongly emitted a replacement character instead of utf8 NULL....
Rupinder Singh Khokhar
2014-07-09
5
-35
/
+53
*
Updating Named Entities API in tokeniser
Rupinder Singh Khokhar
2014-07-09
7
-2194
/
+2327
*
Adding the latest test files without fixing the INDEXes or the test interfaces
Rupinder Singh Khokhar
2014-06-17
72
-4999
/
+59797
*
Update component version for release
release/0.3.0
Vincent Sanders
2014-04-18
1
-1
/
+1
*
add support for multilib
David Tardon
2014-01-13
2
-3
/
+3
*
Remove client allocation function and update for new lpu API.
Michael Drake
2013-12-14
17
-207
/
+59
*
Correct various warnings in the test suite
Craig Barnes
2013-05-04
6
-14
/
+14
*
Don't use the nonportable alloca() during tests.
Anthony J. Bentley
2013-04-27
4
-4
/
+12
*
update component version for release
release/0.2.0
Vincent Sanders
2013-04-19
1
-1
/
+1
*
add a .gitattributes so .gitignore is not exported
Vincent Sanders
2013-04-18
1
-0
/
+2
[next]