Closed
Bug 1347557
Opened 9 years ago
Closed 9 years ago
Move 2 static methods about the IPC serialization of streams into an helper class
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
References
Details
Attachments
(1 file)
|
13.85 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → amarchesini
Attachment #8847617 -
Flags: review?(kyle)
Comment 2•9 years ago
|
||
Why are these wrapped in a class and not just another namespace?
Updated•9 years ago
|
Flags: needinfo?(amarchesini)
| Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Kyle Machulis [:qdot] from comment #2)
> Why are these wrapped in a class and not just another namespace?
Yes, they are. But I still think it's better to put those in a class (more than a namespace) and with a comment.
Flags: needinfo?(amarchesini)
Updated•9 years ago
|
Attachment #8847617 -
Flags: review?(kyle) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/644fb64d056b
Move 2 static methods about the IPC serialization of streams into an helper class, r=qdot
Comment 5•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
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
•