Early Hints in Firefox Profiler are broken.
Categories
(Core :: Networking: HTTP, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: manuel, Assigned: manuel)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Bug 1816149 - Fix Early Hints in the Firefox Profiler by not changing the channelId anymore r=#necko
48 bytes,
text/x-phabricator-request
|
Details | Review |
One thing could be that it's due to overwriting the channelId on connect back (this was for displaying the channel correctly in devtools, but that doesn't work either). And also showing the preload channel in the parent in the same line as the channel in the content process would be good.
Assignee | ||
Comment 1•2 years ago
|
||
Maybe this has something to do with LOAD_REPLACE not being set in the EarlyHintPreloader channel: https://searchfox.org/mozilla-central/rev/aa3ccd258b64abfd4c5ce56c1f512bc7f65b844c/netwerk/base/nsIChannel.idl#239
Assignee | ||
Comment 2•2 years ago
|
||
The Firefox Profiler expects the channelId to not change. There is no
reason to change the channelId. It was a measure to associate the early
hint preload in devtools and profiler, but neither is the case right
now: Devtools currently don't show preloads at all and changing the
channelId messes up the profiler.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 4•2 years ago
|
||
bugherder |
Description
•