WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
127949
Subpixel rendering: Change BorderData's width from unsigned to float to enable subpixel border painting.
https://bugs.webkit.org/show_bug.cgi?id=127949
Summary
Subpixel rendering: Change BorderData's width from unsigned to float to enabl...
zalan
Reported
2014-01-30 14:07:50 PST
SSIA
Attachments
Patch
(17.58 KB, patch)
2014-01-30 14:12 PST
,
zalan
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2014-01-30 14:12:02 PST
Created
attachment 222732
[details]
Patch
Andreas Kling
Comment 2
2014-01-30 14:54:13 PST
Comment on
attachment 222732
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=222732&action=review
r=me
> Source/WebCore/rendering/style/BorderValue.h:89 > - unsigned m_isAuto : 1; // OutlineIsAuto > + unsigned m_isAuto : 27; // OutlineIsAuto
You can leave this alone.
zalan
Comment 3
2014-01-30 19:47:34 PST
Committed
r163152
: <
http://trac.webkit.org/changeset/163152
>
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