Closed
Bug 1414015
Opened 8 years ago
Closed 8 years ago
Fixing a wrong comment in IPCBlobInputStream
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
Details
Attachments
(1 file)
|
782 bytes,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
https://searchfox.org/mozilla-central/rev/dd47bee6468de7e1221b4d006342ad6b9813d0e5/dom/file/ipc/IPCBlobInputStream.cpp#162-166
// We don't have a remoteStream yet. Let's return the full known size.
if (mState == eInit || mState == ePending) {
*aLength = 0;
return NS_OK;
}
this comment is wrong, clearly.
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8924668 -
Flags: review?(bugs)
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → amarchesini
Updated•8 years ago
|
Attachment #8924668 -
Flags: review?(bugs) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f46a10fded3e
Fixing a wrong comment in IPCBlobInputStream, r=smaug
Comment 3•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
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
•