summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fix PP_FileOpenFlags_Dev handling:yzshen@chromium.org2011-05-233-19/+26
* Fix component=shared_library build for touchui.sadrul@chromium.org2011-05-231-1/+2
* Fix a possible crash on windows.thakis@chromium.org2011-05-211-1/+1
* Try another way to alias a variable in optimized builds.apatrick@chromium.org2011-05-201-4/+7
* GTTF: Remove wait_for_terminate_timeout_ms in favor of action_max_timeout_msphajdan.jr@chromium.org2011-05-202-12/+0
* Comment on WARN_UNUSED_RESULT about how to defeat it.shess@chromium.org2011-05-201-0/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-1911-20/+20
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-194-11/+11
* Switch to using TCMALLOC in browser process to fix WinHeap hanging IO thread ...rtenneti@chromium.org2011-05-191-1/+1
* Tag all tracked objects, including Tasks, with the program counter at the sit...apatrick@chromium.org2011-05-197-15/+113
* components: tag more functions with BASE_APIevan@chromium.org2011-05-191-12/+12
* Fixed spelling mistake typo in comment.wyck@chromium.org2011-05-191-2/+2
* Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the...glider@chromium.org2011-05-193-19/+1
* Re-land http://codereview.chromium.org/6869009 (except for the suppressions)glider@chromium.org2011-05-193-1/+19
* memory: don't reserve trace events unless we're using tracingevan@chromium.org2011-05-181-1/+1
* Add in example for prebinding.ajwong@chromium.org2011-05-182-0/+20
* net: Add NET_API to net/baservargas@google.com2011-05-183-1/+23
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-1/+2
* Move SystemMonitor to base/.willchan@chromium.org2011-05-188-1/+489
* Revert 85732 (broke build) - Move SystemMonitor to base/.willchan@chromium.org2011-05-188-489/+1
* Move SystemMonitor to base/.willchan@chromium.org2011-05-188-1/+489
* wstring: remove wstring version of RemoveCharsevan@chromium.org2011-05-172-11/+0
* Add support for real-time audio threads.crogers@google.com2011-05-175-2/+136
* base/i18n: Remove unneeded includes in case_conversion.*tfarina@chromium.org2011-05-162-6/+3
* wstring: Remove the ability to put wstrings in hash_map<>s.evan@chromium.org2011-05-161-7/+1
* Support binding WeakPtr<> to methods with void return types.ajwong@chromium.org2011-05-169-76/+676
* Revert 85359 because it did not reveal the site where the crashing task was p...apatrick@chromium.org2011-05-161-6/+0
* base/i18n: Put break_iterator* into namespace i18n.tfarina@chromium.org2011-05-163-17/+27
* Fix data races in LazyInstance<>.dvyukov@google.com2011-05-162-9/+39
* Reland old fix that was reverted incorrectly.mbelshe@chromium.org2011-05-153-8/+45
* Consolidate most CommandLine code across platforms.msw@chromium.org2011-05-143-349/+340
* Added release build assert on attempt to create a RunnableFunction for a func...apatrick@chromium.org2011-05-141-0/+6
* Implemented threshold based trace events that only get added to the trace if ...jbates@chromium.org2011-05-133-167/+478
* Include "base/string_util.h" in "base/string_util_posix.h".asvitkine@chromium.org2011-05-131-0/+1
* ObfuscatedFileSystemFileUtil classericu@google.com2011-05-133-9/+12
* Add thread check to WatchFileDescriptor.dmaclach@chromium.org2011-05-134-1/+74
* The gyp files don't have a way to refer to POSIX-like OS's as a group, so I d...mark@chromium.org2011-05-123-13/+13
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-123-8/+8
* X message pump: Allow adding observers for XEvents.sadrul@chromium.org2011-05-115-13/+48
* iwyu: Include callback_old.h where appropriate, final.jhawkins@chromium.org2011-05-112-2/+0
* Do not redefine malloc&co when ADDRESS_SANITIZER macro is defined.timurrrr@chromium.org2011-05-111-2/+5
* Merge the dynamic annotations from ThreadSanitizer r3424.timurrrr@chromium.org2011-05-112-45/+137
* Revert of 83710 which reverted 83641 - DNS Host resolver changesrtenneti@chromium.org2011-05-111-0/+22
* Nits fix on trace_event.h and child_trace_message_filter.ccscheib@chromium.org2011-05-101-1/+1
* base: Replace "using namespace base;" by wrapping the tests around "namespace...tfarina@chromium.org2011-05-101-3/+4
* Added CHECK for tasks passed to PostTask being null.apatrick@chromium.org2011-05-101-4/+8
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-3/+5
* wstring: remove WideToUpper/WideToLowerevan@chromium.org2011-05-103-23/+0
* Add more ThreadSanitizer sanity teststimurrrr@chromium.org2011-05-101-32/+83
* wstring: remove wstring version of TrimWhitespaceevan@chromium.org2011-05-103-19/+9