Closed Bug 1168599 Opened 9 years ago Closed 9 years ago

Change openExternalURLsPrivately to a per profile setting

Categories

(Firefox for Android Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: ally, Unassigned, Mentored)

References

Details

follow up. Bug 1162509 blocks us from using per profile settings in the settings ui, so this pref is shipping as a per app (global) pref and not a per profile pref. Once we're past that, shift this pref to a per profile pref. should be fairly simple, swapping out SharedPreferences sharedprefs = GeckoSharedPrefs.forApp(mAppContext); for SharedPreferences sharedprefs = GeckoSharedPrefs.forProfile(mAppContext);
Depends on: 1162509
Depends on: 1065004
Blocks: 1065004
No longer depends on: 1065004
No longer depends on: 1162509
No longer blocks: 1065004
I'm removing our current implementation in bug 1232467.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.