summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* "Port" StackTrace to Macmark@chromium.org2009-01-163-31/+8
* Mac build fixagl@chromium.org2009-01-161-1/+1
* Windows build fix: sorry, I commit from the wrong tree.agl@chromium.org2009-01-161-0/+1
* Add StackTrace debugging utility class.agl@chromium.org2009-01-163-1/+76
* Reverting 8180.maruel@chromium.org2009-01-163-11/+1
* Add thread safety checks but keep them disabled for now until I fix all the c...maruel@chromium.org2009-01-163-1/+11
* fix filename in vcproj file (time_unittest_win.cc -> time_win_unittest.cc)tc@google.com2009-01-161-1/+1
* Mac/Linux test fixes: hopefully this will fix some flakey testsagl@chromium.org2009-01-162-30/+54
* Back out erroneous r8140mark@chromium.org2009-01-161-4/+4
* Fix OSX compilejeremy@chromium.org2009-01-151-4/+4
* Mac build fixagl@chromium.org2009-01-152-5/+5
* Mac build fixagl@chromium.org2009-01-151-1/+1
* Mac build fix: xcode updatesagl@chromium.org2009-01-151-4/+8
* Windows scons fix: more functions static and scons file fixagl@chromium.org2009-01-152-2/+3
* Windows scons fix: forgot to rename some testsagl@chromium.org2009-01-151-4/+4
* GCC on the buildbots is more pickyagl@chromium.org2009-01-151-1/+1
* Linux: Build fix for WaitableEvent mergeagl@chromium.org2009-01-151-3/+3
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-1513-92/+1173
* Enhance error report info (and correct typos)jar@chromium.org2009-01-151-3/+3
* Renaming the following files to include the _win suffix:tommi@chromium.org2009-01-1510-66/+50
* add system_monitor_posix to buildpinkerton@google.com2009-01-151-0/+4
* - Match up w/ NSPasteboard docs and mark sure our special type is on thethomasvl@chromium.org2009-01-151-1/+1
* Work around a stupid Purify bug that was causing lots of bogus messages to ap...erikkay@google.com2009-01-152-15/+19
* scoped_bstr and StackBstr implementations. The scoped_bstr class is a wrappe...tommi@chromium.org2009-01-147-0/+332
* Report name of repeatedly registered histogramsjar@chromium.org2009-01-141-2/+6
* Call logging::InitLogging. The lack of this was causing some hangs (and poss...erikkay@google.com2009-01-1310-41/+84
* Fix TODOs in base/ :phajdan.jr@chromium.org2009-01-132-8/+10
* Port crash_cache tool to Linux.phajdan.jr@chromium.org2009-01-133-0/+40
* Inline the TimeDelta::From* construction functions.deanm@chromium.org2009-01-132-30/+32
* Fix a typo in a comment.deanm@chromium.org2009-01-131-1/+1
* Removing unnecessary include that broke the dependency tests.tommi@chromium.org2009-01-121-1/+0
* fix linux build: don't inline in cc filetc@google.com2009-01-121-4/+4
* com_ptr implementation. This is a fairly simple implementation of a smart cl...tommi@chromium.org2009-01-125-2/+214
* Updates to Visual Studio project generation to accomodatesgk@google.com2009-01-105-30/+7
* Changing access to scoped_refptr member variables from private to protected.tommi@chromium.org2009-01-102-1/+17
* Move Contains() method to file_utils, stop relying on in extensions_protocolaa@chromium.org2009-01-096-79/+76
* Add implementations of various extension related methods (derived from file_u...erikkay@google.com2009-01-094-17/+282
* Move the vector canvas unit test data to the skia/ext directory. It wasn'tbrettw@chromium.org2009-01-0884-0/+0
* Data pack file reader and unit test, used for resources on Linux.evan@chromium.org2009-01-086-0/+203
* Significantly increase timeouts to reduce flakinessjar@google.com2009-01-081-8/+7
* Don't DCHECK if a watched directory doesn't exist.aa@chromium.org2009-01-072-3/+10
* Convert download manager to FilePath.estade@chromium.org2009-01-064-13/+26
* Butcher some files to make ui_tests run 0 tests on Linux.evanm@google.com2009-01-061-0/+6
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-062-6/+11
* Cleanup base/watchdog thread delegate.phajdan.jr@chromium.org2009-01-062-5/+5
* Keep trying to undo 7564.estade@chromium.org2009-01-055-10/+7
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-056-27/+16
* * switch download manager to using FilePathestade@chromium.org2009-01-053-6/+20
* Watchdog test is flaky, try relaxing timeout.dkegel@google.com2009-01-051-1/+2
* Move KillProcess from linux to posix so it can be used on the Mac.dkegel@google.com2009-01-052-24/+25