summaryrefslogtreecommitdiff
path: root/core/java/android/webkit
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Add major version code to platform.Dianne Hackborn2017-12-041-4/+4
| |/ / / |/| | |
* | | | Merge "WebView: linkify ClientCertRequest method names"TreeHugger Robot2017-11-291-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | WebView: linkify ClientCertRequest method namesNate Fischer2017-11-291-7/+7
* | | | Added Privacy section to AutofillService documentation.Felipe Leme2017-11-221-0/+4
|/ / /
* | | Merge "Fix WebViewUpdateService test expectation to match reality."Gustav Sennton2017-11-211-1/+3
|\ \ \
| * | | Fix WebViewUpdateService test expectation to match reality.Gustav Sennton2017-11-201-1/+3
* | | | WebView: misc docs changes for WebSettingsNate Fischer2017-11-171-15/+15
* | | | Deprecate framework Fragments and LoadersIan Lake2017-11-131-0/+3
|/ / /
* | | WebView: clarify Safe Browsing opt-in in docsNate Fischer2017-11-081-6/+17
* | | Merge "WebView: misc docs changes in WebViewClient"TreeHugger Robot2017-10-311-18/+19
|\ \ \
| * | | WebView: misc docs changes in WebViewClientNate Fischer2017-10-311-18/+19
* | | | Merge "WebView: make notes in docs stand out"TreeHugger Robot2017-10-315-14/+20
|\ \ \ \
| * | | | WebView: make notes in docs stand outNate Fischer2017-10-265-14/+20
| |/ / /
* | | | Merge "WebView: document requirement for Activity Context"TreeHugger Robot2017-10-311-7/+11
|\ \ \ \
| * | | | WebView: document requirement for Activity ContextNate Fischer2017-10-261-7/+11
| |/ / /
* | | | Merge "[WebView] Clean up code for finding paths and sizes of native libs"TreeHugger Robot2017-10-271-105/+124
|\ \ \ \
| * | | | [WebView] Clean up code for finding paths and sizes of native libsGustav Sennton2017-10-271-105/+124
* | | | | Merge "Revert "[WebView] Clean up code for finding paths and sizes of native ...Salvador Martinez2017-10-261-124/+105
|\ \ \ \ \
| * | | | | Revert "[WebView] Clean up code for finding paths and sizes of native libs"Salvador Martinez2017-10-261-124/+105
* | | | | | Merge "WebView: change 'iff' to 'if' in docs"TreeHugger Robot2017-10-264-21/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | WebView: change 'iff' to 'if' in docsNate Fischer2017-10-264-21/+21
| | |_|/ / | |/| | |
* | | | | [WebView] Clean up code for finding paths and sizes of native libsGustav Sennton2017-10-261-105/+124
| |/ / / |/| | |
* | | | Refactor some WebView loading logic into WebViewLibraryLoader.Gustav Sennton2017-10-242-26/+27
|/ / /
* | | Merge "[WebView] Only pass one path to relro creation/loading at a time."TreeHugger Robot2017-10-052-19/+15
|\ \ \
| * | | [WebView] Only pass one path to relro creation/loading at a time.Gustav Sennton2017-10-052-19/+15
* | | | Fix NPE in WebView relro creator process.Torne (Richard Coles)2017-10-042-3/+8
* | | | Improve handling of devices without a WebView.Torne (Richard Coles)2017-10-033-18/+46
* | | | WebView: use proper javadocsNate Fischer2017-09-264-10/+10
|/ / /
* | | Merge "WebView: add @Nullable and @NonNull annotations"TreeHugger Robot2017-09-2619-53/+110
|\ \ \ | |/ / |/| |
| * | WebView: add @Nullable and @NonNull annotationsNate Fischer2017-09-2119-53/+110
* | | Consider shared libs when precreating WebView classloader.Torne (Richard Coles)2017-09-192-7/+16
* | | Merge "Minor fixes on WebView.onProvideAutofillVirtualStructure() javadoc." i...Felipe Leme2017-09-181-36/+7
|\ \ \ | | |/ | |/|
| * | Minor fixes on WebView.onProvideAutofillVirtualStructure() javadoc.Felipe Leme2017-09-151-36/+7
* | | Merge "WebView: document Safe Browsing and shouldInterceptRequest" into oc-mr...Nate Fischer2017-09-141-0/+8
|\| |
| * | WebView: document Safe Browsing and shouldInterceptRequestNate Fischer2017-09-111-0/+8
* | | Merge "WebView: remove "</p>" tags from docs"Nate Fischer2017-09-147-52/+43
|\ \ \ | |_|/ |/| |
| * | WebView: remove "</p>" tags from docsNate Fischer2017-09-117-52/+43
* | | WebView: wrap Java literals with {@code}Nate Fischer2017-09-0527-259/+264
|/ /
* | Merge "WebView: fix setSafeBrowsingWhitelist table in docs" into oc-mr1-dev a...Nate Fischer2017-08-311-5/+4
|\|
| * WebView: fix setSafeBrowsingWhitelist table in docsNate Fischer2017-08-301-5/+4
* | Merge "WebView: fix broken references to #onShowFileChooser"TreeHugger Robot2017-08-311-2/+2
|\ \
| * | WebView: fix broken references to #onShowFileChooserNate Fischer2017-08-301-2/+2
* | | Merge "WebView: require APKs to target OMR1" into oc-mr1-dev am: c233f44a26Nate Fischer2017-08-281-1/+1
|\ \ \ | |/ / |/| / | |/
| * WebView: require APKs to target OMR1Nate Fischer2017-08-281-1/+1
| * WebView: clarify docs for addJavascriptInterfaceNate Fischer2017-08-231-2/+3
* | Merge "WebView: clarify docs for addJavascriptInterface"TreeHugger Robot2017-08-231-2/+3
|\ \
| * | WebView: clarify docs for addJavascriptInterfaceNate Fischer2017-08-221-2/+3
* | | Merge "WebView: rename initSafeBrowsing and remove shutdownSafeBrowsing" into...Nate Fischer2017-08-222-33/+13
|\ \ \ | |/ / |/| / | |/
| * WebView: rename initSafeBrowsing and remove shutdownSafeBrowsingNate Fischer2017-08-212-33/+13
| * Merge "Additional documentation about Autofill / WebView security." into oc-d...Felipe Leme2017-08-151-0/+12
| |\