summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-2656-240/+741
* rename file_path_watcher_mac to file_path_watcher_kqueuerobert.nagy@gmail.com2011-10-252-1/+12
* base::Bind: Convert CloudPrintProxyService.jhawkins@chromium.org2011-10-251-4/+5
* Clarify comments for |RemoveChars()| and |TrimString()| that the char array p...asvitkine@chromium.org2011-10-251-3/+4
* Remove static function pointerjoth@chromium.org2011-10-251-15/+8
* Change O(n^2) loop to O(n) in ObserverListBase::Compact().asvitkine@chromium.org2011-10-251-8/+3
* implement GetProcessExecutablePath() on OpenBSD and start using itrobert.nagy@gmail.com2011-10-253-3/+24
* Tweak PathProviderPosix's FILE_EXE and FILE_MODULE handling on FreeBSD.grt@chromium.org2011-10-251-3/+4
* Reimplementing FileUtilProxy using PostTaskAndReplykinuko@chromium.org2011-10-251-409/+225
* Fix bug where DVLOGs are treated as DLOG(INFO)sakalin@chromium.org2011-10-251-1/+1
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-2556-254/+248
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-2556-248/+254
* Fix the file_util_unittests.cc for Androidmichaelbai@chromium.org2011-10-251-0/+1
* Add a unittest for base::SysInfo::MaxSharedMemorySizerobert.nagy@gmail.com2011-10-241-0/+7
* OpenBSD patches for base and build, part 2robert.nagy@gmail.com2011-10-247-12/+52
* base: Reenable external templates in logging.h when using component build.erg@chromium.org2011-10-241-6/+10
* Support JSON encoding of data for about:tracking informationjar@chromium.org2011-10-248-199/+678
* Create ObjCCast<>() and ObjCCastStrict<>() methodskushi.p@gmail.com2011-10-242-0/+157
* Internalize JSON chunk merging to trace_event.h API (retry).jbates@chromium.org2011-10-243-17/+130
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-241-3/+13
* rename Run in MessageLoopForUI to RunWithDispatcheroshima@google.com2011-10-243-4/+4
* Make AddTraceEventETW duplicate its name argument.nduca@chromium.org2011-10-231-2/+2
* base/win: Add documentation to RegKey::Read/Write functions.tfarina@chromium.org2011-10-232-56/+83
* Revert: Internalize JSON chunk merging to trace_event.h API.mpcomplete@chromium.org2011-10-223-130/+17
* Internalize JSON chunk merging to trace_event.h API.jbates@chromium.org2011-10-213-17/+130
* Make DictionaryValue::SetWithoutPathExpansion more efficient.grt@chromium.org2011-10-211-5/+6
* Support grouping taskbar icons for panels with regular taskbar icon for Chrom...jianli@chromium.org2011-10-212-10/+23
* Make the placement-new buffer in LazyInstance<Type> aligned.timurrrr@chromium.org2011-10-211-1/+6
* Move ScopedCoMem to base/win. This is to allow the class to be used from fol...tommi@chromium.org2011-10-213-3/+89
* Make MessageLoop::QuitClosure call Quit of the current MessageLoop at call ti...kalman@chromium.org2011-10-211-2/+5
* Cache the ranges_ vector and share the ranges_ vectorrtenneti@chromium.org2011-10-203-31/+257
* Fix X events processingpiman@chromium.org2011-10-191-4/+13
* Reverting as an experiment to determine if this caused increased Win buildjhawkins@chromium.org2011-10-194-678/+16
* aura: Make MessagePumpX check that X connection is open.derat@chromium.org2011-10-191-1/+3
* Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callbackkinuko@chromium.org2011-10-192-482/+135
* Create a CFCast<>() method for casting a basic CFTypeRef to a more specific C...kushi.p@gmail.com2011-10-194-4/+225
* base/json: Collapse a condition in ReadHexDigits into a single if clause.tfarina@chromium.org2011-10-181-3/+1
* OpenBSD patches for base / split from CR #8275005mark@chromium.org2011-10-184-2/+27
* base/win: small improvement to RegKey API.tfarina@chromium.org2011-10-183-38/+45
* WriteInto handles length_with_null values of 1 better.cbentzel@chromium.org2011-10-184-21/+88
* base::Bind: Final cleanup in file_util_proxy.cc.jhawkins@chromium.org2011-10-171-4/+3
* base::Bind: Convert FileUtilProxy::StatusCallback.jhawkins@chromium.org2011-10-172-46/+44
* Update write checks for external extension file on mac.skerner@chromium.org2011-10-173-61/+199
* base::Bind: Convert FileUtilProxy::WriteCallback.jhawkins@chromium.org2011-10-172-19/+16
* base::Bind: Convert FileUtilProxy::ReadCallback.jhawkins@chromium.org2011-10-172-32/+27
* base::Bind: Convert FileUtilProxy::ReadDirectoryCallback.jhawkins@chromium.org2011-10-172-11/+12
* base::Bind: Convert FileUtilProxy::GetFileInfoCallback.jhawkins@chromium.org2011-10-172-17/+15
* base::Bind: Convert FileUtilProxy::EnsureFileExistsCallback.jhawkins@chromium.org2011-10-172-9/+8
* base::Bind: Convert FileUtilProxy::CreateTemporaryCallback.jhawkins@chromium.org2011-10-172-11/+10
* base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.jhawkins@chromium.org2011-10-172-11/+11