summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-1117-25/+19
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-117-61/+48
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-1128-34/+34
* Register a unique window class for every instance of base::MessagePumpForUI (...alexeypa@chromium.org2013-06-112-11/+17
* Make CreateDirectory return an error code instead of just a bool.dgrogan@chromium.org2013-06-114-4/+22
* Reenable the tcmalloc SecurityTests in base_unittests on Windowswfh@chromium.org2013-06-101-2/+7
* Fix leak in WeakPtrTest::NonOwnerThreadCanCopyAndAssignWeakPtr{,Base}akalin@chromium.org2013-06-101-12/+8
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-1036-39/+39
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-1018-18/+18
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-1043-47/+47
* GTTF: Lower the action max timeout to 30s for everyone.phajdan.jr@chromium.org2013-06-101-4/+0
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-1030-34/+34
* Move hash_tables.h to base/containers.brettw@chromium.org2013-06-102-118/+123
* mac: Move more 10.7 api stuff into sdk_forward_declarations.hthakis@chromium.org2013-06-101-0/+13
* Add an "append flag" to base::PlatformFile.teravest@chromium.org2013-06-104-48/+132
* Improve the implementation of atomic operations on Linux/ARM (including Andro...digit@chromium.org2013-06-102-2/+281
* Annotate the intentional test-only leak in base/tracked_objects.cc.earthdok@google.com2013-06-101-1/+8
* Provide nanoseconds precision for base::PlatformFileInfo on POSIXapavlov@chromium.org2013-06-103-0/+27
* Redo r203907 base_unittests.exe to use alloactor shimswfh@chromium.org2013-06-092-3/+15
* Disable ProcessUtilTest.CalcFreeMemory total memory test when using tcmalloc.wfh@chromium.org2013-06-081-1/+14
* Move string files in base/ to the string subdirectory.avi@chromium.org2013-06-0820-957/+994
* GetProcId shouldn't always upgrade the supplied handlejschuh@chromium.org2013-06-081-14/+2
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-0810-452/+530
* Annotate LeakyLazyInstance as a leak. Remove HeapChecker suppressions.earthdok@google.com2013-06-071-0/+2
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-0763-66/+66
* Add a path to use CALayers to display contentccameron@chromium.org2013-06-071-0/+6
* Annotate the intentional leak in weak_ptr_unittest.cc.earthdok@google.com2013-06-071-6/+13
* [MIPS] Fix memory barriers for atomic operations.paul.lind@imgtec.com2013-06-071-12/+5
* Reland: Fix errors when building android with coverage=1 ilevy@chromium.org2013-06-061-1/+1
* Android: Provide futimes() implementation using utimensat()nileshagrawal@chromium.org2013-06-061-4/+19
* Add isLayoutRtl() to ApiCompatibilityUtils.java.newt@chromium.org2013-06-061-0/+14
* Revert 204556 "Fix errors when building android with coverage=1"ilevy@chromium.org2013-06-061-1/+1
* Fix errors when building android with coverage=1rwalker@codeaurora.org2013-06-061-1/+1
* Revert 204547 "Fix errors when building android with coverage=1"ilevy@chromium.org2013-06-061-1/+1
* Fix errors when building android with coverage=1rwalker@codeaurora.org2013-06-061-1/+1
* Upstream ApiCompatibilityUtils.java.newt@chromium.org2013-06-061-0/+104
* Make expressions like "if (weak_ptr)" workakalin@chromium.org2013-06-062-0/+23
* Remove WeakPtr<T>'s operator T*()akalin@chromium.org2013-06-061-1/+0
* Revert 200327 to allocator.gyp to disable debugallocator on Windowswfh@chromium.org2013-06-051-1/+2
* Revert 204293 "Remove WeakPtr<T>'s operator T*()"kkania@chromium.org2013-06-051-0/+1
* Remove WeakPtr<T>'s operator T*()akalin@chromium.org2013-06-051-1/+0
* Fix even more remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-1/+1
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-2/+2
* Revert 203907 "Modify base_unittests.exe to use the allocator shims"jochen@chromium.org2013-06-041-14/+2
* Modify base_unittests.exe to use the allocator shimswfh@chromium.org2013-06-041-2/+14
* posix thread: Attempt to set audio threads to real time.dgreid@chromium.org2013-06-041-2/+15
* Add TRACE_EVENT_IS_NEW_TRACE as a way to snapshot objects at start of recordingnduca@chromium.org2013-06-044-1/+71
* Update base/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-033-53/+52
* Remove "using base::MessageLoop" from message_loop.h.xhwang@google.com2013-06-011-6/+0
* Fix leak in WeakPtr test introduced in r202038, and remove suppression.wez@chromium.org2013-06-011-2/+5