| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert of Re-enable SitePerProcessBrowserTest.CrossSiteIframe (patchset #10 o... | benwells | 2014-08-28 | 1 | -8/+3 |
* | Re-enable SitePerProcessBrowserTest.CrossSiteIframe | nasko@chromium.org | 2014-08-22 | 1 | -3/+8 |
* | Disable flaky SitePerProcessBrowserTest.CrashSubframe test. | creis@chromium.org | 2014-08-20 | 1 | -6/+2 |
* | Start using RenderFrameProxyHost objects. | nick@chromium.org | 2014-08-07 | 1 | -1/+3 |
* | Revert of Start using RenderFrameProxyHost objects. (https://codereview.chrom... | robliao@chromium.org | 2014-08-05 | 1 | -3/+1 |
* | Start using RenderFrameProxyHost objects. | nick@chromium.org | 2014-08-05 | 1 | -1/+3 |
* | Update several WebContentsObserver loading callbacks to use RFH. | dcheng@chromium.org | 2014-07-03 | 1 | -7/+2 |
* | Remove WebContentsObservers dependencies on WebFrame::uniqueName(). | dcheng@chromium.org | 2014-07-01 | 1 | -8/+4 |
* | Move ownership of CrossProcessFrameConnector to RenderFrameProxyHost. | nasko@chromium.org | 2014-06-19 | 1 | -2/+20 |
* | Ensure show/hide are properly called on interstitial pages if present. | nasko@chromium.org | 2014-06-11 | 1 | -9/+9 |
* | Add WasShown/WasHidden to RenderFrameObserver. | nasko@chromium.org | 2014-05-28 | 1 | -0/+22 |
* | Perform navigation policy check on UI thread for --site-per-process. | nasko@chromium.org | 2014-04-25 | 1 | -7/+32 |
* | Remove the --force-compositing-mode flag except for LayoutTests. | danakj@chromium.org | 2014-04-17 | 1 | -3/+0 |
* | Move ContentBrowserTest class to content/public, since it's used by component... | jam@chromium.org | 2014-03-27 | 1 | -2/+2 |
* | Split cross-process transfer tests out of SitePerProcessBrowserTest. | creis@chromium.org | 2014-03-07 | 1 | -428/+2 |
* | Unify frame IDs with RenderFrameHost routing IDs. | creis@chromium.org | 2014-02-20 | 1 | -4/+5 |
* | When cross-site navigations are cancelled, delete the | mmenke@chromium.org | 2014-02-15 | 1 | -8/+262 |
* | Revert 251090 "Revert 250823 "With --site-per-process, avoid a c..." | asvitkine@chromium.org | 2014-02-13 | 1 | -0/+62 |
* | Revert 250823 "With --site-per-process, avoid a crash when a sub..." | asvitkine@chromium.org | 2014-02-13 | 1 | -62/+0 |
* | With --site-per-process, avoid a crash when a subframe process goes away. | creis@chromium.org | 2014-02-12 | 1 | -0/+62 |
* | Enable the CrossSiteIframe test for --site-per-process to catch regressions. | creis@chromium.org | 2014-02-12 | 1 | -18/+42 |
* | Always create FrameTreeNodes and RenderFrameHosts for every frame. | nasko@chromium.org | 2014-01-10 | 1 | -144/+0 |
* | Allow RenderFrames to swap out for subframe navigations. | creis@chromium.org | 2014-01-06 | 1 | -1/+4 |
* | Switch SitePerProcessBrowserTest to RenderProcessHostWatcher. | avi@chromium.org | 2014-01-04 | 1 | -3/+3 |
* | Support cross-process navigations in a single subframe RenderFrameHost. | creis@chromium.org | 2013-12-27 | 1 | -18/+38 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 1 | -3/+3 |
* | Ensure that child FrameTreeNodes are deleted after a navigation or crash. | creis@chromium.org | 2013-11-27 | 1 | -0/+68 |
* | Revert 237119 "Always create FrameTreeNodes and RenderFrameHosts..." | creis@chromium.org | 2013-11-27 | 1 | -0/+77 |
* | Always create FrameTreeNodes and RenderFrameHosts for every frame. | creis@chromium.org | 2013-11-25 | 1 | -77/+0 |
* | Preserve should_replace_current_entry across request transfers. | davidben@chromium.org | 2013-11-19 | 1 | -0/+174 |
* | Move RenderViewHostManager from WebContents to FrameTreeNode. | creis@chromium.org | 2013-11-15 | 1 | -3/+3 |
* | Move navigation and frame tree classes to a new frame_host/ directory. | nasko@chromium.org | 2013-10-30 | 1 | -1/+1 |
* | Remove two RenderViewHostObserver implementations in ChromeOS code and replac... | jam@chromium.org | 2013-10-22 | 1 | -0/+2 |
* | Create a new RenderFrameHost per child frame when --site-per-process is enabled. | nasko@chromium.org | 2013-10-03 | 1 | -3/+81 |
* | [content shell] move browser process stuff into browser/ subdir | jochen@chromium.org | 2013-08-20 | 1 | -1/+1 |
* | Use a direct include of strings headers in content/browser/, part 2. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | GTTF: rename net::TestServer -> net::SpawnedTestServer | phajdan.jr@chromium.org | 2013-05-03 | 1 | -9/+9 |
* | Linux/ChromeOS Chromium style checker cleanup, content/ edition. | rsleevi@chromium.org | 2013-02-12 | 1 | -1/+1 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 1 | -3/+3 |
* | Implement a prototype to render cross-site iframes in a separate process from... | nasko@chromium.org | 2013-01-23 | 1 | -3/+10 |
* | Simplify ExecuteJavaScript* functions. | darin@chromium.org | 2013-01-04 | 1 | -2/+1 |
* | Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc} | darin@chromium.org | 2013-01-02 | 1 | -1/+1 |
* | Removing unnecessary content:: namespace qualifier. | darin@chromium.org | 2013-01-02 | 1 | -3/+2 |
* | Prevent cross-site pages if the --site-per-process flag is passed | irobert@chromium.org | 2012-12-11 | 1 | -0/+397 |