1. 0dab995 LayoutTests/imported/w3c: by simon.fraser@apple.com · 6 years ago
  2. 70acd2e [python] Replace print operator with print() function for python3 compatibility by annulen@yandex.ru · 7 years ago
  3. 8040752 Drop support for <isindex> https://bugs.webkit.org/show_bug.cgi?id=7139 by cdumez@apple.com · 8 years ago
  4. 086431b ASSERTION FAILED: m_templateInsertionModes.isEmpty() in WebCore::HTMLTreeBuilder::finished by rniwa@webkit.org · 9 years ago
  5. 721a4c7 Web Inspector and regular console use different source code locations for messages by ap@apple.com · 10 years ago
  6. b80efcd New ruby parsing rule breaks some real web sites. by commit-queue@webkit.org · 11 years ago
  7. 135c1f2 Catch up ruby and its tag omission rule changes in HTML5 CR Feb 2014 by commit-queue@webkit.org · 11 years ago
  8. 7c0ba7e Update html5lib test data to latest version by commit-queue@webkit.org · 11 years ago
  9. 38f0a65 Remove display:run-in support. by akling@apple.com · 11 years ago
  10. b21553c Hoist <template> to head when found between </head> and <body> for consistency with <script> by rniwa@webkit.org · 11 years ago
  11. f4c8ca3 Test a template element appearing after a closing body tag in html5lib by rniwa@webkit.org · 11 years ago
  12. 303749d [HTML parser] reset insertion mode appropriate must check for "in select in table" mode by rniwa@webkit.org · 11 years ago
  13. 64f8dd4 HTML parser should consistently inspect the namespace of elements on the stack of open elements by adamk@chromium.org · 12 years ago
  14. fd287db [HTMLTemplateElement] <template> should be able to be a foster parent by rafaelw@chromium.org · 12 years ago
  15. 7fb5e70 Remove stray newline. This newline is messing up mozilla's test harness by rafaelw@chromium.org · 12 years ago
  16. 16bce4e HTMLStackItem should include <template> as a special tag by rafaelw@chromium.org · 12 years ago
  17. d6b9e84 [HTMLTemplateElement] prevent </template> from matching "template" in a non-HTML tags on the stack of open elements by rafaelw@chromium.org · 12 years ago
  18. 4c89ac4 [HTMLTemplateElement] processTemplateEndTag() needs to check for template in html scope by rafaelw@chromium.org · 12 years ago
  19. 6ae4291 One more unreviewed fix after r144032 and r144051. by ossy@webkit.org · 12 years ago
  20. 407dd94 Parsing of HTML tags in MathML Text Insertion Points leads to bogus parser behavior by adamk@chromium.org · 12 years ago
  21. e567a7b Unreviewed fix after r144032. https://bugs.webkit.org/show_bug.cgi?id=110734 by ossy@webkit.org · 12 years ago
  22. ea007c2 Layout Test Multiple html5lib/ tests are too slow and should be split. by eric@webkit.org · 12 years ago
  23. 6a10d37 Move html5lib/run-test* into html5lib/generated in preparation for generating these harnesses by eric@webkit.org · 12 years ago
  24. d195c93 More rebaselines after http://trac.webkit.org/changeset/143804. by rniwa@webkit.org · 12 years ago
  25. c0a12c1 Teach the html5lib tests how to test the threaded HTML parser by eric@webkit.org · 12 years ago
  26. f4cd886 Fix svg/in-html/script-write.html with threaded HTML parser by tonyg@chromium.org · 12 years ago
  27. 8fdd04a [HTMLTemplateElement] Change template.dat serialization format by rafaelw@chromium.org · 12 years ago
  28. 8bbfb20 [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit by rafaelw@chromium.org · 12 years ago
  29. 66d01f0 Unreviewed, rolling out r142531. by commit-queue@webkit.org · 12 years ago
  30. d8de00a [HTMLTemplateElement] <template> inside of <head> may not create <body> if EOF is hit by rafaelw@chromium.org · 12 years ago
  31. 9ccad07 [HTMLTemplateElement] Non </template> end tags should be ignored in "template contents" insertion mode. by rafaelw@chromium.org · 12 years ago
  32. ca117b5 [HTMLTemplateElement] prevent the parser from removing nodes from the content when the foster agency is processing formatting elements by rafaelw@chromium.org · 12 years ago
  33. 6a85714 [Templates]: Fix assert in colgroup parse handling by rafaelw@chromium.org · 12 years ago
  34. a31a1d5 Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement by rafaelw@chromium.org · 12 years ago
  35. 605987e Properly process <template> end tags when in TemplateContentsMode by adamk@chromium.org · 12 years ago
  36. 25d8825 [HTMLTemplateElement] Prevent first-level recursive <template> from resetting the implied context by adamk@chromium.org · 12 years ago
  37. d2e0adc Web Inspector: Autogenerate stack traces and line numbers when possible. by mkwst@chromium.org · 12 years ago
  38. 7448b57 Implement HTMLTemplateElement https://bugs.webkit.org/show_bug.cgi?id=86031 by rafaelw@chromium.org · 12 years ago
  39. 9c2ae3a Unreviewed, rolling out r136377. by commit-queue@webkit.org · 12 years ago
  40. 8579b0b Web Inspector: Autogenerate stack traces and line numbers when possible. by mkwst@chromium.org · 12 years ago
  41. 94ee727 HTML parser fails to propertly close 4 identical nested formatting elements by eric@webkit.org · 12 years ago
  42. 899f670 Sync html5lib tests with latest sources (and sort the tests alphabetically in runner.html) by eric@webkit.org · 12 years ago
  43. 60a49c8 Use the original token to create an element in "reconstruct the active formatting elements" and "call the adoption agency" by kseo@webkit.org · 13 years ago
  44. 9f3bdaa Fonts, fullscreen, gamepad, and html5lib tests should use testRunner instead of layoutTestController by rniwa@webkit.org · 13 years ago
  45. f3fcb4e &AElig doesn't get rendered as U+00C6 by peter@chromium.org · 13 years ago
  46. 4a96910 Ensure HTMLElementStack fails gracefully if it has a non-Element. by simonjam@chromium.org · 13 years ago
  47. b0e3f19 Invalid cast in WebCore::toElement / WebCore::HTMLElementStack::ElementRecord::element by abarth@webkit.org · 13 years ago
  48. e7253a3 Fix assert when foster parenting self-closing elements by abarth@webkit.org · 13 years ago
  49. 2662f8d Shard html5lib/runner.html into many separate tests by abarth@webkit.org · 13 years ago
  50. 503fa60 We don't pass all of the html5lib unsafe-text.dat tests by abarth@webkit.org · 13 years ago
  51. d960328 WebKit should support HTML entities that expand to more than one character by abarth@webkit.org · 13 years ago
  52. 22b1b0a The HTML parser doesn't enforce the "Noah's Ark condition" from the HTML5 spec by abarth@webkit.org · 13 years ago
  53. b9daf77 Adoption agency iteration limits in HTML parser don't match HTML5 spec by abarth@webkit.org · 13 years ago
  54. 09acfd4 <option><span><option> doesn't parse correctly by abarth@webkit.org · 13 years ago
  55. b3515e0 <!doctype html><div><body><frameset> doesn't parse correctly by abarth@webkit.org · 13 years ago
  56. 0169086 <!DOCTYPE html><pre>&#x0a;&#x0a;A</pre> doesn't parse correctly by abarth@webkit.org · 13 years ago
  57. 3e2a227 Unreviewed expectations update. by morrita@google.com · 13 years ago
  58. 2b7bfb8 Unreviewed, rolling out r103000. by kbr@google.com · 13 years ago
  59. 985b361 <ruby><div><p><rp> parses incorrectly by abarth@webkit.org · 13 years ago
  60. e67c1cf <!DOCTYPE html><pre>&#x0a;&#x0a;A</pre> doesn't parse correctly by abarth@webkit.org · 13 years ago
  61. 2b37301 <table><tr><td><svg><desc><td> parses incorrectly by abarth@webkit.org · 13 years ago
  62. 9991a71 Update html5lib test data to latest version by abarth@webkit.org · 13 years ago
  63. c286114 Multiple foreign objects not rendered by commit-queue@webkit.org · 13 years ago
  64. 0c9b0ee 2011-09-16 James Simonsen <simonjam@chromium.org> by simonjam@chromium.org · 13 years ago
  65. 54d1f17 XMLDocumentParserQt.cpp incorrectly converts 0-based number into 1-based number by commit-queue@webkit.org · 13 years ago
  66. 1b61eb0 2011-06-20 Juan C. Montemayor <jmont@apple.com> by oliver@apple.com · 14 years ago
  67. a81cbb2 2011-06-13 Nate Chapin <japhet@chromium.org> by japhet@chromium.org · 14 years ago
  68. 6036340 2011-06-10 James Simonsen <simonjam@chromium.org> by simonjam@chromium.org · 14 years ago
  69. b9eaddd 2011-05-24 Julien Chaffraix <jchaffraix@codeaurora.org> by commit-queue@webkit.org · 14 years ago
  70. dfc43a7 2011-02-26 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  71. 9a75681 2011-02-06 Dominic Cooney <dominicc@google.com> by morrita@google.com · 14 years ago
  72. 524140e 2011-01-12 Tony Chang <tony@chromium.org> by tony@chromium.org · 14 years ago
  73. dd06a69 2011-01-06 Tony Gentilcore <tonyg@chromium.org> by tonyg@chromium.org · 14 years ago
  74. bd0efac 2010-11-02 James Simonsen <simonjam@chromium.org> by commit-queue@webkit.org · 14 years ago
  75. 9981f26 2010-10-21 James Simonsen <simonjam@chromium.org> by commit-queue@webkit.org · 14 years ago
  76. fb8d90a 2010-10-13 James Simonsen <simonjam@chromium.org> by commit-queue@webkit.org · 14 years ago
  77. f3cd2bc 2010-10-05 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  78. b57f451 2010-09-23 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  79. c88296d 2010-09-21 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  80. b61a809 2010-09-21 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  81. d546480 2010-09-20 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  82. d048e00 2010-09-13 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  83. 6d1121c 2010-09-13 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  84. 8abc3bc 2010-09-12 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  85. 2b87cd4 2010-09-12 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  86. 586c745 2010-09-10 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  87. 8275626 2010-08-30 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  88. d4d5849 2010-08-30 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  89. c847519 2010-08-30 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  90. 671ea2e 2010-08-24 Eric Seidel <eric@webkit.org> by eric@webkit.org · 15 years ago
  91. 24f75d9 2010-08-24 Dumitru Daniliuc <dumi@chromium.org> by eric@webkit.org · 15 years ago
  92. 34e9033 2010-08-24 Eric Seidel <eric@webkit.org> by eric@webkit.org · 15 years ago
  93. 8d2e7e7 2010-08-23 Eric Seidel <eric@webkit.org> by abarth@webkit.org · 15 years ago
  94. 16694de 2010-08-22 Eric Seidel <eric@webkit.org> by eric@webkit.org · 15 years ago
  95. 0fad8ab 2010-08-20 Tony Gentilcore <tonyg@chromium.org> by tonyg@chromium.org · 15 years ago
  96. 68b0376 2010-08-12 Adam Barth <abarth@webkit.org> by eric@webkit.org · 15 years ago
  97. 035a0e0 2010-08-11 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 15 years ago
  98. d14148d 2010-08-11 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 15 years ago
  99. 8f74823 2010-08-09 Eric Seidel <eric@webkit.org> by eric@webkit.org · 15 years ago
  100. 9afd17c 2010-08-07 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 15 years ago