| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -4/+4 |
* | Hopefully fix the leak in the SiteInstance unittest (again). Processing the | brettw@chromium.org | 2009-04-23 | 1 | -4/+4 |
* | Don't leak the RenderProcessHost when running site instance unit tests by | brettw@chromium.org | 2009-04-22 | 1 | -0/+4 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 1 | -9/+10 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 1 | -5/+9 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 1 | -9/+5 |
* | Remove TabContnetsType from everywhere. | brettw@chromium.org | 2009-04-15 | 1 | -5/+3 |
* | Make the RenderViewHostFactory a global. This prevents us from having to pass | brettw@chromium.org | 2009-04-07 | 1 | -1/+1 |
* | Stop having renderers use both pids and a monotonically increasing "host_id".... | jam@chromium.org | 2009-03-12 | 1 | -6/+5 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Fix the build with some forgotten string conversions on non-Windows. | brettw@chromium.org | 2009-03-04 | 1 | -2/+2 |
* | Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs | brettw@chromium.org | 2009-03-04 | 1 | -1/+2 |
* | Add site_instance_unittest.cc to the Posix build. | jhawkins@chromium.org | 2009-03-02 | 1 | -2/+2 |
* | Back out r10487 too | mark@chromium.org | 2009-02-26 | 1 | -3/+3 |
* | Attempting backout of r10495 due to ui_tests: | mark@chromium.org | 2009-02-26 | 1 | -1/+0 |
* | Fix unit tests. | brettw@chromium.org | 2009-02-26 | 1 | -0/+1 |
* | More URL constants replacement. | brettw@chromium.org | 2009-02-26 | 1 | -3/+3 |
* | Porting unit tests in chrome/ | phajdan.jr@chromium.org | 2009-02-10 | 1 | -3/+5 |
* | Move files out of browser and into either renderer_host or tab_contents. | brettw@chromium.org | 2009-01-22 | 1 | -1/+1 |
* | Move functions required by the rest of the browser from RenderProcessHost to ... | brettw@chromium.org | 2009-01-16 | 1 | -2/+5 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -2/+2 |
* | Don't create separate SiteInstances for pages from the same domain and scheme | creis@google.com | 2008-11-26 | 1 | -3/+11 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -2/+3 |
* | Cleanup navigation_entry.h. I made the accessors consistent and in Google sty... | brettw@google.com | 2008-08-27 | 1 | -2/+2 |
* | Chrome changes corresponding to my message_loop_type CL. | darin@google.com | 2008-08-26 | 1 | -10/+17 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 1 | -2/+1 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+402 |