| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to standard integer types in content/browser/renderer_host/. | avi | 2015-12-25 | 1 | -0/+1 |
* | Migrating tests to use EmbeddedTestServer (/content) | svaldez | 2015-11-03 | 1 | -3/+3 |
* | Renamed RenderProcessHost::IsIsolatedGuest() to RenderProcessHost::IsForGuest... | paulmeyer | 2015-06-16 | 1 | -1/+1 |
* | Remove Win32k fieldtrial, flag and switches, and make default enabled. | wfh | 2015-05-13 | 1 | -37/+0 |
* | Update {virtual,override} to follow C++11 style in content. | nick | 2015-04-24 | 1 | -2/+2 |
* | GURL::Replacements methods accept a StringPiece instead of std::string&. | mgiuca | 2015-02-05 | 1 | -2/+1 |
* | Enable content_browsertests to check page load success. | alexmos | 2014-11-13 | 1 | -1/+4 |
* | Standardize usage of virtual/override/final in content/browser/ | dcheng | 2014-10-21 | 1 | -12/+12 |
* | Modifed the content api RenderProcessHostObserver::RenderProcessExited to rem... | sramajay | 2014-10-14 | 1 | -3/+0 |
* | Replacing the OVERRIDE with override and FINAL with final in content/browser/... | mohan.reddy | 2014-10-07 | 1 | -7/+7 |
* | Get Win32K lockdown for renderers working again on Windows 8+. | ananta | 2014-09-26 | 1 | -0/+43 |
* | Rename RenderProcessHost::IsGuest to RenderProcessHost::IsIsolatedGuest | fsamuel@chromium.org | 2014-05-30 | 1 | -1/+2 |
* | Move ContentBrowserTest class to content/public, since it's used by component... | jam@chromium.org | 2014-03-27 | 1 | -2/+2 |
* | Guarantee that RenderProcessHostObserver::RenderProcessHostDestroyed is alway... | avi@chromium.org | 2014-02-06 | 1 | -0/+85 |
* | Switch RenderProcessHostTest to observe the RenderProcessHost rather than use... | avi@chromium.org | 2014-01-04 | 1 | -7/+27 |
* | Guest renderers should not host non-guest content. | marja@chromium.org | 2013-12-17 | 1 | -0/+40 |
* | [content shell] move browser process stuff into browser/ subdir | jochen@chromium.org | 2013-08-20 | 1 | -1/+1 |
* | Re-fix http://crbug.com/87176, and add a test. | jyasskin@chromium.org | 2013-06-13 | 1 | -0/+50 |
* | Move the render process host tests in content to chrome. These test chrome sp... | jam@chromium.org | 2012-07-27 | 1 | -247/+0 |
* | content: Put test_url_constants.* into content namespace. | tfarina@chromium.org | 2012-07-19 | 1 | -5/+5 |
* | Always enable dom automation for browser_tests. This avoids developers having... | jam@chromium.org | 2012-07-18 | 1 | -4/+1 |
* | Move tab functions off Browser into browser_tabstrip and browser_tabrestore. | ben@chromium.org | 2012-06-29 | 1 | -6/+7 |
* | Move browser commands into a separate file. | ben@chromium.org | 2012-06-25 | 1 | -2/+3 |
* | Move singleton tabs off Browser. | ben@chromium.org | 2012-06-21 | 1 | -7/+8 |
* | TabContentsWrapper -> TabContents, part 57. | avi@chromium.org | 2012-06-13 | 1 | -1/+1 |
* | Remove virtual keyboard support: | yusukes@google.com | 2012-05-22 | 1 | -12/+0 |
* | TabContents -> WebContentsImpl, part 7. | avi@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | Get rid of render_process_host_browsertest.h dependency from chrome. | jam@chromium.org | 2012-03-16 | 1 | -120/+125 |
* | Revert 126199 - Fixing a problem, where a hung renderer process is not killed... | creis@chromium.org | 2012-03-12 | 1 | -68/+0 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | creis@chromium.org | 2012-03-12 | 1 | -0/+68 |
* | Revert 126151 - Fixing a problem, where a hung renderer process is not killed... | creis@chromium.org | 2012-03-12 | 1 | -68/+0 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | creis@chromium.org | 2012-03-12 | 1 | -0/+68 |
* | Adding a command line flag to specify renderer process limit | nasko@chromium.org | 2012-02-13 | 1 | -88/+103 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -3/+2 |
* | Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers. | jam@chromium.org | 2012-01-04 | 1 | -7/+7 |
* | Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect... | jam@chromium.org | 2012-01-03 | 1 | -3/+5 |
* | Removing MessageLoop::QuitTask() from content/ | dcheng@chromium.org | 2011-12-10 | 1 | -1/+1 |
* | Fix tab backgrounding | davemoore@chromium.org | 2011-12-02 | 1 | -0/+62 |
* | Move some TOUCH_UI => USE_VIRTUAL_KEYBOARD. | bryeung@chromium.org | 2011-11-29 | 1 | -6/+6 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -7/+8 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Assign urls to RenderProcessHosts by if they refer to isolated apps, or use t... | ajwong@chromium.org | 2011-10-12 | 1 | -2/+2 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 1 | -1/+1 |
* | Remove content dependency on chrome/browser/accessibility/browser_accessibili... | jam@chromium.org | 2011-06-13 | 1 | -1/+1 |
* | Finish removing url_constants from content/. | avi@chromium.org | 2011-05-24 | 1 | -126/+19 |
* | Remove history dependency from content. | jam@chromium.org | 2011-05-24 | 1 | -1/+0 |
* | Fix a few browser tests for touchui: Count the renderer for the keyboard and ... | sadrul@chromium.org | 2011-05-21 | 1 | -0/+20 |
* | Browser::Type cleanup. | jianli@chromium.org | 2011-05-05 | 1 | -5/+5 |
* | retry r76329 with chromeos fix | estade@chromium.org | 2011-03-02 | 1 | -8/+8 |
* | Revert 76329 Broke compile - Change the behavior of ignore_path in BrowserNav... | inferno@chromium.org | 2011-03-01 | 1 | -8/+8 |