| Commit message (Expand) | Author | Age | Files | Lines |
* | Reland: Move ExtensionProcessManager to src/extensions, part 4 | jamescook@chromium.org | 2013-11-10 | 1 | -221/+0 |
* | Revert 233956 "Move ExtensionProcessManager to src/extensions, p..." | rockot@google.com | 2013-11-08 | 1 | -0/+221 |
* | Move ExtensionProcessManager to src/extensions, part 4 | jamescook@chromium.org | 2013-11-08 | 1 | -221/+0 |
* | Move ExtensionProcessManager to src/extensions, part 3 - remove Browser | jamescook@chromium.org | 2013-11-07 | 1 | -33/+3 |
* | Move ExtensionsProcessManager to src/extensions, part 2 | jamescook@chromium.org | 2013-11-05 | 1 | -8/+10 |
* | Reland: Convert ExtensionProcessManager to BrowserContext, part 1 | jamescook@chromium.org | 2013-11-05 | 1 | -8/+14 |
* | Revert 232456 "Convert ExtensionProcessManager to BrowserContext..." | jamescook@chromium.org | 2013-11-01 | 1 | -14/+8 |
* | Convert ExtensionProcessManager to BrowserContext, part 1 | jamescook@chromium.org | 2013-11-01 | 1 | -8/+14 |
* | Don't add pending tasks to the lazy background task queue if there is no host. | kalman@chromium.org | 2013-10-01 | 1 | -2/+3 |
* | Fixed crash when chrome.runtime.reload() is called with app windows open | tmdiep@chromium.org | 2013-09-26 | 1 | -0/+4 |
* | This defers starting background extension page RenderViews | gspencer@chromium.org | 2013-09-06 | 1 | -1/+10 |
* | Use a direct include of time headers in chrome/browser/, part 3. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | content: convert devtools notifications to callbacks | kaznacheev@chromium.org | 2013-04-26 | 1 | -0/+6 |
* | Revert 193481 "Simplify ExtensionProcessManager to only load ext..." | jam@chromium.org | 2013-04-19 | 1 | -0/+5 |
* | Simplify ExtensionProcessManager to only load extension background pages when... | jam@chromium.org | 2013-04-10 | 1 | -5/+0 |
* | Move ExtensionProcessManager::OpenOptionsPage out to ExtensionTabUtil. | jam@chromium.org | 2013-04-09 | 1 | -6/+0 |
* | Move the ViewType enum to extensions\common. | jam@chromium.org | 2013-04-01 | 1 | -6/+6 |
* | [win] Defer loading extension background pages if the launcher is being shown. | benwells@chromium.org | 2013-03-18 | 1 | -0/+9 |
* | Rename "unload" to "suspend" for consistency | rpaquay@chromium.org | 2013-02-16 | 1 | -8/+8 |
* | Move the parsing of 'update_url' & 'options_page' URLs out of Extension. | MHX348@motorola.com | 2013-01-15 | 1 | -0/+2 |
* | Fix case where event page would not unload after navigating away from an | mpcomplete@chromium.org | 2012-11-30 | 1 | -13/+8 |
* | Move ExtensionHost into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-31 | 1 | -20/+25 |
* | Introduce runtime.onSuspendCanceled() event. | koz@chromium.org | 2012-07-26 | 1 | -1/+6 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Allow ChromeOS file selection dialog to be shown from shell windows. | benwells@chromium.org | 2012-06-25 | 1 | -1/+1 |
* | Get rid of the RenderViewType concept in content, since it was only used by C... | jam@chromium.org | 2012-05-23 | 1 | -5/+5 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -11/+15 |
* | Pull shell window stuff out of ExtensionHost and put in ShellWindow | benwells@chromium.org | 2012-05-10 | 1 | -8/+3 |
* | Fix imbalanced keepalive count for event pages when dealing with other views. | mpcomplete@chromium.org | 2012-05-03 | 1 | -0/+3 |
* | Add an arbitrary delay before unloading lazy background pages. | yoz@chromium.org | 2012-05-02 | 1 | -1/+15 |
* | Remove EPM:all_hosts_ and use all_extension_views_ instead. | benwells@chromium.org | 2012-04-26 | 1 | -11/+22 |
* | Fix bug where transient pages would miss events dispatched while it was | mpcomplete@chromium.org | 2012-04-19 | 1 | -0/+4 |
* | Add chrome.experimental.extension.onBackgroundPageUnloadingSoon event for whe... | mpcomplete@chromium.org | 2012-04-02 | 1 | -2/+12 |
* | Fix screensaver display issue on ChromeOS. | rkc@chromium.org | 2012-03-23 | 1 | -0/+4 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -8/+9 |
* | Keep lazy background page alive while there are pending network requests or | mpcomplete@chromium.org | 2012-03-06 | 1 | -10/+19 |
* | Change the way lazy background pages shutdown. | mpcomplete@chromium.org | 2012-02-27 | 1 | -3/+16 |
* | Persist lazy background event listeners to the Prefs file. | mpcomplete@chromium.org | 2012-02-15 | 1 | -4/+0 |
* | Unrevert again r119770 - "Event pages: remember events that the page register... | mpcomplete@chromium.org | 2012-02-07 | 1 | -0/+4 |
* | Revert "Unrevert 119770 - "Event pages: remember events that the page registe... | mpcomplete@chromium.org | 2012-02-07 | 1 | -4/+0 |
* | Unrevert 119770 - "Event pages: remember events that the page registered for, | mpcomplete@chromium.org | 2012-02-06 | 1 | -0/+4 |
* | Revert 119770 - Event pages: remember events that the page registered for, ev... | aa@chromium.org | 2012-02-02 | 1 | -4/+0 |
* | Event pages: remember events that the page registered for, even after it | mpcomplete@chromium.org | 2012-01-30 | 1 | -0/+4 |
* | Define the public interface for content browser SiteInstance. This interface ... | ananta@chromium.org | 2012-01-25 | 1 | -2/+5 |
* | Hide BrowsingInstance from all but SiteInstance, as intended by design. | joi@chromium.org | 2012-01-18 | 1 | -4/+8 |
* | More correct ShellWindow/ExtensionHost lifetime | mihaip@chromium.org | 2012-01-11 | 1 | -4/+1 |
* | Don't use browser windows for platform app shell windows. | mihaip@chromium.org | 2012-01-09 | 1 | -1/+5 |
* | Revert 116834 - Don't use browser windows for platform app shell windows. | aa@chromium.org | 2012-01-08 | 1 | -5/+1 |
* | Don't use browser windows for platform app shell windows. | mihaip@chromium.org | 2012-01-07 | 1 | -1/+5 |
* | Revert 116803 - Don't use browser windows for platform app shell windows. | sky@chromium.org | 2012-01-07 | 1 | -5/+1 |