| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
BUG=238220
TBR=boliu@chromium.org, joi@chromium.org
Review URL: https://codereview.chromium.org/14630007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199290 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=175186
TBR=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12473004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186462 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Straightforward implementation: Parse the x-auto-login header to
retrieve the relevant information, and plumb that back up to the ui
thread through IoThreadClient and to the AwContentsClient.
Had to add an realm_restriction option since Android WebView callback
supports any realm/domain.
TBR=bulach@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/12011002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178418 0039d316-1c4b-4281-b951-d872f2087c98
|
|
The reason is to re-use the x-auto-login parsing logic in
android_webview/.
The AutoLoginPrompter::ParseAutoLoginHeader is moved and the header
parts of the Param struct is extract into a component. The unit_test has
also moved as they are only testing the parsing logic, but still using
the chrome target.
BUG=
Review URL: https://chromiumcodereview.appspot.com/11970026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177767 0039d316-1c4b-4281-b951-d872f2087c98
|