[Webkit-unassigned] [Bug 36482] Regression(r55766): [Chromium] chromiumDataObject.hasData() reports true for an empty clipboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 01:38:44 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36482





--- Comment #9 from Tony Chang (Google) <tony at chromium.org>  2010-03-24 01:38:43 PST ---
(In reply to comment #8)
> The friend clause was actually by design, so that ClipboardChromium (and only
> ClipboardChromium) can populate a ChromiumDataObject without too much fuss.

It looks like everything is public other than url and uriList.  I think you can
remove the friend declaration.

> But
> you're right, the last 2 places (declareAndWriteDragImage, writeURL) are
> incorrect. That's actually a bug from an earlier patch, but I can just as well
> fix it here.

There's also assignment to url in setData (two places).  I think we want to use
setURL there too.

Now that drag and drop is going through this code, can we write a layout test
for it?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list