1. 10b37bd Form control may be associated with the wrong HTML Form element after form id change by dbates@webkit.org · 10 years ago
  2. 90860a7 Move nodeFromPoint() back to Document where it belongs by simon.fraser@apple.com · 11 years ago
  3. 985685e More WEBCORE_EXPORT macros! https://bugs.webkit.org/show_bug.cgi?id=136146 by achristensen@apple.com · 11 years ago
  4. 8ef9a4d Compile attribute value matching https://bugs.webkit.org/show_bug.cgi?id=129228 by benjamin@webkit.org · 11 years ago
  5. e1c2048 jsDocumentPrototypeFunctionGetElementById should not create an AtomicString for the function argument by benjamin@webkit.org · 11 years ago
  6. 8dbe57d Make TreeScope::rootNode return a reference by antti@apple.com · 11 years ago
  7. 9511b26 Move document life time management from TreeScope to Document by antti@apple.com · 11 years ago
  8. e7fd739 Move TreeScope, IdTargetObserverRegistry to std::unique_ptr by zandobersek@gmail.com · 11 years ago
  9. 3eb4c41 CTTE: Node::treeScope() should return a reference. <https://webkit.org/b/122399> by akling@apple.com · 11 years ago
  10. 01ebac5 Use more references instead of pointers in DocumentOrderedMap by rniwa@webkit.org · 11 years ago
  11. 269d340 Use a better name than m_invertibleCTM by darin@apple.com · 12 years ago
  12. 8296217 Adding "explicit" keyword in DOM related classes constructor by commit-queue@webkit.org · 12 years ago
  13. 395cd88 Remove NodeRenderingContext https://bugs.webkit.org/show_bug.cgi?id=120466 by antti@apple.com · 12 years ago
  14. f3493c5 Turn TreeScope::focusedNode() into focusedElement(). by akling@apple.com · 12 years ago
  15. f164978 TreeScope::rootNode() should return a ContainerNode. by akling@apple.com · 12 years ago
  16. 5069129 DocumentOrderedMap doesn't need to have two HashMaps by rniwa@webkit.org · 12 years ago
  17. 068215b Unify ways to cache named item in HTMLCollections by rniwa@webkit.org · 12 years ago
  18. 9d72cb0 Remove the memory instrumentation code by benjamin@webkit.org · 12 years ago
  19. fd1e79f ShadowRoot needs guardRef() and guardDeref() by morrita@google.com · 12 years ago
  20. bbee8f7 Revert r143840 because it caused flaky crashes. by dglazkov@chromium.org · 12 years ago
  21. 9174bc2 ShadowRoot needs guardRef() and guardDeref() by morrita@google.com · 12 years ago
  22. 55ebb54 [Refactoring] Replace Node's Document pointer with a TreeScope pointer by commit-queue@webkit.org · 12 years ago
  23. 9a1da48 Implement ShadowRoot::elementFromPoint by shinyak@chromium.org · 12 years ago
  24. 501ec19 Unreviewed, rolling out r137524. by commit-queue@webkit.org · 12 years ago
  25. 6777702 [Refactoring] Replace Node's Document pointer with a TreeScope pointer by commit-queue@webkit.org · 12 years ago
  26. 0f4cc0d Shrink ShadowRoot and TreeScope. <http://webkit.org/b/103459> by akling@apple.com · 12 years ago
  27. edc2201 Web Inspector: NMI instrument ShadowRoot. It gives us ~400k on plus.google.com by loislo@chromium.org · 12 years ago
  28. ef9d335 AX: labelForElement is slow when there are a lot of DOM elements by dmazzoni@google.com · 12 years ago
  29. 5a08374 Unreviewed, rolling out r131107. by commit-queue@webkit.org · 12 years ago
  30. 881eb99 AX: labelForElement is slow when there are a lot of DOM elements by dmazzoni@google.com · 12 years ago
  31. 5da00cb Missing *explicit* keyword in dom and page. by gyuyoung.kim@samsung.com · 13 years ago
  32. c4534e1 Unreviewed, rolling out r123184, r123195, and r123197. by commit-queue@webkit.org · 13 years ago
  33. 836359f [Refactoring] Replace Node's Document pointer with a TreeScope pointer by morrita@google.com · 13 years ago
  34. 6253c63 Form of FormAssociatedElement is not updated when id target changes. by keishi@webkit.org · 13 years ago
  35. fc3b7b7 invalidateNodeListsCacheAfterAttributeChanged should dynamically figure out which attribute needs invalidation by rniwa@webkit.org · 13 years ago
  36. 638b40b Unreviewed, rolling out r121106. by commit-queue@webkit.org · 13 years ago
  37. ee9cb3c Inserting nodes is slow due to Node::notifyNodeListsAttributeChanged (20%+) by rniwa@webkit.org · 13 years ago
  38. 82c3be6 ShadowRoot needs resetStyleInheritance by commit-queue@webkit.org · 13 years ago
  39. 88e19d6 comparePositions in htmlediting should consider nested Shadow DOM. by shinyak@chromium.org · 13 years ago
  40. 45dc115 [Refactoring] Remove TreeScopeAdjuster by shinyak@chromium.org · 13 years ago
  41. 4fd60ed [Refactoring] Move Selection from DOMWindow to TreeScope. by shinyak@chromium.org · 13 years ago
  42. a0917c6 Unreviewed, rolling out r116715. by tkent@chromium.org · 13 years ago
  43. b6563ba [Refactoring] Move Selection from DOMWindow to TreeScope. by shinyak@chromium.org · 13 years ago
  44. 7d42b1d ShadowRoot needs applyAuthorStyles https://bugs.webkit.org/show_bug.cgi?id=78472 by commit-queue@webkit.org · 13 years ago
  45. ee6f759 Remove TreeScope::isShadowRoot. https://bugs.webkit.org/show_bug.cgi?id=82879 by shinyak@chromium.org · 13 years ago
  46. 63a89da blur() on shadow host should work when a shadow host contains a focused element in its shadow DOM subtrees by commit-queue@webkit.org · 13 years ago
  47. 9e021b8 ShadowRoot should implement activeElement. by commit-queue@webkit.org · 13 years ago
  48. 755e41f <content> element should behave as HTMLUnknownElement outside of a shadow DOM subtree by morrita@google.com · 13 years ago
  49. 81596e4 Change class hierarycy so that ShadowRoot can inherit DocumentFragment. by hayato@chromium.org · 13 years ago
  50. e08d15a [Refactoring] Moving between TreeScopes should be done by its own class. by morrita@google.com · 13 years ago
  51. 0aefadd Unreviewed, rolling out r104259 and r104261. by commit-queue@webkit.org · 13 years ago
  52. 6f422e7 [Refactoring] Moving between TreeScopes should be done by its own class. by morrita@google.com · 13 years ago
  53. 518c78a IsShadowRootFlag should not depend on whether a ShadowRoot is attached to a host. by dominicc@chromium.org · 13 years ago
  54. a8fbd63 2011-05-03 Roland Steiner <rolandsteiner@chromium.org> by rolandsteiner@chromium.org · 14 years ago
  55. a3bb05f 2011-04-20 Dimitri Glazkov <dglazkov@chromium.org> by dglazkov@chromium.org · 14 years ago
  56. d905546 2011-04-19 Roland Steiner <rolandsteiner@chromium.org> by rolandsteiner@chromium.org · 14 years ago
  57. 429a70e 2011-04-19 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 14 years ago
  58. 9fb65cb 2011-04-15 Roland Steiner <rolandsteiner@chromium.org> by rolandsteiner@chromium.org · 14 years ago
  59. 05d9423 2011-04-07 Roland Steiner <rolandsteiner@chromium.org> by rolandsteiner@chromium.org · 14 years ago
  60. dafa610 2011-04-06 Roland Steiner <rolandsteiner@chromium.org> by rolandsteiner@chromium.org · 14 years ago
  61. a3cbe77 2011-04-04 Roland Steiner <rolandsteiner@chromium.org> by rolandsteiner@chromium.org · 14 years ago