| Commit message (Expand) | Author | Age | Files | Lines |
* | Add deps files and rules for the checkdeps script. | brettw@google.com | 2008-08-08 | 3 | -0/+7 |
* | Add some extra test cases for whitespace at start/end of number. | ericroman@google.com | 2008-08-08 | 1 | -0/+6 |
* | pulling in more files to run more unit tests | pinkerton@google.com | 2008-08-08 | 1 | -0/+36 |
* | fix base test harness to work on mac. fix command_line unit tests to match wh... | pinkerton@google.com | 2008-08-08 | 4 | -8/+85 |
* | * add base_paths_mac.mm to mac port | erikkay@google.com | 2008-08-08 | 10 | -71/+644 |
* | Stub out unused Windows specific code. | paulg@google.com | 2008-08-08 | 2 | -9/+22 |
* | MemoryDebug uses size_t, which portably comes from <sys/types.h>. Use "base/... | mmentovai@google.com | 2008-08-08 | 2 | -7/+12 |
* | pull out command_line_unittest until it works | pinkerton@google.com | 2008-08-08 | 1 | -2/+2 |
* | Remove cruft of old unit test harness, replace it with gTest goodness. Fix ex... | pinkerton@google.com | 2008-08-08 | 2 | -145/+109 |
* | Catch up SCons build with latest changes: | sgk@google.com | 2008-08-08 | 1 | -1/+10 |
* | Fix memory leak and assert that the values are correct. | tc@google.com | 2008-08-08 | 1 | -1/+27 |
* | Add observer_list_unittest.cc to base test target. Fix gcc warnings with virt... | pinkerton@google.com | 2008-08-08 | 2 | -1/+6 |
* | Add Lock and LockImpl to the test target to get it linking. | mmentovai@google.com | 2008-08-08 | 1 | -0/+4 |
* | Port LockImpl, Lock, and ConditionVariable to pthreads-supporting platforms. | mmentovai@google.com | 2008-08-08 | 9 | -78/+195 |
* | fix recursion | pinkerton@google.com | 2008-08-08 | 1 | -2/+2 |
* | Logging cleanup for mac and linux | pinkerton@google.com | 2008-08-08 | 1 | -15/+164 |
* | Remove the first line filename comment to make this consistent with the rest | deanm@google.com | 2008-08-08 | 2 | -2/+0 |
* | rollback my experiment to see the effects | darin@google.com | 2008-08-08 | 1 | -4/+0 |
* | This is a revised CB of issue 738 and 764 (which were made | jungshik@google.com | 2008-08-08 | 3 | -20/+62 |
* | Remove a NOTREACHED() that was causing a dialog box during unit tests, hence | maruel@google.com | 2008-08-07 | 2 | -12/+4 |
* | Complete brett's string conversion goodness for utf32 platforms. | pinkerton@google.com | 2008-08-07 | 1 | -3/+3 |
* | Fix an accidental nested extern and conversion cleanup from brett's landing. | pinkerton@google.com | 2008-08-07 | 1 | -4/+4 |
* | remove fixed_string from build. | pinkerton@google.com | 2008-08-07 | 1 | -8/+4 |
* | Removing unnecessary information; it's not clarifying things. | avi@google.com | 2008-08-07 | 1 | -3/+0 |
* | Add a unit test for WordIterator. Fix word_iterator.* includes at the same time. | maruel@google.com | 2008-08-07 | 4 | -6/+108 |
* | Add UTF-16 <-> Wide conversions for Mac. | brettw@google.com | 2008-08-07 | 3 | -24/+94 |
* | Improve PathServiceTest test by verifying that the returned path exists. | maruel@google.com | 2008-08-07 | 3 | -9/+34 |
* | Port in threading for Posix. Will require fixes to MessageLoop and Task to co... | avi@google.com | 2008-08-07 | 5 | -9/+174 |
* | Pinkerton's port/fix-up of command-line processing to work cross-platform. | evanm@google.com | 2008-08-07 | 3 | -40/+130 |
* | This is an experiment to see the impact of a boosted priority on the page | darin@google.com | 2008-08-07 | 1 | -0/+4 |
* | Fix sys_string_conversions for use on the Mac. | mmentovai@google.com | 2008-08-07 | 3 | -20/+27 |
* | Rename and remove a bunch of string functions. | evanm@google.com | 2008-08-07 | 5 | -167/+62 |
* | Remove the unit tests for the error condition. Vista handles the error differ... | brettw@google.com | 2008-08-07 | 1 | -2/+8 |
* | Add defines for the size of wchar_t to build_config.h. Use this in places whe... | brettw@google.com | 2008-08-07 | 13 | -218/+210 |
* | Cross-platform portability fixes for JSONReader. Adds generic string-to-doub... | mmentovai@google.com | 2008-08-07 | 8 | -54/+214 |
* | Reapply 508 to determine if it was indeed the cause of the webkit-release-pla... | maruel@google.com | 2008-08-07 | 2 | -15/+10 |
* | Remove the old NativeMB functions from string util, and use the new ones in s... | brettw@google.com | 2008-08-07 | 5 | -184/+316 |
* | Revert part of r508, it may have broken webkit-release-playback. | deanm@google.com | 2008-08-07 | 2 | -10/+15 |
* | Make base/SConstruct just like chrome/SConstruct for linux building. | deanm@google.com | 2008-08-07 | 1 | -1/+38 |
* | Remove the old atomic operations interface. | deanm@google.com | 2008-08-07 | 5 | -183/+0 |
* | ICU isn't packaged on the Mac as it is on Windows. | avi@google.com | 2008-08-07 | 1 | -1/+12 |
* | Some cross platform changes and general cleanups to Pickle. | deanm@google.com | 2008-08-07 | 3 | -25/+26 |
* | Remove the LOCKED_EXPRESSION macro, it's clumbsy and unused. | deanm@google.com | 2008-08-07 | 2 | -23/+0 |
* | Use 0 instead of NULL, since AtomicWord is intptr_t which is not a pointer ty... | deanm@google.com | 2008-08-07 | 1 | -1/+1 |
* | Fix cut-and-paste error so we only try to build mac files on, gee, the mac... | sgk@google.com | 2008-08-07 | 1 | -1/+1 |
* | Add new sys_string_conversions_*.cc files to the SCons build. | sgk@google.com | 2008-08-07 | 1 | -0/+11 |
* | This is the addition of the system-dependent string conversions. This is just... | brettw@google.com | 2008-08-07 | 7 | -23/+412 |
* | We were passing -1 (indicating NULL terminated) to the UTF8->wide conversion ... | brettw@google.com | 2008-08-06 | 1 | -4/+6 |
* | Apparently, our WndProc can get called for other HWNDs :( | darin@google.com | 2008-08-06 | 1 | -15/+17 |
* | just some hopefully non-contentious stuff to get out of the way before doing ... | darin@google.com | 2008-08-06 | 6 | -81/+85 |