summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions/session_backend.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the SessionBackend debug code.marja@chromium.org2012-09-071-40/+1
* Debug the generic session restore failure.marja@chromium.org2012-08-271-1/+40
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-2/+2
* Debug prints for debugging a generic session restore failure bug.marja@chromium.org2012-05-141-0/+3
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-151-8/+8
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-3/+4
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-4/+3
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-3/+4
* Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...mkwst@chromium.org2012-02-031-0/+6
* Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().mkwst@chromium.org2012-02-031-6/+0
* net: Use ClosePlatformFile() instead of close/CloseHandle().satorux@chromium.org2012-02-031-0/+6
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-3/+3
* base::Bind: Convert more of chrome/browser/sessions.jhawkins@chromium.org2011-11-241-6/+2
* Prevent invalid file error when restoring sessionsail@chromium.org2011-10-181-1/+2
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-4/+4
* This adds a Flush to the session backend to help with data corruption at Chro...gspencer@google.com2011-05-201-0/+1
* 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