| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Test: build angler system image.
Change-Id: I09d7f955bd86facca4e4c9fb8ecc243f70346978
|
| |
|
|
|
| |
BUG:18152150
Change-Id: Ifd6dcac17663631058d895c61bb6e8018c5aeecc
|
| |
|
|
| |
Change-Id: Ic1c74c739a668871e37b7b5868f1bc9ed3a65828
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The Chromium WebView Provider needs to subclass HttpAuthHandler
so that we can adapt a ChromHttpAuthHandler into an
android.webkit.HttpAuthHandler. Currently the constructor (that
does nothing) is package private. So to satisfy the subclass
requirement, make it public, and to satisfy the API, make it
@hide.
Bug: 7034995
Change-Id: I9846aecacce078696db5be709394afb980eb25a6
|
| |
|
|
|
|
| |
Bug: 5461416
Change-Id: Ie3bfbf6acde34ea184aa8c8b1d3841e2a2aa8a22
|
| |
|
|
|
|
|
|
|
|
|
| |
Requires external/webkit change:
If8c6f22e8307e1e13b8f7ad29f79305ce24b3255
Requires packages/apps/Browser change:
Id901855830bbe17ede8a18293cff2bbc0aad4ba8
Bug: 5094761
Change-Id: Ida5708aad7cbe5633106e9ae2997c9231aaf95b8
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
This change forwards to the WebView HTTP authentication credentials that
are supplied to an XHR from JavaScript. This allows the WebView to store these
credentials for use with later requests.
This is a re-working of https://android-git.corp.google.com/g/46430
Bug: 2544330
Change-Id: I3f04433b00233d7b7bf4f7e3471d8d15d8817f93
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
from JavaScript
This change forwards to the WebViewClient HTTP authentication credentials that
are supplied to an XHR from JavaScript. This allows the client to store these
credentials for use with later requests.
Currently, the browser only stores credentials that have been entered manually
by the user through the authentication dialog.
Bug: 2544330
Change-Id: I913e35d80b7ad41ff75586092408b86ea9f543d8
|
| |
|
|
|
|
|
|
|
| |
When HttpAuthHandler queries the WebViewClient to obtain a username and
password, we need to make sure that this is done synchronously when the request
is synchronous.
Bug: 2511043
Change-Id: I9ff2156cfb3c81edaf4a50ec7094a00a8f8ff91f
|
| |
|
|
|
| |
found by findbugs
http://b/issue?id=1857033
|
| | |
|
| | |
|
| | |
|
| |
|