Closed
Bug 1213577
Opened 10 years ago
Closed 10 years ago
Use OriginAttributes in nsHttpAuthManager
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla45
People
(Reporter: mayhemer, Assigned: mayhemer)
References
Details
Attachments
(1 file)
|
27.94 KB,
patch
|
mcmanus
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Updated•10 years ago
|
Blocks: nsec-origins
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → honzab.moz
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•10 years ago
|
||
Very simple patch. We are passed a principal down, easy to extract oa from it. Observing clear-origin-data and doing the proper pattern matching. xpc test updated.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=8436484ec519
Attachment #8680741 -
Flags: review?(mcmanus)
| Assignee | ||
Updated•10 years ago
|
Summary: Use OriginAttributes in nsIHttpAuthManager.idl → Use OriginAttributes in nsHttpAuthManager
Comment 2•10 years ago
|
||
Comment on attachment 8680741 [details] [diff] [review]
v1
Review of attachment 8680741 [details] [diff] [review]:
-----------------------------------------------------------------
cool..
Attachment #8680741 -
Flags: review?(mcmanus) → review+
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 4•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Comment 5•10 years ago
|
||
| bugherder uplift | ||
status-b2g-v2.5:
--- → fixed
Comment 6•10 years ago
|
||
removing the b2g 2.5 flag since this commit has been reverted due to an incorrect merge, sorry for the confusion
status-b2g-v2.5:
fixed → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•