summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* Make 'generate_jni_headers' less noisy.thakis@chromium.org2012-04-041-1/+0
* Moved the Chromoting host configuration under %SystemDrive%\ProgramData and A...alexeypa@chromium.org2012-04-042-4/+14
* Log message is captured on stack prior to generating minidump for fatal errors.apatrick@chromium.org2012-04-031-0/+7
* CHECK that we don't start watching an object with a NULL delegate.dcheng@chromium.org2012-04-031-1/+2
* Add BASE_EXPORT macros to base ... again.thakis@chromium.org2012-04-031-0/+4
* Reland r129998: When input is "" (or " " with trim_whitespace true), SplitStr...pkasting@chromium.org2012-04-032-20/+20
* Fix some grammatical errors in base/gavinp@chromium.org2012-04-023-4/+4
* Implementation of SequencedTaskRunner based on SequencedWorkerPool.francoisk777@gmail.com2012-04-0212-66/+855
* A deeper heap profile dumper in third_party/tcmalloc/chromium.dmikurube@chromium.org2012-04-021-0/+4
* Add additional base::TimeDelta interface for WaitForChildProcess()tedvessenes@gmail.com2012-03-312-9/+19
* Fix base::CPU detection.jbauman@chromium.org2012-03-313-7/+13
* Disable EnableTerminationOnOutOfMemory under AddressSanitizer.glider@chromium.org2012-03-311-0/+6
* Revert r12998 - it broke some media/mime-related layout tests.dpranke@chromium.org2012-03-312-20/+20
* When input is "" (or " " with trim_whitespace true), SplitString() should ret...pkasting@chromium.org2012-03-302-20/+20
* Initial implementation of an IPC adapter to expose Chrome IPC to Native Client.brettw@chromium.org2012-03-301-4/+5
* Add SequencedWorkerPool.IsRunningSequenceOnCurrentThread so callers can make ...michaeln@google.com2012-03-303-0/+86
* Initialize sigaction.sa_restorertbreisacher@chromium.org2012-03-301-1/+1
* Added non-NULL DCHECK to MessageLoopForUI::current.jamiewalch@chromium.org2012-03-301-0/+1
* Make non-scoped trace macros work in one-line scopes.jbates@chromium.org2012-03-301-16/+20
* [Coverity] Fix possible leak.groby@chromium.org2012-03-291-5/+5
* Move launchd code from chrome/browser/mac to base/mac.lambroslambrou@chromium.org2012-03-294-0/+185
* Update Ant build to support multiple build configurations.yfriedman@chromium.org2012-03-291-1/+12
* base: Remove should_leak_tasks_ from MessageLoopsatorux@chromium.org2012-03-292-18/+0
* Provide a NSAutoreleasePool for the SequencedWorkerPool::Inner::ThreadLoop().rsesek@chromium.org2012-03-291-0/+8
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-3/+53
* Fix handling of Unicode BOMs in JSONReader.rsesek@chromium.org2012-03-283-3/+25
* New BASE_EXPORT macros.thakis@chromium.org2012-03-281-0/+4
* Fix a few warnings that -Wnull-conversion of a future clang will complain about.thakis@chromium.org2012-03-282-6/+6
* Add base/data/json/bom_feff.json as a binary file.rsesek@chromium.org2012-03-281-0/+10
* Plot async steps in about:tracing.simonjam@chromium.org2012-03-283-41/+36
* Normalize download file name on chromeostbarzic@chromium.org2012-03-273-3/+41
* Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...jbates@chromium.org2012-03-273-185/+411
* 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