summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Go ahead and forward all the std::vector<> typedefs through ScopedVector. At...pkasting@chromium.org2012-03-261-2/+8
* Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...aa@chromium.org2012-03-263-411/+185
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-263-185/+411
* Remove Slavelastic Manifest Filecsharp@chromium.org2012-03-261-16/+0
* Cleanup: Replace 'DurationInt' with int32, and always use 32-bit integers for...isherman@chromium.org2012-03-246-66/+37
* Make Callback::Reset() return a copy to support use-cases where Run() ends up...fischman@chromium.org2012-03-243-10/+56
* * Keep the mouse in the desktop in multi monitor environment. I ended up usin...oshima@chromium.org2012-03-241-3/+1
* [windows] Make calls to exit(), _exit(), abort(), and ExitProcess() from the ...eroman@chromium.org2012-03-243-4/+29
* Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128...rsleevi@chromium.org2012-03-247-361/+1
* apk-based test runner work. Not enabled yet. This CL is a combination of up...jrg@chromium.org2012-03-247-1/+361
* Improve JSONReader performance by up to 55% by using std::string instead of w...rsesek@chromium.org2012-03-243-55/+162
* Fix a typo in the comment for ToUnicodeCallbackSubstitute()steveblock@chromium.org2012-03-231-2/+2
* Move ScopedIOObject to base/mac.thakis@chromium.org2012-03-232-0/+76
* Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta...rnk@chromium.org2012-03-233-411/+185
* Fix shared_library build break on Chrome OS caused by r128351.yusukes@google.com2012-03-231-1/+1
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-233-185/+411
* string_piece.h uses ptrdiff_t, which is defined in stddef.hmmaxfield@google.com2012-03-231-0/+2
* Linux: Report the failed memory allocation size on OOM crashes.thestig@chromium.org2012-03-232-0/+12
* Fix ScopedVector<T> passing via base::Bind()willchan@chromium.org2012-03-232-4/+58
* Remove Pickle::WriteSize() now that it has no remaining callers. Also renamemdm@chromium.org2012-03-232-12/+6
* Update Android's base_paths to match other platforms.avi@chromium.org2012-03-223-6/+31
* Remove env() getter from JavaRef<>joth@chromium.org2012-03-223-45/+70
* Move authorization_util files into base/mac.lambroslambrou@chromium.org2012-03-214-0/+345
* Add "reference" and "const_reference" typedefs to ScopedVector to enable it t...pkasting@chromium.org2012-03-211-0/+2
* Add a new 'run_all_unittests' target in baseakalin@chromium.org2012-03-211-3/+13
* Change json_reader_unittest.cc to use less ASSERT macros and more EXPECT ones.rsesek@chromium.org2012-03-201-127/+128
* Enable positional parameters for base::vsnprintf and base::vswprintf on Windows.alexeypa@chromium.org2012-03-202-8/+27
* HANDLE_EINTR: parenthesize argumentsvapier@chromium.org2012-03-201-3/+3
* simplify a few header includesvapier@chromium.org2012-03-192-3/+6
* Make allocator_unittests a Win-only target.hans@chromium.org2012-03-192-21/+20
* Don't compile heap-profile-table.cc on windowsjbauman@chromium.org2012-03-191-0/+2
* Relax check for message loop in SequencedWorkerPoolakalin@chromium.org2012-03-172-9/+12
* Move IsRunningOnChromeOS to base/chromeos so that ui/, /chromeos and other co...oshima@chromium.org2012-03-163-0/+52
* Resubmit r127219: Make test failure clearertbreisacher@chromium.org2012-03-161-1/+1
* Remove "base/values.h" import from "base/location.h", fix up downstream files.isherman@chromium.org2012-03-162-3/+7
* Revert 127219 - Make test failure clearertbreisacher@chromium.org2012-03-161-1/+1
* Make test failure clearertbreisacher@chromium.org2012-03-161-1/+1
* Revert 127171 - Experiment for a deeper heap profile dumper to check impact f...dmikurube@chromium.org2012-03-161-4/+0
* Experiment for a deeper heap profile dumper to check impact for performance.dmikurube@chromium.org2012-03-161-0/+4
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-165-77/+80
* mac: Export MessagePumpNSRunLoop constructor.thakis@chromium.org2012-03-151-1/+1
* Add comments and fix a potential leak in LaunchProcess.erikwright@chromium.org2012-03-152-2/+8
* Move work signal count tracking from SequencedWorkerPool to the test fileakalin@chromium.org2012-03-143-54/+58
* Add preliminary OOM support for Mountain Lion.avi@chromium.org2012-03-145-19/+15
* Build Android's MessagePumpForUI by upstreaming SystemMessageHandlerpeter@chromium.org2012-03-145-59/+114
* Cleanup: Remove remaining deprecated file_util functions.thestig@chromium.org2012-03-144-61/+0
* Fix error handling in OpenProcess wrappers. halyavin@google.com2012-03-141-3/+3
* [Mac] Add the OS version check functions for 10.8.rsesek@chromium.org2012-03-144-5/+84
* Build Java files as part of the base target for Android buildspeter@chromium.org2012-03-141-0/+1
* Upstream Android's PathUtils implementation.peter@chromium.org2012-03-148-35/+114