1. e1b31c7 Remove <iframe seamless> support. <https://webkit.org/b/128213> by akling@apple.com · 11 years ago
  2. 9652668 Element's renderer factory should return RenderPtrs. by akling@apple.com · 11 years ago
  3. e5428c5 Rename StylePropertySet to StyleProperties by antti@apple.com · 11 years ago
  4. ac1cc35 Change collectStyleForPresentationAttribute and related functions to take a MutableStylePropertySet by reference by weinig@apple.com · 11 years ago
  5. 8f40c5b Renderers should receive their style at construction. by akling@apple.com · 11 years ago
  6. feb9016 Take RenderObjects out of the arena. <https://webkit.org/b/122895> by akling@apple.com · 11 years ago
  7. 391c912 Make createRenderer() return RenderElement by antti@apple.com · 12 years ago
  8. 166419e CTTE: Element::createRenderer() should take references by weinig@apple.com · 12 years ago
  9. 7b935cc CTTE: RenderWidgets are never anonymous. <https://webkit.org/b/121385> by akling@apple.com · 12 years ago
  10. dedf67e [CTTE] Node subclasses should take a Document by reference in their constructor (Part 5) by weinig@apple.com · 12 years ago
  11. 6becaaf [CTTE] Node subclasses should take a Document by reference in their constructor (Part 3) by weinig@apple.com · 12 years ago
  12. 622b1a4 Node::document() should return a reference. <https://webkit.org/b/120496> by akling@apple.com · 12 years ago
  13. dacd6de <https://webkit.org/b/120071> Replace NodeRenderingContext with Node* as childShouldCreateRenderer() argument by antti@apple.com · 12 years ago
  14. b74dfb6 <https://webkit.org/b/120078> Replace NodeRenderingContext with RenderStyle& as shouldCreateRenderer() argument by antti@apple.com · 12 years ago
  15. 0f2ac5b <https://webkit.org/b/119982> Make Element::attach non-virtual by antti@apple.com · 12 years ago
  16. 22fab3b fast/frames/seamless/seamless-custom-font-pruning-crash.html asserts by antti@apple.com · 12 years ago
  17. e6cf411 Move style recalculation out from Element by antti@apple.com · 12 years ago
  18. b49e18e .: Remove support for HTML5 MicroData by weinig@apple.com · 12 years ago
  19. edcc54a Remove unneeded include header files from WebCore by gyuyoung.kim@samsung.com · 12 years ago
  20. 068215b Unify ways to cache named item in HTMLCollections by rniwa@webkit.org · 12 years ago
  21. 8da49f1 Replace static_casts with to* functions for document types. by inferno@chromium.org · 12 years ago
  22. c79ed84 Introduce new message sources for logging. by commit-queue@webkit.org · 12 years ago
  23. b75eeea StyledElement: Tweak signature of collectStyleForPresentationAttribute(). by akling@apple.com · 12 years ago
  24. 941a242 Rename HasCustomCallbacks to HasCustomStyleCallbacks by esprehn@chromium.org · 12 years ago
  25. e312251 [Shadow DOM]: Some named elements in ShadowTree visible on nesting document level by tasak@google.com · 12 years ago
  26. c7a41d0 Attribute: Remove unused constructor and isNull(). <http://webkit.org/b/105179> by akling@apple.com · 12 years ago
  27. 236e898 Web Inspector: ConsoleTypes should not expose MessageType - it should be private to inspector. by mkwst@chromium.org · 12 years ago
  28. d2e0adc Web Inspector: Autogenerate stack traces and line numbers when possible. by mkwst@chromium.org · 12 years ago
  29. 9c2ae3a Unreviewed, rolling out r136377. by commit-queue@webkit.org · 12 years ago
  30. 8579b0b Web Inspector: Autogenerate stack traces and line numbers when possible. by mkwst@chromium.org · 12 years ago
  31. 43e9d04 Element::parseAttribute() should take name & value as separate arguments. by akling@apple.com · 12 years ago
  32. 04b67ee We should trigger a console warning when we encounter invalid sandbox flags. by mkwst@chromium.org · 12 years ago
  33. 569556d Rename AttributeStyle => PresentationAttributeStyle across WebCore. by kling@webkit.org · 12 years ago
  34. 8fe1b21 Fix ENABLE_IFRAME_SEAMLESS to actually fully disable <iframe seamless> by eric@webkit.org · 13 years ago
  35. 183547b Use ContainerNode instead of Node where possible by darin@apple.com · 13 years ago
  36. 4161636 HasCustomWillOrDidRecalcStyleFlag and family should live in a bit. by morrita@google.com · 13 years ago
  37. 260fca8 Pass Attribute by const reference as much as possible. by kling@webkit.org · 13 years ago
  38. 2c05355 Styles are not recalculated when the seamless attribute is dynamically added/removed by eric@webkit.org · 13 years ago
  39. 981501e Make IFRAME_SEAMLESS child documents inherit styles from their parent iframe element by eric@webkit.org · 13 years ago
  40. 591bb23 Add support for seamless attribute as well as seamless sandbox flag and default CSS styling by eric@webkit.org · 13 years ago
  41. 9ea0080 insertedIntoDocument and insertedIntoTree should be unitifed. by commit-queue@webkit.org · 13 years ago
  42. 44bc0dd StyledElement::isPresentationAttribute() only needs the attribute name. by kling@webkit.org · 13 years ago
  43. ec5657f Miscellaneous CSSParser dodging in presentation attribute parsing. by kling@webkit.org · 13 years ago
  44. 11f2556 Move attribute style invalidation to attributeChanged(). by kling@webkit.org · 13 years ago
  45. 42be6a4 Fix the windows build. by weinig@apple.com · 13 years ago
  46. 8b0e843 Attribute styles should be created lazily. <http://webkit.org/b/78381> by kling@webkit.org · 13 years ago
  47. 8a3d4af StyledElement: Rename parseMappedAttribute() to parseAttribute(). by kling@webkit.org · 13 years ago
  48. 119bc4e Kill per-Attribute style declarations. <http://webkit.org/b/77204> by kling@webkit.org · 13 years ago
  49. 7feb953 MicroData: Remove ExceptionCode& from setAttribute() call. by commit-queue@webkit.org · 13 years ago
  50. 6eda107 invalidateNodeListsCacheAfterAttributeChanged has too many callers by rniwa@webkit.org · 13 years ago
  51. caca49d NameNodeListCache should be invalidated when name attribute changes/modified. by commit-queue@webkit.org · 13 years ago
  52. 08a0bbe Microdata: fast/dom/MicroData/itemid-attribute-test.html assertion failure in Element::getURLAttribute(). by commit-queue@webkit.org · 13 years ago
  53. 63b48a3 Move parseSandboxPolicy to SecurityContext by abarth@webkit.org · 13 years ago
  54. 82d25a4 Implement allow-popups for iframe@sandbox by abarth@webkit.org · 13 years ago
  55. 6ee4075 Unreviewed, rolling out r99138. by commit-queue@webkit.org · 13 years ago
  56. 3eaba4d Implement allow-popups for iframe@sandbox by abarth@webkit.org · 13 years ago
  57. d10f670 Microdata: Add itemprop, itemref, itemvalue attributes. by rniwa@webkit.org · 13 years ago
  58. c3af044 2011-05-19 MORITA Hajime <morrita@google.com> by morrita@google.com · 14 years ago
  59. 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago[Renamed from WebCore/html/HTMLIFrameElement.cpp]
  60. 4be23e3 2010-10-04 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  61. c360893 Complete the merge of MappedAttribute and Attribute. by weinig@apple.com · 15 years ago
  62. 5d284af 2010-04-19 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 15 years ago
  63. 71c8374 2010-03-25 Adam Barth <abarth@webkit.org> by eric@webkit.org · 15 years ago
  64. 9f9af46 2010-02-19 Maciej Stachowiak <mjs@apple.com> by mjs@apple.com · 15 years ago
  65. d6a3be2 2010-01-07 Simon Fraser <simon.fraser@apple.com> by simon.fraser@apple.com · 15 years ago
  66. b8a1055 2009-12-01 Patrik Persson <patrik.j.persson@ericsson.com> by abarth@webkit.org · 15 years ago
  67. cf9dd0f Make DOM classes start with a reference count of 1, like all other RefCounted by darin@apple.com · 16 years ago
  68. 3a3edd4 More work on making DOM classes start with reference count of 1 by darin@apple.com · 16 years ago
  69. 08bbae8 Tweak HTMLFrameElementBase so that m_URL can be private by darin@apple.com · 16 years ago
  70. b6cb256 2009-08-05 Darin Adler <darin@apple.com> by darin@apple.com · 16 years ago
  71. 9a925fa WebCore: by darin@apple.com · 16 years ago
  72. 180a419 WebCore: by darin@apple.com · 16 years ago
  73. 321ee18 2008-12-13 Julien Chaffraix <jchaffraix@webkit.org> by jchaffraix@webkit.org · 16 years ago
  74. 74dae40 2008-12-01 Julien Chaffraix <jchaffraix@webkit.org> by jchaffraix@webkit.org · 16 years ago
  75. 6a27e01 2008-11-26 Julien Chaffraix <jchaffraix@webkit.org> by jchaffraix@webkit.org · 16 years ago
  76. 920b8e0 2008-03-19 Dan Bernstein <mitz@apple.com> by mitz@apple.com · 17 years ago
  77. a3c493e JavaScriptCore: by darin@apple.com · 17 years ago
  78. c8eccec JavaScriptCore: by ddkilzer · 18 years ago
  79. f2184b9 LayoutTests: by andersca · 18 years ago
  80. 8f83b0e Fix for REGRESSION bug 13108, frame borders being painted when they shouldn't be. Rework both frame borders by hyatt · 18 years ago
  81. 51781d7 Make iframes work properly with frameborder="0". by hyatt · 18 years ago
  82. 2e40fc1 Reviewed by Adam. by ggaren · 18 years ago
  83. 31614e2 LayoutTests: by ggaren · 18 years ago
  84. 0cd3fe8 Feared, loathed, reviewed by Darin. by ggaren · 18 years ago
  85. fc3c26a LayoutTests: by ggaren · 18 years ago
  86. eb140e6 LayoutTests: by ggaren · 18 years ago
  87. 4a4f1f1 WebCore: by andersca · 19 years ago
  88. acc418d WebCore: by andersca · 19 years ago
  89. 965a62f Reviewed by Darin, tweaked slightly and landed by Maciej. by mjs · 19 years ago
  90. ee9cb8c 2006-07-08 Anders Carlsson <acarlsson@apple.com> by andersca · 19 years ago
  91. 3a43462 WebCore: by andersca · 19 years ago
  92. 409f430 2006-05-12 Eric Seidel <eseidel@apple.com> by eseidel · 19 years ago