- 22 Jun, 2009 2 commits
-
-
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.
-
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
-
- 03 Jun, 2009 2 commits
-
-
Satish Sampath authored
- Web search was hard coded to Google and suggestions in the search dialog were hard coded to the GoogleSearch suggest provider package. Both now point to the system default web search/suggest provider which can include third party search engines. - I also removed the intent filter to handle action.WEB_SEARCH from the browser because it should no longer provide web search functionality for other apps, that feature is provided by the recently added WebSearchProvider package. Removing this intent filter also removes the browser from the list of web search providers in the system settings. - As part of this change I had to factor out the search shortcut code to a separate function, add a couple of new functions and modify the browser provider code to access cursor fields in a safe manner.
-
Mike LeBeau authored
"Bookmarks & history" to "Browser".
-
- 02 Jun, 2009 1 commit
-
-
Patrick Scott authored
-
- 26 May, 2009 1 commit
-
-
Grace Kloba authored
Fix #1722851. Move the Browser's default home page to the resource so that we can localize it easily.
-
- 19 May, 2009 2 commits
-
-
Mitsuru Oshima authored
-
Mitsuru Oshima authored
-
- 14 May, 2009 2 commits
-
-
Mike LeBeau authored
(dependent on change 1691, and will not submit until that is submitted).
-
Mike LeBeau authored
should still stay the same (i.e., query in title, number of results in subtitle). Also update all url subtitles to be green text as per search UI standards. And change the text of "Search Google" to "Search the web" to accommodate upcoming choices of web search provider.
-
- 13 May, 2009 1 commit
-
-
Mike LeBeau authored
shows as the first line and the url shows as the second line. Preceding "http://" is stripped from urls. If the first line would be empty or whitespace, the second line is promoted to the first line. This affects suggestions both for the browser and for global search. I thought this looked a lot better so ran it by Leland and he's cool with this. I went ahead and reused the raw int values being used for column indices and such, but this is bad. You guys should really consider making this code a little safer/cleaner. :)
-
- 07 May, 2009 2 commits
-
-
Android (Google) Code Review authored
* changes: Update google_search_base for chinese language.
-
Bill Napier authored
Changed default search base for china to be www.google.cn and changed the language param.
-
- 05 May, 2009 1 commit
-
-
Bjorn Bringert authored
This will allow bookmarks+history suggestions to show up in global search without having it hard-coded in GlobalSearch.SuggestionSources.
-
- 01 May, 2009 3 commits
-
-
Eric Fischer authored
Merge commit 'a6911fcc' into donut * commit 'a6911fcc': AI 148147: Import lots of zh_TW translation changes.
-
Eric Fischer authored
Automated import of CL 148147
-
Eric Fischer authored
Merge commit '9ebc0f08' into donut * commit '9ebc0f08': AI 148026: Update zh_TW translations.
-
- 30 Apr, 2009 1 commit
-
-
Eric Fischer authored
Automated import of CL 148026
-