summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions/session_restore.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename all occurrences of "app extension" with "extension app" since we were ...aa@chromium.org2010-05-061-6/+6
* Adds ability for newly inserted tabs to appear before other tabs. I'llsky@chromium.org2010-05-031-4/+6
* Nukes one of the AddTabWithURL variants.sky@chromium.org2010-04-291-2/+4
* Move code to size a restored tab on initialization from SessionRestore::Resto...japhet@chromium.org2010-04-221-11/+2
* Size TabContents being restored during a session restore.japhet@chromium.org2010-04-161-3/+11
* Fixes bug where triggering session restore while the browser wassky@chromium.org2010-03-261-1/+11
* Added a new method to SessionService that returns a snapshot of the currentalbertb@google.com2010-03-011-1/+1
* Makes Synchronous session restore work with the login managercmasone@google.com2010-02-221-0/+3
* 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/+64
* Disables pinned tabs until I land apps. I've #ifdef parts that aresky@chromium.org2010-01-281-22/+4
* Changes synchronous session restore to create windows after nestedsky@chromium.org2010-01-081-3/+19
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-3/+3
* Changes session restore to use a normal load rather than preferringsky@chromium.org2009-11-031-1/+2
* Makes --pinned-tab-count work if session restore is enabled, but wesky@chromium.org2009-07-171-3/+26
* Wires up restoring pinned tabs for session and tab restoresky@chromium.org2009-07-141-2/+4
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-0/+1
* More NotificationRegistrar conversions.pkasting@chromium.org2009-05-221-30/+11
* honor index in createTab()rafaelw@chromium.org2009-05-061-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-5/+2
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-1/+1
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-5/+5
* Reverting 14005.brettw@chromium.org2009-04-181-5/+5
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-5/+5
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-2/+2
* Re-land popup routing fix for browser.ben@chromium.org2009-04-071-1/+1
* Moving the storing/restoring of the focus from TabContents to WebContentsView...jcampan@chromium.org2009-03-121-1/+6
* Fixes session restore bug where we wouldn't necessarily correctlysky@google.com2009-03-091-1/+3
* This CL addresses several issues with focus in application mode:jcampan@chromium.org2009-02-261-2/+2
* Relanding the following:jcampan@chromium.org2009-02-261-0/+3
* Reverting 10400.jcampan@chromium.org2009-02-251-3/+0
* When restoring a session, the browser is shown after a tab is selected causin...jcampan@chromium.org2009-02-251-0/+3
* Clean up some includes in sessions/ directory.estade@chromium.org2009-02-151-6/+0
* Make session_restore.cc compile on Posix.jhawkins@chromium.org2009-02-141-2/+7
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-8/+11
* 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-0/+1
* Fixes two session restore bugs:sky@google.com2008-12-111-1/+6
* Makes the tab restore service persist closed tabs/windows to disk andsky@google.com2008-12-061-0/+445