summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/lazy_background_task_queue.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the ViewType enum to extensions\common.jam@chromium.org2013-04-011-6/+4
* Fix up unused includes from chrome/browser/extensions to the rest of chrome/b...yoz@chromium.org2013-03-051-2/+0
* Manifest handler for all keys background-related.yoz@chromium.org2013-03-011-5/+7
* Remove TabContents from extensions.avi@chromium.org2012-12-111-1/+0
* Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls thr...mirandac@chromium.org2012-10-241-1/+2
* Unrevert 152017 - Add chrome.runtime.onStartup, which is fired on browser start.mpcomplete@chromium.org2012-08-181-12/+13
* Revert 152017 - Add chrome.runtime.onStartup, which is fired on browser start.mpcomplete@chromium.org2012-08-171-13/+12
* Add chrome.runtime.onStartup, which is fired on browser start.mpcomplete@chromium.org2012-08-171-12/+13
* Remove obsolete cruft in LazyBackgroundTaskQueue that dealt with queueing upmpcomplete@chromium.org2012-08-091-43/+16
* Move ExtensionHost into extensions namespacerdevlin.cronin@chromium.org2012-07-311-2/+4
* Introduce runtime.onSuspendCanceled() event.koz@chromium.org2012-07-261-2/+3
* Attempt at a crash fix in LazyBackgroundTaskQueue::ProcessPendingTasks.mpcomplete@chromium.org2012-07-251-5/+7
* Fix an intermittent crash caused by a NULL deref when reloading an extensionmpcomplete@chromium.org2012-06-231-3/+5
* TabContentsWrapper -> TabContents, part 12.avi@chromium.org2012-06-121-1/+1
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-1/+1
* Fix bug where transient pages would miss events dispatched while it wasmpcomplete@chromium.org2012-04-191-17/+43
* Have LazyBackgroundTaskQueue notify consumers when the transient page fails tompcomplete@chromium.org2012-04-161-25/+36
* Clear pending events for transient pages when it crashes.mpcomplete@chromium.org2012-04-131-1/+16
* Move some of the new transient background page stuff into the extensionsmpcomplete@chromium.org2012-04-051-0/+4
* Fix some issues with extension messaging for transient pages.mpcomplete@chromium.org2012-04-031-0/+14
* Add experimental.alarms API to allow lazy background pages to wake themselves...mpcomplete@chromium.org2012-03-281-3/+2
* Keep lazy background pages open while they're being inspected.mpcomplete@chromium.org2012-03-211-2/+2
* Lazy background pages now load in response to message passing.mpcomplete@chromium.org2012-03-161-0/+120