summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/UrlInterceptHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-2/+1
| | | | | | | | Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library. Bug: 145132366 Test: m && diff unsupportedappusage_index.csv Change-Id: I5be7335b23a92b8ac80d2fd890198273b66ad644
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-161-0/+3
| | | | | | | | | | | | | | | | For packages: android.webkit This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: I41643e1e47391a12b0aed3058b3d9987a8e6ee2f
* WebView: add @Nullable and @NonNull annotationsNate Fischer2017-09-211-4/+7
| | | | | | | | | | | | | | | | | This adds @Nullable and @NonNull annotations where the docs previously stated this. This change should be safe, since we already disallowed null values for the @NonNull parameters via documentation. I verified that documentation changes for APIs which previously did not mention null-ness in @param or @return Javadocs (if the API already mentioned it in these spots, then DroidDoc prefers the hand-written description). This also fixes various lint errors. Bug: 65465498 Test: make update-api and manually verify docs Change-Id: I4751508d0e72be8ddfc3d6b601db8c307c9df60e
* WebView: wrap Java literals with {@code}Nate Fischer2017-09-051-4/+5
| | | | | | | | | | | | | | | | Docs change only. This wraps some Java literals (true, false, null) with {@code} blocks, as per Android API guidelines. This also addresses other presubmit errors: * fix lines that have become too long * fix broken import order and unused imports Bug: 65213517 Test: make docs (and manually verify things look better) Change-Id: Idc7fe28d40bea7bd1edcad539b75fa9c689b8d46
* Restore 4 classes that were accidentally deletedJonathan Dixon2013-10-181-0/+60
| | | | | | | | | | Bug 11291911 These deleted classes were previously public APIs and so need to remain in the build (but hidden) in order to keep existing apps working. (Partially reverts Change-Id: I02549a71104b35d86d99058c71f43e054730ec7d) Change-Id: I28e53b056f41e66645136f5e18fba2ff55a65fe5
* Delete the old WebView.Torne (Richard Coles)2013-10-151-60/+0
| | | | | | | | | Delete all the Java classes used only by the old WebView implementation, and also sections of common classes that were only needed for the old WebView. Bug: 10427705 Change-Id: I02549a71104b35d86d99058c71f43e054730ec7d
* Hiding deprecated classes and methodsKristian Monsen2011-02-231-0/+3
| | | | | | | These have been deprecated for more than a yearm so hiding them. Note that this CL was approved in honeycomb, but moved to MR1: https://android-git.corp.google.com/g/#change,89487
* remove GearsAndrei Popescu2009-08-131-2/+10
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-0/+15
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+34
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-34/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+34