2016-06-06 |
zalan@apple.com | Addressing post-review comments on r201635. |
blob | commitdiff |
2016-06-03 |
zalan@apple.com | Repaint issue with vertical text in an out of flow... |
blob | commitdiff | diff to current |
2016-04-25 |
antti@apple.com | Inline RenderStyle into RenderElement |
blob | commitdiff | diff to current |
2016-04-24 |
antti@apple.com | RenderStyle should not be reference counted |
blob | commitdiff | diff to current |
2016-03-29 |
zalan@apple.com | Pixel turds when bordered div is resized on SMF forum... |
blob | commitdiff | diff to current |
2016-03-04 |
darin@apple.com | Followup to: |
blob | commitdiff | diff to current |
2016-03-04 |
darin@apple.com | Remove "virtual" from all lines that have both "virtual... |
blob | commitdiff | diff to current |
2016-02-11 |
zalan@apple.com | Subpixel rendering: Make focusring painting subpixel... |
blob | commitdiff | diff to current |
2015-12-13 |
zalan@apple.com | Clean up absolute positioned map properly. |
blob | commitdiff | diff to current |
2015-10-07 |
zalan@apple.com | RenderObject::computeRectForRepaint/computeFloatRectFor... |
blob | commitdiff | diff to current |
2015-10-07 |
simon.fraser@apple.com | will-change should trigger stacking context based purel... |
blob | commitdiff | diff to current |
2015-08-29 |
mmaxfield@apple.com | Migrate GraphicsContexts from pointers to references |
blob | commitdiff | diff to current |
2015-08-18 |
simon.fraser@apple.com | will-change: backface-visibility should not cause stack... |
blob | commitdiff | diff to current |
2015-08-17 |
simon.fraser@apple.com | will-change should sometimes trigger compositing |
blob | commitdiff | diff to current |
2015-03-15 |
simon.fraser@apple.com | Clean up use of flags in localToContainer-type functions |
blob | commitdiff | diff to current |
2014-12-25 |
mitz@apple.com | Bring the state of WEBCORE_EXPORT annotations closer... |
blob | commitdiff | diff to current |
2014-12-14 |
akling@apple.com | Replace PassRef with Ref/Ref&& across the board. |
blob | commitdiff | diff to current |
2014-10-26 |
akling@apple.com | Move some RenderObject member functions to RenderElement. |
blob | commitdiff | diff to current |
2014-10-15 |
cdumez@apple.com | Have offsetFromContainer() / offsetFromAncestorContaine... |
blob | commitdiff | diff to current |
2014-10-15 |
cdumez@apple.com | Use is<>() / downcast<>() for RenderInline |
blob | commitdiff | diff to current |
2014-10-07 |
cdumez@apple.com | Use is<>() / downcast<>() for RenderText / RenderTextFr... |
blob | commitdiff | diff to current |
2014-10-07 |
cdumez@apple.com | Add is<>() / downcast<>() support for RenderObject... |
blob | commitdiff | diff to current |
2014-09-19 |
simon.fraser@apple.com | Remove generator/yield terminology in RenderInline... |
blob | commitdiff | diff to current |
2014-04-25 |
stavila@adobe.com | [CSS Regions] Overflow selection doesn't work properly |
blob | commitdiff | diff to current |
2014-03-18 |
dbates@webkit.org | REGRESSION (r163560): ASSERTION FAILED: childrenInline... |
blob | commitdiff | diff to current |
2014-02-21 |
stavila@adobe.com | [CSS Regions] Use the named-flow-specific object Render... |
blob | commitdiff | diff to current |
2014-01-26 |
commit-queue@webki... | Remove unused support for DRAGGABLE_REGION |
blob | commitdiff | diff to current |
2014-01-16 |
andersca@apple.com | Change all uses of FINAL to final now that all our... |
blob | commitdiff | diff to current |
2014-01-16 |
commit-queue@webki... | Remove workaround for compilers not supporting explicit... |
blob | commitdiff | diff to current |
2014-01-10 |
abucur@adobe.com | [CSS Regions] Implement visual overflow computation... |
blob | commitdiff | diff to current |
2014-01-06 |
akling@apple.com | RenderInline::clone() should return RenderPtr. |
blob | commitdiff | diff to current |
2013-12-06 |
dbates@webkit.org | [iOS] Upstream WebCore/rendering changes |
blob | commitdiff | diff to current |
2013-11-11 |
akling@apple.com | Shrink RenderInline. |
blob | commitdiff | diff to current |
2013-11-06 |
akling@apple.com | Apply more unique_ptr to line box management. |
blob | commitdiff | diff to current |
2013-10-27 |
akling@apple.com | Renderers should receive their style at construction. |
blob | commitdiff | diff to current |
2013-10-24 |
gyuyoung.kim@samsu... | Introduce RENDER_OBJECT_TYPE_CASTS to replace manual... |
blob | commitdiff | diff to current |
2013-10-22 |
antti@apple.com | Rename deleteLineBoxTree to deleteLines |
blob | commitdiff | diff to current |
2013-10-14 |
akling@apple.com | Pass Document directly to anonymous renderer constructors. |
blob | commitdiff | diff to current |
2013-10-01 |
antti@apple.com | Make tests for renderer base types non-virtual |
blob | commitdiff | diff to current |
2013-09-23 |
antti@apple.com | Remove RenderObjectChildList |
blob | commitdiff | diff to current |
2013-09-23 |
commit-queue@webki... | Unreviewed, rolling out r156254. |
blob | commitdiff | diff to current |
2013-09-23 |
antti@apple.com | Remove RenderObjectChildList |
blob | commitdiff | diff to current |
2013-09-15 |
weinig@apple.com | CTTE: RenderObject's createAnonymous() and setDocumentF... |
blob | commitdiff | diff to current |
2013-09-15 |
darin@apple.com | Use FINAL instead of virtualChildren trick in render... |
blob | commitdiff | diff to current |
2013-09-09 |
antti@apple.com | Hide node() below RenderLayerModelObject, use element... |
blob | commitdiff | diff to current |
2013-09-08 |
akling@apple.com | Render{Block,Inline}::lineBoxes() should return a refer... |
blob | commitdiff | diff to current |
2013-09-01 |
akling@apple.com | Make more use of toRenderFoo(RenderObject&) cast helpers. |
blob | commitdiff | diff to current |
2013-08-31 |
akling@apple.com | InlineBox::renderer() and pals should return references. |
blob | commitdiff | diff to current |
2013-07-26 |
akling@apple.com | Apply FINAL to the RenderObject hierarchy. |
blob | commitdiff | diff to current |
2013-05-18 |
commit-queue@webki... | Unreviewed, rolling out r150294. |
blob | commitdiff | diff to current |
2013-05-17 |
akling@apple.com | Apply FINAL to the RenderObject hierarchy. |
blob | commitdiff | diff to current |
2013-05-12 |
commit-queue@webki... | Unreviewed, rolling out r149955. |
blob | commitdiff | diff to current |
2013-05-12 |
akling@apple.com | Apply FINAL to the RenderObject hierarchy. |
blob | commitdiff | diff to current |
2013-04-22 |
benjamin@webkit.org | Remove the memory instrumentation code |
blob | commitdiff | diff to current |
2013-03-09 |
commit-queue@webki... | Unreviewed, rolling out r142015. |
blob | commitdiff | diff to current |
2013-02-28 |
wangxianzhu@chromi... | Focus ring for a child layer is incorrectly offset... |
blob | commitdiff | diff to current |
2013-02-06 |
commit-queue@webki... | When a block element is made inline positioned and... |
blob | commitdiff | diff to current |
2013-01-24 |
inferno@chromium.org | Add ASSERT_WITH_SECURITY_IMPLICATION to detect bad... |
blob | commitdiff | diff to current |
2013-01-19 |
antti@apple.com | Make renderer constructors take Element where possible |
blob | commitdiff | diff to current |
2013-01-17 |
commit-queue@webki... | Unreviewed, rolling out r140023. |
blob | commitdiff | diff to current |
2013-01-17 |
antti@apple.com | Make renderer constructors take Element where possible |
blob | commitdiff | diff to current |
2013-01-16 |
antti@apple.com | Tighten RenderLayerModelObject subclass constructors... |
blob | commitdiff | diff to current |
2012-12-16 |
leviw@chromium.org | Push pixel snapping logic into TransformState |
blob | commitdiff | diff to current |
2012-12-10 |
loislo@chromium.org | Native Memory Instrumentation: instrument a part of... |
blob | commitdiff | diff to current |
2012-11-27 |
allan.jensen@digia.com | Incorrect rect-based hit-test result when hit-test... |
blob | commitdiff | diff to current |
2012-11-08 |
simon.fraser@apple.com | constify ALL the repaint containers |
blob | commitdiff | diff to current |
2012-10-31 |
eric@webkit.org | Add non-virtual firstChild/lastChild overrides to Rende... |
blob | commitdiff | diff to current |
2012-10-22 |
eae@chromium.org | Source/WebCore: Change baselinePosition and maxAscent... |
blob | commitdiff | diff to current |
2012-10-17 |
jianli@chromium.org | Rename feature define ENABLE_WIDGET_REGION to ENABLE_DR... |
blob | commitdiff | diff to current |
2012-10-12 |
leviw@chromium.org | Remove unnecessary mode identifiers added in r131111 |
blob | commitdiff | diff to current |
2012-10-11 |
leviw@chromium.org | [Sub pixel layout] Fast-path iframe scrolling can picks... |
blob | commitdiff | diff to current |
2012-10-10 |
jianli@chromium.org | Update the CSS property used to support draggable regions. |
blob | commitdiff | diff to current |
2012-10-09 |
commit-queue@webki... | Unreviewed, rolling out r130811 and r130821. |
blob | commitdiff | diff to current |
2012-10-09 |
leviw@chromium.org | [Sub pixel layout] Fast-path iframe scrolling can picks... |
blob | commitdiff | diff to current |
2012-10-01 |
fmalita@chromium.org | Refactor layer-related logic out of RenderBoxModelObject |
blob | commitdiff | diff to current |
2012-09-05 |
krit@webkit.org | Use -webkit-clip-path shapes to clip HTML elements |
blob | commitdiff | diff to current |
2012-08-31 |
simon.fraser@apple.com | (Regression: r126774): Fix crash when scrolling after... |
blob | commitdiff | diff to current |
2012-08-30 |
commit-queue@webki... | Add support for blendmode to webkit rendering engine |
blob | commitdiff | diff to current |
2012-08-28 |
allan.jensen@nokia.com | Rename HitTestPoint and pointInContainer |
blob | commitdiff | diff to current |
2012-08-27 |
simon.fraser@apple.com | Implement sticky positioning |
blob | commitdiff | diff to current |
2012-08-24 |
simon.fraser@apple.com | Prep work for: Implement sticky positioning |
blob | commitdiff | diff to current |
2012-08-16 |
leviw@chromium.org | Accumulate sub-pixel offsets through layers and transforms |
blob | commitdiff | diff to current |
2012-08-12 |
mihnea@adobe.com | CSSRegions: Crash when using style in region for remove... |
blob | commitdiff | diff to current |
2012-08-03 |
leviw@chromium.org | Switch mapLocalToContainer to use a flag instead of... |
blob | commitdiff | diff to current |
2012-08-02 |
jianli@chromium.org | Add new CSS property "-webkit-widget-region" to expose... |
blob | commitdiff | diff to current |
2012-07-17 |
commit-queue@webki... | REGRESSION: RenderInline::absoluteQuads produces incorr... |
blob | commitdiff | diff to current |
2012-06-20 |
commit-queue@webki... | Use HitTestPoint instead of LayoutPoint for nodeAtPoint. |
blob | commitdiff | diff to current |
2012-06-09 |
commit-queue@webki... | Caret is not rendered in empty inline contenteditable... |
blob | commitdiff | diff to current |
2012-06-07 |
rniwa@webkit.org | Unreviewed, rolling out r119668. |
blob | commitdiff | diff to current |
2012-06-07 |
commit-queue@webki... | Caret is not rendered in empty inline contenteditable... |
blob | commitdiff | diff to current |
2012-05-25 |
simon.fraser@apple.com | Terrible performance on alliances.commandandconquer... |
blob | commitdiff | diff to current |
2012-05-22 |
eae@chromium.org | Change RenderBlock to user RenderBox/RenderInline writi... |
blob | commitdiff | diff to current |
2012-05-22 |
inferno@chromium.org | Regression(r117482): Run-in crashes relating to generat... |
blob | commitdiff | diff to current |
2012-05-11 |
commit-queue@webki... | Eliminate duplicated code for culled line box in Render... |
blob | commitdiff | diff to current |
2012-05-03 |
mitz@apple.com | highlight for Ruby text is mispositioned in the Web... |
blob | commitdiff | diff to current |
2012-03-31 |
eae@chromium.org | Fix return type for virtual borderBoundingBox method |
blob | commitdiff | diff to current |
2012-03-27 |
leviw@chromium.org | Revert linesBoundingBox to integers |
blob | commitdiff | diff to current |
2012-03-08 |
leviw@chromium.org | Switch absoluteRects, culledInlineAbsoluteRects, absolu... |
blob | commitdiff | diff to current |
2012-01-24 |
kling@webkit.org | RenderInline: Skip caching the computed line height. |
blob | commitdiff | diff to current |
2011-12-23 |
simon.fraser@apple.com | Filters should apply to inline elements |
blob | commitdiff | diff to current |
next |