summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* ProcessSingleton now uses base::win::MessageWindow to create a message-only w...alexeypa@chromium.org2013-06-283-43/+86
* Use a direct include of time headers in base/, part 1.avi@chromium.org2013-06-2831-32/+32
* Fix handling of BROWSER_WRAPPER in the test launcher.phajdan.jr@chromium.org2013-06-272-0/+17
* Make sure USE_SYMBOLIZE is properly set in base_unittests.phajdan.jr@chromium.org2013-06-271-0/+5
* Move timing files into base/time and base/timer, install forwarding headers.avi@chromium.org2013-06-2722-939/+967
* [UMA] Remove redundant bucket_count variable from base::Histogram.isherman@chromium.org2013-06-2711-65/+67
* Have DispatchToMethod use base::internal::UnwrapTraits when dispatchingrsleevi@chromium.org2013-06-271-60/+300
* Update includes and delete remaining strings forwarding headers.avi@chromium.org2013-06-272-14/+0
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* Disallow explicit scoped_ptr<T> construction from NULL.dcheng@chromium.org2013-06-261-0/+3
* Add events with custom timestamps and thread id to PPAPI dev tracing interface.grosse@chromium.org2013-06-261-1/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor.dcheng@chromium.org2013-06-261-2/+1
* Delete the string_piece.h forwarding header.avi@chromium.org2013-06-261-6/+0
* Switched base::win:MessageWindow to use a callback instead of a delegate inte...alexeypa@chromium.org2013-06-253-50/+62
* Don't override system malloc when built with LeakSanitizer.earthdok@chromium.org2013-06-251-1/+1
* mac: Remove memory/scoped_nsobject.h forwarding header.thakis@chromium.org2013-06-252-16/+0
* Always set *error when CreateDirectoryAndGetError fails.dgrogan@chromium.org2013-06-251-0/+9
* mac: Remove unused includes of scoped_nsobject.h.thakis@chromium.org2013-06-251-1/+0
* Add option to enable sampler.dsinclair@chromium.org2013-06-242-0/+8
* mac: Remove ScopedCFTypeRef from base::mac::.thakis@chromium.org2013-06-243-10/+4
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-245-16/+17
* GTTF: Extract a function to launch child gtest process.phajdan.jr@chromium.org2013-06-242-0/+65
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-248-41/+35
* Move ComputeDirectorySize to the base namespace.brettw@chromium.org2013-06-224-23/+33
* Add a test for base::Bind() and scoped_refptrs copies.willchan@chromium.org2013-06-221-0/+19
* This CL fixes two bugs:pkotwicz@chromium.org2013-06-222-0/+13
* Android: adds test intents for memory pressure.bulach@chromium.org2013-06-211-1/+8
* GTTF: TestLauncher: asynchronous and out-of-order execution of testsphajdan.jr@chromium.org2013-06-212-74/+104
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-214-73/+83
* ios: keep scoped_nsobject in source lists.thakis@chromium.org2013-06-212-0/+2
* allow unofficial builds with DCHECK and DLOG disabledmostynb@opera.com2013-06-211-2/+10
* Moved remoting::win::MessageWindow to base::win::MessageWindow so that it cou...alexeypa@chromium.org2013-06-215-5/+250
* Small comment correction.waffles@chromium.org2013-06-211-2/+2
* GTTF: Move core parts of test_launcher down to base.phajdan.jr@chromium.org2013-06-203-0/+432
* Update the include paths of message_loop_proxy.htfarina@chromium.org2013-06-201-7/+0
* Move scoped_nsobject from base/memory to base/mac.thakis@chromium.org2013-06-206-156/+181
* Add FilePath::{As,From}UTF16Unsafedarin@chromium.org2013-06-202-0/+32
* content_shell: Use a ThreadRestrictions::ScopedAllowWait for layout tests on ...peter@chromium.org2013-06-201-0/+2
* Use a direct include of strings headers, delete some strings forwarding headers.avi@chromium.org2013-06-208-43/+2
* Add a method for catching low end devicesdtrainor@chromium.org2013-06-206-0/+92
* Move hash_pair.h from cc/base into base/.nasko@chromium.org2013-06-203-0/+199
* linux: tcmalloc does not depend on glibmostynb@opera.com2013-06-201-16/+18
* Revert 207278 "Make sure that the UI window created by base::Mes..."kinuko@chromium.org2013-06-2014-85/+13
* Make sure that the UI window created by base::MessagePumpForUI is destoyed on...alexeypa@chromium.org2013-06-2014-13/+85
* 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