Closed
Bug 1236616
Opened 9 years ago
Closed 9 years ago
Enable "browser.tabs.useCache" by default
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox46 fixed, fennec46+)
RESOLVED
FIXED
Firefox 46
People
(Reporter: Margaret, Assigned: mfinkle)
References
Details
Attachments
(1 file)
|
1.12 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
This feature landed behind a Nightly-only flag.
This sounds like a good time to use switchboard to release this in a staged rollout and listen for bug reports.
| Reporter | ||
Updated•9 years ago
|
tracking-fennec: ? → Nightly+
| Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → mark.finkle
Attachment #8709096 -
Flags: review?(margaret.leibovic)
| Reporter | ||
Comment 2•9 years ago
|
||
Comment on attachment 8709096 [details] [diff] [review]
enable-offline-cache v0.1
Review of attachment 8709096 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/app/mobile.js
@@ -32,5 @@
> pref("browser.tabs.expireTime", 900);
>
> // Control whether tab content should try to load from disk cache when network
> // is offline.
> -#ifdef NIGHTLY_BUILD
Or, if you're a huge advocate for switchboard and staged rollouts, you could put this behind a switchboard control.
Attachment #8709096 -
Flags: review?(margaret.leibovic) → review+
| Assignee | ||
Comment 4•9 years ago
|
||
(In reply to :Margaret Leibovic from comment #2)
> Or, if you're a huge advocate for switchboard and staged rollouts, you could
> put this behind a switchboard control.
This is a good idea, but we don't have a pattern for using SwitchBoard from JS or for handling prefs yet. I didn't want to rush a pattern in with this bug, but we could followup.
| Reporter | ||
Comment 5•9 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #4)
> (In reply to :Margaret Leibovic from comment #2)
>
> > Or, if you're a huge advocate for switchboard and staged rollouts, you could
> > put this behind a switchboard control.
>
> This is a good idea, but we don't have a pattern for using SwitchBoard from
> JS or for handling prefs yet. I didn't want to rush a pattern in with this
> bug, but we could followup.
Someone needs to be the first person to come up with the pattern!
Comment 6•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 46
| Assignee | ||
Updated•9 years ago
|
tracking-fennec: Nightly+ → 46+
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•