summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Remove "using" from nullable string now that all users are updated.avi@chromium.org2013-06-191-4/+0
* Move Firefox importer's INI parser to c/browser/common.tommycli@chromium.org2013-06-185-0/+269
* Move message_pump to base/message_loop.brettw@chromium.org2013-06-1838-326/+316
* Move CreateFIFO() and RedirectStream() from testing/android/ to base/android/.scherkus@chromium.org2013-06-183-0/+59
* cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes.danakj@chromium.org2013-06-182-0/+14
* MemoryPressureListener: fixes ref-counting.bulach@chromium.org2013-06-181-3/+20
* Replace base::NullableString16(bool) usage with default constructor.darin@chromium.org2013-06-181-1/+0
* Do not show sync promo when RestoreOnStartupURLs policy is setbartfab@chromium.org2013-06-181-0/+1
* Make ifdef condition consistent in platform_thread_linux.cc.mazda@chromium.org2013-06-181-1/+1
* Fix wrong header guards found by clang's new Wheader-guard.thakis@chromium.org2013-06-171-1/+1
* Add support using EXPECT_EQ with NullableString16 objects.darin@chromium.org2013-06-175-1/+70
* Currently, the temporary directory name is generated by rand(), which was see...tommycli@chromium.org2013-06-171-2/+2
* Fix LeakSanitizer annotations for NaCl.earthdok@chromium.org2013-06-171-1/+1
* Fixing issue of invalid number of parameters. Found this issue while debuggin...shrikant@chromium.org2013-06-171-0/+3
* [Android] Call View.postInvalidate on ICSboliu@chromium.org2013-06-171-1/+1
* Revert 206507 "Move message_pump to base/message_loop."brettw@chromium.org2013-06-1438-317/+327
* Move message_pump to base/message_loop.brettw@chromium.org2013-06-1438-327/+317
* Adds RefCountedDeleteOnMessageLoopdroger@chromium.org2013-06-142-0/+71
* Make base compile with no "using base::Value" in values.hbrettw@chromium.org2013-06-1424-188/+204
* Fix grammar in recurring macro commentjanx@chromium.org2013-06-141-1/+1
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-1/+1
* Move message_loop to the message_loop directory.brettw@chromium.org2013-06-146-735/+742
* Add LeakSanitizer annotations to base/debug/leak_annotations.hearthdok@google.com2013-06-131-12/+37
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/.dcheng@chromium.org2013-06-134-12/+5
* Notify TraceLog observers outside of the lockjamescook@chromium.org2013-06-133-102/+193
* Move nullable_string16.h to the string subdirectory.avi@chromium.org2013-06-132-25/+40
* add more string -> unsigned number conversion unit tests (attempt 2)mostynb@opera.com2013-06-131-1/+206
* [Android] Fix component build again.yfriedman@chromium.org2013-06-122-1/+2
* Revert "GTTF: Lower the action max timeout to 30s for everyone."phajdan.jr@chromium.org2013-06-121-0/+4
* Adds MemoryPressureListener.bulach@chromium.org2013-06-1210-0/+281
* [Autofill] Determine Popup RTLness from pagecsharp@chromium.org2013-06-121-0/+1
* Fix aligned_memory_unittest for x86-64 NaClhamaji@chromium.org2013-06-121-2/+14
* 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