| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for appropriate bindings in process-per-site mode. | creis@chromium.org | 2013-02-08 | 1 | -0/+62 |
* | Revert 179347 can't repro this. | jam@chromium.org | 2013-01-29 | 1 | -1/+1 |
* | Revert 179271 | bshe@chromium.org | 2013-01-29 | 1 | -1/+1 |
* | Simplify how TestChromeWebUIControllerFactory is registered now that multiple... | jam@chromium.org | 2013-01-29 | 1 | -1/+1 |
* | Move IsURLAcceptableForWebUI out of WebUIControllerFactory since its implemen... | jam@chromium.org | 2013-01-28 | 1 | -6/+0 |
* | Allow multiple WebUIControllerFactory objects to be registered. This makes is... | jam@chromium.org | 2013-01-28 | 1 | -21/+6 |
* | Revert 175971 | ricow@chromium.org | 2013-01-10 | 1 | -6/+21 |
* | Revert 175890: actually, looks like we want this to also help move chromeos w... | jam@chromium.org | 2013-01-10 | 1 | -21/+6 |
* | Revert 175822 | jam@chromium.org | 2013-01-09 | 1 | -6/+21 |
* | Allow multiple WebUIControllerFactory objects to be registered. This makes is... | jam@chromium.org | 2013-01-09 | 1 | -21/+6 |
* | Introduces "CreateParams" for web contents, and add |parent| parameter in it. | mukai@chromium.org | 2012-12-09 | 1 | -3/+3 |
* | Experimental: Fix HasWrongProcessForURL in --site-per-process mode. | creis@chromium.org | 2012-12-03 | 1 | -0/+33 |
* | Clean up SiteInstance::HasWrongProcessForURL and documentation. | creis@chromium.org | 2012-11-11 | 1 | -0/+26 |
* | content: Update calls froms RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-10 | 1 | -2/+2 |
* | Changing the guest scheme to "chrome-guest" | nasko@chromium.org | 2012-11-01 | 1 | -3/+5 |
* | Move remaining content test code into the content namespace. | jam@chromium.org | 2012-10-30 | 1 | -73/+47 |
* | Revert 164120 - content/browser: Move more files into the content namespace. | sail@chromium.org | 2012-10-25 | 1 | -48/+71 |
* | content/browser: Move more files into the content namespace. | tfarina@chromium.org | 2012-10-25 | 1 | -71/+48 |
* | Move a bunch more code into the content namespace. | jam@chromium.org | 2012-10-23 | 1 | -0/+1 |
* | Rename GetSite in SiteInstance to GetSiteURL. | nasko@chromium.org | 2012-09-28 | 1 | -3/+3 |
* | Fix an AppCacheStorageImpl leak in SiteInstanceTest.SiteInstanceDestructor by... | thestig@chromium.org | 2012-09-06 | 1 | -2/+12 |
* | Move StoragePartition into content/public and remove BrowserContext::GetDOMSt... | ajwong@chromium.org | 2012-08-18 | 1 | -3/+27 |
* | Move SessionStorageNamespace entirely into NavigationController and support S... | ajwong@chromium.org | 2012-08-13 | 1 | -2/+3 |
* | Move process-per-site logic from BrowsingInstance to RenderProcessHost. | creis@chromium.org | 2012-06-29 | 1 | -53/+64 |
* | Browser Plugin: Guests should be in their own BrowsingInstance/SiteInstances,... | fsamuel@chromium.org | 2012-06-22 | 1 | -0/+3 |
* | Simplify how Content*Client interfaces are created. Instead of depending on t... | jam@chromium.org | 2012-06-05 | 1 | -4/+4 |
* | Move test headers from content\test to content\public\test. This way we can e... | jam@chromium.org | 2012-06-04 | 1 | -5/+9 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Move mock test headers from content\test to content\public\test. This way we ... | jam@chromium.org | 2012-06-03 | 1 | -1/+1 |
* | Valgrind: Fix a leak in the WebContentsImplTest. | jhawkins@chromium.org | 2012-06-01 | 1 | -2/+11 |
* | Create swapped-out opener RVHs after a process swap. | creis@chromium.org | 2012-05-02 | 1 | -5/+5 |
* | Don't allow sending data URLs to WebUI, unless in a ChromeOS BalloonHost. | creis@chromium.org | 2012-04-16 | 1 | -2/+4 |
* | TabContents -> WebContentsImpl, part 13. | avi@chromium.org | 2012-04-16 | 1 | -5/+5 |
* | TabContents -> WebContentsImpl, part 14. | avi@chromium.org | 2012-04-16 | 1 | -2/+2 |
* | TabContents -> WebContentsImpl, part 7. | avi@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | TabContents -> WebContentsImpl, part 3. | avi@chromium.org | 2012-04-10 | 1 | -1/+1 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -1/+1 |
* | Move MockRenderProcessHost to content/test and put it into the content namesp... | tfarina@chromium.org | 2012-03-16 | 1 | -1/+3 |
* | Allow browser to handle all WebUI navigations. | creis@chromium.org | 2012-03-15 | 1 | -5/+19 |
* | Introduce abstractions to allow embedders to test RenderViewHost | joi@chromium.org | 2012-03-12 | 1 | -4/+4 |
* | Move Render(Widget|View)HostImpl to files with _impl in filename. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Create a content public browser API around the ChildProcessSecurityPolicy cla... | ananta@chromium.org | 2012-02-09 | 1 | -3/+3 |
* | Move handling of debug urls like chrome://crash, chrome://gpuclean to content... | jam@chromium.org | 2012-02-08 | 1 | -13/+0 |
* | Rename WebUIFactory to WebUIControllerFactory since that's what it creates now. | jam@chromium.org | 2012-01-27 | 1 | -10/+26 |
* | Define the public interface for content browser SiteInstance. This interface ... | ananta@chromium.org | 2012-01-25 | 1 | -0/+604 |