1. d90670d [iOS][Signin] Add a new state in GoogleServiceAuthError for MDM errors by Arnaud Yameogo · 32 hours ago main
  2. 0ad06d9 private_ai: Rename auth scope constants by Oleh Lamzin · 9 days ago
  3. 9ae9a02 Use empty string for material items missing their titles by Benjamin Zielinski · 13 days ago
  4. ae50995 Rename OriginatingProcess to OriginatingProcessId by Chris Staite · 2 weeks ago
  5. a0d917b Add Wallet service as an OAuth consumer. by Norge Vizcay · 3 weeks ago
  6. 1457b1e Improve testability of google_apis::IsGoogleChromeAPIKeyUsed() by Alex Ilin · 3 weeks ago
  7. f15f3b2 [signin] Pass Chrome platform info to the GetToken endpoint by Alex Ilin · 4 weeks ago
  8. 2d2f2ee [DBSC] Support youtube.com binding with OAML + DBSC-standard by Alex Ilin · 4 weeks ago
  9. 0dcfc63 Properly typemap network.mojom.ConnectionType by Daniel Cheng · 4 weeks ago
  10. 7c51603 Introduce network::OriginatingProcess to replace integer IDs by Chris Staite · 5 weeks ago
  11. cd3ad7a [Legion OAuth Scope] Fix the OAuth scope name for Legion/Phosphor Service. by Saeid Eid · 5 weeks ago
  12. 5a42e5c Use modern names for base::DictValue and base::ListValue by Avi Drissman · 6 weeks ago
  13. 9c91d8c [signin] Add "enable_issue_token_fetch" flag to GaiaConfig by Alex Ilin · 6 weeks ago
  14. 57b5def [google_apis] Refactor GaiaConfig test overrides by Alex Ilin · 6 weeks ago
  15. ff0038b Replace jint with int32_t (Part 2) by Martin Kong · 7 weeks ago
  16. c9089a9 Use string_view instead of string to avoid string copies. by Jeffrey Yu · 7 weeks ago
  17. ac1827a [Contextual Tasks] Add flag to use new OAuth2 Scope by Duncan Mercer · 7 weeks ago
  18. 0c1cf62 Migrate base::Contains() to std::ranges::contains() in google_apis by Victor Hugo Vianna Silva · 7 weeks ago
  19. 068eeb0 Replace jboolean with bool (Part 2) by Martin Kong · 7 weeks ago
  20. f2e4bd2 Introduce LegionCoreHost as a ProfileKeyedService. by Saeid Eid · 8 weeks ago
  21. f87c7fe Migrate various base::Contains() to contains() in google_apis by Victor Hugo Vianna Silva · 8 weeks ago
  22. f8b7022 Revert "Remove kOverrideAPIKeyFeature feature flag" by Mihai Sardarescu · 8 weeks ago
  23. 574983c [Code Health] Remove sameParty cookie attribute in tests by Anton Bershanskyi · 9 weeks ago
  24. c9a9936 Use a single ScopeSet definition by Tanmoy Mollik · 9 weeks ago
  25. bdcfaca Remove identity_manager/scope_set.h by Tanmoy Mollik · 2 months ago
  26. 443f0b3 [Signin] Rename GoogleServiceAuthError::USER_NOT_SIGNED_UP to ACCOUNT_NOT_FOUND by Łukasz Barczyński · 3 months ago
  27. f224f81 Remove superfluous base/gtest_prod_util.h includes from headers by Lei Zhang · 3 months ago
  28. 9932490 Remove unused methods in auth_service by Tanmoy Mollik · 3 months ago
  29. b7d4bae Fix some formatting issues in //google_apis by Victor Hugo Vianna Silva · 3 months ago
  30. fe40d1c Fix more IWYU issues by Victor Hugo Vianna Silva · 3 months ago
  31. e4af1b3 Fix C-style casts of size_t to int in EXPECT/ASSERT. by Tom Sepez · 3 months ago
  32. f44aa93 WebHistoryService: Use webhistory OAuth2 scope by Marc Treib · 3 months ago
  33. 7fcac8d Add DEFINE_JNI macro to the end of every file (part 5) by Martin Kong · 3 months ago
  34. 6340181 Remove uses of BodyAsStringCallbackDeprecated (google_apis/) by Andrew Williams · 3 months ago
  35. 3bef646 [DBSC] Make youtube domain not supported for OAML cookie binding by Ernest Nguyen Hung · 3 months ago
  36. f78fa44 [DBSC] Make `FakeGaia` OAML bound session response spec compliant by Ernest Nguyen Hung · 3 months ago
  37. 7dea2b5 Add the keyword static in front of every JNI_ function (part 2) by Martin Kong · 3 months ago
  38. 7e2b238 Remove superfluous base/feature_list.h includes from various headers by Lei Zhang · 3 months ago
  39. 3ddf47c Reland "Move logging::LoggingSettings to base/logging/logging_settings.h" by Lei Zhang · 3 months ago
  40. 0cf916f Revert "Move logging::LoggingSettings to base/logging/logging_settings.h" by Lei Zhang · 4 months ago
  41. 101794b Move logging::LoggingSettings to base/logging/logging_settings.h by Lei Zhang · 4 months ago
  42. 15f5d34 [DBSC] Move `GetBoundSessionsToRegister` to `OAuthMultiloginResult` by Ernest Nguyen Hung · 4 months ago
  43. 368bd77 [DBSC] Parse DBSC standard session format in OAML response by Ernest Nguyen Hung · 4 months ago
  44. 6233c32 [CodeHealth] Remove stale base::Feature GCMDeleteIncomingMessagesWithoutTTL by Benjamin Keen · 4 months ago
  45. f410b8c Move oauth_consumer_id in c/signin/public/base by Tanmoy Mollik · 4 months ago
  46. 00b3ac9 Migrate other code to HexEncodeLower by David Benjamin · 4 months ago
  47. 16db4e6 Remove superfluous ref_counted.h includes from headers by Lei Zhang · 4 months ago
  48. 17b2d99 Remove some superfluous network_context.mojom.h includes by Lei Zhang · 4 months ago
  49. aa37cb6 Reland "Add GN arg "enable_src_internal" and GN global "is_internal_chrome_branded"" by Andrew Grieve · 4 months ago
  50. 3a21fcc Revert "Add GN arg "enable_src_internal" and GN global "is_internal_chrome_branded"" by Shuhei Takahashi · 4 months ago
  51. 11ef920 Add GN arg "enable_src_internal" and GN global "is_internal_chrome_branded" by Andrew Grieve · 4 months ago
  52. b2b2d3a Swap ref_counted.h for scoped_refptr.h when appropriate in various dirs by Lei Zhang · 4 months ago
  53. 562f416 Reland deleted logic in auth_service by Tanmoy Mollik · 4 months ago
  54. 704a86b Use HttpRequestHeaders constants in resource requests by Vikram Pasupathy · 4 months ago
  55. e1fd829 Refactor AuthService clients to use OAuthConsumerId by Tanmoy Mollik · 5 months ago
  56. a563b2f [signin] Various small fixes for GoogleServiceAuthError by Alex Ilin · 5 months ago
  57. 0dfc40d [PasskeyUnlockErrorUI] Implement `OpenTabWithPasskeyUnlockChallenge`. by Yurii Lahodiuk · 5 months ago
  58. 2c8cc3e [DBSC] Add feature param controlling oaml cookie binding enforcement by Alex Ilin · 5 months ago
  59. f89ff71 [signin] Use std::variant for GoogleServiceAuthError internal state by Alex Ilin · 5 months ago
  60. 98af8b7 Remove unnecessary //build/config/features.gni imports by Lei Zhang · 5 months ago
  61. 2218a9a Append `laf=b64bin` to `ListAccountsURLWithSource()` by Amelie Schneider · 5 months ago
  62. da4124d [Signin] Use OAuthConsumerId in boca/ by Liza Bipin · 5 months ago
  63. 4a5fb35 Refactor c/manta to use OAuthConsumerId by Tanmoy Mollik · 5 months ago
  64. 215010f Migrate GURL accessors to Get* variants in various grab-bag dirs by Charlie Harrison · 5 months ago
  65. dff49c4 Prepare to remove base::JSONReader::Read's parsing option default by Daniel Cheng · 5 months ago
  66. b54bbec Prepare to remove base::JSONReader::Read's parsing option default by Daniel Cheng · 5 months ago
  67. 1e532e6 Prepare to remove base::JSONReader::ReadAndReturnValueWithError's parsing option default by Daniel Cheng · 5 months ago
  68. 39ff0e9 [google_apis] Fix escaping query params for OAML requests by Ernest Nguyen Hung · 5 months ago
  69. 27879c7 [DBSC] Send additional OAML query param to enable server experiment by Ernest Nguyen Hung · 5 months ago
  70. 14b2007 Update CanonicalCookie::FromStorage iOS and histogram behavior by Andrew Williams · 5 months ago
  71. eb41c42 Prepare to remove base::JSONReader::ReadDict's parsing option default by Daniel Cheng · 5 months ago
  72. a98c2a3 [DBSC] Extend OAML browser tests by reuse/override session cases by Ernest Nguyen Hung · 6 months ago
  73. 1a575f8 [gaia] Preliminary work to remove the UNIT_TEST macro in //google_apis by Ho Cheung · 6 months ago
  74. fbcf49d Use OAuthConsumerId for PrimaryAccountAccessTokenFetcher clients - 11 by Tanmoy Mollik · 6 months ago
  75. 7c36f90 boca: Add request/response logic for fetching course work material by Michael Checo · 6 months ago
  76. 8a586f0 [DBSC] Extend OAML tests to cover persistent errors by Ernest Nguyen Hung · 6 months ago
  77. e58de47 [gaia] Replace ?-operator with literal true/false arms with binary operations by Ho Cheung · 6 months ago
  78. d1d8edc boca: Move Material class to shared types file by Michael Checo · 6 months ago
  79. 5b8f8cd google_apis: Migrate BASE_FEATURE macros to 2-argument version by Xiaohan Wang · 6 months ago
  80. 47635f9 [Cast] Convert access code to use kSignin rather than kSync by David Roger · 6 months ago
  81. 6b2d7fa Remove some deprecated base::JSONWriter::Write() calls in various dirs by Lei Zhang · 6 months ago
  82. 2421984 Clean up ListAccountsUsesBinaryFormat by Amelie Schneider · 6 months ago
  83. 09223e1 [DBSC] Unify OAML histograms names by Ernest Nguyen Hung · 6 months ago
  84. 38ac0c4 [DBSC] Add OAML bound session browser test by Ernest Nguyen Hung · 6 months ago
  85. 6294a5f Add some missing includes of http_response_headers.h by David Sanders · 6 months ago
  86. 8ab28a0 [google_apis] Provide utility for OAuth token response mocking by Alex Ilin · 6 months ago
  87. 94123c6 [signin] Disable GetAccountCapabilitiesUsesGetAllVisibleUrl feature by Alex Ilin · 6 months ago
  88. 75be84d [signin] Change the fetch account capabilities URL on Desktop by Alex Ilin · 6 months ago
  89. cf23da0 [DevToolsUIBindings] Add GDP service handler http requests to GDP service by Ergün Erdoğmuş · 6 months ago
  90. 8f7a8b4 [DBSC] Record UMA on OAuthMultilogin device bound session parsing error by Ernest Nguyen Hung · 6 months ago
  91. c408c18 Use OAuthConsumerId for PrimaryAccountAccessTokenFetcher clients - 7 by Tanmoy Mollik · 7 months ago
  92. 6e97e6c Run unsafe_buffers pragma rewriter over remaining files. by Tom Sepez · 7 months ago
  93. a97e74e Use OAuthConsumerId for PrimaryAccountAccessTokenFetcher clients - 6 by Tanmoy Mollik · 7 months ago
  94. 003141a Use OAuthConsumerId for PrimaryAccountAccessTokenFetcher clients - 5 by Tanmoy Mollik · 7 months ago
  95. 21b2d80 Add DUMP_WILL_BE_NOTREACHED() in ExtractDomainName() if email empty by Jérôme Lebel · 7 months ago
  96. c8f7393 Refactor GaiaAuthFetcher to use HttpRequestHeaders by Doug Turner · 7 months ago
  97. bb89673 spanification: remove `#pragma allow_unsafe_buffers` where unneeded by Arthur Sonzogni · 7 months ago
  98. bfe2495 Auto-format //google_apis GN files by Lei Zhang · 7 months ago
  99. 9ffa617 [DBSC] Add OAML 'device_bound_session_info' parsing by Ernest Nguyen Hung · 7 months ago
  100. 4211f31 [DBSC] Create `RegisterBoundSessionPayload` struct by Ernest Nguyen Hung · 7 months ago