Bug 76218

Summary: [chromium] event.dataTransfer.types should not return "Text" or "URL"
Product: WebKit Reporter: Daniel Cheng <dcheng>
Component: PlatformAssignee: Daniel Cheng <dcheng>
Status: RESOLVED FIXED    
Severity: Normal CC: tony, yael
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 76925    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch none

Description Daniel Cheng 2012-01-12 15:02:37 PST
In crbug.com/76622, we fixed it so we wouldn't return "Text" or "URL" in the types attribute in pastes. We still return in real code though because the ChromiumDataObject implementation was never updated.
Comment 1 Daniel Cheng 2012-01-24 15:02:41 PST
Created attachment 123819 [details]
Patch
Comment 2 Tony Chang 2012-01-24 15:13:45 PST
Comment on attachment 123819 [details]
Patch

Would be nice to get an ews run.  Also, you may need to add the new test to all the relevant Skipped files.  Yael, do you know why all the dropzone tests are disabled on the qt bots?
Comment 3 Daniel Cheng 2012-01-24 15:21:00 PST
Created attachment 123824 [details]
Patch
Comment 4 Daniel Cheng 2012-01-24 15:48:31 PST
Comment on attachment 123824 [details]
Patch

Clearing flags on attachment: 123824

Committed r105826: <http://trac.webkit.org/changeset/105826>
Comment 5 Daniel Cheng 2012-01-24 15:48:35 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Yael 2012-01-24 17:18:53 PST
(In reply to comment #2)
> (From update of attachment 123819 [details])
> Would be nice to get an ews run.  Also, you may need to add the new test to all the relevant Skipped files.  Yael, do you know why all the dropzone tests are disabled on the qt bots?
Qt does not have test infrastructure for drag&drop.