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