summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/LayoutGrid.h
Commit message (Expand)AuthorAgeFilesLines
* [css-grid] Fix height computation for items with intrinsic aspect ratiossvillar2016-03-211-4/+0
* [css-grid] Handling content alignment offset in spanning item's end linejfernandez2016-03-091-2/+2
* [css-grid] Rename GridCoordinate to GridArearego2016-02-011-5/+5
* [css-grid] Rename GridResolvedPosition to GridPositionsResolverrego2016-01-291-1/+1
* [css-grid] Initial support for implicit grid before explicit gridrego2016-01-051-0/+3
* [css-grid] Store lines instead of tracks in GridResolvedPositionrego2015-11-181-1/+1
* [css-grid] Fix alignment with grid gutters and negative free spacesvillar2015-11-171-1/+2
* [css-grid] Fix track sizing algo w/ size restrictions and intrinsic sizessvillar2015-11-101-4/+12
* [css-grid] New method cachedGridSpan()rego2015-11-091-2/+3
* [css-grid] Remove unneeded calls to compute(Content)LogicalWidth(Height)svillar2015-10-091-3/+2
* [css-grid] Include freeSpace in GridSizingData structsvillar2015-10-081-4/+4
* [css-grid] Implement grid gutterssvillar2015-10-071-0/+2
* Let LayoutObjects be const to painterswangxianzhu2015-10-011-4/+4
* [CSS Grid Layout] Implement auto-margins alignment of grid itemsjfernandez2015-10-011-0/+4
* [CSS Grid Layout] Flex tracks sizing alg must handle 0fr valuesjfernandez2015-09-291-1/+3
* [css-grid] Small refactoring in LayoutGrid::layoutPositionedObjects()rego2015-09-281-1/+1
* [CSS Grid Layout] Do not stretch always grid items with auto widthjfernandez@igalia.com2015-07-311-2/+2
* [css-grid] Grid containers reporting wrong preferred widthssvillar@igalia.com2015-07-301-1/+0
* [CSS Grid Layout] Set static position of absolutely-positioned grid childrenrego@igalia.com2015-07-301-0/+1
* Fix virtual/override/final usage in Source/core/layout/.tkent@chromium.org2015-07-131-11/+11
* [CSSGridLayout] Use automatic minimums for 'auto' trackssvillar@igalia.com2015-07-101-0/+2
* [CSS Grid Layout] Removing Content Alignment logic from track sizing algjfernandez@igalia.com2015-07-081-5/+8
* [CSS Grid Layout] Support marking tracks as infinitely growablesvillar@igalia.com2015-06-291-2/+0
* [CSS Grid Layout] Refactoring of grid's alignment logicjfernandez@igalia.com2015-06-121-8/+3
* [CSS Grid Layout] Replace the usage of pointers to functionssvillar@igalia.com2015-06-111-5/+11
* C++11: Replace 0 with nullptr where applicable in layout code.wkorman@chromium.org2015-06-081-1/+1
* Strengthen the LayoutGrid dirtiness asserts.esprehn@chromium.org2015-06-031-11/+32
* Move the anonymous decoration to decoratedName.dsinclair@chromium.org2015-04-251-1/+1
* [CSS Grid Layout] Content Distirbution support for grid.jfernandez@igalia.com2015-04-201-3/+3
* Move core/layout/style to core/styledstockwell@chromium.org2015-04-011-1/+1
* Rename LayoutStyle to ComputedStyledstockwell@chromium.org2015-03-311-3/+3
* [CSS Grid Layout] Update track sizes after distributing extra spacesvillar@igalia.com2015-03-171-2/+3
* [CSS Grid Layout] Remove unused argument in LayoutGrid::resolveContentBasedTr...rego@igalia.com2015-03-131-1/+1
* Rename renderName() to name().dsinclair@chromium.org2015-03-031-1/+1
* [CSS Grid Layout] Remove unused code in LayoutGridrego@igalia.com2015-02-261-2/+1
* Rename rendering/RenderBlock* to layout/LayoutBlock*.dsinclair@chromium.org2015-02-261-3/+3
* Move rendering/RenderGrid to layout/LayoutGriddsinclair@chromium.org2015-02-241-0/+180