Bug 176772 - DataTransfer.items should contain text/html and text/uri-list
Summary: DataTransfer.items should contain text/html and text/uri-list
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on: 176770 176884 176890 176986
Blocks: 170449
  Show dependency treegraph
 
Reported: 2017-09-12 02:05 PDT by Ryosuke Niwa
Modified: 2017-09-23 01:11 PDT (History)
8 users (show)

See Also:


Attachments
Adds the support (21.76 KB, patch)
2017-09-20 21:02 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews124 for ios-simulator-wk2 (3.46 MB, application/zip)
2017-09-20 22:42 PDT, Build Bot
no flags Details
Fixed the test on iOS (18.87 KB, patch)
2017-09-21 00:04 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2017-09-12 02:05:59 PDT
Make dataTrasnfer.items work with text/html.
Comment 1 Radar WebKit Bug Importer 2017-09-12 02:06:33 PDT
<rdar://problem/34386899>
Comment 2 Ryosuke Niwa 2017-09-20 21:02:52 PDT
Created attachment 321407 [details]
Adds the support
Comment 3 Ryosuke Niwa 2017-09-20 21:03:45 PDT
We're doing the work to sanitize HTML & URL content separately so let's just add the support for text/html and text/uri-list now.
Comment 4 Build Bot 2017-09-20 22:42:48 PDT
Comment on attachment 321407 [details]
Adds the support

Attachment 321407 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/4611846

New failing tests:
editing/pasteboard/datatransfer-items-paste-plaintext.html
Comment 5 Build Bot 2017-09-20 22:42:49 PDT
Created attachment 321410 [details]
Archive of layout-test-results from ews124 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews124  Port: ios-simulator-wk2  Platform: Mac OS X 10.12.5
Comment 6 Ryosuke Niwa 2017-09-21 00:04:13 PDT
Created attachment 321414 [details]
Fixed the test on iOS
Comment 7 Ryosuke Niwa 2017-09-21 16:10:34 PDT
Comment on attachment 321414 [details]
Fixed the test on iOS

Clearing flags on attachment: 321414

Committed r222363: <http://trac.webkit.org/changeset/222363>
Comment 8 Ryosuke Niwa 2017-09-21 16:10:36 PDT
All reviewed patches have been landed.  Closing bug.