- 10 Jul, 2009 2 commits
-
-
Satish Sampath authored
This is dependant on change https://android-git/g/6623 Bug: http://b/issue?id=1865037
-
Grace Kloba authored
Fix 1970279. Like "Go", search key should get the current url and pre-fill it in the search/goto widget.
-
- 08 Jul, 2009 1 commit
-
-
Dianne Hackborn authored
-
- 01 Jul, 2009 3 commits
-
-
Android (Google) Code Review authored
* changes: Add new searchSettingsDescription attribute for Browser's searchable. This will be shown under the individual searchable item in system search settings.
-
Ramanan Rajeswaran authored
-
Mike LeBeau authored
This will be shown under the individual searchable item in system search settings.
-
- 30 Jun, 2009 2 commits
-
-
Grace Kloba authored
-
Grace Kloba authored
Fix #1947053. Use EXTRA_POST_DATA to send POST request to the WebView. This is used for sending location now.
-
- 25 Jun, 2009 2 commits
-
-
Grace Kloba authored
Per Leland's requst, change "Set text size" to "Text size" and etc.
-
Grace Kloba authored
Fix #1705293. When we about to hijack the url, we check the intent first. If it is not resolved to any activity, we will try to download it from the Market.
-
- 24 Jun, 2009 2 commits
-
-
Android (Google) Code Review authored
* changes: Return the url of a browser history item in the intent query column of the suggestion. This is so that global search can rewrite a query in the search dialog (i.e., fill in the search box with the url of the suggestion when the user rolls over to select the suggestion). Browser uses android:searchMode="rewriteQueryFromData" to accomplish this but global search does the default thing of using the intent query column, if present, as a rewrite for the current query.
-
Mike LeBeau authored
suggestion. This is so that global search can rewrite a query in the search dialog (i.e., fill in the search box with the url of the suggestion when the user rolls over to select the suggestion). Browser uses android:searchMode="rewriteQueryFromData" to accomplish this but global search does the default thing of using the intent query column, if present, as a rewrite for the current query.
-
- 23 Jun, 2009 1 commit
-
-
Satish Sampath authored
This got missed when we made the change to invoke the system default web search handler instead of the browser directing all searches to Google. This makes sure that the receiving web search providers can pass on the source parameter appropriately as part of the results page that they launch.
-
- 22 Jun, 2009 5 commits
-
-
Grace Kloba authored
-
Android (Google) Code Review authored
* changes: Fix 2 NPEs in the Browser.
-
Patrick Scott authored
The first was from freeMemory getting a tab back that had already been freed. This is a really hard case to reproduce but it appears that it can happen. So just check for a null mMainView before trying to free the tab. The second was a null mTabOverview during the onAnimationStart method when animating to the tab overview. I think this is caused by message delays not being accurate enough to ensure the overview has been created. A check for null fixes the problem for now but I am working on a better solution to ensure animation message order.
-
Leon Scroggins authored
Depends on change https://android-git.corp.google.com/g/4775, which adds bookmark permissions the the public API. This change removes the old private permissions and uses the new public ones.
-
Bjorn Bringert authored
-
- 19 Jun, 2009 1 commit
-
-
Grace Kloba authored
-
- 18 Jun, 2009 1 commit
-
-
Dianne Hackborn authored
This changes the browser's URI->intent processing to use the new generic "intent:" scheme supported by Intent. Doing so allows the user to provide links to arbitrary intents in a web page. The browser restricts which intents can actually be execute to those supported by the BROWSABLE category by adding this to the resulting Intent and making sure there is no explicit component in the Intent. With the addition of package-specific Intents, this allows people to have a link that is guaranteed to launch an activity in their own package, not allowing others to intercept it.
-
- 17 Jun, 2009 1 commit
-
-
Mitsuru Oshima authored
-
- 16 Jun, 2009 1 commit
-
-
Grace Kloba authored
-
- 15 Jun, 2009 2 commits
-
-
Leon Scroggins authored
Copy of change https://android-git.corp.google.com/g/Gerrit#change,2450 into donut.
-
Android (Google) Code Review authored
* changes: Honor the system setting of whether to show web suggestions.
-
- 12 Jun, 2009 1 commit
-
-
Leon Scroggins authored
-
- 11 Jun, 2009 1 commit
-
-
Patrick Scott authored
Also fix a few NPEs from the UrlData change.
-
- 10 Jun, 2009 5 commits
-
-
Android (Google) Code Review authored
* changes: Squashed commit of the following:
-
Mitsuru Oshima authored
commit a81c695597665c0bae7e0af2ab98bf0d7ef96cbc Author: Mitsuru Oshima <oshima@google.com> Date: Wed Jun 10 14:45:55 2009 -0700 * added inline scheme support that shows content using WebKit#loadDataWithURL * removed data scheme from manifest
-
Eric Fischer authored
-
Eric Fischer authored
Merge commit 'e20c4a40' into donut * commit 'e20c4a40': AI 149721: Import Portuguese translations.
-
Eric Fischer authored
Automated import of CL 149721
-
- 09 Jun, 2009 1 commit
-
-
Android (Google) Code Review authored
* changes: Update browser icons - possibly not final.
-
- 08 Jun, 2009 1 commit
-
-
Mike LeBeau authored
-
- 05 Jun, 2009 3 commits
-
-
Android (Google) Code Review authored
* changes: Remove test library and instrumentation defs from Browser.
-
Brett Chabot authored
See bug 1900802.
-
Leon Scroggins authored
The monkey crashed because getTopWindow() returned null. Ensure that we either have a top window, or we are in the tab picker. If neither is true, return false, to avoid the null pointer exception.
-
- 04 Jun, 2009 4 commits
-
-
Android (Google) Code Review authored
* changes: Change the default client id for better stats
-
Satish Sampath authored
Without this inclusion, the web search detection code thought that URLs of the format about:blank or about:debug were web searches and passed them on to the search provider.
-
Patrick Scott authored
We used to use the original url because that was what was entered into the history database. Now, with a change in webkit, the correct url will be passed to updateVisitedHistory if the server sent a redirect. This allows for the correct url and title to be displayed in the title bar as well as the correct url and title to be stored in the history.
-
Ramanan Rajeswaran authored
-