Closed
Bug 1193558
Opened 9 years ago
Closed 8 years ago
[tracking bug] Use channel.asyncOpen2 in netwerk/test
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
People
(Reporter: ckerschb, Assigned: ckerschb)
References
Details
(Keywords: meta, Whiteboard: [domsecurity-meta])
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Since there are almost 200 callsites for netwerk/test. I think it makes sense to make this bug a tracking bug for converting all the callsites within netwerk/test.
Status: NEW → ASSIGNED
Summary: Use channel.ascynOpen2 in netwerk/test → [tracking bug] Use channel.ascynOpen2 in netwerk/test
Assignee | ||
Comment 2•9 years ago
|
||
Hey Pat, asyncOpen2() only takes one argument whereas asyncOpen() takes two arguments. Surely we would like to have test coverage for asyncOpen() as long as possible. However, there are many tests within [1] that pass 'null' as the second argument. Are you fine with us converting those over to use AsyncOpen2() or would you rather still wait and have all other converted to use asyncOpen2() first before we touch network tests?
[1] http://mxr.mozilla.org/mozilla-central/search?string=.asyncOpen%28&find=netwerk/test/
Flags: needinfo?(mcmanus)
Comment 3•9 years ago
|
||
I would be very pleased to have the conversion start asap - leaving at least one asyncOpen() 2 argument test around until the end ought to be sufficient. Thanks!
Flags: needinfo?(mcmanus)
Updated•9 years ago
|
Summary: [tracking bug] Use channel.ascynOpen2 in netwerk/test → [tracking bug] Use channel.asyncOpen2 in netwerk/test
Assignee | ||
Comment 4•9 years ago
|
||
We are almost done with converting those callsites - unassigning myself from this tracking bug.
Assignee: mozilla → nobody
Status: ASSIGNED → NEW
Comment 5•9 years ago
|
||
if its unassigned its probably not useful to keep open.. agree? (I dislike tracking bugs. tags are great.)
Assignee | ||
Comment 6•9 years ago
|
||
There are two more bugs which need to land but are blocked by other bugs. If you prefer, I'll keep the bug assigned to myself for now. For the future, I agree, let's use tags rather than tracking bugs.
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•8 years ago
|
||
done and done!
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•