Closed
Bug 696062
Opened 14 years ago
Closed 14 years ago
Clear History
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox11 verified, fennec11+)
VERIFIED
FIXED
People
(Reporter: dougt, Assigned: blassey)
Details
(Whiteboard: [QA+])
Attachments
(1 file)
|
5.38 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Need a way to clear all history and bookmarks
Comment 1•14 years ago
|
||
Since we are using the system data stores, would we be clearing _all_ history (Firefox and Webkit) ?
Updated•14 years ago
|
OS: Mac OS X → Android
Hardware: x86 → ARM
Whiteboard: [QA+]
| Assignee | ||
Comment 2•14 years ago
|
||
Assignee: nobody → blassey.bugs
Attachment #569612 -
Flags: review?(mark.finkle)
Comment 3•14 years ago
|
||
Comment on attachment 569612 [details] [diff] [review]
patch
ConfirmPreference.java
Do we really need this for prompt confirmations in preferences? I guess there really isn't a way to use DialogPreference directly.
>diff --git a/embedding/android/locales/en-US/android_strings.dtd b/embedding/android/locales/en-US/android_strings.dtd
>+<!ENTITY pref_clear_history "Clear History">
"Clear history"
>+<!ENTITY pref_clear_history_confirm "Are you sure you want to clear your browsing history?">
Seems too wordy. How about:
"Browsing history will be deleted"
>+<!ENTITY pref_clear_history_yes "Yes, clear my history">
>+<!ENTITY pref_clear_history_no "No, cancel">
Let's just use "Yes" and "No" - Can we get those for free from the system resources?
>diff --git a/embedding/android/resources/xml/preferences.xml b/embedding/android/resources/xml/preferences.xml
>--- a/embedding/android/resources/xml/preferences.xml
>+++ b/embedding/android/resources/xml/preferences.xml
>@@ -53,4 +53,13 @@
>
> </PreferenceCategory>
>
>+ <PreferenceCategory android:title="@string/pref_category_history">
Let's just put this in "Privacy & Security" group. Add it as the first item in that group.
We'll need to cleanup the ordering and groups in general, but that is a different bug.
BTW, does using "Browser" convenience methods like this cause things like bug 697360 ?
r+ with the nits fixed
Attachment #569612 -
Flags: review?(mark.finkle) → review+
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 5•14 years ago
|
||
Verified fixed on the latest fennec native build:
Mozilla/5.0 (Android;Linux armv7l;rv:11.0a1)Gecko/20111122 Firefox/11.0a1 Fennec/11.0a1
Samsung GalaxyS, Android 2.2
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•14 years ago
|
tracking-fennec: --- → 11+
| Assignee | ||
Updated•14 years ago
|
status-firefox11:
--- → fixed
Updated•14 years ago
|
Updated•5 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
•