summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/HttpAuthHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove a couple of unused android.webkit methods.Gustav Sennton2017-07-201-10/+0
| | | | | | Test: build angler system image. Change-Id: I09d7f955bd86facca4e4c9fb8ecc243f70346978
* [WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla2014-11-121-0/+2
| | | | | BUG:18152150 Change-Id: Ifd6dcac17663631058d895c61bb6e8018c5aeecc
* Fix broken more JavaDoc linksJonathan Dixon2012-11-301-1/+1
| | | | Change-Id: Ic1c74c739a668871e37b7b5868f1bc9ed3a65828
* Make HttpAuthHandler ctor public/@hide.Ben Murdoch2012-08-221-2/+2
| | | | | | | | | | | | 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
* Improve JavaDoc for HTTP basic authentication methodsSteve Block2012-07-231-8/+19
| | | | | | Bug: 5461416 Change-Id: Ie3bfbf6acde34ea184aa8c8b1d3841e2a2aa8a22
* Add a flag to force suppression of the auth dialog.Ben Murdoch2011-08-051-0/+8
| | | | | | | | | | | Requires external/webkit change: If8c6f22e8307e1e13b8f7ad29f79305ce24b3255 Requires packages/apps/Browser change: Id901855830bbe17ede8a18293cff2bbc0aad4ba8 Bug: 5094761 Change-Id: Ida5708aad7cbe5633106e9ae2997c9231aaf95b8
* HTTP auth for Chromium HTTP stack (Java side)Iain Merrick2010-09-161-236/+9
| | | | | | | | | | | 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
* Cherry pick from master.Steve Block2010-04-011-1/+1
| | | | | | | | | | | 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
* Provides ability to store HTTP authentication credentials supplied to an XHR ↵Steve Block2010-03-251-0/+10
| | | | | | | | | | | | | | 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
* Fix HttpAuthHandler for synchronous requestsSteve Block2010-03-191-0/+103
| | | | | | | | | 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
* make final constants staticCary Clark2009-08-111-2/+2
| | | | | found by findbugs http://b/issue?id=1857033
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-20/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+186
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-186/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+186