| Commit message (Expand) | Author | Age | Files | Lines |
* | Define the public interface for content browser SiteInstance. This interface ... | ananta@chromium.org | 2012-01-25 | 1 | -1/+4 |
* | Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc... | jam@chromium.org | 2012-01-06 | 1 | -3/+2 |
* | Replace the TabContents* accessors with WebContents* in InterstitialPage, Bac... | jam@chromium.org | 2012-01-02 | 1 | -1/+0 |
* | Replace WebUI::tab_contents() with web_contents() and switch all users to use... | jam@chromium.org | 2011-12-30 | 1 | -0/+2 |
* | Create a Content API interface around NavigationController, and move all the ... | jam@chromium.org | 2011-12-29 | 1 | -0/+1 |
* | Convert all of the WebContentsDelegate to use WebContents instead of TabConte... | jam@chromium.org | 2011-12-28 | 1 | -5/+6 |
* | Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo... | jam@chromium.org | 2011-12-27 | 1 | -1/+1 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 1 | -3/+3 |
* | Move TabContentsDelegate to content/public/browser and put it in the content ... | tfarina@chromium.org | 2011-12-20 | 1 | -3/+3 |
* | Handle AddNewContents in BackgroundContents so we can open windows. | atwilson@chromium.org | 2011-12-10 | 1 | -1/+6 |
* | Add OVERRIDE to chrome/browser/. | avi@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | Move Sad Tab implementation out of the TabContentsViews. | avi@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Switch BackgroundContents to use TabContents instead of RenderViewHost. | jam@chromium.org | 2011-11-11 | 1 | -97/+21 |
* | Move RendererPreferences to content/public/common and also put in the content... | jam@chromium.org | 2011-10-31 | 1 | -1/+1 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Move view_types to content\public\common. Also update the enum values to matc... | jam@chromium.org | 2011-10-12 | 1 | -1/+1 |
* | Split ViewType between chrome and content | jochen@chromium.org | 2011-10-06 | 1 | -1/+1 |
* | Make panel adjust bounds per preferred size change notification on Windows. | jianli@chromium.org | 2011-09-07 | 1 | -1/+0 |
* | Removal of Profile from content part 1. | avi@chromium.org | 2011-07-27 | 1 | -1/+2 |
* | Tag all users of RenderViewHostDelegate with OVERRIDE | evan@chromium.org | 2011-07-25 | 1 | -11/+12 |
* | Get rid of the remaining implementation in TabContentsView and make all the m... | jam@chromium.org | 2011-07-12 | 1 | -4/+0 |
* | Remove TabContentsView methods that just call to the delegate, and have them ... | jam@chromium.org | 2011-07-11 | 1 | -11/+0 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | For JavaScript dialogs, remove As[Type] members, expand delegates to handle t... | avi@chromium.org | 2011-06-30 | 1 | -2/+0 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. | thestig@chromium.org | 2011-06-14 | 1 | -1/+1 |
* | Removes RenderViewHostDelegate::GetBrowserWindowID. Instead the places | sky@chromium.org | 2011-06-08 | 1 | -1/+0 |
* | Remove JS dialog dependency from content. | avi@chromium.org | 2011-06-03 | 1 | -10/+10 |
* | Cleaning up of data types, naming for JavaScript dialogs. | avi@chromium.org | 2011-05-27 | 1 | -3/+3 |
* | Move view_types.h from chrome to content. Although some of the enum types ar... | jam@chromium.org | 2011-05-16 | 1 | -1/+0 |
* | Support window.opener after a process swap. | creis@chromium.org | 2011-05-12 | 1 | -1/+2 |
* | Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte... | aa@chromium.org | 2011-04-27 | 1 | -3/+0 |
* | Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f... | acolwell@chromium.org | 2011-04-27 | 1 | -0/+3 |
* | Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl... | aa@chromium.org | 2011-04-27 | 1 | -3/+0 |
* | Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte... | aa@chromium.org | 2011-04-26 | 1 | -0/+3 |
* | Remove weird dependency on extensions from webui. | aa@chromium.org | 2011-04-26 | 1 | -3/+0 |
* | Relanding http://src.chromium.org/viewvc/chrome?view=rev&revision=80938. | jam@chromium.org | 2011-04-08 | 1 | -9/+3 |
* | Revert 80938 - Add a new RenderViewHostObserver interface for filtering IPCs ... | jam@chromium.org | 2011-04-08 | 1 | -3/+9 |
* | Add a new RenderViewHostObserver interface for filtering IPCs send to RenderV... | jam@chromium.org | 2011-04-08 | 1 | -9/+3 |
* | Move dispatching and sending of the last extension specific messages out of T... | jam@chromium.org | 2011-04-05 | 1 | -6/+5 |
* | Get rid of extensions dependency from content\browser. | jam@chromium.org | 2011-04-04 | 1 | -0/+3 |
* | Move WebUIFactory to chrome/, try 2. | estade@chromium.org | 2011-03-30 | 1 | -0/+1 |
* | Revert 79691 - Move WebUIFactory to chrome/browser. | estade@chromium.org | 2011-03-29 | 1 | -1/+0 |
* | Move WebUIFactory to chrome/browser. | estade@chromium.org | 2011-03-29 | 1 | -0/+1 |
* | Move extension messages to their own file and add a RenderViewObserver to sta... | jam@chromium.org | 2011-03-28 | 1 | -1/+2 |
* | Move a bunch of renderer->browser messages to content. | jam@chromium.org | 2011-03-23 | 1 | -1/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -1/+1 |
* | Get rid of a bunch of includes to old locations of headers. | jam@chromium.org | 2011-03-02 | 1 | -1/+1 |
* | Move background_contents back to chrome, since that's part of extensions whic... | jam@chromium.org | 2011-02-22 | 1 | -2/+176 |
* | Start moving core pieces of Chrome multi-process code to src\content. I'm st... | jam@chromium.org | 2011-02-18 | 1 | -176/+2 |