summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions/session_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Fix syncing of sessions. Numerous changes have been made. Currently, the mode...zea@chromium.org2010-10-201-2/+1
* Makes session restore work correctly with instant.sky@chromium.org2010-10-151-0/+3
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Moves TabStripModelObserver/Delegate into their own headers.sky@chromium.org2010-09-161-0/+1
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Created method to save histogram data for futurejerrica@google.com2010-07-141-22/+144
* Created notification for when a session is saved.jerrica@google.com2010-06-171-1/+6
* Add histogram coverage of session service Save() operations, namely the time ...tim@chromium.org2010-06-101-0/+33
* Inform the command updater of the tab restore state.estade@chromium.org2010-05-271-1/+2
* Changes session restore so that if the last tab is closed explicitlysky@chromium.org2010-05-261-6/+11
* Rename all occurrences of "app extension" with "extension app" since we were ...aa@chromium.org2010-05-061-21/+21
* Fixes bug where triggering session restore while the browser wassky@chromium.org2010-03-261-21/+33
* [Mac] Re-enable pinned tabs; add support for mini-tabs and phantom tabs.rsesek@chromium.org2010-03-241-3/+2
* Wrap InternalSessionRequest in a scoped_refptr.albertb@google.com2010-03-021-1/+1
* Added a new method to SessionService that returns a snapshot of the currentalbertb@google.com2010-03-011-15/+43
* 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-3/+57
* Step 1 in Implementing/Prototyping App Panels.rafaelw@chromium.org2010-02-041-0/+4
* Disables pinned tabs until I land apps. I've #ifdef parts that aresky@chromium.org2010-01-281-0/+2
* Forbid reloading the Inspector window.apavlov@chromium.org2009-12-251-1/+4
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-0/+2
* Mac: don't restore explicitly closed windows.viettrungluu@chromium.org2009-11-051-2/+2
* Make SessionService use its own enum for storing window type in the session d...ben@chromium.org2009-11-051-4/+39
* Fix window restore behaviour on Mac.erg@chromium.org2009-10-291-1/+12
* Take 2 at this. The only change between this and the first is to add the GetT...sky@chromium.org2009-10-271-15/+15
* Revert 30194 - Makes session restore on Chrome OS restore popups.sky@chromium.org2009-10-271-15/+15
* Makes session restore on Chrome OS restore popups.sky@chromium.org2009-10-271-15/+15
* More style nits.erg@google.com2009-10-141-2/+2
* Changes SessionService to make sure a Pickle is deleted before thesky@chromium.org2009-08-101-5/+10
* Landing Thiago Farina's CL.jcampan@chromium.org2009-07-291-1/+1
* Wires up restoring pinned tabs for session and tab restoresky@chromium.org2009-07-141-3/+45
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Fix a bug in session restore on linux/mac. We were pickling thetc@google.com2009-05-011-6/+0
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-1/+1
* Reverting 14005.brettw@chromium.org2009-04-181-1/+1
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-1/+1
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-4/+4
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Clean up some includes in sessions/ directory.estade@chromium.org2009-02-151-0/+2
* Make session_restore.cc compile on Posix.jhawkins@chromium.org2009-02-141-1/+1
* Port session_backend.cc to Posix.jhawkins@chromium.org2009-02-141-3/+3
* Make session_service.cc compile on Mac and Linux.jhawkins@chromium.org2009-02-111-5/+10
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-14/+13