WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
102612
[chromium] add WebCursorInfo::imageScaleFactor
https://bugs.webkit.org/show_bug.cgi?id=102612
Summary
[chromium] add WebCursorInfo::imageScaleFactor
Rick Byers
Reported
2012-11-18 08:24:52 PST
Splitting the chromium API change out from
bug 99493
in order to decouple the webkit and chromium sides of this work.
Attachments
Patch
(2.08 KB, patch)
2012-11-18 08:27 PST
,
Rick Byers
no flags
Details
Formatted Diff
Diff
Patch
(2.30 KB, patch)
2012-11-18 09:22 PST
,
Rick Byers
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Rick Byers
Comment 1
2012-11-18 08:27:42 PST
Created
attachment 174847
[details]
Patch
WebKit Review Bot
Comment 2
2012-11-18 08:28:57 PST
Please wait for approval from
abarth@webkit.org
,
dglazkov@chromium.org
,
fishd@chromium.org
,
jamesr@chromium.org
or
tkent@chromium.org
before submitting, as this patch contains changes to the Chromium public API. See also
https://trac.webkit.org/wiki/ChromiumWebKitAPI
.
Adam Barth
Comment 3
2012-11-18 08:45:14 PST
Comment on
attachment 174847
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=174847&action=review
> Source/WebKit/chromium/src/WebCursorInfo.cpp:44 > + imageScaleFactor = 1;
You should initialize this variable in an initializer list, like you've done in the header.
Rick Byers
Comment 4
2012-11-18 09:22:12 PST
Created
attachment 174849
[details]
Patch
Rick Byers
Comment 5
2012-11-18 09:23:43 PST
(In reply to
comment #3
)
> (From update of
attachment 174847
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=174847&action=review
> > > Source/WebKit/chromium/src/WebCursorInfo.cpp:44 > > + imageScaleFactor = 1; > > You should initialize this variable in an initializer list, like you've done in the header.
Thanks. I moved the initialization of all variables in this ctor to an initializer list in order to be consistent.
Adam Barth
Comment 6
2012-11-18 10:10:00 PST
Comment on
attachment 174849
[details]
Patch great
Build Bot
Comment 7
2012-11-18 10:18:13 PST
Comment on
attachment 174849
[details]
Patch
Attachment 174849
[details]
did not pass mac-ews (mac): Output:
http://queues.webkit.org/results/14893089
New failing tests: inspector-protocol/nmi-webaudio.html
WebKit Review Bot
Comment 8
2012-11-18 10:47:05 PST
Comment on
attachment 174849
[details]
Patch Clearing flags on attachment: 174849 Committed
r135076
: <
http://trac.webkit.org/changeset/135076
>
WebKit Review Bot
Comment 9
2012-11-18 10:47:08 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