[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
Mon Aug 31 00:41:28 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28293
Roland Steiner <rolandsteiner at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #38804| |review?
Flag| |
Attachment #38541|0 |1
is obsolete| |
Attachment #38541|review? |
Flag| |
--- Comment #9 from Roland Steiner <rolandsteiner at google.com> 2009-08-31 00:41:27 PDT ---
Created an attachment (id=38804)
--> (https://bugs.webkit.org/attachment.cgi?id=38804)
patch: layout test for getData("text/uri-list")
(cf. comment #7)
You're right - the reason why I put it into http/tests/security/clipboard was
that I adapted the other layout test there and wanted to re-use the same
resource files. However, those same file are present in editing/pasteboard as
well, so I moved the test there as suggested.
In doing this I also had to adapt the test, since for reasons unknown to me the
file URL returned in the new location was suddenly absolute rather than
relative. However, relying on one or the other probably isn't a good idea (and
won't work iwth absolute URLs anyway), so I changed the test to just check for
"file://" at the beginning and the correct file name at the end.
--
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