| Commit message (Expand) | Author | Age | Files | Lines |
* | TabContentsWrapper -> TabContents, part 57. | avi@chromium.org | 2012-06-13 | 1 | -3/+3 |
* | Revert 132407 - Fixing a problem, where a hung renderer process is not killed... | creis@chromium.org | 2012-05-10 | 1 | -141/+0 |
* | Revert 132852 - Removing the actual process termination to diagnose the kill ... | creis@chromium.org | 2012-05-10 | 1 | -5/+2 |
* | Revert 136325 - Revert 132852 - Removing the actual process termination to di... | creis@chromium.org | 2012-05-10 | 1 | -2/+5 |
* | Revert 136328 - Revert 132407 - Fixing a problem, where a hung renderer proce... | creis@chromium.org | 2012-05-10 | 1 | -0/+141 |
* | Revert 132407 - Fixing a problem, where a hung renderer process is not killed... | creis@chromium.org | 2012-05-10 | 1 | -141/+0 |
* | Revert 132852 - Removing the actual process termination to diagnose the kill ... | creis@chromium.org | 2012-05-10 | 1 | -5/+2 |
* | Removing the actual process termination to diagnose the kill rate. | creis@chromium.org | 2012-04-18 | 1 | -2/+5 |
* | TabContents -> WebContentsImpl, part 19. | avi@chromium.org | 2012-04-17 | 1 | -18/+18 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | nasko@chromium.org | 2012-04-16 | 1 | -0/+141 |
* | Revert 132018 - Fixing a problem, where a hung renderer process is not killed... | eroman@chromium.org | 2012-04-12 | 1 | -142/+0 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | nasko@chromium.org | 2012-04-12 | 1 | -0/+142 |
* | TabContents -> WebContentsImpl, part 7. | avi@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | Revert 128927 - Fixing a problem, where a hung renderer process is not killed... | laforge@chromium.org | 2012-03-30 | 1 | -90/+0 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | nasko@chromium.org | 2012-03-26 | 1 | -0/+90 |
* | Revert 126409 - Fixing a problem, where a hung renderer process is not killed... | creis@chromium.org | 2012-03-13 | 1 | -82/+0 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | creis@chromium.org | 2012-03-13 | 1 | -0/+82 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | Move Render(Widget|View)HostImpl to files with _impl in filename. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -3/+3 |
* | Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect... | jam@chromium.org | 2012-01-03 | 1 | -5/+7 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 1 | -8/+9 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Reenabling a test that was failing because it loads a MHTML file that requires | jcivelli@chromium.org | 2011-11-23 | 1 | -3/+1 |
* | Adding base URL to the frame committed message. | jcivelli@chromium.org | 2011-11-23 | 1 | -0/+27 |
* | Get rid of a bunch of view_messages.h includes from chrome by making the TabC... | jam@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | Switch BackgroundContents to use TabContents instead of RenderViewHost. | jam@chromium.org | 2011-11-11 | 1 | -2/+2 |
* | Applescript: return value from execute javascript command | keishi@chromium.org | 2011-10-25 | 1 | -104/+57 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -6/+7 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -0/+1 |
* | Revert 98946 - New windows opened in javascript with target = "_blank" should | atwilson@chromium.org | 2011-09-02 | 1 | -37/+2 |
* | New windows opened in javascript with target = "_blank" should | shinyak@google.com | 2011-08-31 | 1 | -2/+37 |
* | Removal of Profile from content part 8. | avi@chromium.org | 2011-08-12 | 1 | -1/+0 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 1 | -2/+2 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -2/+2 |
* | Remove JS dialog dependency from content. | avi@chromium.org | 2011-06-03 | 1 | -1/+2 |
* | Factor load notification detail structs out of NavigationController and into | pinkerton@chromium.org | 2011-05-31 | 1 | -1/+1 |
* | Move TabSpecificContentSettings to TabContentWrapper. | jam@chromium.org | 2011-05-13 | 1 | -22/+0 |
* | Revert 85278 - Move TabSpecificContentSettings to TabContentWrapper. | jam@chromium.org | 2011-05-13 | 1 | -0/+22 |
* | Move TabSpecificContentSettings to TabContentWrapper. | jam@chromium.org | 2011-05-13 | 1 | -22/+0 |
* | More work on removing content settings code from src\content. | jam@chromium.org | 2011-05-07 | 1 | -1/+1 |
* | Move a bunch of renderer->browser messages to content. | jam@chromium.org | 2011-03-23 | 1 | -1/+1 |
* | Move files out of chrome\browser\renderer_host\test alongside their source. ... | jam@chromium.org | 2011-02-24 | 1 | -0/+268 |