[Webkit-unassigned] [Bug 89034] [Chromium] reading Blob includes non-existent file doesn't throw NotFound error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 19:41:24 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89034


Kinuko Yasuda <kinuko at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[Chromium/Blob]             |[Chromium] reading Blob
                   |                            |includes non-existent file
                   |                            |doesn't throw NotFound
                   |                            |error




--- Comment #1 from Kinuko Yasuda <kinuko at chromium.org>  2012-06-13 19:41:24 PST ---
Steps to repro:
- create a File object (via <input type=file> etc)
- delete a File
- create a Blob including the file
- read the Blob

The bug is introduced by http://src.chromium.org/viewvc/chrome?view=rev&revision=138702
but is also partly due to WebCore's current implementation.

This can be tested with following tests (bug 87356) [you'll need to remove chrome-specific rebaseline results]:

fast/files/read-blob-async.html
fast/files/workers/worker-read-blob-async.html
fast/files/workers/worker-read-blob-sync.html

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list