summaryrefslogtreecommitdiffstats
path: root/components/auto_login_parser
Commit message (Collapse)AuthorAgeFilesLines
* components: Move auto_login_parser into auto_login_parser namespace.tfarina@chromium.org2013-05-093-14/+9
| | | | | | | | | 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
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
| | | | | | | | | | 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
* Hook up WebViewClient.onReceivedLoginRequestboliu@chromium.org2013-01-233-10/+69
| | | | | | | | | | | | | | | | 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
* Componentize AutoLoginPrompter::ParseAutoLoginHeaderboliu@chromium.org2013-01-185-0/+174
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