Closed
Bug 1468248
Opened 7 years ago
Closed 7 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•7 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•7 years ago
|
Attachment #8984885 -
Flags: review?(valentin.gosu) → review+
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
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•7 years ago
|
Priority: -- → P2
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 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
•