Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1930748 [wpt PR 49127] - Update DataTransfer.Files upon change to…
… it's items list, a=testonly Automatic update from web-platform-tests Update DataTransfer.Files upon change to it's items list Refactored "blink::DataTransfer" class to update "files_" member when it's DataObject's item list is changed, instead of doing the same in the files getter. This change ensures that files is updated immediately when the DataTransfer's item list changes. This fixes the issue where if a reference to DataTransfer.files is stored in a separate JS variable, then any file items added to that DataTransfer object are not reflected in the stored JS variable, until the DataTransfer object's files getter is invoked. The issue is not present in Safari and Firefox. Bug: 342067834 Change-Id: Id59ca73ae0e8b744b247f1eabba9f70565245433 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5973363 Reviewed-by: Christine Hollingsworth <christinesmchromium.org> Commit-Queue: Rohan Raja <rorajamicrosoft.com> Reviewed-by: Ayu Ishii <ayuichromium.org> Cr-Commit-Position: refs/heads/main{#1382128} -- wpt-commits: 60949643a99c4cfa5a6c2b43db9a6c418b9604a9 wpt-pr: 49127 UltraBlame original commit: be356964cef9c0ce1daf32ecb070ce97e2a74808
- Loading branch information