| Commit message (Expand) | Author | Age | Files | Lines |
* | [Coverity] Fix possible leak. | groby@chromium.org | 2012-03-29 | 1 | -5/+5 |
* | Move launchd code from chrome/browser/mac to base/mac. | lambroslambrou@chromium.org | 2012-03-29 | 4 | -0/+185 |
* | Update Ant build to support multiple build configurations. | yfriedman@chromium.org | 2012-03-29 | 1 | -1/+12 |
* | base: Remove should_leak_tasks_ from MessageLoop | satorux@chromium.org | 2012-03-29 | 2 | -18/+0 |
* | Provide a NSAutoreleasePool for the SequencedWorkerPool::Inner::ThreadLoop(). | rsesek@chromium.org | 2012-03-29 | 1 | -0/+8 |
* | Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt... | wez@chromium.org | 2012-03-28 | 1 | -3/+53 |
* | Fix handling of Unicode BOMs in JSONReader. | rsesek@chromium.org | 2012-03-28 | 3 | -3/+25 |
* | New BASE_EXPORT macros. | thakis@chromium.org | 2012-03-28 | 1 | -0/+4 |
* | Fix a few warnings that -Wnull-conversion of a future clang will complain about. | thakis@chromium.org | 2012-03-28 | 2 | -6/+6 |
* | Add base/data/json/bom_feff.json as a binary file. | rsesek@chromium.org | 2012-03-28 | 1 | -0/+10 |
* | Plot async steps in about:tracing. | simonjam@chromium.org | 2012-03-28 | 3 | -41/+36 |
* | Normalize download file name on chromeos | tbarzic@chromium.org | 2012-03-27 | 3 | -3/+41 |
* | Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess... | jbates@chromium.org | 2012-03-27 | 3 | -185/+411 |
* | Go ahead and forward all the std::vector<> typedefs through ScopedVector. At... | pkasting@chromium.org | 2012-03-26 | 1 | -2/+8 |
* | Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp... | aa@chromium.org | 2012-03-26 | 3 | -411/+185 |
* | Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. | jbates@chromium.org | 2012-03-26 | 3 | -185/+411 |
* | Remove Slavelastic Manifest File | csharp@chromium.org | 2012-03-26 | 1 | -16/+0 |
* | Cleanup: Replace 'DurationInt' with int32, and always use 32-bit integers for... | isherman@chromium.org | 2012-03-24 | 6 | -66/+37 |
* | Make Callback::Reset() return a copy to support use-cases where Run() ends up... | fischman@chromium.org | 2012-03-24 | 3 | -10/+56 |
* | * Keep the mouse in the desktop in multi monitor environment. I ended up usin... | oshima@chromium.org | 2012-03-24 | 1 | -3/+1 |
* | [windows] Make calls to exit(), _exit(), abort(), and ExitProcess() from the ... | eroman@chromium.org | 2012-03-24 | 3 | -4/+29 |
* | Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128... | rsleevi@chromium.org | 2012-03-24 | 7 | -361/+1 |
* | apk-based test runner work. Not enabled yet. This CL is a combination of up... | jrg@chromium.org | 2012-03-24 | 7 | -1/+361 |
* | Improve JSONReader performance by up to 55% by using std::string instead of w... | rsesek@chromium.org | 2012-03-24 | 3 | -55/+162 |
* | Fix a typo in the comment for ToUnicodeCallbackSubstitute() | steveblock@chromium.org | 2012-03-23 | 1 | -2/+2 |
* | Move ScopedIOObject to base/mac. | thakis@chromium.org | 2012-03-23 | 2 | -0/+76 |
* | Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta... | rnk@chromium.org | 2012-03-23 | 3 | -411/+185 |
* | Fix shared_library build break on Chrome OS caused by r128351. | yusukes@google.com | 2012-03-23 | 1 | -1/+1 |
* | Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. | jbates@chromium.org | 2012-03-23 | 3 | -185/+411 |
* | string_piece.h uses ptrdiff_t, which is defined in stddef.h | mmaxfield@google.com | 2012-03-23 | 1 | -0/+2 |
* | Linux: Report the failed memory allocation size on OOM crashes. | thestig@chromium.org | 2012-03-23 | 2 | -0/+12 |
* | Fix ScopedVector<T> passing via base::Bind() | willchan@chromium.org | 2012-03-23 | 2 | -4/+58 |
* | Remove Pickle::WriteSize() now that it has no remaining callers. Also rename | mdm@chromium.org | 2012-03-23 | 2 | -12/+6 |
* | Update Android's base_paths to match other platforms. | avi@chromium.org | 2012-03-22 | 3 | -6/+31 |
* | Remove env() getter from JavaRef<> | joth@chromium.org | 2012-03-22 | 3 | -45/+70 |
* | Move authorization_util files into base/mac. | lambroslambrou@chromium.org | 2012-03-21 | 4 | -0/+345 |
* | Add "reference" and "const_reference" typedefs to ScopedVector to enable it t... | pkasting@chromium.org | 2012-03-21 | 1 | -0/+2 |
* | Add a new 'run_all_unittests' target in base | akalin@chromium.org | 2012-03-21 | 1 | -3/+13 |
* | Change json_reader_unittest.cc to use less ASSERT macros and more EXPECT ones. | rsesek@chromium.org | 2012-03-20 | 1 | -127/+128 |
* | Enable positional parameters for base::vsnprintf and base::vswprintf on Windows. | alexeypa@chromium.org | 2012-03-20 | 2 | -8/+27 |
* | HANDLE_EINTR: parenthesize arguments | vapier@chromium.org | 2012-03-20 | 1 | -3/+3 |
* | simplify a few header includes | vapier@chromium.org | 2012-03-19 | 2 | -3/+6 |
* | Make allocator_unittests a Win-only target. | hans@chromium.org | 2012-03-19 | 2 | -21/+20 |
* | Don't compile heap-profile-table.cc on windows | jbauman@chromium.org | 2012-03-19 | 1 | -0/+2 |
* | Relax check for message loop in SequencedWorkerPool | akalin@chromium.org | 2012-03-17 | 2 | -9/+12 |
* | Move IsRunningOnChromeOS to base/chromeos so that ui/, /chromeos and other co... | oshima@chromium.org | 2012-03-16 | 3 | -0/+52 |
* | Resubmit r127219: Make test failure clearer | tbreisacher@chromium.org | 2012-03-16 | 1 | -1/+1 |
* | Remove "base/values.h" import from "base/location.h", fix up downstream files. | isherman@chromium.org | 2012-03-16 | 2 | -3/+7 |
* | Revert 127219 - Make test failure clearer | tbreisacher@chromium.org | 2012-03-16 | 1 | -1/+1 |
* | Make test failure clearer | tbreisacher@chromium.org | 2012-03-16 | 1 | -1/+1 |