Closed
Bug 1468248
Opened 6 years ago
Closed 6 years ago
propagate channel integrityMetadata from child to parent
Categories
(Core :: DOM: Service Workers, defect, P2)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: bkelly, Assigned: bkelly)
References
Details
Attachments
(1 file)
There is a testing failing with the e10s pref flipped because the parent-side service worker cannot see the specified SRI hash in FetchEvent.request.integrity. This is because nsIHttpChannelInternal is not propagated from child to parent yet.
Assignee | ||
Comment 1•6 years ago
|
||
Valentin, another field we need to send to the parent process in order to do parent-side intercept. This represents the SRI integrity hash specified by the source and exposed in the service worker as FetchEvent.request.integrity.
Attachment #8984885 -
Flags: review?(valentin.gosu)
Updated•6 years ago
|
Attachment #8984885 -
Flags: review?(valentin.gosu) → review+
Assignee | ||
Comment 2•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=0cb081641b295dda35c6241c94594377f4e0df8b
Assignee | ||
Comment 3•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=cfb281ac86071cb9097ef90835e0e0a30f42283e
Pushed by bkelly@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/7827081fdb37 Propagate nsIHttpChannelInternal.integrityMetadata to the parent when the channel is opened. r=valentin
Updated•6 years ago
|
Priority: -- → P2
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7827081fdb37
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•