Closed
Bug 1087738
Opened 11 years ago
Closed 11 years ago
Make JS callers of ios.newChannel call ios.newChannel2 in modules/
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: ckerschb, Assigned: ckerschb)
References
Details
Attachments
(1 file, 1 obsolete file)
|
24.39 KB,
patch
|
mwu
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
And more callsites we have to revisit :-)
Attachment #8538865 -
Flags: feedback?(tanvi)
| Assignee | ||
Comment 2•11 years ago
|
||
Michael, in Bug 1038756 we started attaching a loadInfo to every channel whenever the channel gets created through NS_NewChannel in nsNetUtil.h. Now we are expanding the loadInfo attachment to also include channels that get created within JS to ultimately end up having a loadInfo on every channel. Please find a description of all the required arguments to create a channel here [1] or alternatively here [2].
As far I was able to evaluate, all the files we touched in this patch are tests only. I assume using default arguments (systemPrincipal, type_other, and sec_normal) should be fine. However, please take a look and let us know if there are more descriptive/accurate arguments which we should use.
Thank you!
[1] http://mxr.mozilla.org/mozilla-central/source/netwerk/base/public/nsNetUtil.h#209
[2] http://mxr.mozilla.org/mozilla-central/source/netwerk/base/public/nsIIOService.idl#73
Attachment #8538865 -
Attachment is obsolete: true
Attachment #8538865 -
Flags: feedback?(tanvi)
Attachment #8540873 -
Flags: review?(mwu)
Updated•11 years ago
|
Attachment #8540873 -
Flags: review?(mwu) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Target Milestone: --- → mozilla37
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•