Closed
Bug 751930
Opened 13 years ago
Closed 13 years ago
Don't request write/read stock Android browser history and bookmarks
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox14 fixed, blocking-fennec1.0 beta+)
VERIFIED
FIXED
Firefox 15
People
(Reporter: kbrosnan, Unassigned)
References
Details
Attachments
(1 file)
1.39 KB,
patch
|
mbrubeck
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
We don't use these permission.
* read browser's history and bookmarks
* write browser's history and bookmarks
Reporter | ||
Updated•13 years ago
|
OS: Windows 7 → Android
Hardware: x86 → ARM
Comment 1•13 years ago
|
||
READ_HISTORY_BOOKMARKS & WRITE_HISTORY_BOOKMARKS
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → kbrosnan
Reporter | ||
Updated•13 years ago
|
Summary: Don't request write/read browser's history and bookmarks → Don't request write/read stock Android browser history and bookmarks
Comment 2•13 years ago
|
||
Assignee: kbrosnan → mbrubeck
Status: NEW → ASSIGNED
Attachment #621102 -
Flags: review?(blassey.bugs)
Updated•13 years ago
|
blocking-fennec1.0: ? → beta+
Updated•13 years ago
|
Whiteboard: [has proposed patch]
Updated•13 years ago
|
Attachment #621102 -
Flags: review?(blassey.bugs) → review-
Comment 3•13 years ago
|
||
Comment on attachment 621102 [details] [diff] [review]
patch
blassey meant to give this r+ (as he confirmed on IRC).
[Approval Request Comment]
User impact if declined: Firefox requests unnecessary permissions at install time.
Testing completed (on m-c, etc.): Just landed on m-c.
Risk to taking this patch (and alternatives if risky): Mobile-only. Any regressions should be easy to catch -- if these permissions are actually needed, Firefox will crash with a security exception.
String changes made by this patch: None.
Attachment #621102 -
Flags: review-
Attachment #621102 -
Flags: review+
Attachment #621102 -
Flags: approval-mozilla-aurora?
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
status-firefox14:
--- → affected
Resolution: --- → FIXED
Whiteboard: [has proposed patch]
Target Milestone: --- → Firefox 15
Reporter | ||
Comment 5•13 years ago
|
||
Note for verifying this bug you will need to uninstall/reinstall Firefox to see the permission changes.
Comment 6•13 years ago
|
||
Comment on attachment 621102 [details] [diff] [review]
patch
[Triage comment]
Beta blocker with some bake time on m-c. Approved for Aurora 14.
Attachment #621102 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•13 years ago
|
||
Comment 8•13 years ago
|
||
Submitted a revision to the SUMO article:
https://support.mozilla.org/en-US/kb/how-firefox-android-use-permissions-it-requests/revision/23883
Comment 9•13 years ago
|
||
On Firefox Beta 14.0 (2012-06-28) I can't see any read/write browser's history and bookmarks. On latest Aurora and Nightly I see read browser's history and bookmarks, is this the right behavior?
Comment 10•13 years ago
|
||
(In reply to Andreea Pod from comment #9)
> On Firefox Beta 14.0 (2012-06-28) I can't see any read/write browser's
> history and bookmarks. On latest Aurora and Nightly I see read browser's
> history and bookmarks, is this the right behavior?
Yes
http://hg.mozilla.org/mozilla-central/diff/d74e5dfa1626/mobile/android/base/AndroidManifest.xml.in
This is required for bug 710330.
That SUMO article will need to be updated for 15.
Comment 11•13 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #10)
> (In reply to Andreea Pod from comment #9)
> > On Firefox Beta 14.0 (2012-06-28) I can't see any read/write browser's
> > history and bookmarks. On latest Aurora and Nightly I see read browser's
> > history and bookmarks, is this the right behavior?
>
> Yes
>
> http://hg.mozilla.org/mozilla-central/diff/d74e5dfa1626/mobile/android/base/
> AndroidManifest.xml.in
>
> This is required for bug 710330.
>
> That SUMO article will need to be updated for 15.
Ok, then marking this as verified fixed.
Assignee: mbrubeck → nobody
Status: RESOLVED → VERIFIED
Assignee | ||
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
•