summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* ProcessUtilTest.GetTerminationStatusExit is flaky at best...mad@chromium.org2011-09-141-2/+2
* micro optimize CommandLine.GetSwitchPrefixLengthjoth@chromium.org2011-09-132-2/+5
* Add support for filtering traces by categories. The TraceLog API is updated t...jbates@chromium.org2011-09-123-29/+253
* base: Get rid of references to gtk_util.* from base.gypi.tfarina@chromium.org2011-09-121-2/+0
* Add ThreadRestrictions::AssertIOAllowed to platform_file_posix callsevan@chromium.org2011-09-121-0/+12
* Avoid long test_server timeouts by using action_timeout_msphajdan.jr@chromium.org2011-09-121-1/+1
* Revert 100640 - Enable doubly linked lists by default.bxx@chromium.org2011-09-111-1/+4
* Enable doubly linked lists by default.bxx@chromium.org2011-09-111-4/+1
* Refactor Mac crash key reporting - move to base/mac/crash_logging.{h,mm}jeremy@chromium.org2011-09-113-0/+94
* Make Callback.Equals() only work when comparing against the same type.ajwong@chromium.org2011-09-106-22/+84
* Create a "no compile" drivers script in python to unittest compile time asserts.ajwong@chromium.org2011-09-103-102/+235
* tcmalloc doubly-linked free-lists for thread cachesbxx@chromium.org2011-09-091-0/+6
* Refactor ScopedJavaRefjoth@chromium.org2011-09-0914-160/+407
* Revert 100074 - tcmalloc doubly-linked free-lists for thread cachesbxx@chromium.org2011-09-081-3/+0
* Add UTF16ToUTF8AndAdjustOffset() to base/.kinaba@chromium.org2011-09-083-3/+58
* tcmalloc doubly-linked free-lists for thread cachesbxx@chromium.org2011-09-081-0/+3
* Move launching in a job object logicphajdan.jr@chromium.org2011-09-072-3/+28
* Use precompiled headers for most large projects where the .gyp filejoi@chromium.org2011-09-071-0/+1
* aura: A few changes to have aura_demo compile and run on linux.sadrul@chromium.org2011-09-073-3/+3
* Fix trace_event code to accept double-quote and backslash characters in strin...jbates@chromium.org2011-09-072-8/+11
* Support for registering arbitrary Tasks with AtExitManager.apatrick@chromium.org2011-09-063-16/+26
* Don't DCHECK thread_policy_set() calls because they can fail during runtimecrogers@google.com2011-09-061-5/+21
* base/json: Make ReadHexDigits easier to read by using IsHexDigit() function.tfarina@chromium.org2011-09-061-3/+1
* Added support to trace_event for passing static string arguments without copyjbates@chromium.org2011-09-063-50/+183
* [Linux] Make FilePathWatcher somewhat more symlink aware.craig.schlenter@chromium.org2011-09-052-33/+227
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-042-637/+607
* Revert 99515 - tcmalloc doubly-linked free-lists for thread cachesbxx@chromium.org2011-09-031-3/+0
* tcmalloc doubly-linked free-lists for thread cachesbxx@chromium.org2011-09-031-0/+3
* Add metrics to measure time elapsed between form load and form submission wit...isherman@chromium.org2011-09-021-0/+18
* Move test utilities into test_file_util.*.ahendrickson@chromium.org2011-09-025-55/+80
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-024-20/+36
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-024-36/+20
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-024-20/+36
* Base: Change ReadPlatformFile to perform a bestrvargas@google.com2011-09-014-19/+42
* Synchronize the parent and child processes during launch, ensuring that themark@chromium.org2011-09-013-18/+169
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-011-1/+1
* Disable failed test GetTerminationStatusExit on Linux.dyu@chromium.org2011-09-011-1/+8
* base/json: Get rid of static initializer in JSONReader.tfarina@chromium.org2011-09-012-24/+27
* Enable smooth scrolling on macthakis@chromium.org2011-09-011-3/+4
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-011-1/+1
* Base: Switch base_i18n to be a separate dll (component build)rvargas@google.com2011-08-3114-75/+123
* Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. Th...jam@chromium.org2011-08-314-9/+31
* Revert 98885 - Third attempt at the following. Unreviewed, this was original...rsleevi@chromium.org2011-08-313-5/+0
* Third attempt at the following. Unreviewed, this was originally reviewed in ...pkasting@chromium.org2011-08-303-0/+5
* [Mac] Capture -dealloc backtrace to log with CrZombie messages.shess@chromium.org2011-08-302-0/+18
* base/json: Get rid of an old TODO that doesn't apply anymore.tfarina@chromium.org2011-08-301-3/+0
* cycle botsthakis@chromium.org2011-08-301-1/+1
* Remove the free_ member of scoped_ptr_malloc.evan@chromium.org2011-08-291-7/+3
* Upstream android i18n changemichaelbai@google.com2011-08-292-5/+8
* Disable frame pointer optimization on base::debug::StackTrace() so it works p...eroman@chromium.org2011-08-271-0/+13