summaryrefslogtreecommitdiff
path: root/core/java/android/provider/Browser.java
AgeCommit message (Expand)Author
2020-01-22Merge RP1A.200106.001Steven Laver
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-09-08Merge QP1A.180823.001Bill Peckham
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2018-04-09SEEMP: framework instrumentation and AppProtect featuresPreeti Nagar
2015-06-11Remove bookmarks provider and associated permissions - frameworkSvetoslav
2015-04-23Add permission annotations to the BrowserTor Norbye
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2014-06-09Remove WebIconDatabase calls from android.provider.BrowserJustin Koh
2014-06-09Fix Browser when running on a platform without webviewJustin Koh
2011-02-25Comment clean up.Leon Scroggins
2011-02-23New flag to open intent in a new tab.Leon Scroggins
2010-12-22Fix testGetAllVisitedUrls to match BP1 behaviorJohn Reck
2010-09-16Fix deleting browser history.Jeff Hamilton
2010-09-02Move the searches helpers over to the new provider.Jeff Hamilton
2010-09-01Move Find on page and Select ActionModes to framework.Leon Scroggins
2010-08-31Fix warnings in docs generation.Kristian Monsen
2010-08-18Switch the methods in Browser over to the new provider.Jeff Hamilton
2010-08-04Improve the documentation for the browser provider, and a few small cleanups.Jeff Hamilton
2010-04-12Add a bulk request method for bookmark icons.Patrick Scott
2010-03-25Use a secure setting for default browser geolocation permissionsBjorn Bringert
2010-03-24Do not provide a way to use an AsyncTask from a non main thread.Leon Scroggins
2010-03-15Call close on Cursors in finally blocks.Leon Scroggins
2010-03-12Make sure Browser cursors are closedKen Shirriff
2010-03-11Limit the projection to just the url.Patrick Scott
2010-03-11Use AsyncTask to update the history in the background.Leon Scroggins
2010-03-02Create a method to find matching URLs and use it in updateVisitedHistory.Leon Scroggins
2010-03-01Bug 2464063Paul Westbrook
2010-02-11Add content provider for browser geolocation permissionsBjorn Bringert
2010-02-01Remove the obsolete unused hidden constant.Grace Kloba
2010-01-28Use a single EXTRA_HEADERS intent.Grace Kloba
2010-01-27Add request header support for the Browser/WebView.Grace Kloba
2010-01-19String extras to be used with share page.Leon Scroggins
2009-11-27Store info in the bookmarks/history database on whether it was a manually ent...Leon Scroggins
2009-09-24Not all WebView's host have permission to read the history.Grace Kloba
2009-09-24Coloring clicked-on linksLeon Clarke
2009-09-24Add possibility to customize the chooser dialog used to allow the user to cho...Andrei Popescu
2009-08-05Add a callback for the url of an apple-touch-icon.Patrick Scott
2009-06-29am a1590586: Merge change 5578 into donutAndroid (Google) Code Review
2009-06-26Add new EXTRA_POST_DATA extra key for use in VIEW intents to Browser.Mike LeBeau
2009-06-22resolved conflicts for merge of 9336f5d9 to masterLeon Scroggins
2009-06-22Make browser bookmarks permissions part of the public API.Leon Scroggins
2009-06-18Another javadoc attempted fix.Leon Scroggins
2009-06-18Truly fix the build (I hope).Leon Scroggins
2009-06-18Alter the HISTORY_PROJECTION and BookmarkColumns.Leon Scroggins
2009-06-15hide the new constant as it is pending api approvalGrace Kloba
2009-06-15Add more comment for EXTRA_APPEND_LOCATIONGrace Kloba
2009-06-15Add the extra data definition for append location in the VIEW request to the ...Grace Kloba
2009-06-10URI/extra data for inline scheme.Mitsuru Oshima
2009-03-13auto import from //branches/cupcake_rel/...@138607The Android Open Source Project