| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Restore closed tabs into new windows when necessary, and track the windows they | pam@chromium.org | 2009-04-22 | 2 | -24/+57 |
* | Rename web_contents_view* files to tab_contents_view* to reflect my previous | brettw@chromium.org | 2009-04-21 | 1 | -1/+1 |
* | When restoring a closed tab using either ctrl-shift-T or the context menu, put | pam@chromium.org | 2009-04-20 | 2 | -3/+34 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 4 | -25/+25 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 4 | -25/+25 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 4 | -25/+25 |
* | Remove TabContnetsType from everywhere. | brettw@chromium.org | 2009-04-15 | 2 | -2/+1 |
* | Remove TabContentsType from the NavigationController external interface and in | brettw@chromium.org | 2009-04-15 | 4 | -11/+11 |
* | Implement chrome_proces_util for linux and enable download ui test. | estade@chromium.org | 2009-04-14 | 1 | -11/+7 |
* | Remove the TestTabContents. This makes BrowserWithTestWindow use the | brettw@chromium.org | 2009-04-14 | 1 | -6/+2 |
* | UI test portage, second try. | estade@chromium.org | 2009-04-09 | 1 | -1/+1 |
* | back out r13442 | estade@chromium.org | 2009-04-09 | 1 | -1/+1 |
* | UI test string portage. | estade@chromium.org | 2009-04-09 | 1 | -1/+1 |
* | Re-land popup routing fix for browser. | ben@chromium.org | 2009-04-07 | 1 | -1/+1 |
* | Remove some uses of custom tab contents types from some tests. | brettw@chromium.org | 2009-04-04 | 1 | -52/+49 |
* | Remove unneeded uses of base/pickle.h. Add some explicit #includes. | thestig@chromium.org | 2009-04-03 | 1 | -1/+0 |
* | Cleanup in automation. Remove WaitForTabCountToChange. | phajdan.jr@chromium.org | 2009-03-30 | 1 | -11/+11 |
* | Fixes bug where first login attempt to hotmail after session restore | sky@chromium.org | 2009-03-26 | 3 | -103/+24 |
* | Porting of unit tests in chrome/ | phajdan.jr@chromium.org | 2009-03-24 | 1 | -28/+28 |
* | Get rid of WaitForWindowCountToChange. | phajdan.jr@chromium.org | 2009-03-24 | 1 | -22/+6 |
* | Porting unit tests in chrome/ | phajdan.jr@chromium.org | 2009-03-17 | 1 | -5/+7 |
* | Removed unneeded includes of base/time.h. | thestig@chromium.org | 2009-03-16 | 1 | -1/+0 |
* | Moving the storing/restoring of the focus from TabContents to WebContentsView... | jcampan@chromium.org | 2009-03-12 | 1 | -1/+6 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Fixes session restore bug where we wouldn't necessarily correctly | sky@google.com | 2009-03-09 | 1 | -1/+3 |
* | Fixes possible crash in SessionBackend. I believe what's happening | sky@google.com | 2009-03-09 | 3 | -7/+62 |
* | Run more unit tests on Linux: | phajdan.jr@chromium.org | 2009-03-09 | 7 | -68/+85 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -1/+2 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 4 | -4/+4 |
* | Fix 16/wide build bustange on non-Windows. | brettw@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | Fix the build with some forgotten string conversions on non-Windows. | brettw@chromium.org | 2009-03-04 | 1 | -1/+2 |
* | Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs | brettw@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | This CL addresses several issues with focus in application mode: | jcampan@chromium.org | 2009-02-26 | 1 | -2/+2 |
* | Relanding the following: | jcampan@chromium.org | 2009-02-26 | 1 | -0/+3 |
* | Reverting 10400. | jcampan@chromium.org | 2009-02-25 | 1 | -3/+0 |
* | When restoring a session, the browser is shown after a tab is selected causin... | jcampan@chromium.org | 2009-02-25 | 1 | -0/+3 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -6/+6 |
* | Attempt at fixing flakeyness when running session restore ui tests in | sky@google.com | 2009-02-24 | 1 | -9/+11 |
* | Renables the session restore ui tests in hopes of finding out why they | sky@google.com | 2009-02-18 | 1 | -4/+6 |
* | Clean up some includes in sessions/ directory. | estade@chromium.org | 2009-02-15 | 3 | -13/+2 |
* | Use the ALLOW_THIS_IN_INITIALIZER_LIST instead of a pragma. | jhawkins@chromium.org | 2009-02-14 | 1 | -4/+1 |
* | Make base_session_service.cc compile on Posix. | jhawkins@chromium.org | 2009-02-14 | 5 | -31/+13 |
* | Make session_restore.cc compile on Posix. | jhawkins@chromium.org | 2009-02-14 | 2 | -3/+8 |
* | Port session_backend.cc to Posix. | jhawkins@chromium.org | 2009-02-14 | 9 | -85/+95 |
* | Make tab_restore_service.cc compile on Mac and Linux. | jhawkins@chromium.org | 2009-02-12 | 2 | -3/+14 |
* | Make session_service.cc compile on Mac and Linux. | jhawkins@chromium.org | 2009-02-11 | 2 | -6/+21 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 3 | -23/+25 |
* | Provide the option for HTTPServer to be created with a specific | sky@google.com | 2009-01-29 | 1 | -1/+1 |
* | Porting profiles to the Mac. | avi@chromium.org | 2009-01-28 | 1 | -1/+2 |
* | Fixes possible crash in restoring a previously closed window. The | sky@google.com | 2009-01-26 | 1 | -0/+3 |