summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/URLUtil.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-16Add @UnsupportedAppUsage annotationsMathew Inwood
2018-02-27WebView: relax URLUtil#isFileUrl()Nate Fischer
2017-10-26WebView: change 'iff' to 'if' in docsNate Fischer
2017-09-26WebView: use proper javadocsNate Fischer
2017-09-21WebView: add @Nullable and @NonNull annotationsNate Fischer
2017-09-05WebView: wrap Java literals with {@code}Nate Fischer
2014-11-12[WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla
2013-08-02If frameworks wants ASCII casing, it should explicity ask for it.Elliott Hughes
2012-03-28Tidy up usage of URLUtil constantsJonathan Dixon
2012-03-09Fix obvious typos under frameworks/base/coreKen Wakasa
2010-10-13Make fields in WebAddress private, add getters/settersBjorn Bringert
2010-09-03Hide this log behind the debug flag.Jeff Hamilton
2009-12-07Add "res" support for WebView.Grace Kloba
2009-10-19Fix for b/2164520: Download manager should handle video/m4v MIME type.Ben Murdoch
2009-08-24I am getting tired of the java doc warnings, so fix them.Dianne Hackborn
2009-08-11Improve Browser performance by 1-2%. To address domain sanity bug,Grace Kloba
2009-07-15resolved conflicts for merge of 21d769da to masterGrace Kloba
2009-07-14Fix #1976384. Add p12 to the MimeTypeMap. When downloading p12 in the WebView...Grace Kloba
2009-06-03Centralized debug flags and enabled more granular control of debug settings.Derek Sollenberger
2009-04-13Remove references to android.util.ConfigDave Bort
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project