Closed
Bug 240920
Opened 21 years ago
Closed 21 years ago
random netwerk/base/ changes
Categories
(Core :: Networking, enhancement)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla1.8alpha1
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(1 file)
6.23 KB,
patch
|
darin.moz
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
I was browsing through netwerk/base/ a bit... found some things that would be
good to change; mostly added documentation
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Assignee: darin → cbiesinger
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 146449 [details] [diff] [review]
patch
I'd also like to change the "result" parameter of the streamloaderobserver to
"[const,array,size_is(resultLength)]in octet result", but that will require
(simple) changes to all implementors of that interface, and I don't want to do
that right now...
Attachment #146449 -
Flags: review?(darin)
Assignee | ||
Updated•21 years ago
|
Target Milestone: --- → mozilla1.8alpha
Comment 3•21 years ago
|
||
Comment on attachment 146449 [details] [diff] [review]
patch
>+ * @param aContext
>+ * Optional. Will be passed to the observer.
Specify that "Optional" means that it may be null?
Thanks biesi!
r+sr=darin
Attachment #146449 -
Flags: superreview+
Attachment #146449 -
Flags: review?(darin)
Attachment #146449 -
Flags: review+
Comment 4•21 years ago
|
||
> I'd also like to change the "result" parameter of the streamloaderobserver to
> "[const,array,size_is(resultLength)]in octet result", but that will require
> (simple) changes to all implementors of that interface, and I don't want to do
> that right now...
file a bug for that?
Assignee | ||
Comment 5•21 years ago
|
||
checked in, and filed Bug 241092 for the change from comment 2
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•