2015-06-16 |
bfulgham@apple.com | CSS Scroll Snap - support snapping to nested elements |
blob | commitdiff | raw |
2015-06-04 |
bfulgham@apple.com | REGRESSION (r181879): Scrolling order on pages with... |
blob | commitdiff | raw | diff to current |
2015-05-27 |
commit-queue@webki... | An SVG with no intrinsic size does not draw correct... |
blob | commitdiff | raw | diff to current |
2015-05-26 |
zalan@apple.com | Overhanging float sets are not cleaned up properly... |
blob | commitdiff | raw | diff to current |
2015-05-15 |
zalan@apple.com | White edge on animating panel on rokkosunnyvale.com |
blob | commitdiff | raw | diff to current |
2015-05-14 |
rego@igalia.com | Fix typo in RenderBox::instrinsicScrollbarLogicalWidth() |
blob | commitdiff | raw | diff to current |
2015-05-07 |
bfulgham@apple.com | Scroll-snap points do not handle margins and padding... |
blob | commitdiff | raw | diff to current |
2015-05-06 |
hyatt@apple.com | Optimize topLeftLocationOffset() addition in updateLaye... |
blob | commitdiff | raw | diff to current |
2015-04-22 |
rego@igalia.com | Rename hasOverride{Height,Width}() to hasOverrideLogica... |
blob | commitdiff | raw | diff to current |
2015-04-14 |
rego@igalia.com | [CSS Grid Layout] Columns set in percentages collapse... |
blob | commitdiff | raw | diff to current |
2015-03-30 |
commit-queue@webki... | nullptr cleanup in RenderFooBox classes |
blob | commitdiff | raw | diff to current |
2015-03-15 |
simon.fraser@apple.com | Clean up use of flags in localToContainer-type functions |
blob | commitdiff | raw | diff to current |
2015-03-11 |
mmaxfield@apple.com | Use out-of-band messaging for RenderBox::firstLineBasel... |
blob | commitdiff | raw | diff to current |
2015-01-07 |
commit-queue@webki... | Fix Border-radius clipping issue on a composited descen... |
blob | commitdiff | raw | diff to current |
2014-12-18 |
stavila@adobe.com | [SVG Masking] Enable the use of <mask> elements for... |
blob | commitdiff | raw | diff to current |
2014-12-15 |
commit-queue@webki... | Unreviewed, rolling out r177223 and r177226. |
blob | commitdiff | raw | diff to current |
2014-12-14 |
akling@apple.com | Replace PassRef with Ref/Ref&& across the board. |
blob | commitdiff | raw | diff to current |
2014-12-12 |
stavila@adobe.com | [SVG Masking] Enable the use of <mask> elements for... |
blob | commitdiff | raw | diff to current |
2014-12-12 |
simon.fraser@apple.com | Transform-style should not kill position:fixed |
blob | commitdiff | raw | diff to current |
2014-12-11 |
ap@apple.com | Unreviewed, rolling out r177155. |
blob | commitdiff | raw | diff to current |
2014-12-11 |
antti@apple.com | [SVG Masking] Enable the use of <mask> elements for... |
blob | commitdiff | raw | diff to current |
2014-12-09 |
jfernandez@igalia.com | Refactor of rebuildFloatingObjectSetFromIntrudingFloats... |
blob | commitdiff | raw | diff to current |
2014-12-08 |
jfernandez@igalia.com | [CSS Grid Layout] Grid items must set a new formatting... |
blob | commitdiff | raw | diff to current |
2014-11-04 |
akling@apple.com | RenderBox shouldn't need a pre-destructor hook. |
blob | commitdiff | raw | diff to current |
2014-10-17 |
cdumez@apple.com | Use is<>() / downcast<>() for RenderBox |
blob | commitdiff | raw | diff to current |
2014-10-15 |
cdumez@apple.com | Have offsetFromContainer() / offsetFromAncestorContaine... |
blob | commitdiff | raw | diff to current |
2014-10-07 |
cdumez@apple.com | Add is<>() / downcast<>() support for RenderObject... |
blob | commitdiff | raw | diff to current |
2014-09-16 |
bdakin@apple.com | overflow:scroll should not leave space for a scroll... |
blob | commitdiff | raw | diff to current |
2014-09-05 |
bdakin@apple.com | ScrollablArea::handleWheelEvent() should return early... |
blob | commitdiff | raw | diff to current |
2014-08-28 |
zalan@apple.com | Subpixel layout: Remove unused pixel snapping functions. |
blob | commitdiff | raw | diff to current |
2014-08-28 |
zalan@apple.com | Subpixel layout: Rename LayoutRect's device pixel snapp... |
blob | commitdiff | raw | diff to current |
2014-08-27 |
bdakin@apple.com | Make isScrollableOrRubberbandable() a virtual function... |
blob | commitdiff | raw | diff to current |
2014-08-27 |
bdakin@apple.com | overflow:scroll elements should not latch to the body... |
blob | commitdiff | raw | diff to current |
2014-08-22 |
achristensen@apple.com | More WEBCORE_EXPORT macros! |
blob | commitdiff | raw | diff to current |
2014-08-06 |
akling@apple.com | Remove unused RenderBox::reflectionBox(). |
blob | commitdiff | raw | diff to current |
2014-07-25 |
commit-queue@webki... | Unreviewed, rolling out r171480. |
blob | commitdiff | raw | diff to current |
2014-07-23 |
bjonesbe@adobe.com | Ensure we compute the min and max height of replaced... |
blob | commitdiff | raw | diff to current |
2014-07-07 |
rosca@adobe.com | [CSS Blending]The background images set on the root... |
blob | commitdiff | raw | diff to current |
2014-05-28 |
bjonesbe@adobe.com | vw/vh units used as font/line-height values don't scale... |
blob | commitdiff | raw | diff to current |
2014-05-17 |
akling@apple.com | REGRESSION (r166422): All RenderBox objects grew 104... |
blob | commitdiff | raw | diff to current |
2014-05-14 |
abucur@adobe.com | [CSS Regions] Don't relayout when updating the region... |
blob | commitdiff | raw | diff to current |
2014-05-14 |
abucur@adobe.com | [CSS Regions] Assertion failure in some cases with... |
blob | commitdiff | raw | diff to current |
2014-05-06 |
hyatt@apple.com | Begin Removal of Old Multi-Column Code. |
blob | commitdiff | raw | diff to current |
2014-05-06 |
krit@webkit.org | Adapt inline SVG sizing behavior to Firefox and Blink |
blob | commitdiff | raw | diff to current |
2014-04-30 |
rego@igalia.com | [CSS Grid Layout] Wrap some specific grid code under... |
blob | commitdiff | raw | diff to current |
2014-04-25 |
stavila@adobe.com | [CSS Regions] Overflow selection doesn't work properly |
blob | commitdiff | raw | diff to current |
2014-04-23 |
hyatt@apple.com | [New Multicolumn] fast/multicol/fixed-column-percent... |
blob | commitdiff | raw | diff to current |
2014-04-23 |
commit-queue@webki... | Overflow propagation broken in BTT and RTL writing... |
blob | commitdiff | raw | diff to current |
2014-04-16 |
pmolnar.u-szeged... | Improve security mitigation added in webkit r94001. |
blob | commitdiff | raw | diff to current |
2014-04-08 |
mihnea@adobe.com | [CSSRegions] Remove unused RenderBox::clearRenderBoxReg... |
blob | commitdiff | raw | diff to current |
2014-03-28 |
dino@apple.com | Support form controls that may need incremental redraw |
blob | commitdiff | raw | diff to current |
2014-03-27 |
bjonesbe@adobe.com | [CSS Shapes][css clip-path] rounded corner calculation... |
blob | commitdiff | raw | diff to current |
2014-02-21 |
stavila@adobe.com | [CSS Regions] Use the named-flow-specific object Render... |
blob | commitdiff | raw | diff to current |
2014-02-10 |
darin@apple.com | Automatically generate isRendererOfType in RENDER_OBJEC... |
blob | commitdiff | raw | diff to current |
2014-02-08 |
mitz@apple.com | Remove client-drawn highlights (-webkit-highlight,... |
blob | commitdiff | raw | diff to current |
2014-02-05 |
akling@apple.com | Remove <iframe seamless> support. |
blob | commitdiff | raw | diff to current |
2014-02-03 |
bfulgham@apple.com | REGRESSION (r163018): Can’t scroll in <select> lists |
blob | commitdiff | raw | diff to current |
2014-01-29 |
stavila@adobe.com | [CSSRegions] Unable to scroll a scrollable container... |
blob | commitdiff | raw | diff to current |
2014-01-28 |
hyatt@apple.com | [New Multicolumn] Add support for block progression... |
blob | commitdiff | raw | diff to current |
2014-01-16 |
andersca@apple.com | Change all uses of FINAL to final now that all our... |
blob | commitdiff | raw | diff to current |
2014-01-16 |
commit-queue@webki... | Remove workaround for compilers not supporting explicit... |
blob | commitdiff | raw | diff to current |
2013-12-06 |
dbates@webkit.org | [iOS] Upstream WebCore/rendering changes |
blob | commitdiff | raw | diff to current |
2013-11-26 |
weinig@apple.com | Convert some Shape code to use references |
blob | commitdiff | raw | diff to current |
2013-11-21 |
stavila@adobe.com | [CSS Regions] Implement visual overflow for first ... |
blob | commitdiff | raw | diff to current |
2013-11-15 |
commit-queue@webki... | Unreviewed, rolling out r159337. |
blob | commitdiff | raw | diff to current |
2013-11-15 |
stavila@adobe.com | [CSS Regions] Implement visual overflow for first ... |
blob | commitdiff | raw | diff to current |
2013-11-07 |
akling@apple.com | Use tighter InlineBox subtypes in some places. |
blob | commitdiff | raw | diff to current |
2013-11-07 |
akling@apple.com | Nothing should return std::unique_ptr<InlineBox>. |
blob | commitdiff | raw | diff to current |
2013-11-06 |
akling@apple.com | Apply more unique_ptr to line box management. |
blob | commitdiff | raw | diff to current |
2013-11-02 |
akling@apple.com | Use RenderChildIterator in a couple of places. |
blob | commitdiff | raw | diff to current |
2013-10-29 |
akling@apple.com | RenderElement::style() should return a reference. |
blob | commitdiff | raw | diff to current |
2013-10-27 |
akling@apple.com | Renderers should receive their style at construction. |
blob | commitdiff | raw | diff to current |
2013-10-25 |
akling@apple.com | RenderElement::styleWillChange() should pass newStyle... |
blob | commitdiff | raw | diff to current |
2013-10-24 |
gyuyoung.kim@samsu... | Introduce RENDER_OBJECT_TYPE_CASTS to replace manual... |
blob | commitdiff | raw | diff to current |
2013-10-22 |
antti@apple.com | Rename some line box functions to be just about lines |
blob | commitdiff | raw | diff to current |
2013-10-14 |
akling@apple.com | Pass Document directly to anonymous renderer constructors. |
blob | commitdiff | raw | diff to current |
2013-10-11 |
betravis@adobe.com | [CSS Shapes] Shape-Image-Threshold should be animatable |
blob | commitdiff | raw | diff to current |
2013-10-08 |
bjonesbe@adobe.com | Move m_floatingObjects to RenderBlockFlow from RenderBlock |
blob | commitdiff | raw | diff to current |
2013-10-07 |
andersca@apple.com | Add OVERRIDE and virtual where appropriate |
blob | commitdiff | raw | diff to current |
2013-10-06 |
antti@apple.com | Move paint() to RenderElement |
blob | commitdiff | raw | diff to current |
2013-10-05 |
commit-queue@webki... | Unreviewed, rolling out r156952. |
blob | commitdiff | raw | diff to current |
2013-10-05 |
antti@apple.com | Move paint() to RenderElement |
blob | commitdiff | raw | diff to current |
2013-10-04 |
betravis@adobe.com | [CSS Shapes] Shape Outside should relayout when set... |
blob | commitdiff | raw | diff to current |
2013-10-02 |
commit-queue@webki... | [CSS Regions] Activate all regions to have layers,... |
blob | commitdiff | raw | diff to current |
2013-10-01 |
antti@apple.com | Make tests for renderer base types non-virtual |
blob | commitdiff | raw | diff to current |
2013-09-30 |
darin@apple.com | Use RenderElement instead of RenderObject in many places |
blob | commitdiff | raw | diff to current |
2013-09-25 |
akling@apple.com | Move wheel event dispatch from Node to Element. |
blob | commitdiff | raw | diff to current |
2013-09-09 |
antti@apple.com | Hide node() below RenderLayerModelObject, use element... |
blob | commitdiff | raw | diff to current |
2013-09-07 |
bjonesbe@adobe.com | [CSS Shapes] Floats with shape-outside aren't painting... |
blob | commitdiff | raw | diff to current |
2013-09-04 |
abucur@adobe.com | [CSS Regions] Extend the RenderRegionRange class to... |
blob | commitdiff | raw | diff to current |
2013-09-01 |
akling@apple.com | Make more use of toRenderFoo(RenderObject&) cast helpers. |
blob | commitdiff | raw | diff to current |
2013-08-31 |
akling@apple.com | InlineBox::renderer() and pals should return references. |
blob | commitdiff | raw | diff to current |
2013-08-30 |
commit-queue@webki... | Unreviewed, rolling out r154826. |
blob | commitdiff | raw | diff to current |
2013-08-29 |
robert@webkit.org | Positioned Replaced Elements That Aren't RenderReplaced... |
blob | commitdiff | raw | diff to current |
2013-08-25 |
akling@apple.com | RenderObject::document() should return a reference. |
blob | commitdiff | raw | diff to current |
2013-08-24 |
akling@apple.com | RenderObject::view() should return a reference. |
blob | commitdiff | raw | diff to current |
2013-08-21 |
timothy_horton@app... | REGRESSION(r154399): broke Mac ML debug WK1 tests ... |
blob | commitdiff | raw | diff to current |
2013-08-21 |
robert@webkit.org | REGRESSION(r127163): Respect clearance set on ancestors... |
blob | commitdiff | raw | diff to current |
2013-08-21 |
tonikitoo@webkit.org | Harden RenderBox::canBeScrolledAndHasScrollableArea... |
blob | commitdiff | raw | diff to current |
2013-08-14 |
achicu@adobe.com | [CSS Regions] RenderRegions should have a RenderLayer... |
blob | commitdiff | raw | diff to current |
next |