summaryrefslogtreecommitdiff
path: root/src/treebuilder/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* First cut at porting hubbub's buildsystem to the core toolsJohn Mark Bell2009-03-241-44/+2
* Sync treebuilder with specJohn Mark Bell2009-03-101-1/+1
* Implement the "in table" insertion mode, at least partially. (The adoption a...Andrew Sidwell2008-07-031-1/+1
* Implement the "after after frameset" insertion mode.Andrew Sidwell2008-06-301-1/+1
* Implement "after frameset" mode.Andrew Sidwell2008-06-301-1/+1
* Implement "in frameset" tree construction mode.Andrew Sidwell2008-06-301-1/+2
* Add the "after after body" insertion mode.Andrew Sidwell2008-06-301-1/+1
* Add the "after body" insertion mode.Andrew Sidwell2008-06-301-1/+1
* Add "in foreign content" handling. Not convinced this is the best way.Andrew Sidwell2008-06-301-0/+1
* Implement the "in select in table" insertion mode.Andrew Sidwell2008-06-251-1/+1
* Implement the "in select" insertion mode, and add some more utility functions.Andrew Sidwell2008-06-251-1/+1
* Implement the "in cell" insertion mode.Andrew Sidwell2008-06-251-0/+1
* Implement the "in row" insertion mode.Andrew Sidwell2008-06-251-1/+1
* Add the "in table body" insertion mode.Andrew Sidwell2008-06-251-1/+1
* Implement "in column group" insertion mode.Andrew Sidwell2008-06-251-1/+1
* Add "in caption" insertion mode.Andrew Sidwell2008-06-241-0/+1
* Put each insertion mode into its own C file, so that treebuilder.c doesn't ge...Andrew Sidwell2008-06-231-1/+4
* Whoops. Missed the makefile for src/treebuilderJohn Mark Bell2008-04-071-43/+36
* Implement "in body" insertion mode.John Mark Bell2008-04-071-1/+1
* Beginnings of a tree builder.John Mark Bell2008-03-071-0/+53