Bug 120045

Summary: [CSS Grid Layout] Add support for named grid areas
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Layout and RenderingAssignee: Sergio Villar Senin <svillar>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, bdakin, buildbot, commit-queue, darin, dino, eflews.bot, esprehn+autocc, glenn, gtk-ews, gyuyoung.kim, hyatt, kling, koivisto, kondapallykalyan, macpherson, menard, mihnea, rego+ews, rniwa, simon.fraser, svillar, syoichi, thorton, xan.lopez
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 103313    
Bug Blocks: 60731    
Attachments:
Description Flags
Patch
none
Patch
none
Patch kling: review+

Ryosuke Niwa
Reported 2013-08-19 17:52:22 PDT
Consider merging https://chromium.googlesource.com/chromium/blink/+/9b90c91c3b6f61947ecacf1ffd33aea89e834b8c This is the final change in adding support for named grid areas: extending the resolution code to handle named grid areas. The patch is trivial as it builds on a lot of the existing grid handling code.
Attachments
Patch (63.05 KB, patch)
2013-10-24 04:18 PDT, Sergio Villar Senin
no flags
Patch (62.97 KB, patch)
2013-10-29 00:46 PDT, Sergio Villar Senin
no flags
Patch (62.98 KB, patch)
2013-10-29 02:04 PDT, Sergio Villar Senin
kling: review+
Sergio Villar Senin
Comment 1 2013-10-08 01:15:44 PDT
(In reply to comment #0) > Consider merging https://chromium.googlesource.com/chromium/blink/+/9b90c91c3b6f61947ecacf1ffd33aea89e834b8c > > This is the final change in adding support for named grid areas: > extending the resolution code to handle named grid areas. > > The patch is trivial as it builds on a lot of the > existing grid handling code. The patch is indeed pretty simple but it requires the named grid area support which is not there yet
Sergio Villar Senin
Comment 2 2013-10-08 01:17:23 PDT
We should merge first https://chromiumcodereview.appspot.com/22215002 Allow grid positions to be named grid areas This change extends our handling of grid position to allow for named grid areas. This required to split the shorthands parsing between grid-{row|column} and grid-area as the rules for expanding are slightly different. The patch reuses a lot of the existing logic to marshall the values into RenderStyle. One big difference after this change is that: grid-row: foobar / none; used to be rejected at parsing but is now allowed.
Sergio Villar Senin
Comment 4 2013-10-24 04:18:39 PDT
Sergio Villar Senin
Comment 5 2013-10-29 00:46:54 PDT
EFL EWS Bot
Comment 6 2013-10-29 01:01:04 PDT
EFL EWS Bot
Comment 7 2013-10-29 01:11:16 PDT
Build Bot
Comment 8 2013-10-29 01:20:18 PDT
Build Bot
Comment 9 2013-10-29 01:30:39 PDT
Build Bot
Comment 10 2013-10-29 01:35:16 PDT
kov's GTK+ EWS bot
Comment 11 2013-10-29 01:41:37 PDT
Sergio Villar Senin
Comment 12 2013-10-29 02:04:27 PDT
Created attachment 215372 [details] Patch Rebased against latest changes
Sergio Villar Senin
Comment 13 2013-11-06 07:52:20 PST
Sergio Villar Senin
Comment 14 2013-11-06 08:58:35 PST
*** Bug 120044 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.