Closed
Bug 1125288
Opened 10 years ago
Closed 9 years ago
KidFox: Restricted profiles - Hide all developer tools and related UI
Categories
(Firefox for Android Graveyard :: Profile Handling, defect)
Tracking
(firefox42 verified)
VERIFIED
FIXED
Firefox 42
Tracking | Status | |
---|---|---|
firefox42 | --- | verified |
People
(Reporter: jchaulk, Assigned: sebastian)
References
Details
Attachments
(1 file, 1 obsolete file)
9.22 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Updated•10 years ago
|
OS: Windows 8.1 → Android
Hardware: x86_64 → All
Version: unspecified → Trunk
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → s.kaspari
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•9 years ago
|
||
WIP patch based on changes in bug 1187260.
Assignee | ||
Comment 2•9 years ago
|
||
Final version for review.
Attachment #8639234 -
Attachment is obsolete: true
Attachment #8639866 -
Flags: review?(ally)
Comment 3•9 years ago
|
||
Comment on attachment 8639866 [details] [diff] [review]
1125288-developer-tools.patch
Review of attachment 8639866 [details] [diff] [review]:
-----------------------------------------------------------------
Drive-by r+ :)
::: mobile/android/base/preferences/GeckoPreferences.java
@@ +484,5 @@
> + if (header.id == R.id.pref_header_language && !localeSwitchingIsEnabled) {
> + // If locale switching is disabled, remove the section
> + // entirely. This logic will need to be extended when
> + // content language selection (Bug 881510) is implemented.
> + iterator.remove();
Just to confirm, did you have to change the iterator syntax here to avoid a concurrent modification exception?
Attachment #8639866 -
Flags: review?(ally) → review+
Comment 4•9 years ago
|
||
heh, looks like you don't need me for this one. :)
Assignee | ||
Comment 5•9 years ago
|
||
(In reply to :Margaret Leibovic from comment #3)
> Just to confirm, did you have to change the iterator syntax here to avoid a
> concurrent modification exception?
Yeah, previously we jumped out of the loop after modifying the list. Now I want to continue iterating over the modified list.
Assignee | ||
Comment 6•9 years ago
|
||
url: https://hg.mozilla.org/integration/fx-team/rev/06f2c8aca1e37821e6a0827c9540a63239dbfdb9
changeset: 06f2c8aca1e37821e6a0827c9540a63239dbfdb9
user: Sebastian Kaspari <s.kaspari@gmail.com>
date: Thu Jul 30 19:48:38 2015 +0200
description:
Bug 1125288 - Restricted profiles: Hide all developer tools and related UI. r=margaret
Comment 7•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Verified as fixed on latest Aurora
Status: RESOLVED → VERIFIED
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
•