Closed
Bug 1283427
Opened 9 years ago
Closed 7 years ago
(Potentially) remove SEC_NORMAL from NetUtil.jsm
Categories
(Core :: DOM: Security, defect, P3)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: ckerschb, Assigned: evilpies)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-backlog1])
Attachments
(2 files)
3.56 KB,
patch
|
ckerschb
:
review+
|
Details | Diff | Splinter Review |
1.19 KB,
patch
|
ckerschb
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
Priority: -- → P3
Whiteboard: [domsecurity-backlog] → [domsecurity-backlog1]
Comment 2•7 years ago
|
||
Christoph, it seems this is the last use of SEC_NORMAL. Do you think its possible to remove it now?
Flags: needinfo?(ckerschb)
Assignee | ||
Comment 3•7 years ago
|
||
I made a try push that throws when don't have securityFlags in newChannel. And removed SEC_NORMAL completely.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=3112ab9c434a2a8e1257597a36d04c61356f36d4
Assignee | ||
Comment 4•7 years ago
|
||
Looks really good. Just two newChannel failures in netwerk/test/unit/test_referrer.js and netwerk/test/unit/test_referrer_cross_origin.js.
Reporter | ||
Comment 5•7 years ago
|
||
(In reply to Ben Kelly [:bkelly] from comment #2)
> Christoph, it seems this is the last use of SEC_NORMAL. Do you think its
> possible to remove it now?
Yes, I think we can now.
Tom, since you are already on it, do you wanna push this bug over the finishing line? Looked at the code changes you pushed to TRY, looks pretty good to me.
The two test failures can simply use: SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL.
Flags: needinfo?(ckerschb) → needinfo?(evilpies)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → evilpies
Flags: needinfo?(evilpies)
Assignee | ||
Comment 6•7 years ago
|
||
Attachment #8944509 -
Flags: review?(ckerschb)
Assignee | ||
Comment 7•7 years ago
|
||
Attachment #8944510 -
Flags: review?(ckerschb)
Reporter | ||
Comment 8•7 years ago
|
||
Comment on attachment 8944510 [details] [diff] [review]
Remove SEC_NORMAL from NetUtil.newChannel
Review of attachment 8944510 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks Tom, that looks great. r=me
Attachment #8944510 -
Flags: review?(ckerschb) → review+
Reporter | ||
Comment 9•7 years ago
|
||
Comment on attachment 8944509 [details] [diff] [review]
Remove SEC_NORMAL completely
Review of attachment 8944509 [details] [diff] [review]:
-----------------------------------------------------------------
same here, thanks. r=me
Attachment #8944509 -
Flags: review?(ckerschb) → review+
Comment 10•7 years ago
|
||
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/46a76268e932
Remove SEC_NORMAL from NetUtil.newChannel. r=ckerschb
https://hg.mozilla.org/integration/mozilla-inbound/rev/49138c9a5858
Remove SEC_NORMAL completely. r=ckerschb
Comment 11•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/46a76268e932
https://hg.mozilla.org/mozilla-central/rev/49138c9a5858
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•