| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -1/+1 |
* | Fix a bug that sometimes broke content script injection on startup, caused by | mpcomplete@chromium.org | 2012-03-06 | 1 | -4/+10 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -4/+4 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -4/+6 |
* | Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ... | jam@chromium.org | 2012-01-20 | 1 | -6/+4 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -4/+6 |
* | Roll deps for filesystem URL changes, take 3. | ericu@google.com | 2012-01-18 | 1 | -6/+2 |
* | Get rid of unnecessary accessors in BrowserProcessHost that were transitional... | jam@chromium.org | 2012-01-13 | 1 | -5/+2 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-11 | 1 | -1/+0 |
* | Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu... | jam@chromium.org | 2012-01-10 | 1 | -0/+1 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-10 | 1 | -1/+0 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 1 | -22/+17 |
* | Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect... | jam@chromium.org | 2012-01-03 | 1 | -4/+5 |
* | Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac... | jam@chromium.org | 2012-01-02 | 1 | -4/+4 |
* | Convert chrome users of NavigationController::tab_contents() to use GetWebCon... | jam@chromium.org | 2012-01-02 | 1 | -3/+3 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -4/+9 |
* | Move the remaining TabContents methods to the WebContents interface, switchin... | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Make sure that ChildProcessData.type always gets initialized | tbreisacher@chromium.org | 2011-12-21 | 1 | -2/+1 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -4/+4 |
* | Move/replace/rename URL-based extension getters from ExtensionService to/in E... | yoz@chromium.org | 2011-12-13 | 1 | -2/+2 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 1 | -1/+1 |
* | Add "Instant:" prefix to Instant preview tabs in the Task manager. | sreeram@chromium.org | 2011-12-02 | 1 | -8/+52 |
* | Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ... | jam@chromium.org | 2011-12-02 | 1 | -18/+15 |
* | Make TaskManager not use ChildProcessInfo. After this change, I will make Bro... | jam@chromium.org | 2011-12-01 | 1 | -43/+51 |
* | Move view_types.h to view_type.h, since that's the standard name for enums. | jam@chromium.org | 2011-12-01 | 1 | -1/+1 |
* | Move the ProcessType enum out to its own file. This is in preparation for get... | jam@chromium.org | 2011-12-01 | 1 | -30/+31 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -4/+4 |
* | base::Bind migrations in chrome/browser | csilv@chromium.org | 2011-11-17 | 1 | -5/+7 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. Try #3. | mpcomplete@chromium.org | 2011-11-17 | 1 | -1/+1 |
* | Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost.... | dpolukhin@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. Try #2. | mpcomplete@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | Switch BackgroundContents to use TabContents instead of RenderViewHost. | jam@chromium.org | 2011-11-11 | 1 | -19/+15 |
* | Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ... | aa@chromium.org | 2011-11-09 | 1 | -8/+6 |
* | Change EXTENSION_PROCESS_CREATED observers to use EXTENSION_HOST_CREATED. | yoz@chromium.org | 2011-11-09 | 1 | -21/+15 |
* | Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is... | mpcomplete@chromium.org | 2011-11-08 | 1 | -1/+1 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. This is part | mpcomplete@chromium.org | 2011-11-08 | 1 | -1/+1 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Provide detailed shared workers info in Task Manager. This patch introduces T... | yurys@chromium.org | 2011-11-02 | 1 | -9/+9 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | TaskManager: introduce Resource::(Can)Inspect; support tabs, apps, extensions... | pfeldman@chromium.org | 2011-10-26 | 1 | -0/+17 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -38/+50 |
* | Count all abnormal child process exits in a ChildProcess.Disconnected histogram. | petkov@chromium.org | 2011-10-19 | 1 | -0/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -18/+20 |
* | Since profiles are deleted asynchronously we can have browser windows around ... | sail@chromium.org | 2011-10-13 | 1 | -4/+10 |
* | Move view_types to content\public\common. Also update the enum values to matc... | jam@chromium.org | 2011-10-12 | 1 | -1/+1 |
* | Task manager: Properly observe background contents from incognito profiles. | yoz@chromium.org | 2011-10-10 | 1 | -4/+11 |
* | Move kExtensionScheme from content to chrome | jochen@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | Split ViewType between chrome and content | jochen@chromium.org | 2011-10-06 | 1 | -1/+2 |
* | Remove RenderProcessHost::is_extension_process | jochen@chromium.org | 2011-10-05 | 1 | -1/+4 |