| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep trying to undo 7564. | estade@chromium.org | 2009-01-05 | 5 | -10/+7 |
* | Unbreak unit tests. Revert r7564. | estade@chromium.org | 2009-01-05 | 6 | -27/+16 |
* | * switch download manager to using FilePath | estade@chromium.org | 2009-01-05 | 3 | -6/+20 |
* | Watchdog test is flaky, try relaxing timeout. | dkegel@google.com | 2009-01-05 | 1 | -1/+2 |
* | Move KillProcess from linux to posix so it can be used on the Mac. | dkegel@google.com | 2009-01-05 | 2 | -24/+25 |
* | Fix some leaks in observer_list_unittest | erikkay@google.com | 2009-01-05 | 1 | -1/+2 |
* | clean up line ending | phajdan.jr@chromium.org | 2009-01-05 | 1 | -3/+3 |
* | Update some comments/nits following r7486. | ericroman@google.com | 2009-01-05 | 3 | -16/+14 |
* | Reverting 7537. DirectoryWatcherTest.SubDir was passing on my XP box, but fai... | phajdan.jr@chromium.org | 2009-01-03 | 2 | -23/+15 |
* | Re-enable DirectoryWatcherTest.SubDir on Vista | phajdan.jr@chromium.org | 2009-01-03 | 2 | -15/+23 |
* | Try to consistently use arraysize() with strlcpy(). | deanm@chromium.org | 2009-01-02 | 1 | -1/+1 |
* | Enable tracing on non-windows platforms. | dkegel@google.com | 2008-12-31 | 1 | -9/+0 |
* | Processes take a long time to start if started via ssh, | dkegel@google.com | 2008-12-30 | 1 | -1/+1 |
* | Provide and use auto startup/teardown for tracked objects | jar@google.com | 2008-12-30 | 1 | -6/+32 |
* | Remove compatibility #defines in string_util.h | phajdan.jr@chromium.org | 2008-12-30 | 1 | -9/+0 |
* | Change the signature of JSONReader::Read() and related | aa@chromium.org | 2008-12-29 | 4 | -424/+307 |
* | * Bring up render_mesages.cc on POSIX. | jeremy@chromium.org | 2008-12-29 | 2 | -0/+18 |
* | Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda... | evanm@google.com | 2008-12-26 | 2 | -2/+2 |
* | Provide an unimplemented function to appease the dynamic linker. | evanm@google.com | 2008-12-26 | 2 | -0/+17 |
* | Initial subset of .vcproj file generation, covering generation of: | sgk@google.com | 2008-12-24 | 5 | -86/+467 |
* | Fix a memory leak in json_reader_unittest.cc | aa@chromium.org | 2008-12-24 | 1 | -24/+26 |
* | Reverting 7423. | erikkay@google.com | 2008-12-23 | 2 | -13/+0 |
* | Add stdio to this file becasue we use FILE. | nsylvain@chromium.org | 2008-12-23 | 1 | -0/+2 |
* | file_util minor cleanup: | erikkay@google.com | 2008-12-23 | 4 | -15/+58 |
* | Add a method to explicitly request a UTF8 representation of a FilePath. This... | erikkay@google.com | 2008-12-23 | 2 | -0/+13 |
* | Add FilePath support to FileVersionInfo, fix Mac memory issues. | avi@google.com | 2008-12-23 | 3 | -11/+24 |
* | Update comments and remove bogus DCHECK in windows-specific broadcasted power... | mbelshe@google.com | 2008-12-23 | 1 | -4/+13 |
* | Initial generation of native Visual Studio solution files | sgk@google.com | 2008-12-19 | 6 | -8/+82 |
* | Convert from using env['PLATFORM'] directly to using the more flexible | sgk@google.com | 2008-12-18 | 3 | -19/+19 |
* | remove stray .h file from the compile sources list | pinkerton@google.com | 2008-12-18 | 1 | -2/+0 |
* | Fix bug 3789: | mbelshe@google.com | 2008-12-18 | 1 | -1/+7 |
* | Remove the purify directive which should no longer be necessary. | ericroman@google.com | 2008-12-18 | 1 | -9/+0 |
* | fix merge failure | aa@chromium.org | 2008-12-18 | 1 | -1/+0 |
* | Rather than create a TODO that will never be done, I went ahead and implement... | aa@chromium.org | 2008-12-18 | 3 | -6/+96 |
* | Move the "platform" wrappers in skia/ext to the skia namespace. | brettw@google.com | 2008-12-17 | 2 | -3/+6 |
* | Fix ommision in 7175. | jeremy@chromium.org | 2008-12-17 | 1 | -2/+2 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 7 | -21/+223 |
* | Mark MessageLoop::delayed_work_queue_ as initialized so Purify doesn't report... | ericroman@google.com | 2008-12-17 | 1 | -0/+9 |
* | Reverting 7156. | ojan@google.com | 2008-12-17 | 7 | -200/+18 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 7 | -18/+200 |
* | Include "base/hash_tables.h" instead of hand-picking header files. | avi@google.com | 2008-12-17 | 1 | -2/+1 |
* | Platform cleanup in browser/ and porting of few files. | phajdan.jr@chromium.org | 2008-12-17 | 1 | -0/+2 |
* | Allow hashmaps and hashsets of FilePath. | avi@google.com | 2008-12-17 | 1 | -0/+19 |
* | Reverting 7125. | ericroman@google.com | 2008-12-17 | 1 | -12/+1 |
* | Adds a helper class used to mark/define critical section in a class and then ... | maruel@chromium.org | 2008-12-17 | 10 | -1/+698 |
* | Temp experiment to confirm theory in crbug.com/5555. | ericroman@google.com | 2008-12-17 | 1 | -1/+12 |
* | Port the spell checker to posix. | estade@chromium.org | 2008-12-16 | 1 | -8/+8 |
* | Prevents LayoutTests/editing/pasteboard/copy-standalone-image.html from crashing | dsh@google.com | 2008-12-16 | 3 | -8/+22 |
* | Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. | maruel@chromium.org | 2008-12-16 | 5 | -1869/+1869 |
* | Update comments in multiprocess_test.h & add an example. | phajdan.jr@chromium.org | 2008-12-16 | 1 | -2/+10 |