summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fix a new[] / delete mismatch in a unittest.deanm@google.com2008-08-191-1/+1
* Move the system string conversion functions from std::string to StringPiece. ...deanm@google.com2008-08-198-14/+28
* Add a few tests to string_escape improving code coverage.deanm@google.com2008-08-191-0/+10
* Use __ImageBase linker variable instead of VirtualQuery on a global variable.deanm@google.com2008-08-191-7/+4
* Add tests for From / In converions and LocalMidnight. Add InMinutes().deanm@google.com2008-08-194-2/+43
* Fix some warnings found in string unittests.evanm@google.com2008-08-192-91/+96
* Use LF for newlines in all DEPS filesmmentovai@google.com2008-08-182-6/+6
* Rearrange and add notes on remaining base modules that are in the Windows-spe...evanm@google.com2008-08-181-10/+15
* Make some net unittests compile and pass on linux.tc@google.com2008-08-182-0/+14
* Add more useful settings to the xcconfigs.mmentovai@google.com2008-08-181-0/+10
* Use a common directory for all build output on the Mac.mmentovai@google.com2008-08-182-8/+9
* Cleanup some comment typos.ericroman@google.com2008-08-1813-20/+20
* Fix incorrect unsigned math in pr_time.cc on Windows which incorrectly handle...deanm@google.com2008-08-182-17/+98
* Take 2 at the new MessageLoop implementation.darin@google.com2008-08-164-878/+258
* Fix the bug where (a < b && b < a) is true. This is producing an assert when ...maruel@google.com2008-08-161-6/+6
* Revert r966, as it broke the Windows build.evanm@google.com2008-08-151-8/+8
* Fix signed/unsigned in prep for -Wall.evanm@google.com2008-08-151-8/+8
* a few unit tests broke on windows, fix those bugserikkay@google.com2008-08-151-2/+5
* sigherikkay@google.com2008-08-151-1/+3
* one more try before reverterikkay@google.com2008-08-152-15/+15
* Move all settings except for the ones that really need to be per-target intommentovai@google.com2008-08-151-61/+36
* fix build bustageerikkay@google.com2008-08-151-1/+1
* Part two of file_util porting. Almost all of the functionality has been port...erikkay@google.com2008-08-1511-166/+420
* Make the error message extra verbose when the external developper didn't corr...maruel@google.com2008-08-151-1/+5
* Add ref_counted.cc to the Mac build.mmentovai@google.com2008-08-153-2/+6
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-154-65/+170
* rollback portions of r928 to test to see if it impacts perfdarin@google.com2008-08-152-251/+858
* Just like HandleWorkMessage, we have to be concerned with HandleTimerMessagedarin@google.com2008-08-151-0/+6
* SCons build: add base\message_pump_win.cc.sgk@google.com2008-08-151-0/+1
* Try only re-scheduling work when HandleWorkMessage is called.darin@google.com2008-08-152-1/+5
* remove some testing code that i didn't mean to checkindarin@google.com2008-08-151-16/+0
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-159-872/+1177
* more bustage fixesdarin@google.com2008-08-151-2/+3
* rollback r922 to fix windows bustagedarin@google.com2008-08-152-93/+93
* Unify all of the build settings, and tweak a couple. Set as many things as p...mmentovai@google.com2008-08-151-618/+361
* Fix more compiler warnings.darin@google.com2008-08-157-109/+108
* To pass string_util_unittest, we need the ICU data file. To get the ICU data...evanm@google.com2008-08-1512-20/+197
* Add command_line_unittest and pr_time_test to the linux set of unittests. Fi...tc@google.com2008-08-144-14/+14
* Add waitable_event_generic.cc, waitable_event_unittest.cc, and condition_vari...darin@google.com2008-08-141-0/+14
* fix unit test bustagedarin@google.com2008-08-141-4/+2
* Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suf...darin@google.com2008-08-144-41/+41
* Add skia and our png wrappers. png_codec_unittest and image_operations_unitt...tc@google.com2008-08-142-15/+9
* SCons build accommodation of renaming base\gfx\*platform*.cc to base\gfx\*pla...sgk@google.com2008-08-141-3/+8
* The SHA2 files compile, and the unittests pass, now that nspr/prcpucfg_linux....mmoss@google.com2008-08-141-3/+3
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@873 0039d316-1c4b-4281-b9...awalker@google.com2008-08-1415-138/+138
* Fix the flaky atexit test by preventing it from running the global atexit cal...mmentovai@google.com2008-08-142-2/+13
* Build stack_container_unittest everywhere, it can build with GCC.deanm@google.com2008-08-141-1/+1
* Add a trailing EOL to source files. This eliminates warnings in GCC.deanm@google.com2008-08-1411-11/+11
* Implement nspr time on Linux.deanm@google.com2008-08-144-6/+745
* DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, ...mmentovai@google.com2008-08-145-5/+109