summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* make private inner classes staticCary Clark2009-08-112-3/+3
* remove unused localsCary Clark2009-08-111-2/+0
* Merge change 20761Android (Google) Code Review2009-08-113-11/+10
|\
| * make finals static, remove unused localCary Clark2009-08-113-11/+10
* | remove unused variableCary Clark2009-08-111-1/+0
|/
* No load home page.Leon Scroggins2009-08-072-20/+35
* Add a setting to load a page in overview mode.Grace Kloba2009-08-061-0/+4
* Make the "Most visited" page have a thumbnail viewing mode.Leon Scroggins2009-08-066-33/+125
* Fix for bug 2024912. Sets title in browser Website Settings menu.Steve Block2009-08-061-0/+3
* Adds the browser Geolocation permissions prompt.Steve Block2009-08-063-14/+210
* Implement onReceivedTouchIconUrl.Patrick Scott2009-08-056-87/+305
* Merge change 9700Android (Google) Code Review2009-08-053-26/+25
|\
| * Updates for the look of the bookmarks page.Leon Scroggins2009-08-043-26/+25
* | Merge change 9477Android (Google) Code Review2009-08-041-23/+23
|\ \ | |/ |/|
| * Enable workers for V8. Also remove the quota parameters, unused after the sto...Andrei Popescu2009-08-031-23/+23
* | When free the background tabs due to low memory, keep the parent tab of theGrace Kloba2009-08-032-39/+7
* | resolved conflicts for merge of a34f6861 to masterGrace Kloba2009-08-031-63/+64
|\ \ | |/ |/|
| * Move IntentFilter/BroadcastReceiver creation before the spot where we mayGrace Kloba2009-07-311-17/+17
* | Fix a monkey crash.Leon Scroggins2009-07-311-1/+1
* | Remove the session cookies if Browser starts without any saved state.Grace Kloba2009-07-301-0/+3
* | Merge change 8873Android (Google) Code Review2009-07-301-13/+64
|\ \
| * | More precise determination of when to back up the bookmarksChristopher Tate2009-07-291-13/+64
* | | Implement out of space notificationAndrei Popescu2009-07-301-8/+61
* | | Adds browser settings menu entries for Geolocation permissions.Steve Block2009-07-304-22/+82
* | | Merge change 8986Android (Google) Code Review2009-07-301-38/+114
|\ \ \
| * | | Generalizes WebsiteSettingsActivity to handle more than just database permiss...Steve Block2009-07-291-38/+114
* | | | resolved conflicts for merge of cc634036 to masterAndroid Git Automerger2009-07-291-4/+6
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix #1964292. If the WEB_SEARCH starts from the Browser, load it in theGrace Kloba2009-07-281-4/+6
| * | Do not mergePatrick Scott2009-07-211-11/+22
| * | DO NOT MERGE: Remove deprecated call: Cursor.commitUpdates().Leon Scroggins2009-07-211-4/+4
* | | Add unit tests for the WebStorageSizemanager. Also reduce the default quota a...Andrei Popescu2009-07-292-46/+95
| |/ |/|
* | Refactor the WebStorage size management:Andrei Popescu2009-07-294-237/+314
* | In History context menu, do not show "Add bookmark" for bookmarks.Leon Scroggins2009-07-282-7/+34
* | Fixes bug 2018090 in browser Website Settings.Steve Block2009-07-281-13/+34
* | Improves appearance of website URLs in browser 'Website settings' menu.Steve Block2009-07-281-10/+19
* | First real cut of bookmarks backup agentChristopher Tate2009-07-275-53/+171
* | Enforce app cache maximum sizeAndrei Popescu2009-07-231-0/+34
* | Merge change 8027Android (Google) Code Review2009-07-223-5/+7
|\ \
| * | wire appcache to HTML5 UIAndrei Popescu2009-07-213-5/+7
* | | Merge change 8035Android (Google) Code Review2009-07-211-0/+3
|\ \ \ | |/ / |/| |
| * | Prevent stale data exception.Leon Scroggins2009-07-211-0/+3
* | | Merge change 7914Android (Google) Code Review2009-07-201-0/+2
|\ \ \
| * | | Fix 1990635. update() was accidentally removed. Bring it back so that the Web...Grace Kloba2009-07-201-0/+2
| |/ /
* | | am 83f47346: Fix 1984809. Select the url when SEARCH key is pressed in the Br...Grace Kloba2009-07-201-1/+1
|\ \ \ | | |/ | |/|
| * | Fix 1984809. Select the url when SEARCH key is pressed in the Browser.Grace Kloba2009-07-201-1/+1
| * | Do not merge.Patrick Scott2009-07-151-2/+4
* | | Set a title for pages with no title.Leon Scroggins2009-07-201-4/+21
| |/ |/|
* | Implement an error console. The console is displayed when the user has enable...Ben Murdoch2009-07-174-7/+460
* | Try to reuse tabs with matching urls to avoid loading a new page.Patrick Scott2009-07-162-6/+65
* | Work on the Bookmark Grid, including the favicon.Leon Scroggins2009-07-154-128/+83