summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions/tab_restore_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename all occurrences of "app extension" with "extension app" since we were ...aa@chromium.org2010-05-061-16/+16
* Lands http://codereview.chromium.org/1744011/show for Hans:sky@chromium.org2010-05-041-2/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Adds code to restore application extensions. I'm also enabling tabsky@chromium.org2010-02-101-5/+37
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-021-0/+12
* Clicking on restore window button on ntp now nukes ntp. We always didsky@chromium.org2009-11-051-0/+6
* Changes session restore to use a normal load rather than preferringsky@chromium.org2009-11-031-6/+15
* valgrind: memset the window command data structure. |timestamp| is aligned o...jhawkins@chromium.org2009-09-161-2/+8
* Adds timestamp to session restore for tabs and windows.arv@google.com2009-07-201-16/+69
* Wires up restoring pinned tabs for session and tab restoresky@chromium.org2009-07-141-4/+32
* Implement restoring closed tab menu item. Reworked cross-platform code to han...pinkerton@chromium.org2009-06-191-47/+50
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-0/+1
* Reverting 15399.maruel@chromium.org2009-05-061-2/+2
* Change Browser::GetIndexOfController to GetIndexOfTabContents. Now that webrettw@chromium.org2009-05-061-2/+2
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-4/+4
* Restore closed tabs into new windows when necessary, and track the windows theypam@chromium.org2009-04-221-21/+48
* When restoring a closed tab using either ctrl-shift-T or the context menu, putpam@chromium.org2009-04-201-2/+20
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-4/+4
* Reverting 14005.brettw@chromium.org2009-04-181-4/+4
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-4/+4
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-3/+3
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Port session_backend.cc to Posix.jhawkins@chromium.org2009-02-141-1/+1
* Make tab_restore_service.cc compile on Mac and Linux.jhawkins@chromium.org2009-02-121-2/+3
* Fixes possible crash in restoring a previously closed window. Thesky@google.com2009-01-261-0/+3
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-2/+2
* Makes the tab restore service contain any windows that were open atsky@google.com2008-12-181-24/+124
* Makes the tab restore service persist closed tabs/windows to disk andsky@google.com2008-12-061-0/+649