1. 6be0e97 Document::securityOrigin() should return a reference. by akling@apple.com · 8 years ago
  2. a86f328 Source/WebCore: by antti@apple.com · 8 years ago
  3. 2090449 Fix the !ENABLE(VIDEO_TRACK) build by ossy@webkit.org · 8 years ago
  4. 857868c slotted() pseudo does not work with ID selector by antti@apple.com · 8 years ago
  5. 32585f1 [CSS Parser] Fix compound selector parsing. by hyatt@apple.com · 8 years ago
  6. 6d138f0 Stop copying author shadow pseudo rules into shadow tree style resolver by antti@apple.com · 8 years ago
  7. 051dc35 Enabling Shadow DOM for all platforms by commit-queue@webkit.org · 9 years ago
  8. 9eaaf9f Media queries and platform screen modernization and streamlining by darin@apple.com · 9 years ago
  9. df0d6f5 Clean up / Modernize the CSS Parser by cdumez@apple.com · 9 years ago
  10. ef05c0f Clean up CSS code https://bugs.webkit.org/show_bug.cgi?id=157808 by achristensen@apple.com · 9 years ago
  11. 9d310f4 Implement functional :host() pseudo class by antti@apple.com · 9 years ago
  12. 088c78d Unreviewed, rolling out r199268. https://bugs.webkit.org/show_bug.cgi?id=156440 by commit-queue@webkit.org · 9 years ago
  13. fce2399 Implement functional :host() pseudo class by antti@apple.com · 9 years ago
  14. 8c4fa4e Implement ::slotted pseudo element by antti@apple.com · 9 years ago
  15. 03d8939 Optimize style invalidation after class attribute change by antti@apple.com · 9 years ago
  16. c7a0f03 Unreviewed, rolling out r195173. by cdumez@apple.com · 9 years ago
  17. 5d92505 Give RuleSet a BumpArena and start using it for RuleDataVectors. by akling@apple.com · 9 years ago
  18. ab38f88 Enable selector filtering for shadow trees by antti@apple.com · 9 years ago
  19. 13aae08 Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601 by aestes@apple.com · 9 years ago
  20. 0335753 Clean up some CSS & Font code https://bugs.webkit.org/show_bug.cgi?id=150767 by mmaxfield@apple.com · 9 years ago
  21. 6d9e241 Implement :host pseudo class by antti@apple.com · 9 years ago
  22. 0ffd713 Use separate style resolver for user agent shadow trees by antti@apple.com · 9 years ago
  23. 264add7 Isolated worlds should respect Content Security Policy; User Agent Shadow DOM by dbates@webkit.org · 10 years ago
  24. 2f55ef3 Enable :any-link by default https://bugs.webkit.org/show_bug.cgi?id=143201 by benjamin@webkit.org · 10 years ago
  25. d58a1a7 Fix CSS Selector's tag name matching when mixing HTML and XML by benjamin@webkit.org · 10 years ago
  26. bc1a299 Hang CSSFontSelector off Document instead of StyleResolver. by akling@apple.com · 10 years ago
  27. d6d61af2 Some improvements to RuleSet shrinking. <https://webkit.org/b/140534> by akling@apple.com · 10 years ago
  28. 7687ecf Use is<>() / downcast<>() for StyleRuleBase subclasses by cdumez@apple.com · 10 years ago
  29. 5d0143f Fix style sharing with the "type" and "readonly" attributes by benjamin@webkit.org · 10 years ago
  30. d2a5e4c Rename WebKitCSSKeyframe(s)Rule into CSSKeyframe(s)Rule by dino@apple.com · 10 years ago
  31. b2b7d54 Make the Selector's specificity part of Selector matching by benjamin@webkit.org · 10 years ago
  32. 061761a CSS4 Selectors: Add the pseudo class :any-link by benjamin@webkit.org · 10 years ago
  33. 8a05e82 CSS Rule features are ignored for nested CSS Selector lists by benjamin@webkit.org · 10 years ago
  34. 1fc5349 Remove ENABLE_CSS3_CONDITIONAL_RULES by dino@apple.com · 10 years ago
  35. 58aa869 Make all CSSSelector data members private by cdumez@apple.com · 10 years ago
  36. 6e590eb Remove SelectorCheckerFastPath from the style resolution algorithm by benjamin@webkit.org · 11 years ago
  37. cba5b68 Rename selectorListContainsUncommonAttributeSelector() to selectorListContainsAttributeSelector() by benjamin@webkit.org · 11 years ago
  38. 44b5497 Partition the CSS rules based on the most specific filter of the rightmost fragment by benjamin@webkit.org · 11 years ago
  39. 6cfd7e6 Added css jit profiler, disabled by default. by achristensen@apple.com · 11 years ago
  40. 3f95728 Unreviewed, rolling out r170894. https://bugs.webkit.org/show_bug.cgi?id=134749 by commit-queue@webkit.org · 11 years ago
  41. e54c50f Added css jit profiler, disabled by default. by commit-queue@webkit.org · 11 years ago
  42. 0cefe4f Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500 by dbates@webkit.org · 11 years ago
  43. f4ffe86 Rename the CSSSelector PseudoType to PseudoClassType by benjamin@webkit.org · 11 years ago
  44. ef42be4 Split CSS Selectors pseudo class and pseudo elements by benjamin@webkit.org · 11 years ago
  45. 65182ee Remove leftover cruft from scoped stylesheet implementation. by akling@apple.com · 11 years ago
  46. fca1276 Manage RuleSet and RuleData classes through std::unique_ptr instead of OwnPtr by zandobersek@gmail.com · 11 years ago
  47. bf263da Remove StyleScopeResolver https://bugs.webkit.org/show_bug.cgi?id=128069 by antti@apple.com · 11 years ago
  48. c3523f8 Remove spaces between template angle brackets by andersca@apple.com · 11 years ago
  49. ccd9e08 StyleResolver & friends should use Document&. <https://webkit.org/b/120527> by akling@apple.com · 12 years ago
  50. c751541 Remove ::-webkit-distributed() https://bugs.webkit.org/show_bug.cgi?id=116106 by antti@apple.com · 12 years ago
  51. c39af22 Reoptimize free-standing :focus/link/visited/-webkit-any-link selectors. by antti@apple.com · 12 years ago
  52. 9d72cb0 Remove the memory instrumentation code by benjamin@webkit.org · 12 years ago
  53. eceea3b Split SelectorChecker's fast-checking logic into its own class. by dglazkov@chromium.org · 12 years ago
  54. 513fbcf [Shadow DOM] Implements a '::distributed()' pseudo element. by hayato@chromium.org · 12 years ago
  55. a530930 class="cue" is getting some default style by commit-queue@webkit.org · 12 years ago
  56. a7d09fc Web Inspector: Native Memory Instrumentation: provide edge names to class members in all WebCore instrumented classes. by loislo@chromium.org · 12 years ago
  57. 140a771 Pass CSSSelector pointers around as const after parsing stage. by akling@apple.com · 12 years ago
  58. 0bcebbe Whitelist should also work for the WebVTT ::cue element without an argument by commit-queue@webkit.org · 12 years ago
  59. 48d5604 CSS: Make tag sub-selectors standalone CSSSelectors. by akling@apple.com · 12 years ago
  60. 085528c Implement ::cue() pseudo element property whitelist by commit-queue@webkit.org · 12 years ago
  61. 03dd24f Implement CSSSupportsRule https://bugs.webkit.org/show_bug.cgi?id=104822 by commit-queue@webkit.org · 12 years ago
  62. 104b5ab Allow nesting of at-rules https://bugs.webkit.org/show_bug.cgi?id=106696 by commit-queue@webkit.org · 12 years ago
  63. 771ab1f Web Inspector: Native Memory Instrumentation: fix instrumentation for already instrumented classes 2/N by loislo@chromium.org · 12 years ago
  64. 7696fea Unreviewed, rolling out r139306. by loislo@chromium.org · 12 years ago
  65. ba8b9be Web Inspector: Native Memory Instrumentation: fix instrumentation for already instrumented classes 2/N by loislo@chromium.org · 12 years ago
  66. 95c1566 [CSS Regions] @region rules inside media queries are ignored by zoltan@webkit.org · 12 years ago
  67. 4e8caa3 Split fast-rejection filter logic off SelectorChecker. by dglazkov@chromium.org · 12 years ago
  68. 7db073d Implement matching cue by the class name with ::cue pseudo element by commit-queue@webkit.org · 12 years ago
  69. 161be4c [Shadow DOM]: scoped styles are not applied in the cascade order. by tasak@google.com · 12 years ago
  70. daa81a4 Apply the resolved viewport rules https://bugs.webkit.org/show_bug.cgi?id=95964 by commit-queue@webkit.org · 12 years ago
  71. 55b59ea [CSSRegions] Region styling properties are not filtered correctly by mihnea@adobe.com · 12 years ago
  72. ade81c3 [Refactoring] Expose collectFeaturesFromSelector from RuleSet.cpp by shinyak@chromium.org · 12 years ago
  73. e04a5d1 [Shadow] Using isUnknownPseudoElement() for shadow pseudo id seems confusing by shinyak@chromium.org · 12 years ago
  74. 2b48571 Avoid unnecessary style recalcs on class attribute mutation by antti@apple.com · 12 years ago
  75. 4a7bee5 [Shadow DOM] Needs @host rule for ShadowDOM styling by tasak@google.com · 12 years ago
  76. ee11abd Unreviewed, rolling out r132303 and r132312. by commit-queue@webkit.org · 12 years ago
  77. 8cd8646 [Shadow DOM] Needs @host rule for ShadowDOM styling by tasak@google.com · 12 years ago
  78. ee55405 Rename first/second to key/value in HashMap iterators by benjamin@webkit.org · 12 years ago
  79. 3b321b5 [Refactoring] Some classes in StyleResolver.cpp/h could have its own file. by morrita@google.com · 12 years ago