Closed Bug 1223225 Opened 9 years ago Closed 9 years ago

Use channel.asyncOpen2() in browser/base/content/nsContextMenu.js

Categories

(Core :: DOM: Security, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla45
Tracking Status
firefox45 --- fixed

People

(Reporter: ckerschb, Assigned: ckerschb)

References

Details

Attachments

(1 file, 1 obsolete file)

No description provided.
Assignee: nobody → mozilla
Blocks: 1182535
Status: NEW → ASSIGNED
Attachment #8685183 - Flags: review?(jonas)
Comment on attachment 8685183 [details] [diff] [review] bug_1223225_asyncopen2_nscontetxtmenu.patch Review of attachment 8685183 [details] [diff] [review]: ----------------------------------------------------------------- ::: browser/base/content/nsContextMenu.js @@ +1350,5 @@ > var channel = ioService.newChannelFromURI2(makeURI(linkURL), > null, // aLoadingNode > principal, // aLoadingPrincipal > null, // aTriggeringPrincipal > + Ci.nsILoadInfo.SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL, Should we change this to NetUtil.newChannel({ uri: MakeURI(linkURL), loadingPrincipal: principal, securityFlags: Ci.nsILoadInfo.SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL }; ?
Attachment #8685183 - Flags: review?(jonas) → review+
Attachment #8685183 - Attachment is obsolete: true
Attachment #8685266 - Flags: review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/6b311176b6354995c31b7cb761323f9566493e71 Backed out changeset 0080bcc1cecc (bug 1223225) for Windows 8 PGO bc1 bustage ON A CLOSED TREE
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: