| Commit message (Expand) | Author | Age | Files | Lines |
* | TabContentsWrapper -> TabContents, part 12. | avi@chromium.org | 2012-06-12 | 1 | -7/+5 |
* | Move notifications used only in chrome/ out of content/. | avi@chromium.org | 2012-04-16 | 1 | -2/+2 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | 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 | -5/+5 |
* | Convert chrome users of NavigationController::tab_contents() to use GetWebCon... | jam@chromium.org | 2012-01-02 | 1 | -3/+4 |
* | Change most of the methods of WebContentsObserver to take a content::WebConte... | jam@chromium.org | 2011-12-23 | 1 | -2/+3 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -2/+2 |
* | Include the information whether the tab is already in a tab strip with the re... | jochen@chromium.org | 2011-12-16 | 1 | -4/+6 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 1 | -2/+2 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -4/+4 |
* | Remove needless include of the content/browser/render_process_host.h header f... | ananta@chromium.org | 2011-11-04 | 1 | -1/+0 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | When creating a tab contents for a browser in the RVHDelegateHelper, create a... | jochen@chromium.org | 2011-10-28 | 1 | -0/+22 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -4/+4 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -4/+4 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -13/+14 |
* | Reland r105832: NewRunnable* -> base::Bind for most of chrome/browser/extensi... | adamk@chromium.org | 2011-10-18 | 1 | -9/+8 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -0/+1 |
* | Revert 105832 - NewRunnable* -> base::Bind for most of chrome/browser/extensi... | adamk@chromium.org | 2011-10-17 | 1 | -8/+9 |
* | NewRunnable* -> base::Bind for most of chrome/browser/extensions/. | adamk@chromium.org | 2011-10-17 | 1 | -9/+8 |
* | For the extension_tab_map_id, Change usage of AllSources to AllBrowserContext... | mirandac@chromium.org | 2011-10-17 | 1 | -3/+3 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -9/+9 |
* | Moves NavigationController::session_id into RestoreTabHelper. | sky@chromium.org | 2011-06-14 | 1 | -7/+12 |
* | Send the RENDER_VIEW_HOST_DELETED notification for all RenderViewHost, instea... | jam@chromium.org | 2011-03-31 | 1 | -1/+1 |
* | Fix permissions on two files. | cmp@chromium.org | 2011-03-23 | 1 | -0/+0 |
* | Add tabId, type, and timeStamp parameters to extension webRequest events. | mpcomplete@chromium.org | 2011-03-22 | 1 | -0/+150 |