WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 76744
[windows] Convert usages of GetDC to HWndDC Part 1.
https://bugs.webkit.org/show_bug.cgi?id=76744
Summary
[windows] Convert usages of GetDC to HWndDC Part 1.
David Levin
Reported
2012-01-20 15:00:01 PST
These are the files where all conversions are straightforward and simple.
Attachments
Patch
(19.24 KB, patch)
2012-01-20 15:02 PST
,
David Levin
no flags
Details
Formatted Diff
Diff
Patch
(19.33 KB, patch)
2012-01-20 15:24 PST
,
David Levin
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
David Levin
Comment 1
2012-01-20 15:02:27 PST
Created
attachment 123385
[details]
Patch
David Levin
Comment 2
2012-01-20 15:24:37 PST
Created
attachment 123394
[details]
Patch
Dmitry Lomov
Comment 3
2012-01-20 16:08:36 PST
Comment on
attachment 123394
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=123394&action=review
Nice!
> Source/WebCore/platform/win/CursorWin.cpp:54 > HDC workingDC = CreateCompatibleDC(dc);
This will be replaced with OwnDC at some point right?
David Levin
Comment 4
2012-01-20 16:18:04 PST
(In reply to
comment #3
)
> This will be replaced with OwnDC at some point right?
Ideally there would be a pass to do that. I'm not going to do that for now. (Spent too much time on this now.) I thought about filling a bug but I'm not sure it would do any good. However, there is a style check now which will encourage the right behavior!
Adam Roben (:aroben)
Comment 5
2012-01-23 08:26:00 PST
Comment on
attachment 123394
[details]
Patch Thanks for splitting this up!
WebKit Review Bot
Comment 6
2012-01-23 17:07:58 PST
Comment on
attachment 123394
[details]
Patch Clearing flags on attachment: 123394 Committed
r105661
: <
http://trac.webkit.org/changeset/105661
>
WebKit Review Bot
Comment 7
2012-01-23 17:08:02 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