git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
nesting horizontal flexboxes is broken
[WebKit-https.git]
/
Source
/
WebCore
/
rendering
/
RenderFlexibleBox.cpp
2012-02-13
ojan@chromium.org
nesting horizontal flexboxes is broken
blob
|
commitdiff
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-02-03
mihnea@adobe.com
Crash in RenderFlowThread::setRegionBoxesRegionStyle
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-24
ojan@chromium.org
Implement flex-pack:distribute
blob
|
commitdiff
|
diff to current
2012-01-14
ojan@chromium.org
Implement flex-align
blob
|
commitdiff
|
diff to current
2012-01-13
ojan@chromium.org
Unreviewed, rolling out r104972.
blob
|
commitdiff
|
diff to current
2012-01-13
ojan@chromium.org
Implement flex-align
blob
|
commitdiff
|
diff to current
2012-01-10
tony@chromium.org
Need to handle absolutely positioned elements inside...
blob
|
commitdiff
|
diff to current
2012-01-10
ojan@chromium.org
Rename flex-align to flex-item-align.
blob
|
commitdiff
|
diff to current
2012-01-06
tony@chromium.org
Need to relayout when stretching the height of a flex...
blob
|
commitdiff
|
diff to current
2011-12-14
ojan@chromium.org
Implement flexDirection and flexWrap and make flexFlow...
blob
|
commitdiff
|
diff to current
2011-12-06
tony@chromium.org
small refactor of RenderFlexibleBox
blob
|
commitdiff
|
diff to current
2011-12-03
tony@chromium.org
Need to implement flex-flow: column-reverse
blob
|
commitdiff
|
diff to current
2011-12-01
tony@chromium.org
Need to implement flex-flow: row-reverse
blob
|
commitdiff
|
diff to current
2011-11-30
tony@chromium.org
Remove dead flexible box code
blob
|
commitdiff
|
diff to current
2011-11-29
tony@chromium.org
Rename some flexbox functions to be less confusing
blob
|
commitdiff
|
diff to current
2011-11-29
tony@chromium.org
flex-align:stretch + max-height needs to clamp to max...
blob
|
commitdiff
|
diff to current
2011-11-16
ojan@chromium.org
implement flex-align for flex-flow: column
blob
|
commitdiff
|
diff to current
2011-11-15
ojan@chromium.org
Overflow and relayout are broken in the new flexboxes
blob
|
commitdiff
|
diff to current
2011-11-14
tony@chromium.org
Remove the CSS3_FLEXBOX compile time flag and enable...
blob
|
commitdiff
|
diff to current
2011-11-02
tony@chromium.org
force inline flexitems to be wrapped in anonymous blocks
blob
|
commitdiff
|
diff to current
2011-10-27
tony@chromium.org
fix sizing of auto sized flexbox
blob
|
commitdiff
|
diff to current
2011-10-27
tony@chromium.org
use main/cross instead of logical width/height when...
blob
|
commitdiff
|
diff to current
2011-10-25
tony@chromium.org
avoid unnecessary layouts of flex items during the...
blob
|
commitdiff
|
diff to current
2011-10-20
tony@chromium.org
fix repaint bugs in new flexbox
blob
|
commitdiff
|
diff to current
2011-10-18
ojan@chromium.org
cleanup some FIXMEs in RenderFlexibleBox
blob
|
commitdiff
|
diff to current
2011-10-18
ojan@chromium.org
implement flex-flow:column
blob
|
commitdiff
|
diff to current
2011-10-12
tony@chromium.org
Implement -webkit-flex-align for cross axis alignment...
blob
|
commitdiff
|
diff to current
2011-10-06
tony@chromium.org
force margin:auto to 0 in flex items
blob
|
commitdiff
|
diff to current
2011-10-06
ojan@chromium.org
[flexbox] take marginBeforeForChild into account when...
blob
|
commitdiff
|
diff to current
2011-09-27
ojan@chromium.org
take padding/border on flexbox into account with direct...
blob
|
commitdiff
|
diff to current
2011-09-23
ojan@chromium.org
refactor RenderFlexibleBox to use flex-flow aware methods
blob
|
commitdiff
|
diff to current
2011-09-23
tony@chromium.org
implement -webkit-flex-order
blob
|
commitdiff
|
diff to current
2011-09-21
ojan@chromium.org
[css3-flexbox] cleanup padding width calculations
blob
|
commitdiff
|
diff to current
2011-09-20
ojan@chromium.org
change RenderFlexibleBox to act on logical coordinates
blob
|
commitdiff
|
diff to current
2011-09-07
ojan@chromium.org
split overrideSize into overrideHeight and overrideWidth
blob
|
commitdiff
|
diff to current
2011-08-30
tony@chromium.org
refactor and cleanup RenderFlexibleBox
blob
|
commitdiff
|
diff to current
2011-08-29
tony@chromium.org
Implement -webkit-flex-pack for horizontal flexboxen
blob
|
commitdiff
|
diff to current
2011-08-23
tony@chromium.org
Add handling of mix-width and max-width for flexitems
blob
|
commitdiff
|
diff to current
2011-08-22
tony@chromium.org
handle child margin values when flexing
blob
|
commitdiff
|
diff to current
2011-08-08
tony@chromium.org
implement basic horizontal flexing
blob
|
commitdiff
|
diff to current
2011-07-31
dbates@webkit.org
2011-07-30 Daniel Bates <dbates@webkit.com>
blob
|
commitdiff
|
diff to current
2011-07-22
tony@chromium.org
add placeholder RenderFlexibleBox.cpp files
blob
|
commitdiff
|
diff to current
2011-06-15
tony@chromium.org
2011-06-15 Tony Chang <tony@chromium.org>
blob
|
commitdiff
2011-05-24
zimmermann@webkit.org
2011-05-24 Nikolas Zimmermann <nzimmermann@rim.com>
blob
|
commitdiff
|
diff to current
2011-05-12
eae@chromium.org
2011-05-12 Emil A Eklund <eae@chromium.org>
blob
|
commitdiff
|
diff to current
2011-05-11
eae@chromium.org
2011-05-11 Emil A Eklund <eae@chromium.org>
blob
|
commitdiff
|
diff to current
2011-05-09
tony@chromium.org
2011-05-09 Tony Chang <tony@chromium.org>
blob
|
commitdiff
|
diff to current
2011-05-06
alexis.menard@open...
2011-05-06 Alexis Menard <alexis.menard@openbossa...
blob
|
commitdiff
|
diff to current
2011-04-06
hyatt@apple.com
https://bugs.webkit.org/show_bug.cgi?id=57975
blob
|
commitdiff
|
diff to current
2011-03-25
hyatt@apple.com
Source/WebCore: https://bugs.webkit.org/show_bug.cgi...
blob
|
commitdiff
|
diff to current
2011-03-23
hyatt@apple.com
Unreviewed, rolling out r81802.
blob
|
commitdiff
|
diff to current
2011-03-23
hyatt@apple.com
https://bugs.webkit.org/show_bug.cgi?id=56909
blob
|
commitdiff
|
diff to current
2011-02-28
hyatt@apple.com
https://bugs.webkit.org/show_bug.cgi?id=46500, make...
blob
|
commitdiff
|
diff to current
2011-02-22
thakis@chromium.org
2011-02-21 Nico Weber <thakis@chromium.org>
blob
|
commitdiff
|
diff to current
2011-01-29
paroga@webkit.org
2011-01-29 Patrick Gansterer <paroga@webkit.org>
blob
|
commitdiff
|
diff to current
2011-01-26
hyatt@apple.com
https://bugs.webkit.org/show_bug.cgi?id=46421, make...
blob
|
commitdiff
|
diff to current
2011-01-19
tonyg@chromium.org
2011-01-19 Tony Gentilcore <tonyg@chromium.org>
blob
|
commitdiff
|
diff to current
2011-01-08
abarth@webkit.org
Move WebCore into Source
blob
|
commitdiff
|
diff to current