[Webkit-unassigned] [Bug 28293] [Chromium] event.datatransfer.getdata("text/uri-list") treated the same as getdata("URL")

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 03:11:11 PST 2010


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


Roland Steiner <rolandsteiner at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #38603|0                           |1
        is obsolete|                            |
  Attachment #38804|0                           |1
        is obsolete|                            |
  Attachment #48010|                            |review?
               Flag|                            |




--- Comment #14 from Roland Steiner <rolandsteiner at chromium.org>  2010-02-03 03:11:09 PST ---
Created an attachment (id=48010)
 --> (https://bugs.webkit.org/attachment.cgi?id=48010)
patch - correct handling of "URL" vs. "text/uri-list" for Chromium, incl. new
layout test

New-and-improved version of the patch, including an all-new layout test.

This now also should handle comments in the URI list correctly.

The patch also tries to correctly handle clearData() in that file data is not
deleted on a call to clearData() without arguments, as specified in the HTML5
spec.

Also added is a new layout test to verify the handling of getData & setData for
"URL" vs. "text/uri-list". The test is skipped on all other platforms, since
this functionality is not fully implemented there either. (The previous layout
test is contained in the patch for the new issue 34512).

Nevertheless, I would also consider this Chromium patch just an interim patch,
since it still doesn't support the HTML5 spec fully. Esp. it doesn't yet handle
arbitrary MIME types in getData and setData.

-- 
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