Closed
Bug 917410
Opened 12 years ago
Closed 12 years ago
Add specializations of Optional for 'any' and 'object' types for callbacks in workers to bindings code.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: vendo, Assigned: vendo)
Details
Attachments
(1 file)
1.50 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
This is a followup for bug bug 868715 part 10.
A few lines of code for callbacks in workers needs to be added.
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: nobody → vendo.ruzicka
![]() |
Assignee | |
Updated•12 years ago
|
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 1•12 years ago
|
||
Attachment #806140 -
Flags: review?(bzbarsky)
![]() |
||
Comment 2•12 years ago
|
||
Comment on attachment 806140 [details] [diff] [review]
bug-917410-fix
r=me, but now that we can use WebIDL callbacks on workers we should relly just get rid of this special case... File a followup on that, please?
Attachment #806140 -
Flags: review?(bzbarsky) → review+
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
(In reply to Boris Zbarsky [:bz] from comment #2)
> Comment on attachment 806140 [details] [diff] [review]
> bug-917410-fix
>
> r=me, but now that we can use WebIDL callbacks on workers we should relly
> just get rid of this special case... File a followup on that, please?
Boris, are you doing it in bug 917958 ?
![]() |
||
Comment 5•12 years ago
|
||
Yes. I guess no need to file another followup, then. ;)
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
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
•