index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
webkit
/
URLUtil.java
Age
Commit message (
Expand
)
Author
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-16
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-02-27
WebView: relax URLUtil#isFileUrl()
Nate Fischer
2017-10-26
WebView: change 'iff' to 'if' in docs
Nate Fischer
2017-09-26
WebView: use proper javadocs
Nate Fischer
2017-09-21
WebView: add @Nullable and @NonNull annotations
Nate Fischer
2017-09-05
WebView: 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-02
If frameworks wants ASCII casing, it should explicity ask for it.
Elliott Hughes
2012-03-28
Tidy up usage of URLUtil constants
Jonathan Dixon
2012-03-09
Fix obvious typos under frameworks/base/core
Ken Wakasa
2010-10-13
Make fields in WebAddress private, add getters/setters
Bjorn Bringert
2010-09-03
Hide this log behind the debug flag.
Jeff Hamilton
2009-12-07
Add "res" support for WebView.
Grace Kloba
2009-10-19
Fix for b/2164520: Download manager should handle video/m4v MIME type.
Ben Murdoch
2009-08-24
I am getting tired of the java doc warnings, so fix them.
Dianne Hackborn
2009-08-11
Improve Browser performance by 1-2%. To address domain sanity bug,
Grace Kloba
2009-07-15
resolved conflicts for merge of 21d769da to master
Grace Kloba
2009-07-14
Fix #1976384. Add p12 to the MimeTypeMap. When downloading p12 in the WebView...
Grace Kloba
2009-06-03
Centralized debug flags and enabled more granular control of debug settings.
Derek Sollenberger
2009-04-13
Remove references to android.util.Config
Dave Bort
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project