Closed
Bug 1395525
Opened 7 years ago
Closed 7 years ago
Make sure Tailing preffed off makes the browser behave the same way as before the feature has landed
Categories
(Core :: Networking: HTTP, enhancement, P1)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: mayhemer, Assigned: mayhemer)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
dragana
:
review+
|
Details | Diff | Splinter Review |
According WPT testing and also some talos results, few of the changes I've add as part of bug 1358060 that are not covered by preferences may cause regressions or simply make the browser schedule the resource satisfaction a slightly different way.
This bug is to make sure those changes are covered (killable) by the "network.http.tailing.enabled" preference.
Assignee | ||
Comment 1•7 years ago
|
||
- adds nsContentUtils::IsTailingEnabled() pref shortcut for convenience
- all parts that have changed are now covered by the main preference, switching it off should make the browser behave exactly the same as before
Attachment #8903138 -
Flags: review?(dd.mozilla)
Updated•7 years ago
|
Attachment #8903138 -
Flags: review?(dd.mozilla) → review+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e4fcf1fd4e54
Make all changes landed as part of tracker request tailing preferrable. r=dragana
Keywords: checkin-needed
Comment 3•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•