summaryrefslogtreecommitdiffstats
path: root/chrome/common/important_file_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* Pull back some CHECK calls which were removed.shess@chromium.org2011-11-081-1/+2
* Convert chrome/common non-debug logs to debug logs.brettw@chromium.org2011-10-281-5/+5
* Produce histogram in important_file_writer codejar@chromium.org2011-09-151-8/+20
* Cleanup: remove unneeded code from ImportantFileWriterphajdan.jr@chromium.org2011-09-131-6/+0
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* ImportantFileWriter: Flush the data before closing thervargas@google.com2011-08-291-7/+22
* Provide lazy CommitPendingWrites in addition to eager SavePersistentPrefs.dilmah@chromium.org2011-03-251-3/+3
* Enable the NOTREACHED() in ImportantFileWriter also on Windowsphajdan.jr@chromium.org2011-03-121-3/+0
* ImportantFileWriter: check return value of PostTaskphajdan.jr@chromium.org2011-03-101-4/+13
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* In ImportantFileWriter, print out the error code/message on failure.thestig@chromium.org2010-10-271-6/+5
* Reduce console spam from important_file_writer.evan@chromium.org2010-09-201-9/+3
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-3/+3
* Moved ImportantFileWriter to chrome/common in preparation of moving JsonPrefS...sanjeevr@chromium.org2010-05-201-0/+150
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-143/+0
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-10/+4
* Add file_util::ReplaceFile and use it in ImportantFileWriter.phajdan.jr@chromium.org2009-05-191-1/+1
* Revert "Add file_util::ReplaceFile and use it in ImportantFileWriter."phajdan.jr@chromium.org2009-05-181-1/+1
* Add file_util::ReplaceFile and use it in ImportantFileWriter.phajdan.jr@chromium.org2009-05-181-1/+1
* Converted BookmarkStorage to use ImportantFileWriterphajdan.jr@chromium.org2009-05-081-10/+31
* ImportantFileWriterphajdan.jr@chromium.org2009-04-281-0/+128