Closed
Bug 1225361
Opened 10 years ago
Closed 10 years ago
Use channel.asyncOpen2 in toolkit/components/places/tests/test_bug_411966.html
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: ckerschb, Assigned: ckerschb)
References
Details
Attachments
(1 file)
2.31 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Summary: Use channel.asyncOpen2 in it/components/places/tests/test_bug_411966.html → Use channel.asyncOpen2 in toolkit/components/places/tests/test_bug_411966.html
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8688241 -
Flags: review?(jonas)
Comment on attachment 8688241 [details] [diff] [review]
bug_1225361_test_bug_411966.patch
Review of attachment 8688241 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/components/places/tests/test_bug_411966.html
@@ +27,5 @@
>
> + var clickedLinkChannel = NetUtil.newChannel({
> + uri: clickedLinkURI,
> + loadUsingSystemPrincipal: true,
> + securityFlags: Ci.nsILoadInfo.SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL
Might be worth fixing the default here before we convert too many callsites to use NetUtil.newChannel.
Technically it's fine that these callsites continue to explicitly set a flag, but stuff like this tends to get copied around the code since people aren't always aware what they do or don't have to do.
Attachment #8688241 -
Flags: review?(jonas) → review+
Comment 4•10 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•