summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Remove check_on_delete for ChromeOS to avoid change to sizeof(Value)satorux@chromium.org2011-08-242-1/+16
* Trying again to land OOM priority manager changes.gspencer@google.com2011-08-233-27/+57
* Revert 97808 - Make WeakPtr thread-safe, i.e. allow cross-thread copying of W...cbentzel@chromium.org2011-08-233-220/+18
* Dump a stack trace when browser tests time out.mihaip@chromium.org2011-08-231-2/+3
* base: Map non-finite double Values to 0.0.derat@chromium.org2011-08-231-2/+5
* Adds some debugging code in hopes of figuring out a crash. As far as Isky@chromium.org2011-08-232-3/+9
* Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtrsievers@chromium.org2011-08-233-18/+220
* Fix WaitForSingleNonChildProcess. There were three bugs in the loop usage.mark@chromium.org2011-08-221-38/+71
* GTTF: Reduce number of different timeouts.phajdan.jr@chromium.org2011-08-222-15/+7
* Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm.mattm@chromium.org2011-08-223-67/+27
* Changing OOM range to 0, 1000 and tweaking OOM algorithm.gspencer@google.com2011-08-223-27/+67
* Rename event_recorder.cc to event_recorder_win.cc.tony@chromium.org2011-08-222-2/+1
* base/json: Don't use static variables of user-defined type (i.e, std::wstring).tfarina@chromium.org2011-08-192-19/+17
* Fix a small leak in FileUtilProxykinuko@chromium.org2011-08-192-2/+9
* Cleanup code used to diagnose and fix bug 81449.apatrick@chromium.org2011-08-193-35/+6
* Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread.ajwong@chromium.org2011-08-187-3/+398
* [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...rsesek@chromium.org2011-08-186-4/+108
* Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overridi...rsesek@chromium.org2011-08-186-108/+4
* Change the expectation for ProcessUtilTest.MacTerminateOnHeapCorruption to wo...rsesek@chromium.org2011-08-181-1/+2
* [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...rsesek@chromium.org2011-08-186-4/+107
* Mirror Windows implementation of CancelOnMessageLoopThread.dominich@chromium.org2011-08-181-9/+11
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-1712-417/+7
* Adding checks to guard against buffer overruns in QuotaFileIO::Write and base...sanga@chromium.org2011-08-172-0/+3
* Adding guards against heap overflow in PPB_FileIO::Readsanga@chromium.org2011-08-171-0/+2
* Include base/stringprintf.h in base/debug/profiler.cc.hans@chromium.org2011-08-171-1/+1
* base: Add DCHECK that double Values are finite.derat@chromium.org2011-08-171-0/+3
* base: Fix the TODO in string_util.htfarina@chromium.org2011-08-171-5/+0
* Create ipc.dll.darin@chromium.org2011-08-151-1/+1
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-1514-41/+55
* Call ntdll.dll!NtTerminateProcess directly, without going through theapatrick@chromium.org2011-08-151-3/+26
* base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.tfarina@chromium.org2011-08-157-25/+25
* base: Fix the TODO in ListValue::Remove().tfarina@chromium.org2011-08-133-11/+12
* base: Rename ValueType to something less redundant as _just_ Type.tfarina@chromium.org2011-08-122-7/+7
* Fixes a corner case bug in the HexStringToInt conversion function which cause...ali.akbar@gmail.com2011-08-122-2/+3
* base: Add missing OVERRIDE annotations to overridden methods from Value.tfarina@chromium.org2011-08-111-24/+25
* Adding Wayland message loop and gyp build depsdnicoara@chromium.org2011-08-115-6/+126
* CrOS - Memory debug widget shows anonymous memory and renderer kills.jamescook@chromium.org2011-08-112-19/+37
* base: Remove CreateBinaryValue() function as it's redundant.tfarina@chromium.org2011-08-113-11/+2
* base: Remove using declaration of FundamentalValue as it's no longer necessary.tfarina@chromium.org2011-08-111-1/+0
* Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in...mnissler@chromium.org2011-08-113-5/+0
* Update base/android to use new ScopedJava(Global)Referencesteveblock@google.com2011-08-114-19/+15
* Added code to verify whether TerminateProcess is hooked before calling it.apatrick@chromium.org2011-08-111-0/+9
* Revert 95910 - Revert 95907 - Clean up SSL false start blacklist code.pkasting@chromium.org2011-08-103-0/+5
* Mac Lion: Chrome opens new window on restart when no windows were previously ...dhollowa@chromium.org2011-08-102-24/+33
* Optimize phishing page term feature extraction.gcasto@chromium.org2011-08-096-9/+458
* Use MessageLoopProxy instead of MessageLoop to dispatch notifications in Obse...adamk@chromium.org2011-08-092-23/+71
* base: Remove a file that is no longer used.tfarina@chromium.org2011-08-091-22/+0
* Revert 96013 - Use MessageLoopProxy instead of MessageLoop to dispatch notifi...adamk@chromium.org2011-08-092-75/+24
* Use MessageLoopProxy instead of MessageLoop to dispatch notifications in Obse...adamk@chromium.org2011-08-092-24/+75
* Implement backend for thread names and process names.nduca@chromium.org2011-08-097-69/+262