Closed
Bug 1546334
Opened 6 years ago
Closed 5 years ago
Use referrerInfo in CSS system
Categories
(Core :: DOM: Security, enhancement, P2)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: tnguyen, Assigned: tnguyen)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-active])
Attachments
(6 files)
No description provided.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → tnguyen
Blocks: refactor-referrer-policy-setup
Assignee | ||
Updated•6 years ago
|
Whiteboard: [domsecurity-active]
Updated•6 years ago
|
Priority: -- → P2
Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Besides, hash and equals are also necessary to make ReferrerInfo becomes key of hashtable.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D36474
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D36475
Assignee | ||
Comment 4•5 years ago
|
||
The referrerInfo in SheetLoadData and StyleSheetInfo should be
different, one is used to load a style sheet and one is use to
load and child content referrerence
Depends on D36476
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D36477
Updated•5 years ago
|
Attachment #9075113 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9075113 -
Attachment is obsolete: false
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D36474
Updated•5 years ago
|
Attachment #9075116 -
Attachment description: Bug 1546334 - Seperate referrerInfo in SheetLoadData and StyleSheetInfo → Bug 1546334 - Store separate referrerInfo in SheetLoadData and StyleSheetInfo
Assignee | ||
Comment 7•5 years ago
|
||
Pushed by tnguyen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b5d937541cb3
Add function to create referrerInfo object to use for style system r=heycam
https://hg.mozilla.org/integration/autoland/rev/4bbafe5c8744
Add hash and equals to make ReferrerInfo becomes key of hashtable. r=heycam
https://hg.mozilla.org/integration/autoland/rev/62b6c9b62de0
Modify URLExtraData rust debug to include referrerInfo r=heycam
https://hg.mozilla.org/integration/autoland/rev/2ac1eef951c7
Use referrerInfo in URLExtraData r=heycam
https://hg.mozilla.org/integration/autoland/rev/d22508da0fde
Store separate referrerInfo in SheetLoadData and StyleSheetInfo r=heycam
https://hg.mozilla.org/integration/autoland/rev/e0b3cfeb4ed4
Use referrerInfo in style system. r=heycam
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b5d937541cb3
https://hg.mozilla.org/mozilla-central/rev/4bbafe5c8744
https://hg.mozilla.org/mozilla-central/rev/62b6c9b62de0
https://hg.mozilla.org/mozilla-central/rev/2ac1eef951c7
https://hg.mozilla.org/mozilla-central/rev/d22508da0fde
https://hg.mozilla.org/mozilla-central/rev/e0b3cfeb4ed4
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•