summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* base: Constantify the struct used in WprintfFormatPortabilityTest test case.tfarina@chromium.org2011-10-163-7/+6
* Fix of unused variable warnings related to DHISTOGRAM* in release builds.pph34r@gmail.com2011-10-162-8/+50
* base: Put lowercase_cases array inside TEST unit function.tfarina@chromium.org2011-10-161-10/+10
* Update task tracking to not depend on message_loop_ singletonjar@chromium.org2011-10-157-393/+349
* Add in an Owned() wrapper to base::Bind().ajwong@chromium.org2011-10-152-18/+116
* base/json: Use IsAsciiDigit in JSONReader::ReadInt() function.tfarina@chromium.org2011-10-141-2/+2
* Fix line endings in base/file_util.h.grt@chromium.org2011-10-141-633/+633
* Add WorkerPool::PostTaskAndReply and use in DHCP code.joi@chromium.org2011-10-147-55/+256
* Don't use `sizeof(a) / sizeof(a)` to compute the number of elements in array a.thakis@chromium.org2011-10-141-2/+4
* Expand the inline documentation for the HISTOGRAM_ENUMERATION macros.isherman@chromium.org2011-10-141-1/+7
* Change i18n icu header inclusions to not use system header syntax. asvitkine@chromium.org2011-10-143-4/+4
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-0/+130
* Add maruel and thakis to base/OWNERS.maruel@chromium.org2011-10-131-1/+3
* Enable TCMalloc doubly-linked freelist in release buildsBUG=NoneTEST=Nonejschuh@chromium.org2011-10-131-4/+0
* Speed up observers list notifcation macro when list is emptyjar@chromium.org2011-10-131-6/+12
* OpenBSD and FreeBSD fixes for base.mark@chromium.org2011-10-139-13/+367
* base::Bind: Cleanup in base/observer_list*.jhawkins@chromium.org2011-10-122-11/+13
* Profiling for the renderer process.scottbyer@chromium.org2011-10-122-1/+11
* Add a sanity test that crashes under ASan. This should be used to check that ...glider@chromium.org2011-10-121-0/+8
* Add StackTrace::ToString().satorux@chromium.org2011-10-123-1/+15
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-126-28/+24
* Remove obsolete DisableGtkMessagePumposhima@chromium.org2011-10-122-48/+19
* Add missing set-true so that AddTraceEvent doesn't always search for thread namejbates@chromium.org2011-10-111-0/+1
* Fix Clang-built ProcessUtilTest.GetTerminationStatusCrash.hans@chromium.org2011-10-111-1/+1
* Remove no longer needed android hack from logging.torne@chromium.org2011-10-111-5/+0
* Cleanup: Remove a static initializer in pickle.cc.thestig@chromium.org2011-10-101-4/+2
* Deprecate task.hwillchan@chromium.org2011-10-101-0/+25
* FileStream unit tests now check for file close.ahendrickson@chromium.org2011-10-101-1/+1
* Add jar to base OWNERSjar@chromium.org2011-10-071-0/+1
* Reuse base::i18n::SetICUDefaultLocale from rtl.h in some unittests.tfarina@chromium.org2011-10-072-107/+87
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-073-0/+239
* Restore visibilty of Task Tracking via about:trackingjar@chromium.org2011-10-072-16/+17
* * Rename ScopedHDC to ScopedCreateDCyosin@chromium.org2011-10-071-8/+8
* Support scoped_refptr<> as the object for a method call in base::Bind(). Redu...ajwong@chromium.org2011-10-072-3/+20
* Add RunAllPendingWithDispatcheroshima@google.com2011-10-062-0/+9
* aura: Fix views_unittests and aura_unittests on linux.sadrul@chromium.org2011-10-061-1/+1
* Remove unnecessary #include <sys/nacl_syscalls.h>mcgrathr@chromium.org2011-10-052-5/+0
* Consolidate ui::NativeEvent and base::NativeEventoshima@google.com2011-10-053-9/+40
* Switch over to base::Bind for base/debug/trace_event_unittests and base/files/*.jbates@chromium.org2011-10-054-16/+17
* Actually run the sanity tests under AddressSanitizer.glider@chromium.org2011-10-051-15/+33
* base::Bind: More converts, mostly in WebUI.jhawkins@chromium.org2011-10-042-2/+2
* Annotate benign race for trace_event category enabled flag.jbates@chromium.org2011-10-041-0/+4
* Upstream: The test stub for Androidmichaelbai@google.com2011-10-043-0/+243
* ntp4: fix app title directionalityestade@chromium.org2011-10-043-95/+148
* Add ScopedClosureRunner.sergeyu@chromium.org2011-10-043-0/+56
* 1 Add ScopedGetDC and ScopedSelectObjectyosin@chromium.org2011-10-043-2/+74
* Consolidate message observer API for MessagePumpX and MessagePumWinoshima@google.com2011-10-046-51/+76
* Add trace code to track all posted tasks in message_loop and WorkerThreads (n...jbates@chromium.org2011-10-0310-133/+191
* Upstream: Android's base.gyp and base.gypimichaelbai@google.com2011-10-032-5/+120
* Remove version hacks for platform version.rkc@chromium.org2011-10-032-13/+10