summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Initialize members in Encryptor constructors.finnur@chromium.org2011-02-164-8/+16
* Revert r74850 and r74865:ajwong@chromium.org2011-02-152-26/+11
* Remove obsolete dependencies that create needless recompiling.jeanluc@chromium.org2011-02-151-1/+0
* Clang doesn't like EXPECT_EQ with false and a template value.ajwong@chromium.org2011-02-151-7/+7
* Unified callback system based on tr1::function/tr1::bind and Google's interna...ajwong@chromium.org2011-02-1514-214/+4103
* Redo "Add extra heap-allocation to refcounting. For perf test only."ajwong@chromium.org2011-02-142-11/+26
* Initialize SecureHashAlgorithm members.finnur@chromium.org2011-02-141-1/+6
* Initialize EventRecorder member.finnur@chromium.org2011-02-141-1/+4
* Revert "Add extra heap-allocation to refcounting. For perf test only. Will Re...ajwong@chromium.org2011-02-132-26/+11
* Add extra heap-allocation to refcounting. For perf test only. Will Revert aft...ajwong@chromium.org2011-02-132-11/+26
* Fix *RegValueWorkItem to handle a case where previous value is empty.amit@chromium.org2011-02-111-1/+1
* GTTF: Prefetch the browser with a longer timeout before running browser tests.phajdan.jr@chromium.org2011-02-111-1/+1
* Use DispatchX for dispatching X events.sadrul@chromium.org2011-02-112-2/+2
* Initialize StatsTable::Private members.finnur@chromium.org2011-02-111-2/+9
* Initialize members of ThreadLocalStorage::Slot.finnur@chromium.org2011-02-112-4/+6
* Stats tables are only used for debugging at this point, and when I turnmbelshe@chromium.org2011-02-101-1/+1
* Add support for ICU data in a data file.thomasvl@chromium.org2011-02-103-1/+48
* Lower process priorities of backgrounded tabs on restoredavemoore@chromium.org2011-02-091-0/+7
* Linux: Restrict access to xdg-mime functions to the FILE thread.thestig@chromium.org2011-02-081-0/+5
* Add ability to create self signed certs to mac.dmaclach@chromium.org2011-02-086-57/+207
* [Logging] Remove unneeded CheckOpString struct for CHECKsakalin@chromium.org2011-02-082-21/+15
* Make a DCHECK into a much more useful DCHECK_EQ in message_pump_win.cc.adamk@chromium.org2011-02-081-1/+1
* Roll clang to r124477.thakis@chromium.org2011-02-071-3/+2
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-043-5/+22
* Update the dynamic annotations to the trunk version fromglider@chromium.org2011-02-042-176/+266
* Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. darin@chromium.org2011-02-042-20/+21
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-034-74/+3
* Cleanup base & app unit test MockCrApp NSApp initialization.msw@chromium.org2011-02-032-3/+10
* Added command line switches and UI (controlled via a build option)davemoore@chromium.org2011-02-013-0/+102
* Fix DIR_SOURCE_ROOT for WebKit checkouts on linuxjamesr@chromium.org2011-02-011-3/+3
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-017-91/+91
* Remove obsolete files from 'sources'. This causes needless work on incrementa...jeanluc@chromium.org2011-01-311-1/+0
* Revert 73121 - Remove obsolete files from 'sources'. This causes needless wo...nsylvain@chromium.org2011-01-312-0/+2
* Remove obsolete files from 'sources'. This causes needless work on increment...jeanluc@chromium.org2011-01-302-2/+0
* Change size() function to return a size_t so that result size is not inadvert...mrossetti@chromium.org2011-01-281-2/+1
* Move some mac_util functions into foundation_util.rohitrao@chromium.org2011-01-285-293/+340
* Fix bug in ProcessIterator::CheckForNextProcess(). Under load it'ssky@chromium.org2011-01-281-4/+4
* Renames secure_hash.cc to secure_hash_default.ccbulach@chromium.org2011-01-282-2/+2
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-286-38/+24
* Disable OVERRIDE for clang for a while.thakis@chromium.org2011-01-271-2/+3
* Renames secure_hash_nss.cc to secure_hash.ccbulach@chromium.org2011-01-272-2/+2
* Abstracts SHA256 context for NSS / OpenSSL.bulach@chromium.org2011-01-276-0/+178
* Check that we've got a complete header before accessing its fields.glider@chromium.org2011-01-263-0/+15
* Add one more Valgrind header (memcheck.h) and update the one we already have. glider@chromium.org2011-01-263-122/+1268
* Allow CDSA/CSSM to be used on worker threads in debug builds by making both t...rsleevi@chromium.org2011-01-261-6/+6
* Add MessageLoop::AssertIdle(). Use in ChromeOS audio threads.willchan@chromium.org2011-01-262-2/+11
* Properly order the cc files based off the h files in base/.erg@google.com2011-01-256-399/+389
* Temporary whitelist several cases of disk I/O on the UI threads in cros.nkostylev@chromium.org2011-01-241-0/+3
* Remove sanity check in RegKey to prevent usage of checkingamit@chromium.org2011-01-212-67/+34
* Make sure the process is _really_ gone after a __debugbreak(). We've had acevans@chromium.org2011-01-212-0/+6