summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser
Commit message (Expand)AuthorAgeFilesLines
* Move clustering functionality of HistoryAdapter to its own class.Leon Scroggins2010-01-122-202/+312
* Clear parent/child tab relationships when clearing history.Leon Scroggins2010-01-116-16/+98
* Save to database in non UI thread.Leon Scroggins2010-01-041-27/+41
* add initial dragtrackersMike Reed2009-12-172-0/+150
* Changed class paths for classes moved in unbundling effortPaul Westbrook2009-12-142-2/+3
* Merge change I4c7be8c7 into eclair-mr2Android (Google) Code Review2009-12-141-1/+4
|\
| * Notify the WebView that its customView is not being displayed instead of fail...Derek Sollenberger2009-12-141-1/+4
* | Fix a monkey crash by pretending to be a real adapter.Patrick Scott2009-12-141-1/+31
|/
* Provide a button to allow the user to set the home page to the current page.Leon Scroggins2009-12-103-0/+58
* Merge change I22807d19 into eclair-mr2Android (Google) Code Review2009-12-081-1/+3
|\
| * Do not use the Cursor if it is closed.Leon Scroggins2009-12-081-1/+3
* | Allow long press MENU to open IME in Browser.Leon Scroggins2009-12-081-3/+6
|/
* Merge change Ie2888363 into eclair-mr2Android (Google) Code Review2009-12-051-1/+1
|\
| * Change SearchableInfo importBjorn Bringert2009-12-041-1/+1
* | Change the Browser Cached Page capacity.Grace Kloba2009-12-021-1/+13
* | Set pageCacheCapacity, which enables page cache,Grace Kloba2009-12-021-0/+2
|/
* Only show manually entered URLs in suggestions.Leon Scroggins2009-11-252-10/+11
* Pass a message to query the database, rather than doing it in onCreate.Leon Scroggins2009-11-241-21/+48
* Merge change I638d3f45 into eclair-mr2Android (Google) Code Review2009-11-231-2/+15
|\
| * Enable some special debug url.Grace Kloba2009-11-231-2/+15
* | Rename addConsoleMessage to onConsoleMessage to reflect SDK API changes.Ben Murdoch2009-11-201-2/+4
|/
* Adds an explicit type for GeolocationPermissions.getOrigins.Steve Block2009-11-193-6/+6
* Merge change Ia964056a into eclair-mr2Android (Google) Code Review2009-11-191-0/+8
|\
| * Revert "Do not allow javascript to change window focus."Patrick Scott2009-11-191-0/+8
* | Fix monkey crash. Check null for the top window inGrace Kloba2009-11-191-0/+2
|/
* When long pressing to add a bookmark, use the title text returned from WebCor...Ben Murdoch2009-11-191-0/+2
* Merge change I5ee906c0 into eclair-mr2Android (Google) Code Review2009-11-182-11/+13
|\
| * Change android.text.util.Regex to com.android.common.PatternsDan Egnor2009-11-182-11/+13
* | Do not attempt to parse javascript: bookmarks as URIs, as this often fails.Ben Murdoch2009-11-171-20/+25
|/
* Do not allow javascript to change window focus.Patrick Scott2009-11-131-8/+0
* Tidy up the website settings activity. This is mostly a cosmetic change. The ...Ben Murdoch2009-11-101-10/+54
* Do database access in the background thread to prevent ANR.Patrick Scott2009-11-101-5/+4
* Reset the progress when beginning to load a new page.Leon Scroggins2009-11-061-3/+5
* Do not clear FindDialog's text when changing orientation.Leon Scroggins2009-10-292-11/+0
* When displaying a bookmark item, only truncate the Strings that we display in...Ben Murdoch2009-10-282-10/+23
* Stretch short landscape bookmark screenshots to fill the correct amount of sp...Ben Murdoch2009-10-271-2/+21
* Remove the "clear all" menu option when you are in the website settings activ...Ben Murdoch2009-10-261-2/+7
* am 7d899d6f: Fix how browser determines if it has connectivity.Robert Greenwalt2009-10-231-5/+3
|\
| * Fix how browser determines if it has connectivity.Robert Greenwalt2009-10-231-5/+3
* | Remove the fake title bar in onDestroy so that we willGrace Kloba2009-10-211-0/+3
* | Merge change Ie806375b into eclair-mr2Android (Google) Code Review2009-10-211-1/+14
|\ \
| * | Adds toast for Geolocation permissions prompt.Steve Block2009-10-211-1/+14
* | | Hide the status bar while a <video> is playing.Andrei Popescu2009-10-201-0/+7
|/ /
* | am b3968bbc: Disable thumbnail view mode for most visited page.Leon Scroggins2009-10-161-8/+5
|\ \ | |/
| * Disable thumbnail view mode for most visited page.Leon Scroggins2009-10-161-8/+5
* | Don't allow the user to save bookmarks with a scheme that the Browser cannot ...Ben Murdoch2009-10-143-3/+35
* | Hide the fake title bar while showing the context menu.Leon Scroggins2009-10-131-0/+9
* | Move Tab out of TabControl to its own class. So thatGrace Kloba2009-10-096-2179/+2040
* | File upload.Leon Scroggins2009-10-091-2/+31
* | am ef292158: We should handle all four cases when strip the "client". We were...Grace Kloba2009-10-071-1/+3
|\ \ | |/