summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* template insertion mode stack implementedRupinder Singh Khokhar2014-08-013-2/+83
* Fixed a bug in cdata block tokenisation. Also fixed handling of br close tag ...Rupinder Singh Khokhar2014-08-012-6/+9
* Correctly handled NULL characters at some placesRupinder Singh Khokhar2014-08-013-2/+17
* Minor fixes to charset detection. Currently pre-scanning upto 1024 bytes. Rem...Rupinder Singh Khokhar2014-08-011-14/+22
* This is perhaps the best way to treat an incoming script content_model_flag. ...Rupinder Singh Khokhar2014-08-016-52/+86
* Fixed dd/dt/li start tag handler once again. Also fixed resting of insertion ...Rupinder Singh Khokhar2014-08-013-16/+45
* appending to formatting list makes use of comparing the attributes. Since we ...Rupinder Singh Khokhar2014-08-011-2/+31
* Now, since we have the support for retriving attributes from context, the for...Rupinder Singh Khokhar2014-08-013-45/+124
* Fixed some misplaced tags in in_body insertion mode. Also improved support fo...Rupinder Singh Khokhar2014-08-013-33/+55
* Small fix to handle rp/rt start tag in bodyRupinder Singh Khokhar2014-08-012-1/+26
* Added support to get attribute names & values from the context. This slows do...Rupinder Singh Khokhar2014-08-017-17/+161
* The foreign state is still bugy and fails some tests. It will be debugged aft...Rupinder Singh Khokhar2014-08-011-35/+75
* fixed handlers of table related and select related elementsRupinder Singh Khokhar2014-08-015-16/+90
* added provision to get quirks mode of document from treebuilder, assuming tre...Rupinder Singh Khokhar2014-08-015-6/+126
* fixed isindex and form start tag handlersRupinder Singh Khokhar2014-08-011-62/+70
* Fixed enumerator entries & name-type mapping. Also fixed the option/optgroup ...Rupinder Singh Khokhar2014-08-014-26/+50
* SCRIPT related states added to the tokeniser. This might still be buggy. All ...Rupinder Singh Khokhar2014-08-011-16/+393
* Fixing some steps in table insertion mode, handling input tagsRupinder Singh Khokhar2014-08-012-5/+32
* small fix to handle the param tag openRupinder Singh Khokhar2014-08-011-1/+4
* fixed content model switch at a place. Also added another step to handle xmp ...Rupinder Singh Khokhar2014-08-013-1/+10
* fixed dd,dt&li handler. Also fixed the scoping lists. Also added a missing su...Rupinder Singh Khokhar2014-08-018-53/+69
* Fixed The adoption agency & related thingsRupinder Singh Khokhar2014-08-017-45/+105
* Random rumblings-- unclean commitRupinder Singh Khokhar2014-08-015-56/+87
* Handling LF after CR in bogus comment state & changing few tests to make it i...Rupinder Singh Khokhar2014-07-091-2/+3
* added RAWTEXT contentModel. Also removed an if(c='-') condition because I fel...Rupinder Singh Khokhar2014-07-091-95/+93
* Adding PLAINTEXT State & fixing the tester at placesRupinder Singh Khokhar2014-07-091-3/+7
* There could have been a better way to handle EOFs in b/w tag-names and attrib...Rupinder Singh Khokhar2014-07-091-22/+44
* Adding the COMMENT_END_BANG state for test3.datRupinder Singh Khokhar2014-07-091-1/+24
* [Fix] tokeniser wrongly emitted a replacement character instead of utf8 NULL....Rupinder Singh Khokhar2014-07-091-2/+8
* Updating Named Entities API in tokeniserRupinder Singh Khokhar2014-07-093-50/+70
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-147-85/+47
* Fix uninitialised pause variableVincent Sanders2012-07-131-0/+2
* Add ability to pause tokenisationVincent Sanders2012-07-104-2/+42
* Remove unused and unneeded extraneous_chunk APIVincent Sanders2012-07-071-35/+0
* Insert data at correct point in input stream.John-Mark Bell2012-07-053-8/+51
* Only call script complete callback if scripting is enabledVincent Sanders2012-07-051-1/+2
* Add Script complete callbackVincent Sanders2012-07-053-1/+18
* add hubbub_parser_insert_chunkVincent Sanders2012-07-031-0/+27
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-295-5/+5
* Fix handling of xmlns attributes on foreign content root elementsJohn Mark Bell2011-10-271-2/+3
* Fix build with GCC 4.6John Mark Bell2011-07-2617-179/+68
* Fix profile and coverage targetsJohn Mark Bell2010-12-061-1/+3
* Remove init/final and embed entity trie at build time. r=vinceDaniel Silverstone2010-12-049-2540/+78
* Make locale-agnosticJohn Mark Bell2009-07-121-2/+13
* Hand off comparison to utility string comparisons.John Mark Bell2009-07-121-1/+2
* Fix string comparisons.John Mark Bell2009-07-122-34/+7
* Better guard for the Norcroft hackery.John Mark Bell2009-07-021-5/+11
* Fix broken error checking and return in hubbub_parser_completed.John Mark Bell2009-06-203-53/+67
* Fix use of uninitialised variable caused by braindead variable naming.John Mark Bell2009-05-271-3/+3
* Make assignment of doctype component pointers clearer. Also removes a redunda...John Mark Bell2009-05-271-9/+6