1. 622b1a4 Node::document() should return a reference. <https://webkit.org/b/120496> by akling@apple.com · 12 years ago
  2. 7f50aae FrameLoader: frame() and client() should return references. by akling@apple.com · 12 years ago
  3. dacd6de <https://webkit.org/b/120071> Replace NodeRenderingContext with Node* as childShouldCreateRenderer() argument by antti@apple.com · 12 years ago
  4. b74dfb6 <https://webkit.org/b/120078> Replace NodeRenderingContext with RenderStyle& as shouldCreateRenderer() argument by antti@apple.com · 12 years ago
  5. 927b66d <https://webkit.org/b/120025> REGRESSION (r154254): fast/frames/frameset-frameborder-inheritance.html failing on Apple MountainLion Debug WK1 (Tests) by antti@apple.com · 12 years ago
  6. 0f2ac5b <https://webkit.org/b/119982> Make Element::attach non-virtual by antti@apple.com · 12 years ago
  7. df550b9 <https://webkit.org/b/119859> Frame::loader() should return a reference by andersca@apple.com · 12 years ago
  8. e6cf411 Move style recalculation out from Element by antti@apple.com · 12 years ago
  9. 83fb9b9 :hover style not applied on hover if its display property is different from original style's by commit-queue@webkit.org · 12 years ago
  10. 401a379 Unreviewed attempted build fix. Adds back some includes removed in by abarth@webkit.org · 12 years ago
  11. fa616dd Unreviewed rollout of http://trac.webkit.org/r144530 by abarth@webkit.org · 12 years ago
  12. fc363ce Reduce amount of rebuilding when touching networking headers by ap@apple.com · 12 years ago
  13. 0b87a6c Unreviewed, rolling out r144422 and r144424. by commit-queue@webkit.org · 12 years ago
  14. b2f1372 Reduce amount of rebuilding when touching networking headers by ap@apple.com · 12 years ago
  15. b75eeea StyledElement: Tweak signature of collectStyleForPresentationAttribute(). by akling@apple.com · 12 years ago
  16. 941a242 Rename HasCustomCallbacks to HasCustomStyleCallbacks by esprehn@chromium.org · 12 years ago
  17. 43e9d04 Element::parseAttribute() should take name & value as separate arguments. by akling@apple.com · 12 years ago
  18. 569556d Rename AttributeStyle => PresentationAttributeStyle across WebCore. by kling@webkit.org · 12 years ago
  19. 4ec3bba frameborder="no" on frameset is ignored if border attribute set by commit-queue@webkit.org · 13 years ago
  20. 183547b Use ContainerNode instead of Node where possible by darin@apple.com · 13 years ago
  21. 4161636 HasCustomWillOrDidRecalcStyleFlag and family should live in a bit. by morrita@google.com · 13 years ago
  22. 260fca8 Pass Attribute by const reference as much as possible. by kling@webkit.org · 13 years ago
  23. 9ea0080 insertedIntoDocument and insertedIntoTree should be unitifed. by commit-queue@webkit.org · 13 years ago
  24. 44bc0dd StyledElement::isPresentationAttribute() only needs the attribute name. by kling@webkit.org · 13 years ago
  25. 11f2556 Move attribute style invalidation to attributeChanged(). by kling@webkit.org · 13 years ago
  26. 8b0e843 Attribute styles should be created lazily. <http://webkit.org/b/78381> by kling@webkit.org · 13 years ago
  27. 8a3d4af StyledElement: Rename parseMappedAttribute() to parseAttribute(). by kling@webkit.org · 13 years ago
  28. 119bc4e Kill per-Attribute style declarations. <http://webkit.org/b/77204> by kling@webkit.org · 13 years ago
  29. f513f27 De-virtualize recalcStyle() https://bugs.webkit.org/show_bug.cgi?id=67378 by antti@apple.com · 14 years ago
  30. 2759ea4 2011-06-07 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 14 years ago
  31. c3af044 2011-05-19 MORITA Hajime <morrita@google.com> by morrita@google.com · 14 years ago
  32. 05c12fa 2011-03-23 Daniel Bates <dbates@rim.com> by dbates@webkit.org · 14 years ago
  33. a7dd30a 2011-02-06 Ryosuke Niwa <rniwa@webkit.org> by rniwa@webkit.org · 14 years ago
  34. 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago[Renamed from WebCore/html/HTMLFrameSetElement.cpp]
  35. 243af8a Fix the world (d'oh!) by ap@apple.com · 14 years ago
  36. 43af8a8 Reviewed by Darin Adler. by ap@apple.com · 14 years ago
  37. 601d44b 2010-10-14 Darin Adler <darin@apple.com> by darin@apple.com · 14 years ago
  38. c3c0399 2010-10-06 Daniel Bates <dbates@rim.com> by dbates@webkit.org · 14 years ago
  39. bf4dcba 2010-08-24 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 15 years ago
  40. 2ae4ee9 2010-07-30 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 15 years ago
  41. 6507539 2010-06-29 Sheriff Bot <webkit.review.bot@gmail.com> by levin@chromium.org · 15 years ago
  42. bf10317 Support for https://bugs.webkit.org/show_bug.cgi?id=40484 by beidson@apple.com · 15 years ago
  43. 817d277 2010-06-26 Darin Adler <darin@apple.com> by darin@apple.com · 15 years ago
  44. f190b3d 2010-06-16 Darin Adler <darin@apple.com> by darin@apple.com · 15 years ago
  45. 1f643c7 2010-05-30 Darin Adler <darin@apple.com> by darin@apple.com · 15 years ago
  46. c360893 Complete the merge of MappedAttribute and Attribute. by weinig@apple.com · 15 years ago
  47. 25d28d1 https://bugs.webkit.org/show_bug.cgi?id=36266, support DOM Level 3 focusin/focusout events. Add support for by hyatt@apple.com · 15 years ago
  48. 08c6175 <rdar://problem/7214236> and http://webkit.org/b/32052 - Implement HTML5 state object history API by beidson@apple.com · 15 years ago
  49. 521f64b JavaScriptCore: Added the ability to swap vectors with inline capacities, so you can by ggaren@apple.com · 15 years ago
  50. dcfc789 JavaScriptCore: Add ENABLE(ORIENTATION_EVENTS) by bolsinga@apple.com · 15 years ago
  51. a9cdf40 WebCore: Setting attribute event listeners to the body does not set them on the window by weinig@apple.com · 16 years ago
  52. ad91562 WebCore: <rdar://problem/7138591> and https://bugs.webkit.org/show_bug.cgi?id=28260 by beidson@apple.com · 16 years ago
  53. 8127cdc WebCore: by beidson@apple.com · 16 years ago
  54. b6cb256 2009-08-05 Darin Adler <darin@apple.com> by darin@apple.com · 16 years ago
  55. 19e78c5 WebCore: by weinig@apple.com · 16 years ago
  56. 9a925fa WebCore: by darin@apple.com · 16 years ago
  57. f23f771 2009-04-27 Sam Weinig <sam@webkit.org> by weinig@apple.com · 16 years ago
  58. 26789aa 2009-04-24 Dimitri Glazkov <dglazkov@chromium.org> by dglazkov@chromium.org · 16 years ago
  59. 181565c6 2009-04-20 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 16 years ago
  60. 15903b1 2009-04-17 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 16 years ago
  61. f6d72f3 2009-04-09 David Hyatt <hyatt@apple.com> by hyatt@apple.com · 16 years ago
  62. 74dae40 2008-12-01 Julien Chaffraix <jchaffraix@webkit.org> by jchaffraix@webkit.org · 16 years ago
  63. 6a27e01 2008-11-26 Julien Chaffraix <jchaffraix@webkit.org> by jchaffraix@webkit.org · 16 years ago
  64. c5e3f1b Reviewed by Darin Adler. by ap@webkit.org · 16 years ago
  65. 771c265 Reviewed by Maciej Stachowiak. by ap@webkit.org · 16 years ago
  66. 68017df 2008-10-12 Sam Weinig <sam@webkit.org> by weinig@apple.com · 16 years ago
  67. 8cc8ad0 Reviewed by Eric. by zimmermann@webkit.org · 16 years ago
  68. 1e09cd7 WebCore: by mitz@apple.com · 17 years ago
  69. bf25950 WebCore: by mjs@apple.com · 17 years ago
  70. 920b8e0 2008-03-19 Dan Bernstein <mitz@apple.com> by mitz@apple.com · 17 years ago
  71. f8fc101 Reviewed by Geoff. by darin@apple.com · 17 years ago
  72. c8eccec JavaScriptCore: by ddkilzer · 17 years ago
  73. 4f25e17 Framesets should allow whitespace text nodes as children. by hyatt · 18 years ago
  74. 881335f Reviewed by Hyatt. by bdakin · 18 years ago
  75. 8f83b0e Fix for REGRESSION bug 13108, frame borders being painted when they shouldn't be. Rework both frame borders by hyatt · 18 years ago
  76. 0fa2fbc WebCore: by hyatt · 18 years ago
  77. 8c21613 Reviewed by Geoff. by darin · 18 years ago
  78. 72c276d Reviewed by Oliver. by aroben · 18 years ago
  79. 31614e2 LayoutTests: by ggaren · 18 years ago
  80. eb2c204 Reviewed by Maciej. by bdakin · 19 years ago
  81. f4b05b2 Reviewed by Tim Hatcher. by darin · 19 years ago
  82. 681a517 by weinig · 19 years ago
  83. 409f430 2006-05-12 Eric Seidel <eseidel@apple.com> by eseidel · 19 years ago