summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Launch intents to open/delete downloads, and handle them in the browser."Leon Scroggins2010-02-054-81/+136
|\
| * Launch intents to open/delete downloads, and handle them in the browser.Leon Scroggins2010-02-044-81/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial work for http://b/issue?id=2384554 : showing all downloads in the browser. On the BrowserDownloadPage, no longer rely on the filename, since once the Browser shows downloads from other applications, the filenames for those downloads will not be available, and this way all downloads are handled the same. Other applications which download files will need to handle the same Intents as OpenDownloadReceiver in order to open/delete them from the BrowserDownloadPage. OpenDownloadReceiver is also a necessary step towards moving the BrowserDownloadPage into its own application, if we ultimately decide to do that.
* | Use the extended ConsoleMessage class to populate the Error Console, and in ↵Ben Murdoch2010-02-042-51/+66
| | | | | | | | | | | | | | | | colour! Also tag the messages from the console that we pipe to the system log with Browser rather than Tab to match previous behavior and make filtering the logs easier (See b/2376873) Change-Id: I1e2bb03c5b4e57e531a97acaa17d475224598209
* | Merge "This should fix the build."Jeff Hamilton2010-02-033-3/+3
|\ \
| * | This should fix the build.Jeff Hamilton2010-02-033-3/+3
| | | | | | | | | | | | Change-Id: Ib03e2d8500a53b5f8742b19415a421a602947ec3
* | | Handle voice search it provides html content to display.Leon Scroggins2010-02-031-22/+66
| |/ |/| | | | | Fix for http://b/issue?id=2407710
* | Merge "Logging page load time"Kristian Monsen2010-02-022-3/+11
|\ \
| * | Logging page load timeKristian Monsen2010-02-022-3/+11
| |/ | | | | | | Added a log message when a page is loaded. It will handle redirects as a new page load.
* | Implement support for V8 countersAndrei Popescu2010-02-023-0/+15
|/
* Use the constants defined in RecognizerResultsIntent for voice search.Leon Scroggins2010-02-013-16/+14
|
* Log when bookmarks are addedKristian Monsen2010-02-014-8/+15
| | | | Log when the user add a bookmark, sending the url of the bookmark and how the bookmark was added
* Handle the voice search intent.Leon Scroggins2010-01-299-30/+324
| | | | | | | | Once the voice search intent has been handled, the title bar background changes to green, and touching it displays other voice search possibilities. Fixes http://b/issue?id=2390686
* roll MR3 stretchy changes into masterMike Reed2010-01-293-8/+61
|
* Move the "Search web ..." to the first in theGrace Kloba2010-01-281-27/+31
| | | | | suggestion list. http://b/issue?id=2314166
* Should trust my own codeGrace Kloba2010-01-281-1/+1
|
* Merge "Demo widget using the UrlRendererService for server-side rendering of ↵Patrick Scott2010-01-287-0/+546
|\ | | | | | | urls."
| * Demo widget using the UrlRendererService for server-side rendering of urls.Patrick Scott2010-01-287-0/+546
| |
* | am 5b739d81: (-s ours) am 3d3c1985: disable mr stretchy, but leave the ↵Mike Reed2010-01-280-0/+0
|\ \ | |/ |/| | | | | | | | | | | | | support code around for now Merge commit '5b739d8102982d24924aae0dbbb74b9fbc1c46ae' * commit '5b739d8102982d24924aae0dbbb74b9fbc1c46ae': disable mr stretchy, but leave the support code around for now
| * am 3d3c1985: disable mr stretchy, but leave the support code around for nowMike Reed2010-01-221-1/+1
| |\ | | | | | | | | | | | | | | | | | | Merge commit '3d3c198547122e52708140dc2ed10e1d4d8358da' into eclair-plus-aosp * commit '3d3c198547122e52708140dc2ed10e1d4d8358da': disable mr stretchy, but leave the support code around for now
| | * disable mr stretchy, but leave the support code around for nowMike Reed2010-01-221-1/+1
| | |
* | | Merge "Use a single EXTRA_HEADERS intent."Grace Kloba2010-01-281-8/+8
|\ \ \
| * | | Use a single EXTRA_HEADERS intent.Grace Kloba2010-01-281-8/+8
| | | |
* | | | Fix a legit crash that the monkey found.Patrick Scott2010-01-281-4/+12
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | If the device is running low on memory, the Browser may free background tabs. removeTab could potentially remove a tab that has a lower index than the current tab. That would cause mCurrentTab to point to the incorrect tab. Update mCurrentTab if that is the case so it is pointing to the correct index. Bug: 2371002
* | | Add request header support for the Browser/WebView.Grace Kloba2010-01-271-47/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QSB can use this instead of POST to send the location data. After QSB makes the switch, we should also remove the POST_DATA intent which is hidden. Add loadUrl(String url, HashMap extraHeaders) to WebView so that the caller can send the extra http headers. Remove "inline:" as no one is using it and it is a hidden feature. Part 2 of 3-project checkin.
* | | use the very private APIJean-Baptiste Queru2010-01-261-1/+1
| | | | | | | | | | | | Change-Id: Ife7e8a69878e96b6c659d5eb66aa3f386b84f26c
* | | Merge "Adding Chinese GBK and Big5 text encoding settings."Eugene Koh2010-01-261-0/+4
|\ \ \
| * | | Adding Chinese GBK and Big5 text encoding settings.Bai Tao2010-01-271-0/+4
| | | |
* | | | conditional code to test the browser in 32bitMike Reed2010-01-261-0/+6
| | | |
* | | | am 8fa17c4f: (-s ours) am 79f107bd: Do not mergeMike Reed2010-01-250-0/+0
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Merge commit '8fa17c4f225590d9dbe59b813a5054a506b3f19c' * commit '8fa17c4f225590d9dbe59b813a5054a506b3f19c': Do not merge
| * | | am 79f107bd: Do not mergeMike Reed2010-01-212-1/+1
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Merge commit '79f107bdb2c509abb02cfca92ca9dba6187282bc' into eclair-plus-aosp * commit '79f107bdb2c509abb02cfca92ca9dba6187282bc': Do not merge
| | * | Do not mergeMike Reed2010-01-202-1/+1
| | | | | | | | | | | | | | | | use larger 16x16 asset, reduce pull a little bit
* | | | am 15eb5b56: (-s ours) am 474429d0: Do not mergeMike Reed2010-01-250-0/+0
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | | | Merge commit '15eb5b562b10f293bc5de162075895b54400f684' * commit '15eb5b562b10f293bc5de162075895b54400f684': Do not merge
| * | am 474429d0: Do not mergeMike Reed2010-01-203-0/+214
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '474429d099342fb0ad4959d59e05b764b96c2bb0' into eclair-plus-aosp * commit '474429d099342fb0ad4959d59e05b764b96c2bb0': Do not merge
| | * Do not mergeMike Reed2010-01-203-0/+214
| | | | | | | | | | | | | | | port stretchy from master add pattern bg for effect #2
* | | Always show the voice search button in the browser title bar when in voice ↵Leon Scroggins2010-01-251-17/+42
| | | | | | | | | | | | | | | | | | search mode. Fix for http://b/issue?id=2390704
* | | Merge "Use the common method for updating the title."Leon Scroggins2010-01-221-10/+2
|\ \ \
| * | | Use the common method for updating the title.Leon Scroggins2010-01-211-10/+2
| | | | | | | | | | | | | | | | Depends on a change in frameworks/base
* | | | relocate GoogleLoginServiceDoug Zongker2010-01-211-1/+1
| | | | | | | | | | | | | | | | Change-Id: Ie5a1770b8bb3adaeb9dce1db89e0b563519fde0a
* | | | Change the error message when attempting to open a file that cannot be opened.Leon Scroggins2010-01-212-2/+5
|/ / / | | | | | | | | | | | | | | | Previously, a file that could not be opened had to be a failed download. Now that we allow the download of files which cannot be opened, we need a different error message when attempting to open them.
* | | Merge "Do not show the downloads page without the user explicitly requesting ↵Leon Scroggins2010-01-212-5/+3
|\ \ \ | | | | | | | | | | | | it."
| * | | Do not show the downloads page without the user explicitly requesting it.Leon Scroggins2010-01-212-5/+3
| | | | | | | | | | | | | | | | Fixes http://b/issue?id=1671150
* | | | Remove the option to clear all downloads.Leon Scroggins2010-01-212-61/+1
| | | | | | | | | | | | | | | | | | | | | | | | Clearing all downloads would remove completed downloads from the list, while leaving them on the SD card, and there would not necessarily be a way to delete them using the phone.
* | | | Replace clearing an item from the downloads list with deleting the item.Leon Scroggins2010-01-213-6/+68
|/ / / | | | | | | | | | Fix for http://b/issue?id=2367238
* | | Add data (title, screenshot, favicon) to share intent.Leon Scroggins2010-01-193-18/+101
| | | | | | | | | | | | | | | | | | Requires a change to frameworks/base Fixes http://b/issue?id=2243246
* | | Detect if the current network is wifi or not and update webkit.Andrei Popescu2010-01-151-0/+17
| | | | | | | | | | | | | | | | | | This info is passed to youtube.com via a custom HTTP header. Fixes b:2368650
* | | Use the private Download Manager APIs.Jean-Baptiste Queru2010-01-154-73/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This boils down to using Downloads.Impl instead of Downloads The APIs that were being used so far are going to disappear to be replaced by a new set of APIs, but in order for the browser to be able to continue using the old APIs a new copy of those APIs was created "on the side" so that the browser doesn't need to change much. Bug: 2245521 Change-Id: I33c526331cce006710b1f934a4aeb64cdb95d62e
* | | Merge "Added framework for logging"Kristian Monsen2010-01-143-1/+70
|\ \ \
| * | | Added framework for loggingkristianm2010-01-143-1/+70
| | | | | | | | | | | | | | | | | | | | Startet on logging from the browser. This commit is just the tools for logging, nothing is being logged yet.
* | | | enable stretch[1] by defaultMike Reed2010-01-141-2/+2
|/ / /
* | | refactor draghandler dispatch in about:debug.drag#Mike Reed2010-01-131-6/+7
| | |