WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
94859
[chromium] Prevent scrollbar thumb size from changing during compositor zoom
https://bugs.webkit.org/show_bug.cgi?id=94859
Summary
[chromium] Prevent scrollbar thumb size from changing during compositor zoom
Adrienne Walker
Reported
2012-08-23 14:43:49 PDT
[chromium] Prevent scrollbar thumb size from changing during compositor zoom
Attachments
Patch
(27.67 KB, patch)
2012-08-24 16:02 PDT
,
Adrienne Walker
no flags
Details
Formatted Diff
Diff
Patch for landing
(27.34 KB, patch)
2012-08-27 12:37 PDT
,
Adrienne Walker
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Adrienne Walker
Comment 1
2012-08-24 16:02:37 PDT
Created
attachment 160517
[details]
Patch
James Robinson
Comment 2
2012-08-24 18:51:54 PDT
Comment on
attachment 160517
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=160517&action=review
R=me. seems like the most reasonable solution to a not very reasonable problem
> Source/WebKit/chromium/ChangeLog:12 > +2012-08-23 Adrienne Walker <
enne@google.com
>
you've got a double changelog somehow
> Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.cpp:80 > + return (pos < 1 && pos > 0) ? 1 : pos;
would you mind being a little about how you want the type conversion to happen on the return here? i.e. floorf() before the cast if floor is what we want?
> Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryFixedThumb.h:52 > + CCScrollbarGeometryFixedThumb(PassOwnPtr<WebKit::WebScrollbarThemeGeometry>);
guess what!
> Source/WebCore/platform/graphics/chromium/cc/CCScrollbarGeometryStub.h:64 > + CCScrollbarGeometryStub(PassOwnPtr<WebKit::WebScrollbarThemeGeometry>);
and again
Adrienne Walker
Comment 3
2012-08-27 12:37:50 PDT
Created
attachment 160778
[details]
Patch for landing
WebKit Review Bot
Comment 4
2012-08-27 13:48:35 PDT
Comment on
attachment 160778
[details]
Patch for landing Clearing flags on attachment: 160778 Committed
r126791
: <
http://trac.webkit.org/changeset/126791
>
WebKit Review Bot
Comment 5
2012-08-27 13:48:38 PDT
All reviewed patches have been landed. Closing bug.
Adrienne Walker
Comment 6
2012-08-27 14:20:19 PDT
Committed
r126794
: <
http://trac.webkit.org/changeset/126794
>
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