| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Bug: 3231307
Moved WebsiteSettingsActivity to a fragment
Change-Id: If1fa56ab48167c004fb65c756f325e108f14fe8f
|
|
|
|
|
|
|
|
| |
WebsiteSettings was querying the bookmarks database on
the UI thread. This is a strict mode violation so move
that database read into an AsyncTask.
Change-Id: I4f27dc2ec3cb842fe09591a0ee406f8af61d3022
|
|
|
|
|
|
|
| |
Update WebsiteSettingsActivity to look up icons from the new
bookmark database.
Change-Id: Icdd788dba2bce397d5ff2f9c7d7a155c7d270a26
|
|\
| |
| |
| | |
Change-Id: I5dbf9446b7d4409ec843ee800c82ec06bda7c8db
|
| |
| |
| |
| |
| |
| |
| | |
Optimized the use of Maps for improved runtime performance, the
site object can be accessed directly.
Change-Id: Icfcd020541e806427c4ac7ba0817d30b2c7eb9a5
|
| |
| |
| |
| |
| |
| |
| |
| | |
BUG=2271636
This has already been submitted to eclair-mr2.
Change-Id: I8c79b949162a98c3711f01d9c6ebbf53959fd039
|
| |
| |
| |
| |
| |
| | |
This is a partial fix for bug http://b/issue?id=2271636
Change-Id: If7c51332b8051ce2426d67962cb1cf2a9cb0f280
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
only functional changes are to:
1) Not dismiss the site specific settings screen when a feature is removed if that site still has more features in use, and
2) Not use the title of the URL extracted from the bookmarks database to identify the site if that bookmark is not the root
of the origin. For example, if the user bookmarked www.google.com/foo, we do not use the title of that bookmark to
identify www.google.com in the WebsiteSettingsActivity. If they had www.google.com bookmarked, then we would use that
title in the WebsiteSettingsActivity.
Bug: b/2252579
Change-Id: Ic4187987ae7ce40ba3678e00d0b9b848c122f380
|
|/
|
|
|
|
| |
activity and are looking at the settings for a specific site rather than the overview of all sites.
Change-Id: Ic31677187ef0befe144168400732c760ebe73f8b
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
to clear all websites' storage/geolocation permissions.
Change-Id: Idbcf24f5340491e8d75353838c482bc2d5039da8
|
|
|
|
|
|
| |
This fixes bug http://b/issue?id=2024901.
Change-Id: Ifa8d12e3a5844c8e5b27ce9ddd817058257eabc6
|
| |
|
| |
|
|
|
|
|
|
| |
permissions.
This is in preparation for the addition of Geolocation permissions.
|
|
|
|
| |
Browser Website settings menu now correctly distinguishes origins at the same host.
|
|
|
|
|
|
| |
- If an explicit title is set, we show it and use the origin as a subtitle.
- If no explicit title is set, we show use the origin as a title.
- We hide the origin's scheme if it's 'http'.
|
| |
|
|
|