Bug 60011

Summary: Remove redundant conversion from auto table layout to auto table layout in CSSStyleSelector::applyProperty()
Product: WebKit Reporter: Luke Macpherson <macpherson>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, eric, macpherson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch none

Luke Macpherson
Reported 2011-05-03 00:00:34 PDT
Remove redundant conversion from auto table layout to auto table layout in CSSStyleSelector::applyProperty()
Attachments
Patch (1.66 KB, patch)
2011-05-03 00:01 PDT, Luke Macpherson
no flags
Patch (1.67 KB, patch)
2011-05-03 16:55 PDT, Luke Macpherson
no flags
Luke Macpherson
Comment 1 2011-05-03 00:01:59 PDT
Luke Macpherson
Comment 2 2011-05-03 00:03:18 PDT
Removed code is analogous to if (x==y) x = y;
Darin Adler
Comment 3 2011-05-03 11:02:05 PDT
Comment on attachment 92051 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=92051&action=review > Source/WebCore/ChangeLog:8 > + No new tests. (OOPS!) Can’t land this as is. You need to replace this line with an explanation of why this change doesn’t require new tests.
Luke Macpherson
Comment 4 2011-05-03 16:55:02 PDT
Luke Macpherson
Comment 5 2011-05-03 16:56:39 PDT
Fixed ChangeLog entry.
Eric Seidel (no email)
Comment 6 2011-05-04 01:11:39 PDT
Comment on attachment 92169 [details] Patch This code is obviously very old. :)
WebKit Commit Bot
Comment 7 2011-05-04 04:35:55 PDT
Comment on attachment 92169 [details] Patch Clearing flags on attachment: 92169 Committed r85730: <http://trac.webkit.org/changeset/85730>
WebKit Commit Bot
Comment 8 2011-05-04 04:36:00 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.