Closed Bug 1087738 Opened 10 years ago Closed 9 years ago

Make JS callers of ios.newChannel call ios.newChannel2 in modules/

Categories

(Core :: DOM: Security, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla37

People

(Reporter: ckerschb, Assigned: ckerschb)

References

Details

Attachments

(1 file, 1 obsolete file)

      No description provided.
Blocks: 1087720
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Attached patch js_11_modules.patch (obsolete) — Splinter Review
And more callsites we have to revisit :-)
Attachment #8538865 - Flags: feedback?(tanvi)
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)
Attachment #8540873 - Flags: review?(mwu) → review+
https://hg.mozilla.org/mozilla-central/rev/d9306cec6ff8
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: