New issue
Advanced search Search tips

Issue 923873 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

GaiaCookieManagerService cookie change notifications are unreliable

Project Member Reported by droger@chromium.org, Yesterday (40 hours ago)

Issue description

GaiaCookieManagerService randomly ignores some cookie changes notifications:

See:
https://cs.chromium.org/chromium/src/components/signin/core/browser/gaia_cookie_manager_service.cc?rcl=17145a3a105605a589b47b881d51fa0277f899dc&l=684

  // Ignore changes to the cookie while requests are pending.  These changes
  // are caused by the service itself as it adds accounts.  A side effects is
  // that any changes to the gaia cookie outside of this class, while requests
  // are pending, will be lost.  However, trying to process these changes could
  // cause an endless loop (see crbug.com/516070).


 

Sign in to add a comment