WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
74162
Implement CSS resize property in CSSStyleApplyProperty.
https://bugs.webkit.org/show_bug.cgi?id=74162
Summary
Implement CSS resize property in CSSStyleApplyProperty.
Luke Macpherson
Reported
2011-12-08 21:01:35 PST
Implement CSS resize property in CSSStyleApplyProperty.
Attachments
Patch
(4.67 KB, patch)
2011-12-08 21:23 PST
,
Luke Macpherson
no flags
Details
Formatted Diff
Diff
Patch for landing
(4.67 KB, patch)
2011-12-11 15:07 PST
,
Luke Macpherson
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Luke Macpherson
Comment 1
2011-12-08 21:23:33 PST
Created
attachment 118528
[details]
Patch
Julien Chaffraix
Comment 2
2011-12-09 13:53:54 PST
Comment on
attachment 118528
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=118528&action=review
> Source/WebCore/css/CSSStyleApplyProperty.cpp:1160 > + if (!primitiveValue->getIdent()) > + return; > + > + EResize r = RESIZE_NONE; > + switch (primitiveValue->getIdent()) { > + case 0: > + return;
This was not in the original code. It also looks like it is doing exactly the check above so it should be removed.
Luke Macpherson
Comment 3
2011-12-11 14:35:37 PST
Comment on
attachment 118528
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=118528&action=review
>> Source/WebCore/css/CSSStyleApplyProperty.cpp:1160 >> + return; > > This was not in the original code. It also looks like it is doing exactly the check above so it should be removed.
Indeed. I moved it into the switch to avoid the overhead of calling the getter (which actually does some work) multiple times, but evidently forgot to remove the existing check. Thanks for spotting this.
Luke Macpherson
Comment 4
2011-12-11 15:07:47 PST
Created
attachment 118714
[details]
Patch for landing
WebKit Review Bot
Comment 5
2011-12-11 16:24:46 PST
Comment on
attachment 118714
[details]
Patch for landing Clearing flags on attachment: 118714 Committed
r102544
: <
http://trac.webkit.org/changeset/102544
>
WebKit Review Bot
Comment 6
2011-12-11 16:24:50 PST
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