Sign in
chromium
/
chromium
/
src
/
google_apis
/
HEAD
10a2cba
Exported things should always be visible
by Devon Loehr
· 3 days ago
main
cd2b220
Add AuthService::IdentityManagerObserver::OnIdentityManagerShutdown()
by Jérôme Lebel
· 4 days ago
7e8ee23
Request the client_channel oauth scope for DriveFS
by Ben Reich
· 7 days ago
1a0313b
spanification: remove `#pragma allow_unsafe_buffers` where unneeded
by Stephen Nusko
· 8 days ago
0e2e67a
String constants migration
by Patrick Monette
· 11 days ago
210764d
Revert "Use base::cstring_view in base::Environment"
by Ian Clelland
· 3 weeks ago
94bc74a
Use base::cstring_view in base::Environment
by Patrick Monette
· 3 weeks ago
e2c820a
[CodeHealth] Migrate `OnURLLoadComplete` to use `optional`
by Claudio DeSouza
· 3 weeks ago
dd6685b
[misc] Modernize Environment::GetVar to use std::optional
by Helmut Januschka
· 3 weeks ago
c462dcd
OAuth2: Mark "gemini" scope as unconsented signed-in.
by Jeremy Roman
· 3 weeks ago
0469b2e
[DBSC] Split Signin.OAuth2MintToken.BoundFetchAuthError UMA
by Alex Ilin
· 4 weeks ago
97914d2
[gaia] Update code to the default equality operator
by Alex Ilin
· 4 weeks ago
e5ad5ef
[ios] Convert CHECK(..., base::NotFatalUntil::M133) to CHECK(...)
by Sylvain Defresne
· 4 weeks ago
3a05fa6
[Scrip] Create GoogleServiceAuthError inside AuthException
by Tanmoy Mollik
· 4 weeks ago
f8c3300
[gaia] Make kAccessDenied a Scope Limited Unrecoverable error
by Alex Ilin
· 5 weeks ago
d39f1c2
Add `ListAccountsUsesBinaryFormat` to `fieldtrial_testing_config.json`
by Amelie Schneider
· 5 weeks ago
2b0a3a3
Record Signin.OAuth2MintToken.Response in OAuth2MintTokenFlow
by Alex Ilin
· 5 weeks ago
02d2813
[google_apis] Treat issueAdvice responses as scope limited errors
by Alex Ilin
· 6 weeks ago
c0bb524
[google_apis] Improve error handling in oauth2_mint_token_flow
by Alex Ilin
· 6 weeks ago
3b82361
[google_apis] Move OAuth2Response enum into a separate file
by Alex Ilin
· 6 weeks ago
ae26a83
[Android] Use automated java enum gen for GoogleServiceAuthError State
by Tanmoy Mollik
· 6 weeks ago
bdc9f3d
Reland "cros-geo-apikey: Update ChromeOS surfaces to use new API keys"
by Zauri Meshveliani
· 6 weeks ago
4d87315
Revert "cros-geo-apikey: Update ChromeOS surfaces to use new API keys"
by Joel Hockey
· 6 weeks ago
d38dba1
cros-geo-apikey: Update ChromeOS surfaces to use new API keys
by Zauri Meshveliani
· 6 weeks ago
206a239
Roll protobuf to v30.1
by Sophie Chang
· 6 weeks ago
728ebd5
Introduce net::IOBuffer::first() convenience method
by Tom Sepez
· 8 weeks ago
64ced52
Add kChromeGlic gaia source
by Dan Harrington
· 8 weeks ago
6218f51
[Signin] Fix forever waiting in signin-internals ui
by Tanmoy Mollik
· 10 weeks ago
92b41e0
[spark][omnibox] Add an option to use the Discovery Engine OAuth scope.
by Justin Donnelly
· 10 weeks ago
dcf11db
Extract google_apis gn args to a gni file
by Olivier Robin
· 2 months ago
acd950f
arrayify: Prefer `constexpr`
by Kalvin Lee
· 2 months ago
895ed8a
[SCRIP] Add parsing access_denied errors in OATF
by Tanmoy Mollik
· 3 months ago
2a5d790
[Signin] Prune unreachable branch in OAuth2AccessTokenFetcherImpl
by Tanmoy Mollik
· 3 months ago
67c14ba
[SCRIP] Add admin_policy_enforced error in OAuth2AccessTokenFetcher
by Tanmoy Mollik
· 3 months ago
c4ab464
Remove test-only factory functions for CoreAccountId
by Mikel Astiz
· 3 months ago
8db7e25
Support all google classroom course work types.
by Zifan Zhang
· 3 months ago
185abfb
[code health] Using ReadDict to simplify some JSON parsing
by Ho Cheung
· 3 months ago
e52c8c4
Add correct scope for teacher list course work
by Benjamin Zielinski
· 3 months ago
fa8c371
google_apis: Remove Lacros leftovers
by Georg Neis
· 3 months ago
aeb09b9
Remove some unused includes of //base/notreached.h
by David Sanders
· 3 months ago
0c58452
Suppress unsafe_libc_call warning for initial identified files.
by Tom Sepez
· 3 months ago
da8ae92
Avoid unnecessary GaiaId casts in tests about supervised users
by Mikel Astiz
· 3 months ago
e2cb217
[cleanup] Replace base::ranges with std::ranges: google_apis/
by Peter Kasting
· 3 months ago
897bbbf
Remove code for accounts from GCM
by Rushan Suleymanov
· 3 months ago
54c2afe
Update the google classroom api to populate work type and material title.
by Zifan Zhang
· 4 months ago
a1e060d
[ios] Avoid implicit conversion GaiaId<-->std::string in tests
by Mikel Astiz
· 4 months ago
82d9c55
google_apis: fix code for newer protobuf
by Takuto Ikuta
· 4 months ago
f5861b4
[ios] Adopt class GaiaId for improved type safety
by Mikel Astiz
· 4 months ago
56f4548
Allow tests to define static/constexpr GaiaId literals
by Mikel Astiz
· 4 months ago
89fd9b7
Remove a bunch of logging getting in my way of debugging test failure.
by Peter Kasting
· 4 months ago
781dc03
google_apis: fix missing includes for protobuf roll
by Takuto Ikuta
· 4 months ago
3c15f51
Switch CoreAccountId to C++20 comparisons: <=> and ==, not <, ==, and !=
by Peter Kasting
· 4 months ago
d8cb1e9
[Boca] Get classroom course section
by Benjamin Zielinski
· 4 months ago
c7c30c9
Reland "Update remaining GaiaId-related tests to avoid implicit conversion"
by Mikel Astiz
· 4 months ago
6f83deb
Revert "Update remaining GaiaId-related tests to avoid implicit conversion"
by luci-bisection@appspot.gserviceaccount.com
· 4 months ago
555bdca
C++11 std::array rewrite for memory safety [18/19]
by Arthur Sonzogni
· 4 months ago
7e2df5c
Update remaining GaiaId-related tests to avoid implicit conversion
by Mikel Astiz
· 4 months ago
a7d03f8
Remove kOverrideAPIKeyFeature feature flag
by Mihai Sardarescu
· 4 months ago
99bcbdc
Update GaiaId-related tests under google_apis/gaia
by Mikel Astiz
· 4 months ago
7b5e59e
Update GaiaId-related tests under components/gcm*
by Mikel Astiz
· 4 months ago
5590342
Add binary format to /ListAccounts responses.
by Maciek Slusarczyk
· 4 months ago
1a51db1
[DBSC] Update TokenBindingResponseEncryptionError histograms
by Alex Ilin
· 5 months ago
7d8070e
Adopt class GaiaId broadly under //chrome except in unit-tests
by Mikel Astiz
· 5 months ago
02879aa
Fix missing enums.xml entry for OAuthMultiloginResponseStatus
by Alex Ilin
· 5 months ago
6470995
C++11 std::array rewrite for memory safety [16/19]
by Arthur Sonzogni
· 5 months ago
403655e
[google_apis] Remove unused OAuthRequestSigner
by Alex Ilin
· 5 months ago
7054d4c
[signin] Adopt class GaiaId components/signin and related files
by Mikel Astiz
· 5 months ago
500e1c9
Introduce class GaiaId to improve type safety
by Mikel Astiz
· 5 months ago
4133974
[google_apis] Enable unsafe buffer warnings in //google_apis
by Alex Ilin
· 5 months ago
e7aa38d
[DBSC] Record UMA on cookie decryption error in OAuthMultilogin
by Alex Ilin
· 5 months ago
4885814
[DBSC] Decrypt cookies from OAuthMultilogin response if needed
by Alex Ilin
· 5 months ago
593e281
Random drive-by cleanups to gaia_auth_fetcher.cc.
by Peter Kasting
· 6 months ago
43bc3b3
Store account capabilities as a constexpr std::array<std::string_view>
by Daniel Cheng
· 6 months ago
d12567b
[DBSC] Propagate token binding challenge from OAML response
by Alex Ilin
· 6 months ago
8ae706d
[Signin] Send Gaia origin if it is not the default one
by Boris Sazonov
· 6 months ago
79064c4
Convert MultiOAuth header generation code to an utility function
by Alex Ilin
· 6 months ago
6df4e90
Rename test case for YTM errors
by Sean Kau
· 6 months ago
4ef50e1
people: Add contacts OAuth2 scope
by mlcui
· 6 months ago
0d8ca0f
Parse the ErrorInfo field for reasons
by Sean Kau
· 6 months ago
a84dfe2
people: Add phone numbers to contact request type
by mlcui
· 6 months ago
b17f1b3
people: Add emails to contact request type
by mlcui
· 6 months ago
f1c3db6
people: Add create contact request
by mlcui
· 6 months ago
8f3d9e3
[google_apis] Remove BUILDFLAG(OS_IOS) from google_api_keys.
by Mihai Sardarescu
· 7 months ago
19b9393
people: Add `GaiaUrls` unit tests for endpoint URLs
by mlcui
· 7 months ago
3d848e7
[google_apis] Crash if the API key was already configured
by Mihai Sardarescu
· 7 months ago
764b06d
people: Add endpoint URLs to `GaiaUrls`
by mlcui
· 7 months ago
a74951a
people: Add initial API response types
by mlcui
· 7 months ago
02abbcf
people: Add initial API request types
by mlcui
· 7 months ago
f1a2bf1
use std::optional base::GetFileSize() in misc. files
by Helmut Januschka
· 7 months ago
0d7dbb7
Migrate some callers to optional-based GetNormalizedHeader overload
by Chris Fredrickson
· 7 months ago
3795e1a
[DBSC] Support MultiOAuth authorization header format
by Alex Ilin
· 7 months ago
305ebd1
Add a new ApiErrorCode for the YouTube Music API
by Sean Kau
· 7 months ago
a5ff497
Reland "Add Boca API key."
by Dorian Brandon
· 7 months ago
a0ce3a2
drive: Add `converted_mime_type` to `MultipartUploadNewFileDelegate`
by mlcui
· 7 months ago
6ef8361
drive: Add `convert` URL param to multipart upload URL generator
by mlcui
· 7 months ago
950d9c3
[Signin] Add AccountsInCookieJarInfo::GetAllAccounts
by Boris Sazonov
· 7 months ago
f80fe9a
Revert "Add Boca API key."
by Steinar H Gunderson
· 7 months ago
386a675
Add Boca API key.
by Dorian Brandon
· 7 months ago
94a89ac
Replace const-value arguments where const-ref intended.
by Tom Sepez
· 7 months ago
c3855e4
[Signin] Use AccountsInCookieJarInfo in ListAccounts and OnGaiaAccountsInCookieUpdated
by Boris Sazonov
· 7 months ago
Next »