Summary: | [chromium] Clipboard no longer accepts 'text' as a synonym for 'text/plain' | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Daniel Cheng <dcheng> | ||||||
Component: | Platform | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | commit-queue | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | PC | ||||||||
OS: | OS X 10.5 | ||||||||
Attachments: |
|
Description
Daniel Cheng
2010-10-08 09:20:24 PDT
Created attachment 70279 [details]
Patch
Comment on attachment 70279 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=70279&action=review > LayoutTests/editing/pasteboard/script-tests/dataTransfer-setData-getData.js:123 > + debug("--- Test set 'text/plain', get 'text':"); > + test("text/plain", "Lorem ipsum dolor sit amet.", > + "text", "Lorem ipsum dolor sit amet."); Can you add some test cases that set "text" and read "text" or "text/plain"? Created attachment 70308 [details]
Patch
Comment on attachment 70308 [details] Patch Clearing flags on attachment: 70308 Committed r69470: <http://trac.webkit.org/changeset/69470> All reviewed patches have been landed. Closing bug. |