1. 232b093 RenderBlockFlow::moveFloatsTo does not move floats. by zalan@apple.com · 8 years ago
  2. 454418f Inline RenderStyle into RenderElement by antti@apple.com · 9 years ago
  3. de6dae7b RenderStyle should not be reference counted by antti@apple.com · 9 years ago
  4. 13aae08 Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601 by aestes@apple.com · 9 years ago
  5. f7d624c Rename hasOverride{Height,Width}() to hasOverrideLogicalContent{Height,Width}() by rego@igalia.com · 10 years ago
  6. 85ccaed Japanese line breaking rules need to be respected before and after Ruby. by hyatt@apple.com · 10 years ago
  7. 01ad584 Ruby does not preserve expansion opportunities from enclosing context by commit-queue@webkit.org · 10 years ago
  8. 689f761 Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587> by akling@apple.com · 10 years ago
  9. 3abcc79 Use is<>() / downcast<>() for all remaining RenderObject subclasses by cdumez@apple.com · 11 years ago
  10. 8301e83 Inline ruby does not get justified correctly by mmaxfield@apple.com · 11 years ago
  11. e943779 Use is<>() / downcast<>() for RenderBlock objects by cdumez@apple.com · 11 years ago
  12. 0cefe4f Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500 by dbates@webkit.org · 11 years ago
  13. 5ad8220 Crash when merging ruby bases that contain floats by jhoneycutt@apple.com · 11 years ago
  14. 8629863 Remove all 'std' using directives from WebCore by andersca@apple.com · 11 years ago
  15. 8f40c5b Renderers should receive their style at construction. by akling@apple.com · 12 years ago
  16. a2c7f24 Rename deleteLineBoxTree to deleteLines by antti@apple.com · 12 years ago
  17. 6d72bb3 RenderElement::isChildAllowed() should take const references. by akling@apple.com · 12 years ago
  18. 42e1063 Pass Document directly to anonymous renderer constructors. by akling@apple.com · 12 years ago
  19. da4d316 Remove RenderObjectChildList https://bugs.webkit.org/show_bug.cgi?id=121771 by antti@apple.com · 12 years ago
  20. 859e0b9 Unreviewed, rolling out r156254. by commit-queue@webkit.org · 12 years ago
  21. 4464aae Remove RenderObjectChildList https://bugs.webkit.org/show_bug.cgi?id=121771 by antti@apple.com · 12 years ago
  22. 166419e CTTE: Element::createRenderer() should take references by weinig@apple.com · 12 years ago
  23. 8d58643 CTTE: RenderObject's createAnonymous() and setDocumentForAnonymous() should take Document references by weinig@apple.com · 12 years ago
  24. 5388e67 Add new RenderBlockFlow class. https://bugs.webkit.org/show_bug.cgi?id=120777 by hyatt@apple.com · 12 years ago
  25. acb7e25 Reverting revisions 155139, 155141, 155142, and 155145 since they appear to have by bdakin@apple.com · 12 years ago
  26. 620bb2e Add new RenderBlockFlow class https://bugs.webkit.org/show_bug.cgi?id=120777 by hyatt@apple.com · 12 years ago
  27. 4c166d6 Make more use of toRenderFoo(RenderObject&) cast helpers. by akling@apple.com · 12 years ago
  28. 6310f61 Make renderer constructors take Element where possible by antti@apple.com · 12 years ago
  29. 3b34ce4 Unreviewed, rolling out r140023. by commit-queue@webkit.org · 12 years ago
  30. 6aba753 Make renderer constructors take Element where possible by antti@apple.com · 12 years ago
  31. 6ba0532 Tighten RenderLayerModelObject subclass constructors to operate on ContainerNodes. by antti@apple.com · 12 years ago
  32. a8d7192 Incorrect placement of new child to table when before child parent is not |this|. by inferno@chromium.org · 13 years ago
  33. b85a123 Incorrect beforeChild parent calculation in RenderRubyBase::moveChildren. by inferno@chromium.org · 13 years ago
  34. 33287f1 Source/WebCore: Issues with merging block children of a ruby by inferno@chromium.org · 14 years ago
  35. 6c616f9 Source/WebCore: Issues with merging ruby bases. by inferno@chromium.org · 14 years ago
  36. 3e44dfa 2011-06-20 Julien Chaffraix <jchaffraix@webkit.org> by jchaffraix@webkit.org · 14 years ago
  37. 390fa32 <rdar://problem/8902740> Expand ruby base when it is shorter than the ruby text by mitz@apple.com · 14 years ago
  38. 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago[Renamed from WebCore/rendering/RenderRubyBase.cpp]
  39. 3744186 2010-11-10 Csaba Osztrogonác <ossy@webkit.org> by ossy@webkit.org · 14 years ago
  40. f5e875d https://bugs.webkit.org/show_bug.cgi?id=39783, clean up the moveChild functions on RenderBlock. by hyatt@apple.com · 15 years ago
  41. 0e31640 2010-05-26 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 15 years ago
  42. 9099e57 https://bugs.webkit.org/show_bug.cgi?id=39783, clean up the moveChild functions on RenderBlock. by hyatt@apple.com · 15 years ago
  43. 4d067e1 2010-05-26 Sheriff Bot <webkit.review.bot@gmail.com> by eric@webkit.org · 15 years ago
  44. 30a627e https://bugs.webkit.org/show_bug.cgi?id=39783, clean up moveChild functions in RenderBlock. by hyatt@apple.com · 15 years ago
  45. ca8ce86 Preparation for support of column-span, which will be implemented using continuations. When a block splits an inline, a by hyatt@apple.com · 15 years ago
  46. a29d21a 2010-02-14 Kent Tamura <tkent@chromium.org> by tkent@chromium.org · 15 years ago
  47. 33a393c 2010-02-08 Maciej Stachowiak <mjs@apple.com> by mjs@apple.com · 15 years ago
  48. daef23e Bug 33266 - WebCore::InlineFlowBox::determineSpacingForFlowBoxes ReadAV@NULL (43c64e8abbda6766e5f5edbd254c2d57) by rolandsteiner@chromium.org · 15 years ago
  49. 58b328f Bug 28420 - Implement HTML5 <ruby> rendering by rolandsteiner@chromium.org · 15 years ago