Adam Barth
|
5d98345d17
|
Parse Sky entities according to the spec
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/678073002
|
2014-10-27 13:05:31 -07:00 |
|
Adam Barth
|
1bceb35cdf
|
Remove ScriptData* states
In the new parsing.md spec, we parse <script> the same way as <style> so we
don't need all these tokenizer states.
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/678913002
|
2014-10-27 13:04:45 -07:00 |
|
Adam Barth
|
2e40b82606
|
Remove more unused HTMLTokenizer features
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/678903002
|
2014-10-27 13:04:17 -07:00 |
|
Adam Barth
|
22b946ab61
|
Remove HTMLParserOptions
We always use threading now and there aren't any other options.
R=eseidel@chromium.org, esprehn@chromium.org
Review URL: https://codereview.chromium.org/676133002
|
2014-10-24 22:49:38 -07:00 |
|
Adam Barth
|
0bf6b1a8eb
|
Delete HTMLStackItem
The stack now just has ContainerNodes.
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/666913005
|
2014-10-23 16:39:13 -07:00 |
|
Adam Barth
|
ae72930937
|
Open the Sky
|
2014-10-23 11:17:19 -07:00 |
|