WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
120045
[CSS Grid Layout] Add support for named grid areas
https://bugs.webkit.org/show_bug.cgi?id=120045
Summary
[CSS Grid Layout] Add support for named grid areas
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
Details
Formatted Diff
Diff
Patch
(62.97 KB, patch)
2013-10-29 00:46 PDT
,
Sergio Villar Senin
no flags
Details
Formatted Diff
Diff
Patch
(62.98 KB, patch)
2013-10-29 02:04 PDT
,
Sergio Villar Senin
kling
: review+
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
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.
Dean Jackson
Comment 3
2013-10-08 15:42:40 PDT
(In reply to
comment #2
)
> We should merge first
https://chromiumcodereview.appspot.com/22215002
Which is:
https://chromium.googlesource.com/chromium/blink/+/10399972ce9e322f07c523acc171df2338b9eb0c
Sergio Villar Senin
Comment 4
2013-10-24 04:18:39 PDT
Created
attachment 215052
[details]
Patch
Sergio Villar Senin
Comment 5
2013-10-29 00:46:54 PDT
Created
attachment 215369
[details]
Patch
EFL EWS Bot
Comment 6
2013-10-29 01:01:04 PDT
Comment on
attachment 215369
[details]
Patch
Attachment 215369
[details]
did not pass efl-ews (efl): Output:
http://webkit-queues.appspot.com/results/17118013
EFL EWS Bot
Comment 7
2013-10-29 01:11:16 PDT
Comment on
attachment 215369
[details]
Patch
Attachment 215369
[details]
did not pass efl-wk2-ews (efl-wk2): Output:
http://webkit-queues.appspot.com/results/17138014
Build Bot
Comment 8
2013-10-29 01:20:18 PDT
Comment on
attachment 215369
[details]
Patch
Attachment 215369
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.appspot.com/results/17098012
Build Bot
Comment 9
2013-10-29 01:30:39 PDT
Comment on
attachment 215369
[details]
Patch
Attachment 215369
[details]
did not pass win-ews (win): Output:
http://webkit-queues.appspot.com/results/17118017
Build Bot
Comment 10
2013-10-29 01:35:16 PDT
Comment on
attachment 215369
[details]
Patch
Attachment 215369
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.appspot.com/results/17118016
kov's GTK+ EWS bot
Comment 11
2013-10-29 01:41:37 PDT
Comment on
attachment 215369
[details]
Patch
Attachment 215369
[details]
did not pass gtk-ews (gtk): Output:
http://webkit-queues.appspot.com/results/17038021
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
Committed
r158744
: <
http://trac.webkit.org/changeset/158744
>
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.
Top of Page
Format For Printing
XML
Clone This Bug