Closed
Bug 780048
Opened 14 years ago
Closed 14 years ago
Some input stream types cannot be transferred via IPC
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
Details
Attachments
(1 file)
|
8.89 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
My IPC blob tests reveal two kinds of blob input streams that are currently triggering main thread copies. Patch attached fixes both.
Attachment #648579 -
Flags: review?(khuey)
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → bent.mozilla
Status: NEW → ASSIGNED
Comment on attachment 648579 [details] [diff] [review]
Patch, v1
Review of attachment 648579 [details] [diff] [review]:
-----------------------------------------------------------------
I may be wrong, but there's no need to implement nsIClassInfo on DataOwnerAdapter, right? Just hand out the pointer you have for it.
Attachment #648579 -
Flags: review?(khuey) → review-
Comment on attachment 648579 [details] [diff] [review]
Patch, v1
Review of attachment 648579 [details] [diff] [review]:
-----------------------------------------------------------------
bent convinced me that's not important.
Attachment #648579 -
Flags: review- → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Comment 4•14 years ago
|
||
Backed out for compilation failures:
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=21d92e8dd85a
https://hg.mozilla.org/integration/mozilla-inbound/rev/21d92e8dd85a
Comment 5•14 years ago
|
||
(In reply to Ed Morley [:edmorley] from comment #4)
> https://hg.mozilla.org/integration/mozilla-inbound/rev/21d92e8dd85a
Sorry, meant https://hg.mozilla.org/integration/mozilla-inbound/rev/c206e3d4a533
| Assignee | ||
Comment 6•14 years ago
|
||
Crapo. That's the bug about XPIDL generating bad macros... Lame.
Fixed:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ec210ececc2c
Comment 7•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•