1. 07ea5387 Extract LazyBackgroundTaskQueue from ExtensionSystem. by juncai · 10 years ago
  2. 9168b2f Standardize usage of virtual/override/final in extensions/ by dcheng · 11 years ago
  3. 0eac4e1b replace OVERRIDE and FINAL with override and final in extensions/ by mostynb · 11 years ago
  4. c3bb718 Remove extension unload notification from LazyBackgroundLazyBackgroundTaskQueue and use ExtensionRegistryObserver instead. by [email protected] · 11 years ago
  5. 9fe4204 Convert extensions::LazyBackgroundTaskQueue from Profile to BrowserContext by [email protected] · 12 years ago[Renamed (76%) from chrome/browser/extensions/lazy_background_task_queue.h]
  6. f724021 Add unit tests for extensions::LazyBackgroundTaskQueue by [email protected] · 12 years ago
  7. 0951077 Don't try to load an event page to fire an event if the browser is shutting down. by [email protected] · 12 years ago
  8. ed78d3fd Remove obsolete cruft in LazyBackgroundTaskQueue that dealt with queueing up by [email protected] · 13 years ago
  9. 3a1dc57 Move ExtensionHost into extensions namespace by [email protected] · 13 years ago
  10. 0d475e07 Introduce runtime.onSuspendCanceled() event. by [email protected] · 13 years ago
  11. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  12. 1c321ee Move Extension into extensions namespace by [email protected] · 13 years ago
  13. 7042b68 Fix bug where transient pages would miss events dispatched while it was by [email protected] · 13 years ago
  14. 1ad12ef Have LazyBackgroundTaskQueue notify consumers when the transient page fails to by [email protected] · 13 years ago
  15. 83055ea7 Move some of the new transient background page stuff into the extensions by [email protected] · 13 years ago
  16. d79e3ab Fix some issues with extension messaging for transient pages. by [email protected] · 13 years ago
  17. b6536df Lazy background pages now load in response to message passing. by [email protected] · 13 years ago