summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider/Browser.java
Commit message (Expand)AuthorAgeFilesLines
* Comment clean up.Leon Scroggins2011-02-251-3/+3
* New flag to open intent in a new tab.Leon Scroggins2011-02-231-2/+7
* Fix testGetAllVisitedUrls to match BP1 behaviorJohn Reck2010-12-221-2/+4
* Fix deleting browser history.Jeff Hamilton2010-09-161-1/+1
* Move the searches helpers over to the new provider.Jeff Hamilton2010-09-021-26/+8
* Move Find on page and Select ActionModes to framework.Leon Scroggins2010-09-011-1/+4
* Fix warnings in docs generation.Kristian Monsen2010-08-311-2/+1
* Switch the methods in Browser over to the new provider.Jeff Hamilton2010-08-181-117/+67
* Improve the documentation for the browser provider, and a few small cleanups.Jeff Hamilton2010-08-041-28/+126
* Add a bulk request method for bookmark icons.Patrick Scott2010-04-121-20/+5
* Use a secure setting for default browser geolocation permissionsBjorn Bringert2010-03-251-49/+0
* Do not provide a way to use an AsyncTask from a non main thread.Leon Scroggins2010-03-241-62/+38
* Call close on Cursors in finally blocks.Leon Scroggins2010-03-151-58/+67
* Make sure Browser cursors are closedKen Shirriff2010-03-121-6/+6
* Limit the projection to just the url.Patrick Scott2010-03-111-6/+8
* Use AsyncTask to update the history in the background.Leon Scroggins2010-03-111-34/+63
* Create a method to find matching URLs and use it in updateVisitedHistory.Leon Scroggins2010-03-021-8/+52
* Bug 2464063Paul Westbrook2010-03-011-8/+0
* Add content provider for browser geolocation permissionsBjorn Bringert2010-02-111-0/+49
* Remove the obsolete unused hidden constant.Grace Kloba2010-02-011-23/+0
* Use a single EXTRA_HEADERS intent.Grace Kloba2010-01-281-15/+3
* Add request header support for the Browser/WebView.Grace Kloba2010-01-271-24/+21
* String extras to be used with share page.Leon Scroggins2010-01-191-2/+25
* Store info in the bookmarks/history database on whether it was a manually ent...Leon Scroggins2009-11-271-4/+20
* Not all WebView's host have permission to read the history.Grace Kloba2009-09-241-17/+17
* Coloring clicked-on linksLeon Clarke2009-09-241-0/+26
* Add possibility to customize the chooser dialog used to allow the user to cho...Andrei Popescu2009-09-241-4/+20
* Add a callback for the url of an apple-touch-icon.Patrick Scott2009-08-051-1/+10
* am a1590586: Merge change 5578 into donutAndroid (Google) Code Review2009-06-291-0/+11
|\
| * Add new EXTRA_POST_DATA extra key for use in VIEW intents to Browser.Mike LeBeau2009-06-261-0/+11
* | resolved conflicts for merge of 9336f5d9 to masterLeon Scroggins2009-06-221-0/+16
|\ \ | |/
| * Make browser bookmarks permissions part of the public API.Leon Scroggins2009-06-221-0/+16
* | Another javadoc attempted fix.Leon Scroggins2009-06-181-2/+2
* | Truly fix the build (I hope).Leon Scroggins2009-06-181-0/+6
* | Alter the HISTORY_PROJECTION and BookmarkColumns.Leon Scroggins2009-06-181-1/+3
|/
* hide the new constant as it is pending api approvalGrace Kloba2009-06-151-0/+3
* Add more comment for EXTRA_APPEND_LOCATIONGrace Kloba2009-06-151-3/+5
* Add the extra data definition for append location in the VIEW request to the ...Grace Kloba2009-06-151-1/+8
* URI/extra data for inline scheme.Mitsuru Oshima2009-06-101-1/+25
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-0/+12
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+448
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-448/+0
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-6/+4
* Initial ContributionThe Android Open Source Project2008-10-211-0/+450