git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[CSS Grid Layout] Support "sparse" in auto-placed items locked to a row/column
[WebKit-https.git]
/
Source
/
WebCore
/
rendering
/
RenderGrid.cpp
2015-02-24
rego@igalia.com
[CSS Grid Layout] Support "sparse" in auto-placed items...
blob
|
commitdiff
2015-02-23
rego@igalia.com
[CSS Grid Layout] Remove old FIXME in RenderGrid::place...
blob
|
commitdiff
|
diff to current
2015-02-16
svillar@igalia.com
[CSS Grid Layout] Invalid initialization of track sizes...
blob
|
commitdiff
|
diff to current
2015-02-13
changseok.oh@colla...
Div having contentEditable and display:grid cannot...
blob
|
commitdiff
|
diff to current
2015-02-12
commit-queue@webki...
Unreviewed, rolling out r179987.
blob
|
commitdiff
|
diff to current
2015-02-12
svillar@igalia.com
[CSS Grid Layout] Invalid initialization of track sizes...
blob
|
commitdiff
|
diff to current
2015-02-09
svillar@igalia.com
[CSS Grid Layout] Tracks' growth limits must be >=...
blob
|
commitdiff
|
diff to current
2015-01-22
svillar@igalia.com
[CSS Grid Layout] Skip items spanning flex tracks when...
blob
|
commitdiff
|
diff to current
2015-01-22
svillar@igalia.com
[CSS Grid Layout] Size tracks using a list of all items...
blob
|
commitdiff
|
diff to current
2015-01-20
svillar@igalia.com
[CSS Grid Layout] Wrong arguments passed to computeNorm...
blob
|
commitdiff
|
diff to current
2015-01-19
svillar@igalia.com
[CSS Grid Layout] Tracks shrink sometimes with indefini...
blob
|
commitdiff
|
diff to current
2015-01-16
commit-queue@webki...
Unreviewed, rolling out r178577.
blob
|
commitdiff
|
diff to current
2015-01-16
svillar@igalia.com
[CSS Grid Layout] Tracks shrink sometimes with indefini...
blob
|
commitdiff
|
diff to current
2015-01-02
rego@igalia.com
[CSS Grid Layout] Remove stack from grid-auto-flow...
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-11-20
svillar@igalia.com
[CSS Grid Layout] Replace the usage of size_t by unsigned
blob
|
commitdiff
|
diff to current
2014-11-11
svillar@igalia.com
[CSS Grid Layout] Limit the size of explicit/implicit...
blob
|
commitdiff
|
diff to current
2014-10-29
svillar@igalia.com
ASSERTION FAILED: growthShare > 0 in WebCore::RenderGri...
blob
|
commitdiff
|
diff to current
2014-10-21
rego@igalia.com
ASSERTION FAILED: !gridWasPopulated() in WebCore::Rende...
blob
|
commitdiff
|
diff to current
2014-10-13
svillar@igalia.com
[CSS Grid Layout] Pass the valid set of tracks to grow...
blob
|
commitdiff
|
diff to current
2014-09-30
zandobersek@gmail.com
Avoid copying the iterated-over items in range-based...
blob
|
commitdiff
|
diff to current
2014-09-30
svillar@igalia.com
[CSS Grid Layout] Use modern for-loops in RenderGrid
blob
|
commitdiff
|
diff to current
2014-09-29
svillar@igalia.com
[CSS Grid Layout] Handle percentages of indefinite...
blob
|
commitdiff
|
diff to current
2014-09-26
svillar@igalia.com
[CSS Grid Layout] Fix the handling of infinity in track...
blob
|
commitdiff
|
diff to current
2014-09-23
svillar@igalia.com
[CSS Grid Layout] Do not grow tracks when the growth...
blob
|
commitdiff
|
diff to current
2014-09-15
svillar@igalia.com
[CSS Grid Layout] Sort items by span when resolving...
blob
|
commitdiff
|
diff to current
2014-09-09
svillar@igalia.com
[CSS Grid Layout] RenderGrid methods should take Render...
blob
|
commitdiff
|
diff to current
2014-07-15
rego@igalia.com
Unreviwed fix wrong indentation from r171082.
blob
|
commitdiff
|
diff to current
2014-07-14
rego@igalia.com
[CSS Grid Layout] Support sparse in auto-placement...
blob
|
commitdiff
|
diff to current
2014-07-11
rego@igalia.com
[CSS Grid Layout] Update grid-auto-flow to the new...
blob
|
commitdiff
|
diff to current
2014-07-03
dbates@webkit.org
Add WTF::move()
blob
|
commitdiff
|
diff to current
2014-06-27
rego@igalia.com
[CSS Grid Layout] Interaction between auto-placement...
blob
|
commitdiff
|
diff to current
2014-06-20
rego@igalia.com
[CSS Grid Layout] Add GridSpan::iterator
blob
|
commitdiff
|
diff to current
2014-06-13
rego@igalia.com
[CSS Grid Layout] Introduce an explicit type for resolv...
blob
|
commitdiff
|
diff to current
2014-06-10
svillar@igalia.com
[CSS Grid Layout] Simplify the named grid lines resolut...
blob
|
commitdiff
|
diff to current
2014-05-28
bjonesbe@adobe.com
vw/vh units used as font/line-height values don't scale...
blob
|
commitdiff
|
diff to current
2014-05-27
rego@igalia.com
Setting up OrderIterator shouldn't require an extra...
blob
|
commitdiff
|
diff to current
2014-05-23
rego@igalia.com
[CSS Grid Layout] Use gridRowCount() and gridColumnCoun...
blob
|
commitdiff
|
diff to current
2014-05-06
commit-queue@webki...
Removed unnecessary notImplemented.h includes.
blob
|
commitdiff
|
diff to current
2014-05-01
rego@igalia.com
Unreviewed, rolling out r167879 and r167942.
blob
|
commitdiff
|
diff to current
2014-04-29
rego@igalia.com
REGRESSION (r167879): Heap-use-after-free in WebCore...
blob
|
commitdiff
|
diff to current
2014-04-28
rego@igalia.com
OrderIterator refactoring to avoid extra loops
blob
|
commitdiff
|
diff to current
2014-04-13
zandobersek@gmail.com
Remove unnecessary uses of std::move() in return statements
blob
|
commitdiff
|
diff to current
2014-04-11
zandobersek@gmail.com
Avoid Vector copies in RenderGrid::placeItemsOnGrid()
blob
|
commitdiff
|
diff to current
2014-04-08
svillar@igalia.com
[CSS Grid Layout] Handle min/max height in the grid...
blob
|
commitdiff
|
diff to current
2014-03-31
zandobersek@gmail.com
Move Source/WebCore/rendering/ code to std::unique_ptr
blob
|
commitdiff
|
diff to current
2014-03-29
commit-queue@webki...
[CSS Grid Layout] The 'auto' height must be adapted...
blob
|
commitdiff
|
diff to current
2014-03-26
zoltan@webkit.org
[CSS Shapes] Remove shape-inside support
blob
|
commitdiff
|
diff to current
2014-03-26
svillar@igalia.com
[CSS Grid Layout] getComputedStyle() must return the...
blob
|
commitdiff
|
diff to current
2014-03-15
mjs@apple.com
.: Replace "Apple Computer, Inc." with "Apple Inc....
blob
|
commitdiff
|
diff to current
2014-03-14
svillar@igalia.com
[CSS Grid layout] Initial position in span not correctl...
blob
|
commitdiff
|
diff to current
2014-03-04
svillar@igalia.com
[CSS Grid Layout] Percentages of indefinite sizes shoul...
blob
|
commitdiff
|
diff to current
2014-02-28
svillar@igalia.com
[CSS Grid Layout] Fix positioning grid items using...
blob
|
commitdiff
|
diff to current
2014-02-25
svillar@igalia.com
[CSS Grid Layout] Add ENABLE flag
blob
|
commitdiff
|
diff to current
2014-02-24
commit-queue@webki...
[CSS Grid Layout] handle undefined RemainingSpace in...
blob
|
commitdiff
|
diff to current
2014-02-17
rego@igalia.com
[CSS Grid Layout] Fix missing layout in flexible and...
blob
|
commitdiff
|
diff to current
2014-02-11
svillar@igalia.com
[CSS Grid Layout] Support calc() breadth size type
blob
|
commitdiff
|
diff to current
2014-02-06
svillar@igalia.com
[CSS Grid Layout] getComputedStyle() is wrong for grid...
blob
|
commitdiff
|
diff to current
2014-01-31
commit-queue@webki...
[CSS Grid Layout] Do log(n) search in the named line...
blob
|
commitdiff
|
diff to current
2013-12-16
svillar@igalia.com
[CSS Grid Layout] Fix the preferred logical widths...
blob
|
commitdiff
|
diff to current
2013-11-27
svillar@igalia.com
[CSS Grid Layout] Fix positioning of grid items with...
blob
|
commitdiff
|
diff to current
2013-11-25
svillar@igalia.com
[CSS Grid Layout] Cache several vectors to avoid malloc...
blob
|
commitdiff
|
diff to current
2013-11-22
svillar@igalia.com
[CSS Grid Layout] Improve content-sized track layout
blob
|
commitdiff
|
diff to current
2013-11-22
svillar@igalia.com
[CSS Grid Layout] Run the content-sized tracks sizing...
blob
|
commitdiff
|
diff to current
2013-11-18
weinig@apple.com
LayoutStateMaintainer should use references where possible
blob
|
commitdiff
|
diff to current
2013-11-06
svillar@igalia.com
Unreviewed build fix, style() return type is now a...
blob
|
commitdiff
|
diff to current
2013-11-06
svillar@igalia.com
[CSS Grid Layout] Add support for named grid areas
blob
|
commitdiff
|
diff to current
2013-10-29
akling@apple.com
RenderElement::style() should return a reference.
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-22
abucur@adobe.com
[CSS Regions] Possible performance regression after...
blob
|
commitdiff
|
diff to current
2013-10-18
andersca@apple.com
Remove spaces between template angle brackets
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-14
svillar@igalia.com
[CSS Grid Layout] Implement support for <flex>
blob
|
commitdiff
|
diff to current
2013-10-14
svillar@igalia.com
[CSS Grid Layout] 2 span positions are not resolved...
blob
|
commitdiff
|
diff to current
2013-10-10
svillar@igalia.com
[CSS Grid Layout] Implement support for grid-template
blob
|
commitdiff
|
diff to current
2013-10-04
antti@apple.com
Move setting of some layout bits to RenderElement
blob
|
commitdiff
|
diff to current
2013-10-03
commit-queue@webki...
Unreviewed, rolling out r156816.
blob
|
commitdiff
|
diff to current
2013-10-03
antti@apple.com
Move setting of some layout bits to RenderElement
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-20
akling@apple.com
Add valueForLength/minimumValueForLength wrappers to...
blob
|
commitdiff
|
diff to current
2013-09-13
akling@apple.com
[CTTE] RenderGrid is never anonymous.
blob
|
commitdiff
|
diff to current
2013-09-06
svillar@igalia.com
[CSS Grid Layout] Resolve named grid lines
blob
|
commitdiff
|
diff to current
2013-09-03
svillar@igalia.com
[CSS Grid Layout] Add parsing for named grid lines
blob
|
commitdiff
|
diff to current
2013-08-28
sergio@webkit.org
[CSS Grid Layout] Handle 'span' positions during layout
blob
|
commitdiff
|
diff to current
2013-08-28
sergio@webkit.org
[CSS Grid Layout] Fix grid position resolution
blob
|
commitdiff
|
diff to current
2013-08-28
sergio@webkit.org
[CSS Grid Layout] infinity should be defined as a negat...
blob
|
commitdiff
|
diff to current
2013-08-24
akling@apple.com
RenderObject::view() should return a reference.
blob
|
commitdiff
|
diff to current
2013-08-14
sergio@webkit.org
[CSS Grid Layout] Align our grid-line handling with...
blob
|
commitdiff
|
diff to current
2013-08-13
abucur@adobe.com
[CSS Regions] Compute correct region ranges for boxes
blob
|
commitdiff
|
diff to current
2013-08-06
sergio@webkit.org
[CSS Grid Layout] Add support for parsing <grid-line...
blob
|
commitdiff
|
diff to current
2013-08-06
sergio@webkit.org
[CSS Grid Layout] Rename grid placement properties
blob
|
commitdiff
|
diff to current
2013-06-19
commit-queue@webki...
Fix a few missed renames from Exclusions -> Shapes
blob
|
commitdiff
|
diff to current
2013-06-09
roger_fong@apple.com
Layout info should never be cleared before delayed...
blob
|
commitdiff
|
diff to current
2013-06-04
roger_fong@apple.com
Unreviewed. Rollout of r151146. Broke some tests.
blob
|
commitdiff
|
diff to current
2013-06-04
roger_fong@apple.com
clearLayoutOverflow should never be called before calli...
blob
|
commitdiff
|
diff to current
2013-04-05
betravis@adobe.com
[css exclusions] Dynamically removing shape-inside...
blob
|
commitdiff
|
diff to current
2013-03-29
ojan@chromium.org
Source/WebCore: Flexitems no longer default min-width...
blob
|
commitdiff
|
diff to current
2013-03-28
jchaffraix@webkit.org
[CSS Grid Layout] Before / start paddings and borders...
blob
|
commitdiff
|
diff to current
2013-03-23
jchaffraix@webkit.org
[CSS Grid Layout] content-sized row tracks with percent...
blob
|
commitdiff
|
diff to current
next