summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/GeolocationPermissionsPrompt.java
Commit message (Collapse)AuthorAgeFilesLines
* Update geolocation promptJohn Reck2011-06-301-21/+14
| | | | | | | Bug: 4975201 Cleanup and Holo'd Change-Id: Ia4c31f411fa6fd2f3fd05ce92f4f4b8592cc3520
* Using ViewStub to defer the inflation of GeolocationPermissionsPrompt until ↵Grace Kloba2010-04-201-20/+14
| | | | | | | we first show it. This should shave 5% of Browser start up time. Fix http://b/issue?id=2604295
* Adds toast for Geolocation permissions prompt.Steve Block2009-10-211-1/+14
| | | | | | This fixes bug http://b/issue?id=2076246 Change-Id: Ie806375b22809c47a36ea5cff5699d82e9ee4dfb
* Sets the intial state of the Geolocation permission prompt 'remember' ↵Steve Block2009-09-301-0/+2
| | | | | | | | checkbox to checked every time it is shown. This fixes http://b/issue?id=2156885. Change-Id: I0d0fa17ae6065335bbef3e439b44509711ab98dd
* Makes Geolocation permissions prompt pretty.Steve Block2009-09-291-1/+3
| | | | Change-Id: I237fc0845de2297babc7da448a2199c5344e2e83
* Adds the browser Geolocation permissions prompt.Steve Block2009-08-061-0/+116
Note that the appearance of the prompt has not yet been finalized. Also the interaction of the prompt with the animation used to move to and from the tab picker is not fixed. This may become unecessary if the tab selection UI is redisgned.