summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_foreign_content.c
Commit message (Expand)AuthorAgeFilesLines
* The foreign breakout method doesn't neccessarily break out of foreign state. ...Rupinder Singh Khokhar2014-08-011-19/+14
* Correctly handled NULL characters at some placesRupinder Singh Khokhar2014-08-011-2/+10
* This is perhaps the best way to treat an incoming script content_model_flag. ...Rupinder Singh Khokhar2014-08-011-2/+3
* Now, since we have the support for retriving attributes from context, the for...Rupinder Singh Khokhar2014-08-011-45/+51
* The foreign state is still bugy and fails some tests. It will be debugged aft...Rupinder Singh Khokhar2014-08-011-35/+75
* Random rumblings-- unclean commitRupinder Singh Khokhar2014-08-011-5/+33
* 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-261-3/+1
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-9/+19
* Fix typoJohn Mark Bell2009-03-111-1/+1
* Sync treebuilder with specJohn Mark Bell2009-03-101-22/+70
* Use doxygen to create API documentation.John Mark Bell2009-01-081-3/+6
* C89François Revel2008-11-301-4/+8
* Fix build failures. Quite how these were missed before, I don't know.John Mark Bell2008-09-071-0/+6
* - Add N_ELEMENTS() macro globally rather than using sizeof(x) / sizeof(x[0])...Andrew Sidwell2008-08-111-2/+0
* Switch to using hubbub_error for reprocessing state from just a bool, to allo...Andrew Sidwell2008-08-101-5/+5
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-311-13/+8
* Add element names to treebuilder.c, change scoping rules, and more SVG support.Andrew Sidwell2008-07-111-2/+8
* Get SVG support up-to-spec.Andrew Sidwell2008-07-111-5/+75
* Make at least a good start on SVG support (commented-out in the spec). Move ...Andrew Sidwell2008-07-111-0/+184
* Reprocess tokens after breaking out of foreign content.Andrew Sidwell2008-07-111-0/+2
* Implement the "in scope" bit of "if is no element in scope that has a namespa...Andrew Sidwell2008-07-111-1/+13
* Add some comments and remember to switch back to in "in foreign content" afte...Andrew Sidwell2008-07-111-4/+15
* Significantly refactor the "in foreign content" mode. Still doesn't work, bu...Andrew Sidwell2008-07-111-61/+50
* Tune up the foreign element support a bit.Andrew Sidwell2008-07-111-4/+15
* Turn on basic MathML support.Andrew Sidwell2008-07-111-6/+20
* Derefcount things which should be derefcounted.Andrew Sidwell2008-07-031-0/+3
* Add my spangly new email address to all the files that didn't have it before.Andrew Sidwell2008-06-301-1/+1
* Add "in foreign content" handling. Not convinced this is the best way.Andrew Sidwell2008-06-301-0/+139