Declare Blob/BaseBlobImpl::CreateInputStream const
Categories
(Core :: DOM: File, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: sg, Assigned: saschanaz)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
Blob/BaseBlobImpl::CreateInputStream seems to be possible to be declared const (except for the Debug flag in https://searchfox.org/mozilla-central/rev/49ed791eec93335abfe6c2880f84c324e73e47e6/dom/file/TemporaryFileBlobImpl.cpp#128, which can be declared mutable), so that callers are not forced to hold a non-const reference.
| Reporter | ||
Updated•6 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
D95456 didn't properly include headers (--header-filter=dom).
Depends on D145662
| Assignee | ||
Comment 2•4 years ago
|
||
Depends on D145665
| Assignee | ||
Comment 3•4 years ago
|
||
Depends on D145666
| Assignee | ||
Comment 4•4 years ago
|
||
Depends on D145668
| Assignee | ||
Comment 5•4 years ago
|
||
Depends on D145669
Comment 7•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/89ec09359f91
https://hg.mozilla.org/mozilla-central/rev/d1bab5fc1b29
https://hg.mozilla.org/mozilla-central/rev/6d93b0262d5b
https://hg.mozilla.org/mozilla-central/rev/565c9fe03f68
https://hg.mozilla.org/mozilla-central/rev/33cf0d2db86d
Description
•