| Commit message (Expand) | Author | Age | Files | Lines |
* | Makes session service map certain show states to normal. | sky@chromium.org | 2012-01-31 | 1 | -1/+18 |
* | Fix: enable restoring multiple profiles asynchronously on startup. | marja@chromium.org | 2012-01-23 | 1 | -1/+1 |
* | Fix: after updating, restore tabs from all profiles. | marja@chromium.org | 2012-01-19 | 1 | -2/+4 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 1 | -11/+11 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -4/+4 |
* | Convert chrome users of NavigationController::tab_contents() to use GetWebCon... | jam@chromium.org | 2012-01-02 | 1 | -4/+4 |
* | Convert unix_hacker functions on NavigationController that are used by Chrome... | jam@chromium.org | 2011-12-29 | 1 | -3/+3 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 1 | -2/+3 |
* | Remove the remaining usages of NavigationEntry in chrome by converting a few ... | jam@chromium.org | 2011-12-28 | 1 | -3/+3 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -4/+5 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 1 | -2/+2 |
* | Move the remaining TabContents methods to the WebContents interface, switchin... | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -8/+8 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -8/+8 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -8/+8 |
* | (Base)SessionService: Remove dead code which was only used by the unit tests. | marja@chromium.org | 2011-12-13 | 1 | -30/+1 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 1 | -9/+14 |
* | Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread. | joi@chromium.org | 2011-12-07 | 1 | -7/+3 |
* | base::Bind: Convert SessionService::SessionCallback. | jhawkins@chromium.org | 2011-11-28 | 1 | -7/+6 |
* | base::Bind: Convert more of chrome/browser/sessions. | jhawkins@chromium.org | 2011-11-24 | 1 | -11/+17 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -10/+10 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -14/+19 |
* | Move navigation_types.h from content/common to content/public/browser, and pu... | jam@chromium.org | 2011-10-18 | 1 | -2/+2 |
* | Revert 106029 | nkostylev@chromium.org | 2011-10-18 | 1 | -2/+2 |
* | Move navigation_types.h from content/common to content/public/browser, and pu... | jam@chromium.org | 2011-10-18 | 1 | -2/+2 |
* | Fix build bustage | oshima@google.com | 2011-10-06 | 1 | -1/+1 |
* | NotificationService::AllSources in SessionService will cause multi-profile pr... | dhollowa@chromium.org | 2011-10-05 | 1 | -8/+12 |
* | Fix startup tabs in the case of Chrome running already in the background. | rbyers@chromium.org | 2011-09-01 | 1 | -2/+10 |
* | Restoring a session should restore window minimization state on Windows | dhollowa@chromium.org | 2011-08-31 | 1 | -1/+3 |
* | Revert 98679 - Restoring a session should restore window minimization state o... | dhollowa@chromium.org | 2011-08-29 | 1 | -3/+1 |
* | Restoring a session should restore window minimization state on Windows | dhollowa@chromium.org | 2011-08-29 | 1 | -1/+3 |
* | Restoring a session should restore window minimization state | dhollowa@chromium.org | 2011-08-22 | 1 | -13/+51 |
* | Profiles: Clear all BROWSER_OPENED usage | erg@google.com | 2011-08-12 | 1 | -1/+1 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -29/+32 |
* | Changes session restore to restore to existing browser and only close | sky@chromium.org | 2011-07-07 | 1 | -1/+3 |
* | Moves NavigationController::session_id into RestoreTabHelper. | sky@chromium.org | 2011-06-14 | 1 | -67/+78 |
* | Factor load notification detail structs out of NavigationController and into | pinkerton@chromium.org | 2011-05-31 | 1 | -4/+4 |
* | PrintPreview: Do not restore print preview tabs. | kmadhusu@chromium.org | 2011-05-12 | 1 | -2/+4 |
* | Browser::Type cleanup. | jianli@chromium.org | 2011-05-05 | 1 | -23/+12 |
* | Renames TabStripModel and Browser's selected_index to | sky@chromium.org | 2011-04-12 | 1 | -1/+1 |
* | Cleanup: Update a bunch of files to the new location of browser_window.h. Par... | tfarina@chromium.org | 2011-04-09 | 1 | -1/+1 |
* | Attempt 2 at changing session restores handling of incognito | sky@chromium.org | 2011-04-06 | 1 | -6/+2 |
* | Cleanup: Update a bunch of files to the new location of browser_list.h. Part ... | tfarina@chromium.org | 2011-04-06 | 1 | -1/+1 |
* | Get rid of extensions dependency from content\browser. | jam@chromium.org | 2011-04-04 | 1 | -10/+19 |
* | Revert 79891 - Changes session restores handling of incognito windows. Previo... | sky@chromium.org | 2011-03-30 | 1 | -2/+6 |
* | Changes session restores handling of incognito windows. Previously | sky@chromium.org | 2011-03-30 | 1 | -6/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -3/+3 |
* | Removing references to off the record in comments and log messages. | akalin@chromium.org | 2011-03-08 | 1 | -2/+2 |