index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
common
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean-up inline members of nested classes (chrome/)
hans@chromium.org
2012-08-10
2
-0
/
+15
*
Correct const accessors in base/values.(h|cc), Part II (ListValue)
vabr@chromium.org
2012-08-03
1
-1
/
+1
*
Correct const accessors in base/values.(h|cc)
vabr@chromium.org
2012-07-27
1
-2
/
+2
*
tweaks to IssueAdviceInfoEntry
estade@chromium.org
2012-07-24
3
-9
/
+16
*
Remove unused interceptors in WebAuthFlow and OAuth2MintTokenFlow.
munjal@chromium.org
2012-07-24
2
-49
/
+0
*
Update API of OAuth2AccessTokenFetcher to return an expiration date.
qsr@chromium.org
2012-07-19
7
-22
/
+68
*
Revert 147199 - Update API of OAuth2AccessTokenFetcher to return an expiratio...
jochen@chromium.org
2012-07-18
7
-68
/
+22
*
Update API of OAuth2AccessTokenFetcher to return an expiration date.
qsr@chromium.org
2012-07-18
7
-22
/
+68
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
20
-20
/
+0
*
retry r144574 with read-after-free fix.
estade@chromium.org
2012-06-28
2
-15
/
+44
*
Revert r 144574 "Modify experimental identity flow to display scope descripti...
oshima@chromium.org
2012-06-27
2
-41
/
+15
*
Modify experimental identity flow to display scope descriptions and details.
estade@chromium.org
2012-06-27
2
-15
/
+41
*
RefCounted types should not have public destructors, delegate cleanup
rsleevi@chromium.org
2012-06-26
3
-8
/
+11
*
Move email and domain canonicalization helper to common/net/gaia
mnissler@chromium.org
2012-06-25
3
-0
/
+180
*
Surface appropriate error message during OTP sign in.
rogerta@chromium.org
2012-06-21
4
-12
/
+64
*
Move test_url_fetcher_factory.* from content/ to net/url_request
akalin@chromium.org
2012-06-19
8
-31
/
+40
*
Move content::URLFetcher static functions to net::URLFetcher
akalin@chromium.org
2012-06-19
11
-17
/
+17
*
Fix problem of logging in with a password that contains json special
rogerta@chromium.org
2012-06-15
5
-47
/
+156
*
Add DVLOG(2) to gaia_auth_fetcher.cc for debugging
akalin@chromium.org
2012-06-13
1
-0
/
+6
*
Move the rest of the content\test headers that are used by embedders to conte...
jam@chromium.org
2012-06-04
8
-8
/
+8
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
3
-3
/
+3
*
Reland: Fix imported server certs being distrusted in NSS 3.13.
mattm@chromium.org
2012-06-01
1
-10
/
+9
*
Revert 139719 - Fix imported server certs being distrusted in NSS 3.13.
falken@google.com
2012-05-31
1
-9
/
+10
*
Fix imported server certs being distrusted in NSS 3.13.
mattm@chromium.org
2012-05-31
1
-10
/
+9
*
Added additional flags to control federated login host+path in tests.
zelidrag@chromium.org
2012-05-30
1
-2
/
+27
*
Chrome uses the /TokenAuth endpoint to get SID+LSID cookies when signing in to
rogerta@chromium.org
2012-05-29
4
-147
/
+3
*
Added chrome switch that lets tests override URL path prefix for GAIA login r...
zelidrag@chromium.org
2012-05-25
1
-10
/
+22
*
Move URLFetcherFactory from content to net
akalin@chromium.org
2012-05-25
6
-10
/
+10
*
Remove the CHECK that causes Chrome to crash in some cases
munjal@chromium.org
2012-05-24
1
-3
/
+5
*
Revert "Revert 137734 - Select theme resources from ResourceBundle at request...
flackr@chromium.org
2012-05-24
1
-3
/
+5
*
Change most content::URLFetcher references to net::URLFetcher
akalin@chromium.org
2012-05-23
11
-49
/
+49
*
Remove content::URLFetcherDelegate
akalin@chromium.org
2012-05-22
18
-78
/
+84
*
If the version field is omitted from the certificate, the default
wtc@chromium.org
2012-05-19
2
-4
/
+18
*
Fix some oauth2 test code: put most code in anonymous namespace to avoid
munjal@chromium.org
2012-05-19
5
-7
/
+12
*
It seems GAIA had changed dosserver rules today, so we can go back to account...
zelidrag@chromium.org
2012-05-18
9
-47
/
+114
*
Reverted 136345 - Ran into GAIA dosserver issues in prod for http://accounts....
zelidrag@chromium.org
2012-05-18
9
-114
/
+47
*
Revert 137734 - Select theme resources from ResourceBundle at requested scale...
fischman@chromium.org
2012-05-17
1
-5
/
+3
*
Select theme resources from ResourceBundle at requested scale factor.
flackr@chromium.org
2012-05-17
1
-3
/
+5
*
Rewrite base::JSONReader to be 35-40% faster, depending on the input string.
rsesek@chromium.org
2012-05-16
2
-4
/
+2
*
Coverity: Fix pass by value error in GaiaOAuthClient::Core.
kmadhusu@chromium.org
2012-05-15
1
-2
/
+2
*
Add support in signin UI for asking the user for OTP.
rogerta@chromium.org
2012-05-14
2
-11
/
+11
*
Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/
akalin@chromium.org
2012-05-11
14
-35
/
+38
*
Update GAIA URL to accounts.google.com/... from www.google.com/accounts/...
zelidrag@chromium.org
2012-05-10
9
-47
/
+114
*
Moved url_utils from chrome/browser/net to chrome/common/net.
groby@chromium.org
2012-05-09
3
-0
/
+234
*
A few more fixed after some more testing against servers in production.
rogerta@chromium.org
2012-05-03
5
-139
/
+138
*
Add support for OAuthLogin endpoint to GaiaAuthFetcher. Also renamed some me...
rogerta@chromium.org
2012-04-27
5
-77
/
+247
*
RefCounted types should not have public destructors, chrome/ edition
rsleevi@chromium.org
2012-04-25
1
-2
/
+3
*
Add support for ClientOAuth endpoint to GaiaAuthFetcher. Also add support
rogerta@chromium.org
2012-04-20
8
-38
/
+630
*
Fix a memory leak in a new test I added.
munjal@chromium.org
2012-04-17
1
-1
/
+1
*
Set the authorization header when calling an API. Otherwise, no API call will...
munjal@chromium.org
2012-04-16
3
-2
/
+39
[next]