Change referrerpolicy nstring filed to enum ReferrerPolicy in speculative loading
Categories
(Core :: DOM: HTML Parser, enhancement, P3)
Tracking
()
People
(Reporter: tnguyen, Unassigned, Mentored)
Details
(Keywords: good-first-bug)
Attachments
(3 files)
Updated•6 years ago
|
Comment 1•5 years ago
|
||
Hello,I would like to work on this bug
Comment 2•5 years ago
|
||
Hi if nobody is working on it,may I submit a patch?
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
(In reply to Jayati Shrivastava from comment #2)
Hi if nobody is working on it,may I submit a patch?
Thanks for submitting a patch!
Comment 5•5 years ago
|
||
Hi, I think I misinterpreted the bug. Can I please have more details on what exactly needs to be done?
Comment 6•5 years ago
|
||
Please change mScriptReferrerPolicy
to enum-typed mReferrerPolicy
and use it to carry Referrer Policy in all cases. Please change mReferrerPolicyOrIntegrity
to mIntegrity
and use it to carry integrity
attribute values only.
Updated•5 years ago
|
Comment 7•4 years ago
|
||
This good-first-bug hasn't had any activity for 6 months, it is automatically unassigned.
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Comment 9•2 years ago
|
||
With mReferrerPolicyOrIntegrity
renamed to mIntegrity
, we need to
migrate those places using this field for referrer policy purpose to
use mReferrerPolicy
instead. Also, with doing so, we need to change
those nsAString
referrer policy arguments to dom::ReferrerPolicy
enum instead so that we can pass the enum referrer policy without
changing it back and forth between enum and string.
Depends on D168192
Comment 10•2 years ago
|
||
This good-first-bug hasn't had any activity for 2 months, it is automatically unassigned.
For more information, please visit auto_nag documentation.
Description
•