summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/HttpAuthHandlerImpl.java
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for Android HTTP stackSteve Block2012-02-221-279/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All future releases will use the Chromium HTTP stack and maintaining two HTTP stacks adds maintenance overhead. The Chromium HTTP stack requires V8, but we now use V8 in all build targets (b/5495373), so we can safely drop the Android HTTP stack. LoadListener, HttpAuthHandlerImpl, Network, SslErrorHandlerImpl, WebViewWorker - Android-stack specific, removed StreamLoader, FrameLoader - Require LoadListener, removed CacheLoader, ContentLoader, DataLoader, FileLoader - Extend StreamLoader, removed BrowserFrame - Removed methods that create LoadListener - BrowserFrame.startLoadingResource() is called from native CallbackProxy, WebView - Removed calls to Network methods CacheManager, CookieManager, CookieSyncManager, WebViewCore, WebResourceResponse - Removed other Android-stack specific code JniUtlil - Removed useChromiumHttpStack() WebViewDatabase - Removed all code to create cookies and cache databases for Android HTTP stack See corresponding WebKit change https://android-git.corp.google.com/g/166327. Bug: 5495616 Change-Id: If491675516f6eb187077af4220214bb6e6a8d045
* Remove misleading API council commentsJonathan Dixon2011-12-191-1/+0
| | | | | | Most of these APIs have no intention of being published, at least not in anything like the current form. Change-Id: I1df3ae00320f909caea8a0d42d50ee7400577635
* HTTP auth for Chromium HTTP stack (Java side)Iain Merrick2010-09-161-0/+280
The existing Java callbacks become JNI callbacks. We splice this functionality into HttpAuthHandler, splitting the existing callbacks off into a new package-private class HttpAuthHandlerImpl. The public API is unchanged. Corresponding C++ change: https://android-git.corp.google.com/g/63763 Change-Id: Ia9717b86cbd2c32f17a2f8fad0cec34419c1376b