| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Remove stub registry.h file implementation. | tfarina@chromium.org | 2010-10-27 | 1 | -21/+0 |
* | Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu... | pkasting@chromium.org | 2010-10-27 | 1 | -3/+3 |
* | ThreadRestrictions: disallow blocking IO on the UI thread | evan@chromium.org | 2010-10-27 | 1 | -0/+5 |
* | Added task to Observer methods | davemoore@chromium.org | 2010-10-26 | 5 | -6/+17 |
* | touchui: Directly process key and mouse events. | rjkroege@google.com | 2010-10-26 | 6 | -7/+64 |
* | Roll DEPS to rlz library r26:30 to get the latest fixes for base library chan... | tfarina@chromium.org | 2010-10-26 | 1 | -18/+0 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 31 | -565/+753 |
* | Fix some FileRef-related issues that show up only on POSIX. | dumi@chromium.org | 2010-10-25 | 1 | -2/+3 |
* | Move all Valgrind/TSan/Dr.Memory gtest exclude files to tools/valgrind/gtest_... | timurrrr@chromium.org | 2010-10-24 | 9 | -172/+4 |
* | If chromium has not been started yet, the cache path will not exist. | maruel@chromium.org | 2010-10-23 | 1 | -0/+6 |
* | ScopedTempDir does not allow multiple Create* or Set calls without intervenin... | cbentzel@chromium.org | 2010-10-23 | 3 | -6/+32 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 5 | -4/+78 |
* | Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from... | isherman@chromium.org | 2010-10-23 | 4 | -71/+4 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 4 | -4/+71 |
* | ThreadRestrictions: inline function definitions in Release mode | evan@chromium.org | 2010-10-22 | 1 | -7/+8 |
* | Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO" | evan@chromium.org | 2010-10-22 | 4 | -68/+4 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-22 | 4 | -4/+68 |
* | Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" | mpcomplete@chromium.org | 2010-10-22 | 8 | -22/+23 |
* | Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-22 | 6 | -14/+209 |
* | Update code that previously constructed strings from string iterators only to... | erikwright@chromium.org | 2010-10-22 | 1 | -3/+9 |
* | Make USE_OPENSSL and USE_NSS mutually exclusive | joth@chromium.org | 2010-10-22 | 11 | -2/+425 |
* | Revert "Const-ify RefCountedThreadSafe::AddRef and Release." | levin@chromium.org | 2010-10-22 | 8 | -23/+22 |
* | Const-ify RefCountedThreadSafe::AddRef and Release. | mpcomplete@chromium.org | 2010-10-22 | 8 | -22/+23 |
* | ThreadRestrictions: leak the thread local variable | evan@chromium.org | 2010-10-21 | 4 | -5/+65 |
* | Revert 63397 - Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-21 | 6 | -205/+14 |
* | Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-21 | 6 | -14/+205 |
* | Add StringToInt and HexStringToInt for iterator ranges. | erikwright@chromium.org | 2010-10-21 | 3 | -174/+430 |
* | Revert 63332 - Test of performance value of reducing calls to Now(). | jar@chromium.org | 2010-10-21 | 2 | -44/+8 |
* | Test of performance value of reducing calls to Now(). | jar@chromium.org | 2010-10-21 | 2 | -8/+44 |
* | Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. | mattm@chromium.org | 2010-10-21 | 2 | -5/+6 |
* | Use scoped objects to simplify crypto routines. Also do lots of other simpli... | pkasting@chromium.org | 2010-10-21 | 6 | -166/+110 |
* | Remove scoped_bstr_win, fix all callers to use the new location. | brettw@chromium.org | 2010-10-20 | 1 | -9/+0 |
* | Revert 63191 - 2nd try: | phajdan.jr@chromium.org | 2010-10-20 | 3 | -43/+8 |
* | Fix flakey test TimeTicks.HighResNow | mbelshe@chromium.org | 2010-10-20 | 1 | -8/+25 |
* | 2nd try: | mbelshe@chromium.org | 2010-10-20 | 3 | -8/+43 |
* | Revert 63176 - Fix regression where high resolution timers could be activated... | mbelshe@chromium.org | 2010-10-20 | 3 | -43/+8 |
* | Fix regression where high resolution timers could be activated even under | mbelshe@chromium.org | 2010-10-20 | 3 | -8/+43 |
* | Two minor changes to the use of FormatMessageA in Win32ErrorLogMessage: | grt@chromium.org | 2010-10-20 | 1 | -2/+2 |
* | base: add a thread-safety assertion checker | evan@chromium.org | 2010-10-19 | 4 | -1/+92 |
* | Drop allocator dependency from base library. | willchan@chromium.org | 2010-10-19 | 4 | -110/+8 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 4 | -239/+66 |
* | Update the credits file, fix two READMEs that were broken, change the encodin... | avi@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 4 | -66/+239 |
* | Revert 63012 - Revert 63011 - Convert a lot of DCHECK()s to DCHECK_EQ() and s... | pkasting@chromium.org | 2010-10-19 | 1 | -45/+46 |
* | Revert 63011 - Convert a lot of DCHECK()s to DCHECK_EQ() and similar, so that... | dpranke@chromium.org | 2010-10-19 | 1 | -46/+45 |
* | Convert a lot of DCHECK()s to DCHECK_EQ() and similar, so that when they fail... | pkasting@chromium.org | 2010-10-19 | 1 | -45/+46 |
* | Reland r62959 without the changes to histogram.cc, in hopes it won't break ta... | pkasting@chromium.org | 2010-10-19 | 12 | -42/+36 |
* | Fix Valgrind unittests by forcing illegal memory accesses to happen unconditi... | pkasting@chromium.org | 2010-10-18 | 1 | -2/+4 |
* | Move APSL code into third_party. | avi@chromium.org | 2010-10-18 | 2 | -63/+9 |
* | ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ... | tim@chromium.org | 2010-10-18 | 14 | -45/+51 |