summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions/session_backend.cc
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Coverity Fixlets: CHECKED_RETURNsscr@chromium.org2011-03-111-4/+4
* Create a Header struct to define the structure of the file header in just one...jeanluc@chromium.org2011-01-271-8/+16
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* FBTF: Reaplly the TabRestoreService::Observer into its own file commit.erg@google.com2010-09-021-0/+4
* Revert "FBTF: Move the TabRestoreService::Observer into its own file."erg@google.com2010-09-011-4/+0
* FBTF: Move the TabRestoreService::Observer into its own file.erg@google.com2010-09-011-0/+4
* Coverity: Fix leak in SessionBackend::OpenAndWriteHeader on error conditions.mattm@chromium.org2010-07-151-2/+2
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-061-2/+2
* Added a new method to SessionService that returns a snapshot of the currentalbertb@google.com2010-03-011-0/+18
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Remove unneeded uses of base/pickle.h. Add some explicit #includes.thestig@chromium.org2009-04-031-1/+0
* Porting unit tests in chrome/phajdan.jr@chromium.org2009-03-171-5/+7
* Fixes possible crash in SessionBackend. I believe what's happeningsky@google.com2009-03-091-5/+20
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-6/+6
* Port session_backend.cc to Posix.jhawkins@chromium.org2009-02-141-57/+58
* Makes the tab restore service persist closed tabs/windows to disk andsky@google.com2008-12-061-0/+352