2014-04-29 |
rego@igalia.com | REGRESSION (r167879): Heap-use-after-free in WebCore... |
blob | commitdiff |
2014-04-28 |
rego@igalia.com | OrderIterator refactoring to avoid extra loops |
blob | commitdiff | diff to current |
2014-01-28 |
hyatt@apple.com | [New Multicolumn] Add support for block progression... |
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 |
2013-10-28 |
svillar@igalia.com | [CSS Grid Layout] Add support for order inside grid... |
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-25 |
svillar@igalia.com | Use a Vector instead of HashSet to computed the orderVa... |
blob | commitdiff | diff to current |
2013-10-24 |
commit-queue@webki... | Unreviewed, rolling out r157916. |
blob | commitdiff | diff to current |
2013-10-24 |
svillar@igalia.com | Use a Vector instead of HashSet to computed the orderVa... |
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 |
weinig@apple.com | CTTE: Modernize RenderBlock a bit |
blob | commitdiff | diff to current |
2013-10-22 |
antti@apple.com | Rename some line box functions to be just about lines |
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-08 |
mrobinson@webkit.org | [MathML] Remove RenderTree modification during layout... |
blob | commitdiff | diff to current |
2013-10-07 |
andersca@apple.com | Add OVERRIDE and virtual where appropriate |
blob | commitdiff | diff to current |
2013-10-05 |
ap@apple.com | Roll out r156930 and r156937, they caused 34 assertion... |
blob | commitdiff | diff to current |
2013-10-05 |
mrobinson@webkit.org | [MathML] Remove RenderTree modification during layout... |
blob | commitdiff | diff to current |
2013-09-20 |
akling@apple.com | Add valueForLength/minimumValueForLength wrappers to... |
blob | commitdiff | diff to current |
2013-09-16 |
commit-queue@webki... | Adding "explicit" keyword in rendering related constructors |
blob | commitdiff | diff to current |
2013-09-15 |
weinig@apple.com | CTTE: RenderObject's createAnonymous() and setDocumentF... |
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-14 |
hyatt@apple.com | Source/WebCore: REGRESSION: united.com has overlapping... |
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-03-15 |
inferno@chromium.org | Replace static_casts with to* helper functions. |
blob | commitdiff | diff to current |
2013-03-13 |
tony@chromium.org | Regression(r143542): -webkit-align-items: center with... |
blob | commitdiff | diff to current |
2013-03-12 |
tony@chromium.org | Small code cleanup in RenderFlexibleBox |
blob | commitdiff | diff to current |
2013-02-26 |
tony@chromium.org | CSS Flexbox: dynamically applied align-items doesn... |
blob | commitdiff | diff to current |
2013-02-21 |
commit-queue@webki... | Convert buttons from DeprecatedFlexBox to nondeprecated... |
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 |
2013-01-12 |
ojan@chromium.org | Setting width overrides intrinsic min-width/max-width... |
blob | commitdiff | diff to current |
2013-01-04 |
tony@chromium.org | incorrect flexbox relayout with overflow, padding and... |
blob | commitdiff | diff to current |
2012-12-20 |
carlosgc@webkit.org | Make order iterator member stack allocated in RenderFle... |
blob | commitdiff | diff to current |
2012-12-18 |
tony@chromium.org | REGRESSION(r136324): flex items with percent heights... |
blob | commitdiff | diff to current |
2012-12-07 |
carlosgc@webkit.org | Use always the order iterator from data member in Rende... |
blob | commitdiff | diff to current |
2012-12-05 |
commit-queue@webki... | Remove unneeded WTF prefix from WTF types in RenderFlex... |
blob | commitdiff | diff to current |
2012-12-05 |
carlosgc@webkit.org | Reduce the children repaints when moved multiple times... |
blob | commitdiff | diff to current |
2012-12-02 |
tony@chromium.org | Avoid a second layout of flex items in layoutAndPlaceCh... |
blob | commitdiff | diff to current |
2012-11-14 |
tony@chromium.org | Crash in flexbox when removing absolutely positioned... |
blob | commitdiff | diff to current |
2012-10-22 |
eae@chromium.org | Source/WebCore: Change baselinePosition and maxAscent... |
blob | commitdiff | diff to current |
2012-10-22 |
tony@chromium.org | Fix some baseline flexbox alignment |
blob | commitdiff | diff to current |
2012-10-09 |
tony@chromium.org | image not displayed in flexbox |
blob | commitdiff | diff to current |
2012-10-04 |
tony@chromium.org | Fix <input type="month"> tests |
blob | commitdiff | diff to current |
2012-10-04 |
tony@chromium.org | inline-flex baseline is sometimes wrong |
blob | commitdiff | diff to current |
2012-10-02 |
tony@chromium.org | flexbox does wrong baseline item alignment in columns |
blob | commitdiff | diff to current |
2012-09-28 |
tony@chromium.org | flexbox assert fails with auto-sized item with padding |
blob | commitdiff | diff to current |
2012-09-20 |
tony@chromium.org | Implement absolutely positioned flex items |
blob | commitdiff | diff to current |
2012-09-13 |
tony@chromium.org | Refactor duplicate code into RenderFlexibleBox::mainAxi... |
blob | commitdiff | diff to current |
2012-09-13 |
tony@chromium.org | Flexitem margins should be based on content width,... |
blob | commitdiff | diff to current |
2012-08-20 |
tony@chromium.org | RenderGrid children should always be RenderBoxes |
blob | commitdiff | diff to current |
2012-08-08 |
ojan@chromium.org | percentage height/width values in quirks mode are incor... |
blob | commitdiff | diff to current |
2012-08-08 |
ojan@chromium.org | percentage margins + flex incorrectly overflows the... |
blob | commitdiff | diff to current |
2012-08-06 |
ojan@chromium.org | need tests to ensure flexboxes play nicely with box... |
blob | commitdiff | diff to current |
2012-08-01 |
tony@chromium.org | flexbox should avoid floats |
blob | commitdiff | diff to current |
2012-08-01 |
tony@chromium.org | REGRESSION: flexbox content-size fails to exclude scrollbar |
blob | commitdiff | diff to current |
2012-08-01 |
tony@chromium.org | -webkit-order should take an integer, not a number |
blob | commitdiff | diff to current |
2012-07-27 |
commit-queue@webki... | Source/WebCore: flex-wrap: wrap not wrapping for %... |
blob | commitdiff | diff to current |
2012-07-27 |
tony@chromium.org | changing -webkit-order should change the paint order... |
blob | commitdiff | diff to current |
2012-06-20 |
tony@chromium.org | Refactor RenderFlexibleBox terminology to use grow... |
blob | commitdiff | diff to current |
2012-06-05 |
tony@chromium.org | CSS property 'order' should be a number rather than... |
blob | commitdiff | diff to current |
2012-06-01 |
tony@chromium.org | rename -webkit-flex-pack and -webkit-flex-line-pack... |
blob | commitdiff | diff to current |
2012-06-01 |
tony@chromium.org | rename -webkit-flex-order to -webkit-order |
blob | commitdiff | diff to current |
2012-05-29 |
ojan@chromium.org | Absolute positioned elements in a relative positioned... |
blob | commitdiff | diff to current |
2012-05-26 |
tony@chromium.org | implement new negative flexing algorithm |
blob | commitdiff | diff to current |
2012-05-24 |
tony@chromium.org | auto margins on flexbox should allocate space in the... |
blob | commitdiff | diff to current |
2012-05-22 |
tony@chromium.org | auto margins on flexbox should allocate space in the... |
blob | commitdiff | diff to current |
2012-04-30 |
inferno@chromium.org | Source/WebCore: Remove positioned float code. |
blob | commitdiff | diff to current |
2012-04-03 |
tony@chromium.org | Implement new flex property and deprecate flex function |
blob | commitdiff | diff to current |
2012-03-29 |
tony@chromium.org | Need to implement flex-line-pack |
blob | commitdiff | diff to current |
2012-03-27 |
leviw@chromium.org | Correct LayoutUnit usage in virtual function layoutBloc... |
blob | commitdiff | diff to current |
2012-03-26 |
mitz@apple.com | Tried to fix an unused parameter warning after r112154. |
blob | commitdiff | diff to current |
2012-03-26 |
tony@chromium.org | apply cross axis constraints before aligning children... |
blob | commitdiff | diff to current |
2012-03-22 |
tony@chromium.org | flexbox flexing implementation should match the spec |
blob | commitdiff | diff to current |
2012-03-22 |
tony@chromium.org | refactor flexbox in preparation for flex-line-pack |
blob | commitdiff | diff to current |
2012-03-22 |
mitz@apple.com | REGRESSION (r111635): Assertion failure in RenderFlexib... |
blob | commitdiff | diff to current |
2012-03-22 |
tony@chromium.org | refactor flexbox in preparation for flex-line-pack |
blob | commitdiff | diff to current |
2012-03-21 |
tony@chromium.org | compute the sign of flexibility for new flexbox |
blob | commitdiff | diff to current |
2012-03-19 |
tony@chromium.org | flex-item-align: stretch should only grow, never shrink |
blob | commitdiff | diff to current |
2012-03-17 |
tony@chromium.org | Unreviewed, rolling out r111094. |
blob | commitdiff | diff to current |
2012-03-17 |
tony@chromium.org | flex-item-align: stretch should only grow, never shrink |
blob | commitdiff | diff to current |
2012-03-14 |
tony@chromium.org | fix negative flexing in auto sized columns |
blob | commitdiff | diff to current |
2012-03-14 |
tony@chromium.org | multiline column flexbox with auto height wrap too... |
blob | commitdiff | diff to current |
2012-03-08 |
tony@chromium.org | implement flexbox wrap-reverse |
blob | commitdiff | diff to current |
2012-03-07 |
tony@chromium.org | refactor method names in RenderFlexibleBox to make... |
blob | commitdiff | diff to current |
2012-03-05 |
tony@chromium.org | Implement flex-wrap: wrap |
blob | commitdiff | diff to current |
2012-02-25 |
tony@chromium.org | More refactoring in RenderFlexibleBox |
blob | commitdiff | diff to current |
2012-02-13 |
ojan@chromium.org | nesting horizontal flexboxes is broken |
blob | commitdiff | diff to current |
2012-02-10 |
ojan@chromium.org | flex-pack:center and flex-item-align:center should... |
blob | commitdiff | diff to current |
2012-02-10 |
ojan@chromium.org | Remove TreeOrderIterator and iterate over the child... |
blob | commitdiff | diff to current |
2012-02-10 |
tony@chromium.org | more refactoring of RenderFlexibleBox in preparation... |
blob | commitdiff | diff to current |
2012-02-09 |
tony@chromium.org | refactor RenderFlexibleBox to return preferred sizes... |
blob | commitdiff | diff to current |
2012-01-27 |
tony@chromium.org | flexbox scrollbars don't take flex-direction into account |
blob | commitdiff | diff to current |
2012-01-25 |
tony@chromium.org | support overflow:auto and overflow:scroll in new flexbox |
blob | commitdiff | diff to current |
2012-01-10 |
tony@chromium.org | Need to handle absolutely positioned elements inside... |
blob | commitdiff | diff to current |
next |