WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
157622
[css-grid] Show auto-repeat line names in ComputedStyle
https://bugs.webkit.org/show_bug.cgi?id=157622
Summary
[css-grid] Show auto-repeat line names in ComputedStyle
Sergio Villar Senin
Reported
2016-05-12 03:49:21 PDT
[css-grid] Show auto-repeat line names in ComputedStyle
Attachments
Patch
(14.68 KB, patch)
2016-05-12 04:04 PDT
,
Sergio Villar Senin
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sergio Villar Senin
Comment 1
2016-05-12 04:04:28 PDT
Created
attachment 278727
[details]
Patch
Manuel Rego Casasnovas
Comment 2
2016-05-12 05:59:15 PDT
Comment on
attachment 278727
[details]
Patch LGTM.
Darin Adler
Comment 3
2016-05-12 08:51:56 PDT
Comment on
attachment 278727
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=278727&action=review
> Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1109 > RefPtr<CSSGridLineNamesValue> lineNames = CSSGridLineNamesValue::create();
This local variable should be auto, not RefPtr, and I think it would then be a Ref.
> Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1112 > + list.append(lineNames.releaseNonNull());
Then this would be WTFMove, not releaseNonNull.
Sergio Villar Senin
Comment 4
2016-05-13 00:41:07 PDT
Committed
r200821
: <
http://trac.webkit.org/changeset/200821
>
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