Open Bug 1309968 Opened 8 years ago Updated 2 years ago

Improve performance of drag and dropping a large number of files on linux

Categories

(Core :: DOM: Core & HTML, defect, P3)

defect

Tracking

()

People

(Reporter: nika, Unassigned)

Details

We currently ask the OS for clipboard information ~2x per file we upload, and get the fill list of files, split it, and select the file we want, ~1x per file we upload. Ideally we should make the request for all of the files once, and then simply handle the splitting and caching on our end.

See bug 1303999 comment 19
Priority: -- → P3
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.