Closed
Bug 697086
Opened 12 years ago
Closed 12 years ago
Content permission notifications not dismissed on page dismiss
Categories
(Firefox for Android Graveyard :: General, defect, P2)
Tracking
(firefox11 fixed, fennec11+)
VERIFIED
FIXED
People
(Reporter: aaronmt, Assigned: gcp)
References
Details
(Keywords: feature)
Attachments
(2 files, 1 obsolete file)
49.65 KB,
image/png
|
Details | |
2.88 KB,
patch
|
gcp
:
review+
|
Details | Diff | Splinter Review |
See screenshot STR: 1. http://maps.google.com 2. http://google.com -- Mozilla/5.0 (Android; Linux armv7l; rv:10.0a1) Gecko/20111025 Firefox/10.0a1 Samsung Galaxy SII (Android 2.3.4)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → gpascutto
Updated•12 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #571012 -
Flags: review?(mark.finkle)
Comment 2•12 years ago
|
||
Comment on attachment 571012 [details] [diff] [review] Patch 1. Dismiss popups on page changes > void handleLocationChange(final int tabId, final String uri) { > tab.updateURL(uri); >+ mAppContext.mDoorHanger.removeForTab(tabId); Do we need to worry about calling this from a background thread? r+, but think about the background thread question
Attachment #571012 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 3•12 years ago
|
||
>Do we need to worry about calling this from a background thread?
It's calling PopupWindow.dismiss(), so yeah, it should be in a Runnable on the main thread.
Assignee | ||
Comment 4•12 years ago
|
||
Carrying forward review.
Attachment #571012 -
Attachment is obsolete: true
Attachment #571028 -
Flags: review+
Assignee | ||
Comment 5•12 years ago
|
||
hg.mozilla.org/projects/birch/rev/473727215fbe
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 6•12 years ago
|
||
20111102040257 http://hg.mozilla.org/projects/birch/rev/2b9de9749c1e Samsung Nexus S (Android 2.3.6)
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
tracking-fennec: --- → 11+
Updated•11 years ago
|
status-firefox11:
--- → fixed
Updated•2 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
•