Closed
Bug 1528493
Opened 6 years ago
Closed 6 years ago
Add Maybe value support to IPDL
Categories
(Core :: IPC, enhancement, P2)
Core
IPC
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(2 files)
This adds the syntax T?
to define an optional value, and migrates the OptionalIPCStream consumer to use it.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D20067
Updated•6 years ago
|
Priority: -- → P1
Updated•6 years ago
|
Priority: P1 → P2
Updated•6 years ago
|
Fission Milestone: --- → M1
Whiteboard: [2/22] patches r+, ready to land
Pushed by nlayzell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/55d65fdac5ec
Part 1: Add support for maybe types to IPDL, r=mccr8,froydnj
https://hg.mozilla.org/integration/autoland/rev/0dacb4dc82e5
Part 2: Move OptionalIPCStream to use new maybe types, r=baku
Updated•6 years ago
|
Whiteboard: [2/22] patches r+, ready to land → [2/22] patches pushed
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/55d65fdac5ec
https://hg.mozilla.org/mozilla-central/rev/0dacb4dc82e5
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Comment 6•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Whiteboard: [2/22] patches pushed
You need to log in
before you can comment on or make changes to this bug.
Description
•