Bug 110421 - [WinCE] Link error - missing method createDragImageFromImage()
Summary: [WinCE] Link error - missing method createDragImageFromImage()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-20 17:49 PST by Mark Salisbury
Modified: 2013-05-10 11:51 PDT (History)
3 users (show)

See Also:


Attachments
Proposed fix (1.74 KB, patch)
2013-02-20 18:04 PST, Mark Salisbury
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Salisbury 2013-02-20 17:49:43 PST
I see a link error compiling for WinCE.  ClipboardWin.cpp expects to be able to call createDragImageFromImage() but it is not implemented for WinCE (today WinCE does not use Cairo or Core Graphics).
Comment 1 Mark Salisbury 2013-02-20 18:04:16 PST
Created attachment 189435 [details]
Proposed fix
Comment 2 Mark Salisbury 2013-02-26 09:31:03 PST
Thoughts?
Comment 3 Patrick R. Gansterer 2013-04-06 02:30:09 PDT
Committed r147835: <http://trac.webkit.org/changeset/147835>
Comment 4 Glenn Adams 2013-04-14 17:03:52 PDT
(In reply to comment #3)
> Committed r147835: <http://trac.webkit.org/changeset/147835>

I notice that this patch was committed without any review. Or if there was a review, it isn't marked anywhere. That's a NO NO!
Comment 5 Glenn Adams 2013-04-14 17:05:53 PDT
(In reply to comment #4)
> (In reply to comment #3)
> > Committed r147835: <http://trac.webkit.org/changeset/147835>
> 
> I notice that this patch was committed without any review. Or if there was a review, it isn't marked anywhere. That's a NO NO!

That is, either there should be a "Reviewed by" line or an "Unreviewed" line in the ChangeLog.
Comment 6 Mark Salisbury 2013-04-15 08:24:46 PDT
Glenn - thank you for providing feedback.

I'll be sure to create patches that have "Unreviewed", "Reviewed by NOBODY (OOPS!)", or "Reviewed by <intended reviewer>" in the ChangeLog.
Comment 7 Rob Buis 2013-05-10 11:51:22 PDT
Comment on attachment 189435 [details]
Proposed fix

Get out of review queue, patch has landed by now.