WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
95800
Remove WTF_DEPRECATED_STRING_OPERATORS from StylePropertySet.cpp
https://bugs.webkit.org/show_bug.cgi?id=95800
Summary
Remove WTF_DEPRECATED_STRING_OPERATORS from StylePropertySet.cpp
Adam Barth
Reported
2012-09-04 17:28:20 PDT
Remove WTF_DEPRECATED_STRING_OPERATORS from StylePropertySet.cpp
Attachments
Patch
(5.06 KB, patch)
2012-09-04 17:29 PDT
,
Adam Barth
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Adam Barth
Comment 1
2012-09-04 17:29:15 PDT
Created
attachment 162138
[details]
Patch
Benjamin Poulain
Comment 2
2012-09-04 18:17:14 PDT
Comment on
attachment 162138
[details]
Patch The patch looks good. I remember we had issues before with StylePropertySet::getLayeredShorthandValue(). Would it be possible some code is actually expecting an empty value?
Adam Barth
Comment 3
2012-09-04 22:28:13 PDT
Comment on
attachment 162138
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=162138&action=review
> Source/WebCore/css/StylePropertySet.cpp:428 > + if (result.isEmpty()) > + return String();
As far I as can tell, the problem was fixed by adding these two lines.
Benjamin Poulain
Comment 4
2012-09-04 22:30:04 PDT
I'll land manually if you don't mind, that will make my life easier on the Mac port.
Benjamin Poulain
Comment 5
2012-09-04 22:33:25 PDT
Comment on
attachment 162138
[details]
Patch Clearing flags on attachment: 162138 Committed
r127555
: <
http://trac.webkit.org/changeset/127555
>
Benjamin Poulain
Comment 6
2012-09-04 22:33:28 PDT
All reviewed patches have been landed. Closing 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