| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't run FileUtilTest.RealPath under Valgrind on Mac | timurrrr@chromium.org | 2010-05-12 | 1 | -0/+4 |
* | 40% speed up in parsing the /proc/<pid>/smaps file by changing StringTokenize... | erg@chromium.org | 2010-05-12 | 2 | -22/+59 |
* | Use realpath() to find the path to the extension unpack dir on posix systems. | skerner@chromium.org | 2010-05-12 | 3 | -0/+68 |
* | Don't run ConditionVariableTest.LargeFastTaskTest under Valgrind on Mac | timurrrr@chromium.org | 2010-05-12 | 1 | -0/+2 |
* | [TTF] [GTTF] Implement the FAILS_ prefix for tests. | phajdan.jr@chromium.org | 2010-05-12 | 1 | -13/+25 |
* | Speed up the Task Manager on linux. | erg@chromium.org | 2010-05-11 | 4 | -16/+44 |
* | Remove the NowSingleton from time_win.cc. | phajdan.jr@chromium.org | 2010-05-11 | 1 | -34/+29 |
* | FTP: fix navigating to files listed under non-ASCII characters | phajdan.jr@chromium.org | 2010-05-11 | 3 | -0/+59 |
* | Linux: Don't crash when installing an extension if the gtk icon theme inherit... | craig.schlenter@chromium.org | 2010-05-11 | 1 | -1/+2 |
* | Switch to using TimeTicks for profiling and histograms | jar@chromium.org | 2010-05-10 | 3 | -8/+10 |
* | use sysctl instead of /proc on FreeBSD | pvalchev@google.com | 2010-05-10 | 1 | -2/+18 |
* | Disable StatsTableTest.MultipleThreads | phajdan.jr@chromium.org | 2010-05-08 | 1 | -5/+2 |
* | Replace #if 0 used to disable test, the DISABLED_ and FLAKY_ | phajdan.jr@chromium.org | 2010-05-08 | 1 | -4/+2 |
* | Remove a few stray bits of win2k support. | pkasting@chromium.org | 2010-05-07 | 2 | -11/+5 |
* | This CL fixes issue 42867 - "OK" button disabled on "Edit Exception" dialog box | xji@chromium.org | 2010-05-07 | 2 | -3/+26 |
* | Revert StatsTableTest.MultipleThreads change which is failing tsan. | shess@chromium.org | 2010-05-07 | 1 | -2/+4 |
* | Divert TRACE_EVENT macros to use Event Tracing for Windows on Windows builds. | siggi@chromium.org | 2010-05-07 | 6 | -3/+551 |
* | Add DCHECK to detect misuse of HISTOGRAM interface. | jar@chromium.org | 2010-05-07 | 1 | -0/+10 |
* | Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor... | thestig@chromium.org | 2010-05-07 | 2 | -22/+143 |
* | Use a reasonable default pthread stack size on Mac OS X. | mark@chromium.org | 2010-05-07 | 1 | -0/+33 |
* | Mark StatsTableTest.MultipleThreads as flaky | phajdan.jr@chromium.org | 2010-05-07 | 1 | -4/+2 |
* | Add a StaticMemorySingletonTraits class to allow constructing singletons in d... | siggi@chromium.org | 2010-05-07 | 3 | -34/+91 |
* | Fix the dynamic_annotations build issues on Windows | timurrrr@chromium.org | 2010-05-07 | 3 | -3/+8 |
* | Attempt to fix a DCHECK failure related to usage of Singletons | phajdan.jr@chromium.org | 2010-05-07 | 1 | -0/+6 |
* | Warn about unused results on release() for three scoped_ptr classes. | estade@chromium.org | 2010-05-07 | 2 | -4/+6 |
* | Remove/update a bunch of references to the Google-internal bug tracker. | evan@chromium.org | 2010-05-07 | 1 | -3/+0 |
* | Revert 46633 - Windows: Make file_util::Delete("c:\\foo_dir", false) work cor... | zork@chromium.org | 2010-05-07 | 2 | -143/+22 |
* | Windows: Make file_util::Delete("c:\\foo_dir", false) work correctly. Add mor... | thestig@chromium.org | 2010-05-06 | 2 | -22/+143 |
* | Created a stock implementation of the MessageLoopProxy interface than can be ... | sanjeevr@chromium.org | 2010-05-06 | 8 | -1/+340 |
* | Mark TimeTicks.SubMillisecondTimers as flaky. | phajdan.jr@chromium.org | 2010-05-06 | 1 | -1/+2 |
* | Revert "Remove npapi hack from basictypes.h now that npapi.h is fixed." | evan@chromium.org | 2010-05-06 | 1 | -0/+10 |
* | Remove npapi hack from basictypes.h now that npapi.h is fixed. | evan@chromium.org | 2010-05-06 | 1 | -10/+0 |
* | Valid FDs are >= 0 (> -1), not >= -1. | mark@chromium.org | 2010-05-05 | 1 | -1/+1 |
* | Add logging to undersand exactly where CreateDirectory() is failing for users. | skerner@google.com | 2010-05-05 | 1 | -2/+15 |
* | ScopedFD should handle EINTR on close. | mark@chromium.org | 2010-05-05 | 1 | -2/+3 |
* | Replace CHECK(false) by LOG(FATAL) where appropriate. | evan@chromium.org | 2010-05-05 | 3 | -4/+4 |
* | TTF: Re-enable SplitStringIntoKeyValuePairsTest.EmptyString. Fix the case | jhawkins@chromium.org | 2010-05-05 | 3 | -4/+26 |
* | Small cleanups/style fixes. Simplifies RTL functions slightly. | pkasting@chromium.org | 2010-05-05 | 2 | -28/+23 |
* | Fix various uses of release() that did not check its value | estade@chromium.org | 2010-05-04 | 1 | -3/+4 |
* | Clean up suppressing error dialogs for buildbots. | phajdan.jr@chromium.org | 2010-05-04 | 4 | -12/+20 |
* | Add clarity for the Command keycode now that things work for the Mac. | jrg@chromium.org | 2010-05-04 | 2 | -1/+2 |
* | Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on C... | sanjeevr@chromium.org | 2010-05-03 | 1 | -0/+3 |
* | Cleanup: Replace deprecated CommandLine::program() with CommandLine::GetProgr... | thestig@chromium.org | 2010-05-03 | 1 | -4/+3 |
* | Add a macro to ignore the return value of a function. | estade@chromium.org | 2010-05-03 | 1 | -0/+11 |
* | Throw something at the wall. See what sticks. | mark@chromium.org | 2010-04-30 | 2 | -2/+28 |
* | Unpack extensions inside chrome's profile directory. | skerner@chromium.org | 2010-04-30 | 7 | -18/+98 |
* | POSIX: catch more crash-indicating signals for in-process crash dumping. | phajdan.jr@chromium.org | 2010-04-30 | 1 | -3/+6 |
* | Implement UI automation on the Mac. | jrg@chromium.org | 2010-04-29 | 1 | -1/+2 |
* | Extend Histogram class to support custom range definitions | jar@chromium.org | 2010-04-29 | 3 | -15/+205 |
* | Clean up some Observer code. Original patch by Thiago Farina (see http://cod... | pkasting@chromium.org | 2010-04-29 | 1 | -5/+3 |