History log of /frameworks/base/core/java/android/webkit/HttpAuthHandler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
451e338c51e8c45efc0d21536dfae6f78f6d5e06 10-Nov-2014 Ignacio Solla <igsolla@google.com> [WebView] Allow the WebView to be compiled against the system SDK.

BUG:18152150
Change-Id: Ifd6dcac17663631058d895c61bb6e8018c5aeecc
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java
47aaba3faf5c950e1d7b2c613fe8e2c73c6748a7 01-Dec-2012 Jonathan Dixon <joth@google.com> Fix broken more JavaDoc links

Change-Id: Ic1c74c739a668871e37b7b5868f1bc9ed3a65828
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java
2433fe9f04caa4257f7313a41d3bbae90ca2fe23 22-Aug-2012 Ben Murdoch <benm@google.com> Make HttpAuthHandler ctor public/@hide.

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
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java
46ce1db6ff3290b82b12f11715fbe82734a44322 17-Jul-2012 Steve Block <steveblock@google.com> Improve JavaDoc for HTTP basic authentication methods

Bug: 5461416

Change-Id: Ie3bfbf6acde34ea184aa8c8b1d3841e2a2aa8a22
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java
a7f0ed46208bf1658624e22dc061e20e97d30481 05-Aug-2011 Ben Murdoch <benm@google.com> Add a flag to force suppression of the auth dialog.

Requires external/webkit change:
If8c6f22e8307e1e13b8f7ad29f79305ce24b3255

Requires packages/apps/Browser change:
Id901855830bbe17ede8a18293cff2bbc0aad4ba8

Bug: 5094761
Change-Id: Ida5708aad7cbe5633106e9ae2997c9231aaf95b8
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java
10229b24d061b02b2620ac59dc986c540efd3741 31-Aug-2010 Iain Merrick <husky@google.com> HTTP auth for Chromium HTTP stack (Java side)

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
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java
0348440e4ad665f9fa7ed73a5c6b533e183a9e1f 26-Mar-2010 Steve Block <steveblock@google.com> Cherry pick from master.

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
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java
c6a90a59b342114d760d899e09d8def672b49ca8 25-Mar-2010 Steve Block <steveblock@google.com> Provides ability to store HTTP authentication credentials supplied to an XHR 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
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java
c877c6b87a2e72bdffda756fc75f0ec684de6fbd 12-Mar-2010 Steve Block <steveblock@google.com> Fix HttpAuthHandler for synchronous requests

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
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java
0867e69176858e258b620a1b3acff2363c95b87d 11-Aug-2009 Cary Clark <cary@android.com> make final constants static

found by findbugs
http://b/issue?id=1857033
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java
105925376f8d0f6b318c9938c7b83ef7fef094da 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@140373
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/core/java/android/webkit/HttpAuthHandler.java