Closed
Bug 1377570
Opened 7 years ago
Closed 6 years ago
Enable RCWN on mobile
Categories
(Core :: Networking: Cache, enhancement, P2)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
mozilla62
People
(Reporter: michal, Assigned: michal)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Whiteboard: [necko-backlog])
Attachments
(1 file, 1 obsolete file)
4.81 KB,
patch
|
michal
:
review+
|
Details | Diff | Splinter Review |
RCWN is disabled on mobile now. We need to verify that we can rely on information provided by nsINetworkLinkService::linkType when deciding whether we're on metered network or not. This bug isn't blocking for RCWN in release 57.
Comment 1•6 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 2•6 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Comment 3•6 years ago
|
||
We're pushing mobile this year. So let's make sure we get RCWN turned on when a phone is on wifi
Priority: P3 → P2
Comment 4•6 years ago
|
||
Even if the Wi-Fi's uplink is metered, as in the case of Wi-Fi with a satellite or cellular uplink? (Satellite loses the race easily, but fixed cellular might win.) Or do we trust the OS to tell Firefox whether a particular Wi-Fi network's uplink is metered?
Assignee | ||
Comment 5•6 years ago
|
||
Assignee: nobody → michal.novotny
Attachment #8980220 -
Flags: review?(valentin.gosu)
Assignee | ||
Comment 6•6 years ago
|
||
(In reply to Damian Yerrick from comment #4) > Even if the Wi-Fi's uplink is metered, as in the case of Wi-Fi with a > satellite or cellular uplink? (Satellite loses the race easily, but fixed > cellular might win.) Or do we trust the OS to tell Firefox whether a > particular Wi-Fi network's uplink is metered? We cannot detect such setup. Racing is disabled when the phone uses cellular data, otherwise it's enabled.
Comment 7•6 years ago
|
||
Comment on attachment 8980220 [details] [diff] [review] patch Review of attachment 8980220 [details] [diff] [review]: ----------------------------------------------------------------- ::: toolkit/content/aboutNetworking.js @@ +135,5 @@ > + linkType == Ci.nsINetworkLinkService.LINK_TYPE_USB || > + linkType == Ci.nsINetworkLinkService.LINK_TYPE_WIFI)) { > + status = false; > + } > + nit: trailing whitespace @@ +143,5 @@ > let cacheSlow = data.cacheSlowCount; > let cacheNotSlow = data.cacheNotSlowCount; > > + > + nit: whitespace
Attachment #8980220 -
Flags: review?(valentin.gosu) → review+
Assignee | ||
Comment 8•6 years ago
|
||
Attachment #8980220 -
Attachment is obsolete: true
Attachment #8980962 -
Flags: review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by nbeleuzu@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/4408bb821f5b Enable RCWN on mobile. r=valentin
Keywords: checkin-needed
Comment 10•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4408bb821f5b
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Comment 11•6 years ago
|
||
Is that something we want to add to the release notes?
Flags: needinfo?(michal.novotny)
Assignee | ||
Comment 12•6 years ago
|
||
Maybe we could. Release notes for 59 mentioned this feature, so we can now say that this is now also enabled on mobile when using wifi.
Flags: needinfo?(michal.novotny)
Is there something we should be doing to verify this? And, can you suggest wording for a release note for 62?
relnote-firefox:
--- → ?
Flags: needinfo?(michal.novotny)
Assignee | ||
Comment 15•5 years ago
|
||
(In reply to Liz Henry (:lizzard) (needinfo? me) from comment #14) > Is there something we should be doing to verify this? You can verify that detecting WiFi works by looking at about:networking#rcwn where RCWN status should be true only when WiFi is used. > And, can you suggest wording for a release note for 62? Faster page load times on mobile when using WiFi by loading resources from the network if the disk cache is too slow.
Flags: needinfo?(michal.novotny)
Added to Firefox 62 release notes.
You need to log in
before you can comment on or make changes to this bug.
Description
•