1. a1c3d9d [SVG2] fill-opacity, stroke-opacity, stop-opacity and flood-opacity doe not support percentage by commit-queue@webkit.org · 5 years ago
  2. b9e18bf Don't mutate a NinePieceImage to create a mask default image by simon.fraser@apple.com · 5 years ago
  3. 815adf5 Convert LineBoxContain to use an OptionSet<> by simon.fraser@apple.com · 5 years ago
  4. 2dac232 [SVG] -webkit-clip-path treats url(abc#xyz) as url(#xyz) because it checks only URL fragment part by Hironori.Fujii@sony.com · 5 years ago
  5. 1d8e24d [WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part by ysuzuki@apple.com · 6 years ago
  6. e96f5ca Implement tab-size with units https://bugs.webkit.org/show_bug.cgi?id=179022 by jh718.park@samsung.com · 6 years ago
  7. d545719 [css-grid] Preserve repeat() notation when serializing declared values by obrufau@igalia.com · 6 years ago
  8. dd3ed36 Implement page-break-* and -webkit-column-break-* as legacy-shorthands. by jh718.park@samsung.com · 6 years ago
  9. 89555c06 Rename `supported-color-schemes` to `color-scheme`. by timothy@apple.com · 6 years ago
  10. d08009e Rename ENABLE_ACCELERATED_OVERFLOW_SCROLLING macro to ENABLE_OVERFLOW_SCROLLING_TOUCH by simon.fraser@apple.com · 6 years ago
  11. a7ade27 Build cleanly with GCC 9 https://bugs.webkit.org/show_bug.cgi?id=195920 by mcatanzaro@igalia.com · 6 years ago
  12. 93ab450 Use ENABLE_POINTER_EVENTS for the touch-action property by graouts@webkit.org · 6 years ago
  13. adbd05c Support parsing of additional values for the touch-action property by graouts@webkit.org · 6 years ago
  14. 8b7a022 wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from by cdumez@apple.com · 6 years ago
  15. bf1285e Add experimental support for a `supported-color-schemes` CSS property. by timothy@apple.com · 6 years ago
  16. 575b65e Parsing support for text-underline-offset and text-decoration-thickness by mmaxfield@apple.com · 6 years ago
  17. 31e6ab6 Fix clang static analyzer warning in StyleBuilderConverter.h by ddkilzer@apple.com · 6 years ago
  18. 1e847592 Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY) by ap@apple.com · 6 years ago
  19. 8cbebb2 Registered custom properties should allow inheritance to be controlled by commit-queue@webkit.org · 6 years ago
  20. 9223bcc Replace OptionSet |= and -= operators with add() and remove() functions by antti@apple.com · 6 years ago
  21. b8ce59f Convert calc-related enums to 8-bit enum classes by simon.fraser@apple.com · 7 years ago
  22. 42ea5dd [Web Animations] Interpolation between font-styles with a keyword value should be discrete by graouts@webkit.org · 7 years ago
  23. 7c0b653 [css-masking] Update clip-path box mapping to unified box by krit@webkit.org · 7 years ago
  24. 2da074e Modernize SVGRenderStyleDefs.h https://bugs.webkit.org/show_bug.cgi?id=186024 by commit-queue@webkit.org · 7 years ago
  25. 02cb000 Modernize RenderStyleConstants.h - Part 3 by commit-queue@webkit.org · 7 years ago
  26. eea2d6a Modernize RenderStyleConstants.h - Part 2 by commit-queue@webkit.org · 7 years ago
  27. 1a4e667 Modernize RenderStyleConstants.h - Part 1 by commit-queue@webkit.org · 7 years ago
  28. 1f7d678 Remove GridLayout runtime flag https://bugs.webkit.org/show_bug.cgi?id=183484 by jfernandez@igalia.com · 7 years ago
  29. fcd8dd0 [css-multicol] Support percentages in column-gap by rego@igalia.com · 7 years ago
  30. e1874dc [css-align] 'overflow' keyword must precede the self-position and content-position value by jfernandez@igalia.com · 7 years ago
  31. 2c94889 AX: Implement updated CSS3 Speech for 'speak' and 'speak-as' properties by cfleizach@apple.com · 7 years ago
  32. b0b8c51 Let is<T>() accept RefPtrs by jiewen_tan@apple.com · 7 years ago
  33. 52d8383 Remove DOM and styling support for CSS Regions by antti@apple.com · 7 years ago
  34. b6e6b5d Support min() and max() in calc() by timothy_horton@apple.com · 7 years ago
  35. a1bf2f3 line-height: <number> gets visually applied twice when text autosizing is in effect by mmaxfield@apple.com · 8 years ago
  36. ad0cddd Clean up line-height and minimumFontSize functions by mmaxfield@apple.com · 8 years ago
  37. c4579a0 [WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for Atoms by utatane.tea@gmail.com · 8 years ago
  38. 4af2da5 Unreviewed, rolling out r219178. by jlewis3@apple.com · 8 years ago
  39. 897281c [WTF] Clean up StringStatics.cpp by using LazyNeverDestroyed<> for Atoms by utatane.tea@gmail.com · 8 years ago
  40. 18b1a55 Remove excessive headers from WebCore/{rendering,style,svg} by annulen@yandex.ru · 8 years ago
  41. bfc2e10 Remove excessive include directives from WebCore/css by annulen@yandex.ru · 8 years ago
  42. a266d03 Update font-style's implementation in the font selection algorithm by mmaxfield@apple.com · 8 years ago
  43. 81a5ae2 [css-align] Adapt self-alignment properties to the new baseline syntax by jfernandez@igalia.com · 8 years ago
  44. 076f8a0 font variation properties don't need to accept numbers by mmaxfield@apple.com · 8 years ago
  45. 34ad444 font-style needs a new CSSValue to make CSSRule.cssText work correctly by mmaxfield@apple.com · 8 years ago
  46. eb08ce8 Unprefix -webkit-min-content, -webkit-max-content and -webkit-fit-content by rego@igalia.com · 8 years ago
  47. 851f394 Expand font-weight and font-stretch to take any number by mmaxfield@apple.com · 8 years ago
  48. c75dd36 Migrate font-stretch to use fixed-point values by mmaxfield@apple.com · 8 years ago
  49. 5d08432 Implement font-stretch for installed fonts by mmaxfield@apple.com · 8 years ago
  50. 277a71b Add support for CSS properties paint-order, stroke-linecap, and stroke-linejoin in text rendering. by pvollan@apple.com · 8 years ago
  51. cd223f6 [css-grid] Remove compilation flag ENABLE_CSS_GRID_LAYOUT by rego@igalia.com · 8 years ago
  52. 07d7eb1 Document should always have a Settings. <https://webkit.org/b/120172> by akling@apple.com · 8 years ago
  53. 6c71ce2 Remove PassRefPtr from more of "platform" by darin@apple.com · 8 years ago
  54. de5d6a2 Remove PassRefPtr use from "rendering" directory, other improvements by darin@apple.com · 8 years ago
  55. 6ab04e3a Remove PassRefPtr use from the "css" directory, related cleanup by darin@apple.com · 8 years ago
  56. aa8bfaf Implement the updated port/area-based Scroll Snap Module Level 1 Spec by wenson_hsieh@apple.com · 8 years ago
  57. ecfee3d [Cocoa] Implement font-synthesis: small-caps by mmaxfield@apple.com · 8 years ago
  58. 0d9b32f [CSS Parser] Make CSSFunctionValue derive from CSSValueList by hyatt@apple.com · 8 years ago
  59. b5d63c0 [CSS Parser] Eliminate SVGPaint and SVGColor by hyatt@apple.com · 8 years ago
  60. b044351 CrashTracer: com.apple.WebKit.WebContent.Development at com.apple.WebCore: WTF::match_constness<WebCore::CSSValue, WebCore::CSSContentDistributionValue>::type& WTF::downcast<WebCore::CSSContentDistributionValue, WebCore::CSSValue> + 65 by antti@apple.com · 8 years ago
  61. 9d03bfc [CSS Parser] Unskip background parsing tests by hyatt@apple.com · 8 years ago
  62. 4392696 [WTF] Import std::optional reference implementation as WTF::Optional by utatane.tea@gmail.com · 8 years ago
  63. 967043b [CSS Parser] Fix font-synthesis and text-decoration-skip parsing by hyatt@apple.com · 8 years ago
  64. f786730 [SVG] Moving more special casing of SVG out of the bindings - SVGNumber/SVGPoint/SVGRect/SVGLength/SVGTransform/SVGMatrix by weinig@apple.com · 8 years ago
  65. 46c0f52 Use #pragma once in WebCore https://bugs.webkit.org/show_bug.cgi?id=164686 by commit-queue@webkit.org · 8 years ago
  66. 93e2c32 [CSS Parser] Fix SVG markers and colors by hyatt@apple.com · 8 years ago
  67. 54646aa [CSS Parser] Support scroll-snap-* properties by hyatt@apple.com · 8 years ago
  68. 3256ca8 [CSS Parser] Simplify background-position-x/y style mapping by hyatt@apple.com · 8 years ago
  69. 6c6b74d [CSS Parser] Fix transform-origin and perspective-origin to parse as shorthands by hyatt@apple.com · 8 years ago
  70. 1933192 [CSS Parser] Support the marquee properties by hyatt@apple.com · 8 years ago
  71. 655e1d0 [CSS Parser] Miscellaneous bug fixes by hyatt@apple.com · 8 years ago
  72. fbd9f1f [CSS Parser] Enhance grid-auto-flow parsing to allow dense first. by hyatt@apple.com · 8 years ago
  73. 0b61dff constify the CSSValue arguments to StyleBuilderConverter functions by simon.fraser@apple.com · 8 years ago
  74. 2799ae9 More PassRefPtr purging in WebCore. <https://webkit.org/b/163895> by akling@apple.com · 8 years ago
  75. 122645d Remove CSS_SHAPES feature definition. This should always be on. by dino@apple.com · 8 years ago
  76. fa67749 Move CSS classes from ExceptionCode to Exception by darin@apple.com · 8 years ago
  77. fc04e3b Unreviewed, rolling out r206713. https://bugs.webkit.org/show_bug.cgi?id=163097 by commit-queue@webkit.org · 8 years ago
  78. a1b4a4d Put variation fonts work behind a compile-time flag by mmaxfield@apple.com · 8 years ago
  79. 5da316f Support transitions/animations of background-position with right/bottom-relative values by simon.fraser@apple.com · 8 years ago
  80. 0a33a1b Parse font-variation-settings https://bugs.webkit.org/show_bug.cgi?id=162781 by mmaxfield@apple.com · 8 years ago
  81. ebcbe2d [CSS Parser] Get CSSPropertyParserHelpers.cpp compiling by hyatt@apple.com · 8 years ago
  82. e7e1681 [css-grid] Implement fit-content track size by svillar@igalia.com · 8 years ago
  83. 22b8236 Unreviewed, rolling out r205966. by svillar@igalia.com · 8 years ago
  84. 4cc9f34 [css-grid] Implement fit-content track size by svillar@igalia.com · 8 years ago
  85. 198e5a1 [css-align] Initial values are parsed as invalid for some Alignment properties by jfernandez@igalia.com · 8 years ago
  86. a625d14 Remove Style::PendingResources https://bugs.webkit.org/show_bug.cgi?id=161574 by antti@apple.com · 8 years ago
  87. 4e98898 Remove CSS_IMAGE_SET feature define by antti@apple.com · 9 years ago
  88. 0a7b9aa [css-grid] grid-auto-flow|row should take a <track-size>+ by svillar@igalia.com · 9 years ago
  89. 948df8c The web process hangs when computing elements-based snap points for a container with large max scroll offset by wenson_hsieh@apple.com · 9 years ago
  90. 7089882 Unreviewed. Fix the build with CSS Shapes disabled. by carlosgc@webkit.org · 9 years ago
  91. 77db180 Remove RefPtr::release() and change calls sites to use WTFMove() by krollin@apple.com · 9 years ago
  92. df0d6f5 Clean up / Modernize the CSS Parser by cdumez@apple.com · 9 years ago
  93. ef05c0f Clean up CSS code https://bugs.webkit.org/show_bug.cgi?id=157808 by achristensen@apple.com · 9 years ago
  94. 83a78dd Get rid of a lot of calls to RefPtr::release() by cdumez@apple.com · 9 years ago
  95. 20d24e7 [css-grid] Store auto-repeat information in style by svillar@igalia.com · 9 years ago
  96. a0a08cd CSS Triangles Rendering Regression affecting CSS Ribbons. by zalan@apple.com · 9 years ago
  97. 346891a [css-grid] Rename GridSpan properties by rego@igalia.com · 9 years ago
  98. 266db6b Add parsing support for object-position by simon.fraser@apple.com · 9 years ago
  99. c96d694 [css-grid] Get rid of GridResolvedPosition by rego@igalia.com · 9 years ago
  100. 707b09a Lay the groundwork for more constness in StyleResolver-related code by simon.fraser@apple.com · 9 years ago