1. f865938 Removal of "TypedOM" prefix for CSSOM Object names by commit-queue@webkit.org · 3 years, 7 months ago
  2. 5d64ee0 Implement width and height attributes on source elements of <picture> by cathiechen@igalia.com · 3 years, 9 months ago
  3. 0e7ff91 Avoid some calls to StringView::toString() / StringView::toStringWithoutCopying() by cdumez@apple.com · 3 years, 9 months ago
  4. eceeb44 Rename presentationAttributeStyle to presentationalHintStyle to match spec language by antti@apple.com · 3 years, 9 months ago
  5. 8324948 Always use OperationPtrTag for all operations and annotate operations in CSS JIT by ysuzuki@apple.com · 4 years, 5 months ago
  6. 1d966ec CSS revert should serialize as "revert", not "Revert" by darin@apple.com · 4 years, 6 months ago
  7. 746d9de Null check inlineStyle in StyledElement::invalidateStyleAttribute by commit-queue@webkit.org · 4 years, 8 months ago
  8. 39359f0 Prepare to remove automatic URL->String conversion operators by commit-queue@webkit.org · 4 years, 11 months ago
  9. 094a874 Convert CSSPrimitiveValue::UnitType to an enum class, and cleanup by simon.fraser@apple.com · 5 years ago
  10. 0ce67df Rename AtomicString to AtomString https://bugs.webkit.org/show_bug.cgi?id=195276 by darin@apple.com · 6 years ago
  11. f8a9465 Web Inspector: DOMDebugger: "Attribute Modified" breakpoints pause after the modification occurs for the style attribute by drousso@apple.com · 6 years ago
  12. b8e3046 [CSS OM] StyledElementInlineStylePropertyMap creates a Ref cycle with its owner element by rniwa@webkit.org · 6 years ago
  13. 51c20fe CSS Typed OM should expose attributeStyleMap by justin_michaud@apple.com · 6 years ago
  14. 197cd32 Put the DOM in IsoHeaps https://bugs.webkit.org/show_bug.cgi?id=183546 by fpizlo@apple.com · 7 years ago
  15. 953de75 Cache hasComplexSelectorsForStyleAttribute bit by antti@apple.com · 7 years ago
  16. 4ad9493 Add ChildrenAffectedByForwardPositionalRules bit for nth-child pseudo class marking by antti@apple.com · 7 years ago
  17. ea20d74 Move 'style' from Element to HTMLElement / SVGElement and make it settable by cdumez@apple.com · 8 years ago
  18. 6d14f0a Kill the presentation attribute cache. <https://webkit.org/b/119542> by akling@apple.com · 8 years ago
  19. 83116dd [CSS Parser] Rename CSSPrimitiveValue::UnitTypes to CSSPrimitiveValue::UnitType by hyatt@apple.com · 8 years ago
  20. 41ca2b7 StyledElement::attributeChanged shouldn't do any work when the attribute value didn't change by rniwa@webkit.org · 8 years ago
  21. 1c45583 Rename setNeedsStyleRecalc to invalidateStyle by antti@apple.com · 8 years ago
  22. 35fcfec Remove Document::elementSheet() https://bugs.webkit.org/show_bug.cgi?id=162876 by antti@apple.com · 8 years ago
  23. 804e815 Remove addSubresourceStyleURLs functions by antti@apple.com · 8 years ago
  24. b313af9 [CSS Parser] Add support for new CSS selector parsing by hyatt@apple.com · 9 years ago
  25. 83a78dd Get rid of a lot of calls to RefPtr::release() by cdumez@apple.com · 9 years ago
  26. b5a87bf CSP: Implement support for inline script and inline style hashes by dbates@webkit.org · 9 years ago
  27. 8844a3b Rename Element::style() to Element::cssomStyle() by antti@apple.com · 9 years ago
  28. 13aae08 Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601 by aestes@apple.com · 9 years ago
  29. a08a0ad Replace 0 and NULL with nullptr in WebCore/dom. by hs85.jeong@samsung.com · 9 years ago
  30. 8ac14e7 Style invalidation affecting siblings does not work with inline-style changes by benjamin@webkit.org · 9 years ago
  31. 457fa7c Use CSSValuePool::singleton() instead of cssValuePool() by cdumez@apple.com · 10 years ago
  32. 264add7 Isolated worlds should respect Content Security Policy; User Agent Shadow DOM by dbates@webkit.org · 10 years ago
  33. d839ea1 Drop RefPtr::clear() method https://bugs.webkit.org/show_bug.cgi?id=146556 by cdumez@apple.com · 10 years ago
  34. 095a479 Purge StyledElement's presentation attribute cache on memory pressure by cdumez@apple.com · 10 years ago
  35. dbacfc1 Web Inspector: pass parameters to inspector instrumentation by reference where possible by burg@cs.washington.edu · 10 years ago
  36. ca52ace Use std::unique_ptr<> in WebCore/dom, plugin, and graphics by gyuyoung.kim@samsung.com · 10 years ago
  37. 574a745 Remove the Timer parameters from timer callbacks by andersca@apple.com · 10 years ago
  38. 50862fe De-templatize Timer https://bugs.webkit.org/show_bug.cgi?id=138450 by jer.noble@apple.com · 10 years ago
  39. 9b2f708c Use is<>() / downcast<>() for CSS StyleProperties by cdumez@apple.com · 10 years ago
  40. 15708b1 Optimize hasTagName when called on an HTMLElement by darin@apple.com · 11 years ago
  41. 5b31eef Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_LOCAL by svillar@igalia.com · 11 years ago
  42. 9df40b3 Unreviewed, rolling out r165544 and r165560. by ossy@webkit.org · 11 years ago
  43. 5522031a Optimize hasTagName when called on an HTMLElement by darin@apple.com · 11 years ago
  44. 30200d6 Element::attributeChanged shouldn't do any work when attribute value didn't change by rniwa@webkit.org · 11 years ago
  45. 1e0ed9d Unreviewed, rolling out r164638. by commit-queue@webkit.org · 11 years ago
  46. a1a3871 Move to using std::unique_ptr for Element, Node and related classes by zandobersek@gmail.com · 11 years ago
  47. 99a1aad Add the basic infrastructure to compile attributes matching in selectors by benjamin@webkit.org · 11 years ago
  48. 64c9533 Add a nicer way to iterate over all the attributes of an element by benjamin@webkit.org · 11 years ago
  49. 23ab9cf Make ElementData JIT friendly https://bugs.webkit.org/show_bug.cgi?id=127209 by benjamin@webkit.org · 11 years ago
  50. 83a3119 Explicitly use the std:: nested name specifier when using std::pair, std::make_pair by zandobersek@gmail.com · 11 years ago
  51. ec979f8 PageConsole::addMessage should automatically determine column number alongside line number by commit-queue@webkit.org · 11 years ago
  52. e5428c5 Rename StylePropertySet to StyleProperties by antti@apple.com · 11 years ago
  53. ac1cc35 Change collectStyleForPresentationAttribute and related functions to take a MutableStylePropertySet by reference by weinig@apple.com · 11 years ago
  54. 7987a5a [webcore/dom] Remove extra header includes from cpp files. by commit-queue@webkit.org · 11 years ago
  55. eb8b1be CSSStyleSheet::contents() should return a reference. by akling@apple.com · 11 years ago
  56. ff9adb8 Stop bringing in the std namespace by andersca@apple.com · 11 years ago
  57. 670fea1 Replace static cast ASSERTs with ASSERT_WITH_SECURITY_IMPLICATION by akling@apple.com · 11 years ago
  58. 5ffbb5c rename KURL to URL https://bugs.webkit.org/show_bug.cgi?id=16214 by darin@apple.com · 11 years ago
  59. 4d3b989 Include Frame.h in fewer places. <https://webkit.org/b/120868> by akling@apple.com · 12 years ago
  60. 622b1a4 Node::document() should return a reference. <https://webkit.org/b/120496> by akling@apple.com · 12 years ago
  61. 8c60b80 Document::elementSheet() should return a reference by psolanki@apple.com · 12 years ago
  62. b5e6855 Remove a useless #include from StyledElement by benjamin@webkit.org · 12 years ago
  63. ad1137c Make some things that return never-null pointers return references instead. by akling@apple.com · 12 years ago
  64. ae4fef1 Element: Modernize attribute storage accessor functions. by akling@apple.com · 12 years ago
  65. 71873a0 Make sure to use CSSValueID and CSSPropertyID rather than integers by alexis@webkit.org · 12 years ago
  66. eac35e0 PresentationAttributeCacheCleaner::m_hitCount is never initialized by rniwa@webkit.org · 12 years ago
  67. 0add35c Only MutableStylePropertySets should be able to have CSSOM wrappers. by akling@apple.com · 12 years ago
  68. b07a881 Move parseDeclaration() and clear() to MutableStylePropertySet. by akling@apple.com · 12 years ago
  69. 1290708 Move create() methods from StylePropertySet to MutableStylePropertySet. by akling@apple.com · 12 years ago
  70. 2420f86 Rename/tweak some StylePropertySet/CSSStyleDeclaration copying functions. by akling@apple.com · 12 years ago
  71. 0ab9373 CSP blocks inline style when cloning a node by commit-queue@webkit.org · 12 years ago
  72. 179f7df Reduce amount of code that includes StylePropertySet.h by akling@apple.com · 12 years ago
  73. cda9250 StyledElement: Don't expose a mutable direct interface to the inline style. by akling@apple.com · 12 years ago
  74. b75eeea StyledElement: Tweak signature of collectStyleForPresentationAttribute(). by akling@apple.com · 12 years ago
  75. 82cfd35 Element: Devirtualize attribute synchronization functions. by akling@apple.com · 12 years ago
  76. b3224bb6 Stronger ElementData pointer typing. <http://webkit.org/b/109752> by akling@apple.com · 12 years ago
  77. 72dde2a3 Better names for ElementAttributeData & subclasses. <http://webkit.org/b/109529> by akling@apple.com · 12 years ago
  78. 538726f Make it possible for elements with different tag names to share attribute data. by akling@apple.com · 12 years ago
  79. 28e50be StyledElement: Make handling the "style" attribute a litte faster. by akling@apple.com · 12 years ago
  80. 5032c67 Inline the StyledElement constructor. <http://webkit.org/b/102615> by akling@apple.com · 12 years ago
  81. 43e9d04 Element::parseAttribute() should take name & value as separate arguments. by akling@apple.com · 12 years ago
  82. e1e0e33 Avoid full style recalc when 'style' attribute changes. by akling@apple.com · 12 years ago
  83. 191b9bc Exploit shared attribute data to avoid parsing identical "style" attributes. by akling@apple.com · 12 years ago
  84. 14ce98c Only resolve presentation attribute style once per shared ElementAttributeData. by kling@webkit.org · 12 years ago
  85. d3ce8af Move inline style logic from ElementAttributeData to StyledElement. by kling@webkit.org · 12 years ago
  86. 569556d Rename AttributeStyle => PresentationAttributeStyle across WebCore. by kling@webkit.org · 12 years ago
  87. 5d47185 removeAttribute('style') not working in certain circumstances by tasak@google.com · 12 years ago
  88. 844de9e Unreviewed, rolling out r133286, r133385, and r133394. by commit-queue@webkit.org · 12 years ago
  89. d304187 Only resolve attribute-derived style once per shared ElementAttributeData. by kling@webkit.org · 12 years ago
  90. 5b01d4e REGRESSION(r131104): Heap-use-after-free in WebCore::Element::attributeChanged by kling@webkit.org · 12 years ago
  91. ee55405 Rename first/second to key/value in HashMap iterators by benjamin@webkit.org · 12 years ago
  92. 5b670a7 REGRESSION(r127438): Google Docs to renders text too small. by kling@webkit.org · 12 years ago
  93. a9d74b5 Minimize collisions when hashing pairs by danakj@chromium.org · 12 years ago
  94. 2eb7bec Extend the coverage of the Custom Allocation Framework in WebCore by zoltan@webkit.org · 12 years ago
  95. fa6afbc Unreviewed, rolling out r126914. by commit-queue@webkit.org · 13 years ago
  96. d99b3ea Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
  97. 036eca0 Unreviewed, rolling out r126836. by tkent@chromium.org · 13 years ago
  98. a94a150 Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
  99. 0f7f784 Changing class attribute is not reflected in the classList property by arv@chromium.org · 13 years ago
  100. 80df368 HTMLElement.classList cannot remove classnames with uppercase characters by arv@chromium.org · 13 years ago