History log of /packages/apps/Browser/src/com/android/browser/BrowserProvider.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
24727f19f0c01b6b3106fc0383d262a72f4487df 17-Sep-2010 Leon Scroggins III <scroggo@google.com> am 8774c667: Remove "Show web suggestions" from browser settings

Merge commit '8774c667dd446346dca5f5d3c89092fbc86448d0' into gingerbread

* commit '8774c667dd446346dca5f5d3c89092fbc86448d0':
Remove "Show web suggestions" from browser settings
8774c667dd446346dca5f5d3c89092fbc86448d0 17-Sep-2010 Leon Scroggins III <scroggo@google.com> Remove "Show web suggestions" from browser settings

Bug:3011374
Change-Id: I44d57431d127e48d25a957915a2fb93dc96b1053
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
8bf09b6200101c050af76118e1980ac2ccf2a0c5 14-Sep-2010 Bjorn Bringert <bringert@android.com> am d2670653: Add user-selected search providers to browser

Merge commit 'd26706538834e0ed58bf28f08d9a2885c0e7efcb' into gingerbread

* commit 'd26706538834e0ed58bf28f08d9a2885c0e7efcb':
Add user-selected search providers to browser
d26706538834e0ed58bf28f08d9a2885c0e7efcb 13-Sep-2010 Bjorn Bringert <bringert@android.com> Add user-selected search providers to browser

The lists of search providers are taken from Chrome.

Change-Id: I7af6dc1258950d1fc5cf86013f8be9f3c5db0f1a
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
1a6e0e8cdd0898bd63f9f27df1b86cbe6722f3bb 02-Sep-2010 Brad Fitzpatrick <bradfitz@android.com> Use new apply() instead of commit().

apply() starts an async disk write and doesn't have a return
value but is otherwise identical in observable effects.

Change-Id: Id1199cd43d62882cfe7343d46e283b32404dea5d
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
a7611811e0d744a7220b7bf80c8f795af5ea53ed 24-Mar-2010 Bjorn Bringert <bringert@android.com> Use system setting for default geolocation permissions

This reverts change I0be5dbf4d99d07ca13b07fb299155c5aa17a51bd
and adds an observer on the new default geolocation permission
secure setting.

Bug http://b/issue?id=2535598

Change-Id: I4edcbd3080b7d3af5dc6d74f26779b6d92248010
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
93bea966f525c15a5c23caac771399a0be6fc3f1 23-Mar-2010 Andrei Popescu <andreip@google.com> Use a Thread instead of an AsyncTask for removing Gears. This is because
the database upgrade method can be invoked on any thread (e.g. a Binder
thread, when QSB makes an IPC call to the Browser content provider).

Fix b: 2529299
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
b6a6544982df8c4dfa4a5871a3f6e0d9fe60dff3 06-Mar-2010 Christopher Tate <ctate@google.com> Refactor android.backup -> android.app.backup

Change-Id: Ifc005e14e8b7ac921ffa1a56a46c5c4083b4ea2d
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
c7c0fced4bfa9a15d4db28b4376f3fec28ef7fa5 02-Mar-2010 Bjorn Bringert <bringert@android.com> Use SUGGEST_COLUMN_TEXT_2_URL in browser suggestions

Before, the Browser used an HTML <font> tag to style
URLs in history / bookmark suggestions. The color used
was a hidden framework resource, it assumed that
the caller knew to interpret HTML mark-up, and it only
worked on a light colored background.

Now a separate column is used for displayed URLs, letting
the caller decide how to style URLs.

Part of the fix for http://b/issue?id=2380681

Change-Id: I1c3981de22bccf9cba2f2b903225ef1b50226758
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
391df7c27e22b4b6e52d082f89d8efef808e73c0 02-Mar-2010 Grace Kloba <klobag@google.com> Change where "Search for web"'s position.

If there is a matching history/bookmark, it will be
in the second place. Otherwise it will be in the first
place.

Fix http://b/issue?id=2314166
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
385effd3192a16b737a7d4fbe4fc71c6cf467627 25-Feb-2010 Dianne Hackborn <hackbod@google.com> Update to reflect android-common no longer in framework.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
43914692ad81ec64e5da2dd3e7e3f79b71594eaa 19-Feb-2010 Patrick Scott <phanna@android.com> Remove our dependency on gsf.

Hardcode the account values when looking up the hosted domain. We also hardcode
the settings uri for looking up the client id. This is the better solution for
now because the client id is written only once. If the partner setup were to
write the value to the BrowserProvider, it would get erased if the user decided
to reset the Browser.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
f2463ae7ea9f59f3408a87b146d83bee4f26c37b 23-Feb-2010 Leon Scroggins <scroggo@google.com> Backup bookmarks when a new bookmark is added.

Fix for http://b/issue?id=2332942
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
3274754180614765168ff039f4c1dea1196e86ec 18-Feb-2010 Bjorn Bringert <bringert@android.com> Use SearchManager.getWebSearchActivity() for web suggestions

This makes sure that the web suggestions come from the global
search package. With the old code, web suggestions could break
if some random app had a default intent filter for ACTION_WEB_SEARCH.

Change-Id: I67ecbe90433c01dc7a51921573c584d888a819d6
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
e6c4bd8af161f4f7ee23889cd10afc9d323aff85 09-Feb-2010 Bjorn Bringert <bringert@android.com> Add geolocation permissions to BrowserProvider

The old hidden Google-specific framework setting
Settings.Secure.USE_LOCATION_FOR_SERVICES has been removed
and replaced by a setting in GoogleSettingsProvider.

Since Browser can't read from GoogleSettingsProvider,
I've instead changed SetupWizard and the Google search settings
(in GoogleQuickSearchBox) to write to this new geolocation
content provider in the Browser.

The geolocation permission content provider is write-only, and
requires a signatureOrSystem permission to write to. So
only system apps can add geolocation permissions,
and the only system apps that do so are SetupWizard and
GoogleQuickSearchBox.

Bug: http://b/issue?id=2428694
Change-Id: I0be5dbf4d99d07ca13b07fb299155c5aa17a51bd
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
4db482f37c2d246c0fdc6a64b4320a04229e2c09 04-Feb-2010 Jeff Hamilton <jham@android.com> This should fix the build.

Change-Id: Ib03e2d8500a53b5f8742b19415a421a602947ec3
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
a1cc3fdce19a336c251297c61cd83ac6cf767cd1 01-Feb-2010 Leon Scroggins <scroggo@google.com> Use the constants defined in RecognizerResultsIntent for voice search.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
58d56c6b5052faa86083965132cd51b1a9594d0e 28-Jan-2010 Leon Scroggins <scroggo@google.com> Handle the voice search intent.

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
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
d3992d41910911697e02b5ebd87a97d5fbfc509e 28-Jan-2010 Grace Kloba <klobag@google.com> Move the "Search web ..." to the first in the
suggestion list.

http://b/issue?id=2314166
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
abc3ac84a47b1ed7bd4ae66ebdfac5cee5db9a51 04-Dec-2009 Bjorn Bringert <bringert@android.com> Change SearchableInfo import

SearchableInfo has moved from android.server.search to
android.app.

This is part of http://b/issue?id=2270838

Change-Id: Ie2888363484b24b08715e5959a873e5fa59722f9
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
b446443e47c334bc3aaae98b67c8dca347da3032 25-Nov-2009 Leon Scroggins <scroggo@google.com> Only show manually entered URLs in suggestions.

In the bookmarks database, add a column to keep track of whether
the url was entered by the user. When providing a Cursor for
suggestions, do not show visited websites that were not entered
by the user. In BrowserActivity, add manually entered urls to
the database, so that they can be seen in the suggestons.

Requires a change to frameworks/base.

Fixes http://b/issue?id=2281371
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
5ee906c089567bca705e18561357510d7b55cb5a 18-Nov-2009 Dan Egnor <egnor@google.com> Change android.text.util.Regex to com.android.common.Patterns
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
0485170e03e079eb61b9dd52fc2c98da02fa7b2c 22-Sep-2009 Bjorn Bringert <bringert@android.com> Pass search intent extra data through the browser

This is needed by some web search providers for logging.

Change-Id: I7a6dba26d79ee97e4a4628269b212e80151ad9ee
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
1b20b9de7c495232fd81ab2f6b4ef2e5a35bf457 21-Sep-2009 Andrei Popescu <andreip@google.com> Remove Gears files
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
6b52a55ecd3b91ca31a0d7111f87a5d7937f215b 04-Sep-2009 Grace Kloba <klobag@google.com> Remove clientid from the url before it is added to the database. So that we
won't show them in the auto-complete list.

Update the browser.db and remove history only entries who has clientid.

Fix http://b/issue?id=2099727
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
3918d4443ff38ef1870e02aa51a8b29f8352bb1a 04-Aug-2009 Patrick Scott <phanna@android.com> Implement onReceivedTouchIconUrl.

Add DownloadTouchIcon, an AsyncTask that downloads the apple-touch-icon for urls
that are marked as bookmarks. The touch icon is stored in the bookmark database
similar to favicons and thumbnails. If a shortcut is created for a bookmark
containing a touch icon, the touch icon is used (with rounded corners).

Refactor the bookmarks query to be a static function. The function uses the
original url and new url to look for matching bookmarks. This takes care of
redirects as well as bookmarks containing queries.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
f0c36f7aea6087ea67e7c9dd4a7bf29018ac2f25 29-Jul-2009 Christopher Tate <ctate@android.com> More precise determination of when to back up the bookmarks

Instead of blindly assuming that any change to the bookmark table requires a
backup pass, we now attempt to discern whether the change is a user-visible
alteration of the bookmark set. We do this in the provider's hooks for
insert/delete/update operations.

Insert is easy; we simply check for bookmarks=1 in the field values of the row
being added, and request backup if it's there.

Delete and update operations are more problematic; we need to check whether the
record being acted on is part of the bookmark set. To do this unambiguously
requires querying the record's bookmark field, so we do that if it looks like
the operation might be one relevant to the bookmark backup [either deleting a
bookmark row, or changing the title/url of an existing bookmark, or changing
whether a given row represents a bookmark].
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
9c0dd8caacff99ba76bbb9dc2cab156cded505a8 11-Jul-2009 Christopher Tate <ctate@android.com> First real cut of bookmarks backup agent

The agent now does backup/restore of the bookmarks table. Whether to back up is
determined by flattening the bookmark table, CRCing the flattened
representation, and comparing the CRC with the previous backup pass's version.
If they differ (or if the file size differs), the table is deemed to have
changed and we send the flattened file off to the server as a single key.

On restore, the bookmark records are read individually from the flattened
representation, the existing bookmarks table is queried for a matching URL, and
if none exists the bookmark is inserted into the table.

Bookmarks.addBookmark() now takes a boolean argument "retainIcon." When false,
the implementation will not call into the web icon database. This is necessary
during restore because the web icon database is only available from the Browser
app's main thread, but restore happens without the app proper being involved.
The other call points for addBookmark() have been updated to pass 'true,' i.e.
preserving the current behavior.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
4524cc71312ba78e5b7430f347da45c0a3d3a74d 10-Jul-2009 Satish Sampath <satish@android.com> am 60d24e21: Make suggestion text color change based on the item state

Merge commit '60d24e219b1763bc294974e042c67a1a6cadd8d5'

* commit '60d24e219b1763bc294974e042c67a1a6cadd8d5':
Make suggestion text color change based on the item state
60d24e219b1763bc294974e042c67a1a6cadd8d5 09-Jul-2009 Satish Sampath <satish@android.com> Make suggestion text color change based on the item state

This is dependant on change https://android-git/g/6623
Bug: http://b/issue?id=1865037
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
88be2b6919f96037a84ba17b84692838aaf5ac42 02-Jul-2009 Ramanan Rajeswaran <ramanan@google.com> am 378e5722: set default client id

Merge commit '378e5722d0cad2b082afb42ea64405286de332a5'

* commit '378e5722d0cad2b082afb42ea64405286de332a5':
set default client id
378e5722d0cad2b082afb42ea64405286de332a5 01-Jul-2009 Ramanan Rajeswaran <ramanan@google.com> set default client id
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
a03bbce2a5ea3ea49f701ecc57832ad90d10ea31 24-Jun-2009 Android (Google) Code Review <android-gerrit@google.com> am d1c2a433: Merge change 5160 into donut

Merge commit 'd1c2a433c79451aac4340aef8f0d83081977df84'

* commit 'd1c2a433c79451aac4340aef8f0d83081977df84':
Return the url of a browser history item in the intent query column of the
2af730520477a41106eef3a8480bb57fda5b03b2 24-Jun-2009 Mike LeBeau <mlebeau@android.com> 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.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
ae5b217906397adf6287fc2528cf4b3f59682dec 22-Jun-2009 Bjorn Bringert <bringert@android.com> am d8b0ad28: Use SearchManager.getSuggestions() non-statically.

Merge commit 'd8b0ad28ce8a3a6b5dfab954e4f7aa7b0af2674f'

* commit 'd8b0ad28ce8a3a6b5dfab954e4f7aa7b0af2674f':
Use SearchManager.getSuggestions() non-statically.
d8b0ad28ce8a3a6b5dfab954e4f7aa7b0af2674f 22-Jun-2009 Bjorn Bringert <bringert@android.com> Use SearchManager.getSuggestions() non-statically.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
b6b7f9ef3b4ed220063f555d8b7c205210a61a04 18-Jun-2009 Leon Scroggins <scroggo@google.com> Use a grid view for bookmarks page.

The BrowserProvider now stores another blob
for a screenshot of the page. If the current
page is a bookmark, store a screenshot. When
viewing bookmarks, show a gridview of screenshots
of the bookmarks.

Requires a change to framework to add THUMBNAIL
to Browser.BookmarkColumns and to the HISTORY_PROJECTION
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
740eadfd4d8fa42701992f4c4123e46f8767755a 15-Jun-2009 Leon Scroggins <scroggo@google.com> When searching the browser history, search titles.

Copy of change https://android-git.corp.google.com/g/Gerrit#change,2450
into donut.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
fe65dcbd3b0b55312639cd7dcceb398cc70fd057 15-Jun-2009 Android (Google) Code Review <android-gerrit@google.com> am e2c52f76: Merge change 4105 into donut

Merge commit 'e2c52f7689c684ff6b962b20d45f41f52e8749cc'

* commit 'e2c52f7689c684ff6b962b20d45f41f52e8749cc':
Honor the system setting of whether to show web suggestions.
62b71f79a80e471bdb84bc06a88cd78a8162e3a5 12-Jun-2009 Leon Scroggins <scroggo@google.com> Honor the system setting of whether to show web suggestions.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
afcf198a24a9e88592067f544b8a132c2a2fcd10 03-Jun-2009 Satish Sampath <satish@android.com> resolved conflicts for merge of 565505 to master
565505b1a2c1d3099496af5910760087602e994a 29-May-2009 Satish Sampath <satish@android.com> Use system default web search & suggestions providers.

- 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.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
bd359cc6925f8d06489c93327732251f1fecf425 26-May-2009 Leon Scroggins <scroggo@google.com> Searching the history now checks for matches to the title.

Fix for http://b/issue?id=1853732 : Searching the browser
provider does not match bookmarks based on title.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
31887fd87668d8bd7b10e1be4b149c06c6a11808 18-May-2009 Leon Scroggins <scroggo@google.com> Fix issues found by FindBugs.

Remove inefficient "new String(String)" constructor. Also use
Integer.valueOf() instead of "new Integer".
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
1cce4f9ec666d75b533a3448f12de27d1e184dc3 15-May-2009 Mike LeBeau <mlebeau@android.com> am c42f81b8: Get the color value for the search url color from a theme value (dependent on change 1691, and will not submit until that is submitted).

Merge commit 'c42f81b8a0233af34aeba7526489883f6a1e0542'

* commit 'c42f81b8a0233af34aeba7526489883f6a1e0542':
Get the color value for the search url color from a theme value
c42f81b8a0233af34aeba7526489883f6a1e0542 15-May-2009 Mike LeBeau <mlebeau@android.com> Get the color value for the search url color from a theme value
(dependent on change 1691, and will not submit until that is
submitted).
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
8f4aee8b86e7e8e3f3f05a8ddef17e955ccae498 15-May-2009 Mike LeBeau <mlebeau@android.com> am 1ef26a30: Only swap title and subtitle for website suggestions; query suggestions should still stay the same (i.e., query in title, number of results in subtitle).

Merge commit '1ef26a30d0372d9fe55e8cb877b1b94bc93c2829'

* commit '1ef26a30d0372d9fe55e8cb877b1b94bc93c2829':
Only swap title and subtitle for website suggestions; query suggestions
1ef26a30d0372d9fe55e8cb877b1b94bc93c2829 14-May-2009 Mike LeBeau <mlebeau@android.com> Only swap title and subtitle for website suggestions; query suggestions
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.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
4155183d0c479d1e92f26b1a469b9dff4029f7d2 14-May-2009 Mike LeBeau <mlebeau@android.com> am 21beb13: Swap the title and subtitle of browser suggestions, so the w

Merge commit '21beb13181eb2b04a0356c77e0c737ea7acdad71'

* commit '21beb13181eb2b04a0356c77e0c737ea7acdad71':
Swap the title and subtitle of browser suggestions, so the webpage title
21beb13181eb2b04a0356c77e0c737ea7acdad71 13-May-2009 Mike LeBeau <mlebeau@android.com> Swap the title and subtitle of browser suggestions, so the webpage title
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. :)
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
e1fcea07b51aea4bdb0baa4cb6ea7a455061bff0 30-Apr-2009 Bjorn Bringert <bringert@android.com> am bcd20b3: Import clean-up in BrowserProvider.

Merge commit 'bcd20b33a57c6505eb610c9d0bad2aa643bc2dfc'

* commit 'bcd20b33a57c6505eb610c9d0bad2aa643bc2dfc':
Import clean-up in BrowserProvider.
4764476bae447bce88580d2c58ca9e1fc7c5279e 30-Apr-2009 Bjorn Bringert <bringert@android.com> am 346dafb: Add search suggestions for just bookmarks+history.

Merge commit '346dafbfbd4c43fb6e71227b5c812978a1d9ac3f'

* commit '346dafbfbd4c43fb6e71227b5c812978a1d9ac3f':
Add search suggestions for just bookmarks+history.
bcd20b33a57c6505eb610c9d0bad2aa643bc2dfc 29-Apr-2009 Bjorn Bringert <bringert@android.com> Import clean-up in BrowserProvider.

While I was working on BrowserProvider, I noticed some unused and
incorrecly ordered imports.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
6439977e2db31525729eeed1f12c00ef3ce72f69 29-Apr-2009 Bjorn Bringert <bringert@android.com> am 24e1ec6: Fix Google search suggestions in Browser address bar.

Merge commit '24e1ec69f429c0dc5205e021a46c2b432b2ce652'

* commit '24e1ec69f429c0dc5205e021a46c2b432b2ce652':
Fix Google search suggestions in Browser address bar.
346dafbfbd4c43fb6e71227b5c812978a1d9ac3f 29-Apr-2009 Bjorn Bringert <bringert@android.com> Add search suggestions for just bookmarks+history.

The browser returns bookmarks+history, and pads with
google search suggest, when search suggestions are
requested using content://browser/search_suggest_query
This patch adds a new URI
content://browser/bookmarks/search_suggest_query
that only returns bookmarks+history.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
24e1ec69f429c0dc5205e021a46c2b432b2ce652 29-Apr-2009 Bjorn Bringert <bringert@android.com> Fix Google search suggestions in Browser address bar.

Before, the BrowserProvider talked directly to the
SearchManagerService and implemented its own version of
the SearchManager code for getting search suggestions.
This breaks if the global search provider is not
GoogleSearch.

This patch changes BrowserProvider to instead use
the SearchManager API to get suggestions from
the GoogleSearch application. When we have support
for third-party web search providers, this should be
changed to use the selected web search provider.
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
faa15dbaaf1a7f605bbaeda4936667211ce6fd5b 03-Apr-2009 Leon Scroggins <> AI 144462: Fix for 1570350: file:///foo not recorded in goto history. When creating suggestions for the search bar, provide suggestions from the history/bookmarks database that begin with "file" if the user types "file".
BUG=1570350

Automated import of CL 144462
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
0ba83cebb55525d3a207149a2847d2a0dac42f03 26-Mar-2009 Grace Kloba <> Automated import from //branches/donutburger/...@142729,142729
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
3d493dbdb2bc5f0eb4464ae9040aaec7bcb082d6 26-Mar-2009 Grace Kloba <> Automated import from //branches/master/...@142773,142773
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
87dae9ab44c6538265c86deccb29ee125c5c74d2 25-Mar-2009 Grace Kloba <> Automated import from //branches/master/...@142273,142273
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
b7a0f3f152916edd046ff0e3f27f381dff18d35c 25-Mar-2009 Grace Kloba <> Automated import from //branches/donutburger/...@142261,142261
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
dd4f4297c08803b238af28dddb373a1aea06cc1e 25-Mar-2009 Ramanan Rajeswaran <> Automated import from //branches/master/...@141638,141638
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
f447f26579a10515272f5b9824c918a56a9b104b 25-Mar-2009 Ramanan Rajeswaran <> Automated import from //branches/donutburger/...@141637,141637
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
a3c0aabac06a1390d1d49f34b9bac74534b606c8 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@140373
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
0c90888c75eed12f6e2e14a9044faf50bd4af8ed 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
8611831e36b71c844a14788998728f3cd625b833 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
b7775e1e46a6c8ce0f07747d44c1b1792bb0ce1c 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
ed217d91fb3f1a8f4e75ab36ef81d72ef9f4e6d6 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java
ba6d7b853c32ad6c3be26c443daa61f322bcfdc2 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Browser/src/com/android/browser/BrowserProvider.java