Bug 47419

Summary: [chromium] Clipboard no longer accepts 'text' as a synonym for 'text/plain'
Product: WebKit Reporter: Daniel Cheng <dcheng>
Component: PlatformAssignee: 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 Flags
Patch
none
Patch none

Description Daniel Cheng 2010-10-08 09:20:24 PDT
This was a regression introduced in r68807.
Comment 1 Daniel Cheng 2010-10-08 13:21:51 PDT
Created attachment 70279 [details]
Patch
Comment 2 Tony Chang 2010-10-08 13:23:56 PDT
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"?
Comment 3 Daniel Cheng 2010-10-08 15:59:33 PDT
Created attachment 70308 [details]
Patch
Comment 4 WebKit Commit Bot 2010-10-10 12:49:06 PDT
Comment on attachment 70308 [details]
Patch

Clearing flags on attachment: 70308

Committed r69470: <http://trac.webkit.org/changeset/69470>
Comment 5 WebKit Commit Bot 2010-10-10 12:49:11 PDT
All reviewed patches have been landed.  Closing bug.