Closed
Bug 803825
Opened 13 years ago
Closed 13 years ago
Paris bindings for FileHandle
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
6.83 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
14.83 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #673553 -
Flags: review?(bent.mozilla)
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #673554 -
Flags: review?(bent.mozilla)
Assignee | ||
Updated•13 years ago
|
Blocks: ParisBindings
Assignee | ||
Comment 2•13 years ago
|
||
Ben, ping.
Assignee | ||
Comment 3•13 years ago
|
||
Ben, ping.
Assignee | ||
Comment 4•13 years ago
|
||
Ben, ping.
Sorry, I won't have time to look at this until at least the 27th. If you need review sooner you could try khuey.
Assignee | ||
Updated•13 years ago
|
Attachment #673553 -
Flags: review?(bent.mozilla) → review?(khuey)
Assignee | ||
Updated•13 years ago
|
Attachment #673554 -
Flags: review?(bent.mozilla) → review?(khuey)
Attachment #673553 -
Flags: review?(khuey) → review+
Comment on attachment 673554 [details] [diff] [review]
Part b: Paris bindings
Review of attachment 673554 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/webidl/FileHandle.webidl
@@ +6,5 @@
> +interface LockedFile;
> +
> +enum FileMode { "readonly", "readwrite" };
> +
> +interface FileHandle {
This should inherit from EventTarget.
Attachment #673554 -
Flags: review?(khuey) → review-
Assignee | ||
Comment 7•13 years ago
|
||
Attachment #673554 -
Attachment is obsolete: true
Attachment #680383 -
Flags: review?(khuey)
Comment on attachment 680383 [details] [diff] [review]
Part b: Paris bindings (v2)
Review of attachment 680383 [details] [diff] [review]:
-----------------------------------------------------------------
Please file a followup on deCOMtaminating nsIDOMFileHandle.
Attachment #680383 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 9•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/2a09d5a49ae7
https://hg.mozilla.org/mozilla-central/rev/138665d04a92
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
![]() |
||
Comment 10•13 years ago
|
||
Is this used from C++ via the XPCOM APIs? If not, can we file a followup to drop those?
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
•