Replace Optional unions with native IPDL Maybe support in dom/{file,filehandle,indexeddb}
Categories
(Core :: DOM: File, enhancement, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: Alex_Gaynor, Assigned: Alex_Gaynor)
Details
Attachments
(5 files)
This is significantly more ergonomic
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Depends on D23558
| Assignee | ||
Comment 3•6 years ago
|
||
Depends on D23559
| Assignee | ||
Comment 4•6 years ago
|
||
Depends on D23560
| Assignee | ||
Comment 5•6 years ago
|
||
Depends on D23561
| Assignee | ||
Updated•6 years ago
|
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cd11bf45d948
Part 1 - use native Maybe syntax in place of PendingIPCFileUnion in IDPL; r=baku
https://hg.mozilla.org/integration/autoland/rev/b9479ab9a8f3
Part 2 - use native Maybe syntax in place of IPCFileUnion in IDPL; r=baku
https://hg.mozilla.org/integration/autoland/rev/4d2c953008cd
Part 3 - use native Maybe syntax in place of FileRequestSize and FileRequestLastModified in IDPL; r=baku
https://hg.mozilla.org/integration/autoland/rev/533d85bbc15d
Part 4 - use native Maybe syntax in place of NullableVersion in IDPL; r=baku
https://hg.mozilla.org/integration/autoland/rev/11017d53d6bd
Part 5 - use native Maybe syntax in place of OptionalKeyRange in IDPL; r=baku
Comment 7•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/cd11bf45d948
https://hg.mozilla.org/mozilla-central/rev/b9479ab9a8f3
https://hg.mozilla.org/mozilla-central/rev/4d2c953008cd
https://hg.mozilla.org/mozilla-central/rev/533d85bbc15d
https://hg.mozilla.org/mozilla-central/rev/11017d53d6bd
Description
•