| Commit message (Expand) | Author | Age | Files | Lines |
* | Add targets for page_cycler_tests, perf_tests and startup_tests. Listed | sgk@google.com | 2009-03-16 | 1 | -0/+17 |
* | Change Pickle to double its capacity by default, rather than increasing | mpcomplete@google.com | 2009-03-16 | 2 | -4/+6 |
* | Removed unneeded includes of base/time.h. | thestig@chromium.org | 2009-03-16 | 7 | -5/+9 |
* | Change DCHECK( == 0) to DCHECK_EQ in the posix lock implementation. | deanm@chromium.org | 2009-03-16 | 1 | -7/+7 |
* | Port visitedlink tests to Linux. Also make them pass on Linux, which | phajdan.jr@chromium.org | 2009-03-16 | 3 | -0/+13 |
* | This should make ProcessUtilTest.KillSlowChild not-flaky. | phajdan.jr@chromium.org | 2009-03-16 | 1 | -9/+0 |
* | Remove unneeded includes of gtest_prod.h. Reduce usage from 689 to 601. | thestig@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | Basic windowless plugins, try 2. | evan@chromium.org | 2009-03-13 | 1 | -3/+2 |
* | wtc: please look at URL related code, and hooks and nits | jar@chromium.org | 2009-03-13 | 1 | -0/+14 |
* | Implement DownloadFile::Rename() for posix. Downloads work on linux! | estade@chromium.org | 2009-03-13 | 2 | -3/+11 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 12 | -6/+6 |
* | Improve the look of the Linux omnibox. | deanm@chromium.org | 2009-03-13 | 2 | -0/+22 |
* | Remove unneeded platform_thread.h includes. Reduces number of includes from 5... | thestig@chromium.org | 2009-03-13 | 2 | -2/+1 |
* | Remove logging.h from cc files that don't use it. | thestig@chromium.org | 2009-03-12 | 16 | -18/+0 |
* | Remove unneeded uses of logging.h in header files. | thestig@chromium.org | 2009-03-12 | 9 | -5/+7 |
* | Add a GDK_COLOR_RGB macro for constructing GdkColors. | deanm@chromium.org | 2009-03-12 | 1 | -0/+5 |
* | Switching to gyp generated vcprojs for some components. | bradnelson@google.com | 2009-03-12 | 1 | -154/+0 |
* | (purify bustage) Correct purify (only) reference to variable | jar@chromium.org | 2009-03-11 | 1 | -1/+1 |
* | Fix tree bustage | jar@chromium.org | 2009-03-11 | 1 | -2/+4 |
* | Avoid leaks at shutdown when running purify | jar@chromium.org | 2009-03-11 | 1 | -4/+10 |
* | file_util::Move fails on Windows if moving a directory | huanr@chromium.org | 2009-03-11 | 3 | -2/+61 |
* | Rolling back change 11431 (didn't work with a clobber either). | bradnelson@google.com | 2009-03-11 | 1 | -0/+154 |
* | Attempting to roll out gyp for base. | bradnelson@google.com | 2009-03-11 | 1 | -154/+0 |
* | Rolling back change 11429. | bradnelson@google.com | 2009-03-11 | 1 | -0/+154 |
* | junk | bradnelson@google.com | 2009-03-11 | 1 | -154/+0 |
* | Adding more guids (realized unit tests get included in slns up higher in the ... | bradnelson@google.com | 2009-03-10 | 1 | -2/+3 |
* | Adding fixed guids to some modules to facilitate incremental switch to gyp. | bradnelson@google.com | 2009-03-10 | 1 | -0/+2 |
* | This changes the base clipboard class, as accomplishing paste requires that C... | avi@chromium.org | 2009-03-10 | 4 | -60/+75 |
* | Move FilePathTest under test_dir_ so it gets cleaned up on TearDown. | thestig@chromium.org | 2009-03-10 | 1 | -3/+1 |
* | Add missing test_file_util_posix.cc file. | sgk@google.com | 2009-03-10 | 1 | -0/+1 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 143 | -146/+0 |
* | Move GdkPixbufFromSkBitmap to gtk_util so it can easily be shared. | deanm@chromium.org | 2009-03-10 | 2 | -0/+45 |
* | Add API functions to control Quantify, as well as expose these | asargent@chromium.org | 2009-03-09 | 5 | -0/+96 |
* | Disable flaky TimerTest.DelayTimer_Reset test. | phajdan.jr@chromium.org | 2009-03-09 | 2 | -1/+8 |
* | Use FilterContext to allow filters to access URLRequestJob data | jar@chromium.org | 2009-03-09 | 1 | -0/+4 |
* | Bringup sys_string_conversions_unittest.cc on Linux. | jeremy@chromium.org | 2009-03-08 | 1 | -1/+0 |
* | Pulling in operator=() to ScopedComPtr. | tommi@chromium.org | 2009-03-07 | 2 | -0/+8 |
* | Start the crash_service on windows when running ui tests, if it's not running... | jam@chromium.org | 2009-03-06 | 1 | -1/+1 |
* | Build test_shell and test_shell_tests on Linux from gyp-generated scons files: | sgk@google.com | 2009-03-06 | 1 | -2/+9 |
* | In preparation for making changes to worker_pool_linux.cc. | willchan@chromium.org | 2009-03-06 | 5 | -41/+41 |
* | I verified that the Visual C++ 2005 bug has been fixed in | wtc@chromium.org | 2009-03-06 | 1 | -1/+1 |
* | Cleanup in {test_,}file_util_posix.cc | phajdan.jr@chromium.org | 2009-03-06 | 2 | -6/+10 |
* | Reverting 11102. | phajdan.jr@chromium.org | 2009-03-06 | 2 | -10/+6 |
* | Make CrashAwareSleep more accurate on POSIX (checking if the process exists). | phajdan.jr@chromium.org | 2009-03-06 | 1 | -8/+20 |
* | first cut | phajdan.jr@chromium.org | 2009-03-06 | 2 | -6/+10 |
* | An assert was being hit because WaitableEvent's dtor was calling CloseHandle ... | jam@chromium.org | 2009-03-06 | 2 | -0/+9 |
* | Added a new method CreateNonJoinable() to PlatformThread. Added the windows ... | willchan@chromium.org | 2009-03-05 | 3 | -6/+41 |
* | POSIX: Rewrite IPC's interaction with FileDescriptor | agl@chromium.org | 2009-03-05 | 1 | -0/+4 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 2 | -4/+6 |
* | Make UTF8ToWide take a StringPiece, to avoid copying to a std::string. | deanm@chromium.org | 2009-03-05 | 2 | -2/+3 |