Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Issue 850863002: Expose the DataTransferItem interface (Closed)

Created:
5 years, 11 months ago by philipj_slow
Modified:
5 years, 11 months ago
CC:
arv+blink, blink-reviews, Inactive, dcheng
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

Expose the DataTransferItem interface https://html.spec.whatwg.org/#the-datatransferitem-interface Both Firefox Nightly and IE11 expose the DataTransfer interface, but neither DataTransferItem nor DataTransferItemList. We already expose DataTransferItemList. Per spec all three interfaces should be exposed. This will allow feature detection of the methods on DataTransferItem, in particular DataTransferItem.prototype.webkitGetAsEntry, the lack of which has forced at least one library to resort to UA string sniffing: https://github.com/FineUploader/fine-uploader/issues/1346 BUG=448696 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188382

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -1 line) Patch
M LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 chunk +5 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/clipboard/DataTransferItem.idl View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
philipj_slow
Jochen, can you PTAL as this trivial but Web-exposed change?
5 years, 11 months ago (2015-01-14 13:15:58 UTC) #2
jochen (gone - plz use gerrit)
lgtm
5 years, 11 months ago (2015-01-14 13:28:45 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/850863002/1
5 years, 11 months ago (2015-01-14 13:32:33 UTC) #5
commit-bot: I haz the power
5 years, 11 months ago (2015-01-14 13:36:27 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=188382

Powered by Google App Engine
This is Rietveld 408576698