Closed
Bug 771498
Opened 12 years ago
Closed 12 years ago
FileHandle: getFile() should return a DOMRequest (instead of a FileRequest)
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla16
Tracking | Status | |
---|---|---|
firefox13 | --- | unaffected |
firefox14 | --- | unaffected |
firefox15 | --- | fixed |
firefox16 | --- | fixed |
firefox-esr10 | --- | unaffected |
People
(Reporter: janv, Assigned: janv)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
9.23 KB,
patch
|
sicking
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Comment on attachment 639938 [details] [diff] [review]
fix
Review of attachment 639938 [details] [diff] [review]:
-----------------------------------------------------------------
Looks great!
Attachment #639938 -
Flags: review?(jonas) → review+
Comment on attachment 639938 [details] [diff] [review]
fix
[Approval Request Comment]
Bug caused by (feature/regressing bug #):
This is a bug in a new feature
User impact if declined:
There's a risk that developers will misunderstand how this new API is supposed to be used. This has already happened which is how we found this bug. Such misunderstanding will lead to a slower website and probably in the future we'll be foreced to break this behavior, causing websites to break.
Testing completed (on m-c, etc.):
Patch contains mochitest and should land very soon on m-c.
Risk to taking this patch (and alternatives if risky):
There's very little risk. The patch logic is very simple, and it strictly speaking just removes functionality from websites.
String or UUID changes made by this patch:
Only changes the UUID of APIs which are new for FF15
Attachment #639938 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
Comment 6•12 years ago
|
||
Comment on attachment 639938 [details] [diff] [review]
fix
[Triage Comment]
New APIs in FF15, so no problem with approving this change. Can you make sure to block the original feature bug on this one? Thanks.
Attachment #639938 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Blocks: 726593
Assignee | ||
Comment 7•12 years ago
|
||
status-firefox-esr10:
--- → unaffected
status-firefox13:
--- → unaffected
status-firefox14:
--- → unaffected
status-firefox15:
--- → fixed
status-firefox16:
--- → fixed
Updated•12 years ago
|
Whiteboard: [qa-]
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•