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
*
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
*
Add a mode to OAuth2MintTokenFlow that fetches the messages to show to the user.
munjal@chromium.org
2012-04-13
5
-317
/
+584
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
4
-7
/
+4
*
Removing unsed profile in test method.
qsr@chromium.org
2012-04-10
1
-21
/
+0
*
Addressing comments from msw and rsleevi for the following patch which is
munjal@chromium.org
2012-04-05
3
-18
/
+21
*
Make all the things use cert_test_util.h.
mattm@chromium.org
2012-03-31
1
-49
/
+21
*
Create an abstract flow class that abstracts the following logical steps of c...
munjal@chromium.org
2012-03-30
3
-0
/
+541
*
Remove code for kTalkService since its no longer used.
rogerta@chromium.org
2012-03-30
2
-3
/
+0
*
nss: Fix GetCertType returning SERVER_CERT for explicitly distrusted CA certs.
mattm@chromium.org
2012-03-29
1
-0
/
+101
*
Add an experimental identity API for platform apps.
jstritar@chromium.org
2012-03-23
4
-4
/
+91
*
Revert 128296 - Add an experimental identity API for platform apps.
gman@chromium.org
2012-03-23
4
-91
/
+4
*
Add an experimental identity API for platform apps.
jstritar@chromium.org
2012-03-22
4
-4
/
+91
*
Launch HTTP pipelining compatibility field trial for 1% of canary users.
simonjam@chromium.org
2012-03-22
2
-0
/
+34
*
Make sure password manager does not display at the same time as one-click.
rogerta@chromium.org
2012-03-21
2
-2
/
+14
*
[Coverity] Fix pass-by-val to pass-by-ref
groby@chromium.org
2012-03-14
1
-2
/
+2
*
Added multi-login support to one-click signin.
rogerta@chromium.org
2012-03-07
3
-17
/
+38
*
[cros] Use mocked URLFetcher and other mocks in ExistingUserController tests.
nkostylev@chromium.org
2012-03-06
2
-12
/
+11
*
Coverity: Fix pass-by-value.
jhawkins@chromium.org
2012-03-04
2
-3
/
+4
*
Add a flow class to abstract all the details of minting a token for an app.
munjal@chromium.org
2012-03-03
5
-8
/
+459
*
Convert the XXX_sync builders to using directly sync_integration_tests.
maruel@chromium.org
2012-03-02
1
-2
/
+6
*
Changes to the GAIA auth fetching to support one-click login.
rogerta@chromium.org
2012-03-01
4
-38
/
+83
*
Add code to mint OAuth tokens from login-scoped OAuth token.
munjal@chromium.org
2012-03-01
6
-0
/
+501
*
Move values_test_util.{h,cc} to base/test
akalin@chromium.org
2012-02-29
1
-3
/
+3
*
Replace chrome/common/net/http_return.h with net/http/http_status_code.h
akalin@chromium.org
2012-02-27
12
-90
/
+68
*
[Sync] Remove sync/util/oauth.{h,cc} and dependencies
akalin@chromium.org
2012-02-24
2
-4
/
+2
*
This pref would be used in deciding whether or not to promote G+-related exte...
caitkp@chromium.org
2012-02-18
3
-23
/
+14
*
Revert 90758 - Revert 90572 - Disable GaiaAuthFetcherTest.ErrorComparator, it...
dpapad@chromium.org
2012-02-15
1
-1
/
+7
*
Marking OAuth2AccessTokenFetcherTest.ParseGetAccessTokenResponse disabled on ...
dpapad@chromium.org
2012-02-15
1
-1
/
+7
*
Disable MakeGetAccessTokenBody in the OAuth2 test.
gbillock@chromium.org
2012-02-10
1
-2
/
+2
*
Disable OAuth2AccessTokenFetcherTest.Success as well.
bauerb@chromium.org
2012-02-10
1
-2
/
+2
*
Disable OAuth2AccessTokenFetcherTest.GetAccessTokenResponseCodeFailure as well.
bauerb@chromium.org
2012-02-10
1
-1
/
+2
*
Disable OAuth2AccessTokenFetcherTest.GetAccessTokenRequestFailure.
bauerb@chromium.org
2012-02-10
1
-2
/
+3
*
Mark OAuth2AccessTokenFetcherTest.GetAccessTokenRequestFailure as flaky, curr...
csilv@chromium.org
2012-02-09
1
-1
/
+1
[next]