Open
Bug 1118504
Opened 10 years ago
Updated 2 years ago
Add test for storing <input type="file"> blobs in indexedDB
Categories
(Core :: Storage: IndexedDB, task, P3)
Core
Storage: IndexedDB
Tracking
()
NEW
People
(Reporter: bent.mozilla, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
5.52 KB,
patch
|
Details | Diff | Splinter Review |
Bug 1076975 needed a test. Carrying over r+ from khuey.
Attachment #8544858 -
Flags: review+
Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/469dbf49630e - at the very least, you need whatever the actual condition is for "fails-if e10s", dunno if there will wind up being more failures (and you separately broke hell out of Windows debug, so we probably aren't going to know whether or not it passes there).
Comment 3•10 years ago
|
||
Also, dunno how frequent it will be, but https://treeherder.mozilla.org/logviewer.html#?job_id=5140596&repo=mozilla-inbound is it hanging on b2g debug emulator.
Comment 4•10 years ago
|
||
And https://treeherder.mozilla.org/logviewer.html#?job_id=5142604&repo=mozilla-inbound is it failing on b2g opt emulator.
Comment 5•10 years ago
|
||
And https://treeherder.mozilla.org/logviewer.html#?job_id=5144741&repo=mozilla-inbound is it failing on 10.6 debug
Reporter | ||
Comment 6•10 years ago
|
||
Reporter | ||
Comment 7•10 years ago
|
||
(In reply to Phil Ringnalda (:philor) from comment #2)
> Backed out
Yeah, there was a small race in the test.
Comment 8•10 years ago
|
||
Comment 9•10 years ago
|
||
Reporter | ||
Comment 10•10 years ago
|
||
I can't actually land this until we figure out what to do in bug 1068838.
Also, since bug 1076975 landed with a test already there's no reason this needs to be related any more.
Reporter | ||
Comment 11•10 years ago
|
||
This version uses the temp dir to work around the fact that child processes can't currently access the profile directory. It still doesn't work though because the file picker in the child process hands out a file-backed blob.
Assignee: nobody → bent.mozilla
Attachment #8544858 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Updated•6 years ago
|
Priority: -- → P5
Comment 12•5 years ago
|
||
:sgiesecke, is this still something we would want to test?
Flags: needinfo?(sgiesecke)
Updated•5 years ago
|
Assignee: bent.mozilla → nobody
Status: ASSIGNED → NEW
Updated•5 years ago
|
Priority: P5 → P3
Updated•5 years ago
|
Type: defect → task
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•