summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add DPLOGs to base::LaunchProcess() failures on Windows.gab@chromium.org2013-03-051-2/+7
* Android: Use ObserverList to maintain a list of observers/listenersnileshagrawal@chromium.org2013-03-051-8/+4
* Simplify isolate files a bit.jam@chromium.org2013-03-041-4/+1
* Fix prefs registration in BrowserInstantController.joi@chromium.org2013-03-024-0/+32
* Fix WeakPtr's generalized copy constructor to work on non-owner threadsakalin@chromium.org2013-03-022-5/+71
* Fix downstream android webview buildboliu@chromium.org2013-03-021-3/+7
* Android: Add a java version of ObserverList.nileshagrawal@chromium.org2013-03-013-0/+372
* Create JNI for ImportantFileWriteraberent@chromium.org2013-03-016-0/+91
* Update scoped_ptr<T>::reset() to more closely match std::unique_ptr<T>.dcheng@chromium.org2013-03-011-19/+22
* Include <vector> where it is used.eugenis@chromium.org2013-03-011-0/+1
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-0112-94/+96
* Roll DEPS for mtpd to avoid using base/file_path.h. Delete base/file_path.h.thestig@chromium.org2013-03-011-9/+0
* Move power event handling logic from ui/ layer to base/ on Windowshongbo.min@intel.com2013-03-012-21/+102
* Cleanup: make a bunch of functions in mach_ipc_mac const.jeremya@chromium.org2013-03-012-12/+14
* Set correct thread priority on Linux.dgreid@chromium.org2013-02-281-28/+34
* TrackedObjects - fix for checking signed int overflowingrtenneti@chromium.org2013-02-281-6/+4
* Ensure that logging works in the GPU process when the --enable-logging and --...ananta@chromium.org2013-02-272-0/+13
* Plumb trace event to WebKit inspectorcaseq@google.com2013-02-273-0/+80
* Make SQLitePersistentCookieStore run on injected SequencedTaskRunners vs name...erikwright@chromium.org2013-02-271-2/+2
* Revert 184868mpearson@chromium.org2013-02-271-2/+2
* Make SQLitePersistentCookieStore run on injected SequencedTaskRunners vs name...erikwright@chromium.org2013-02-271-2/+2
* Revert 184797abodenha@chromium.org2013-02-272-63/+0
* Cleanup: Remove more base/file_paths.h references.thestig@chromium.org2013-02-272-2/+2
* GTTF: symbolize stack traces on Mac OS X even on crashphajdan.jr@chromium.org2013-02-272-0/+63
* Delete delayed tasks upon worker pool shutdown.erikwright@chromium.org2013-02-262-21/+85
* Replace deprecated UITextAlignment with NSTextAlignmentstuartmorgan@chromium.org2013-02-261-1/+1
* [Android] Introduce a Java wrapper for TemplateUrlService.yfriedman@chromium.org2013-02-261-2/+3
* Add support for tracking life time of client objects in trace log.caseq@google.com2013-02-263-0/+78
* Make chrome/browser/extensions use base::Clock instead of MockTimeProviderakalin@chromium.org2013-02-263-6/+12
* Sampling profiler for chrome://tracingscottmg@chromium.org2013-02-265-5/+244
* Fix instant extended grey autocompletion for RTL languages in CrOS and Win.beaudoin@chromium.org2013-02-263-14/+134
* Linux: apply a different hyphen patch.phajdan.jr@chromium.org2013-02-253-0/+17
* Make Ash unittests clean up zombie viewer processes between test runs. These ...robertshield@chromium.org2013-02-253-0/+186
* Remove forwarding include for base/files/file_path except for MTPD.brettw@chromium.org2013-02-241-1/+4
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-2411-221/+284
* Revert 184352brettw@chromium.org2013-02-243-30/+10
* Revert 184353brettw@chromium.org2013-02-242-12/+2
* Move WideToASCII to the base namespace.brettw@chromium.org2013-02-242-2/+12
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-243-10/+30
* Move file_path.h to base/files.brettw@chromium.org2013-02-2481-525/+531
* Enable browser_tests on linux_aura.erg@chromium.org2013-02-231-0/+7
* Add a mode flag to the tracing framework.dsinclair@chromium.org2013-02-234-41/+111
* Revert 184179dcheng@chromium.org2013-02-231-22/+19
* Update scoped_ptr<T>::reset() to more closely match std::unique_ptr<T>.dcheng@chromium.org2013-02-221-19/+22
* [Android] Make content_shell_apk and chromium_testshell components friendly.yfriedman@chromium.org2013-02-223-3/+4
* Implement WebStorage API methodsboliu@chromium.org2013-02-223-0/+55
* enable -Wstring-conversion when compiling with clangscottmg@chromium.org2013-02-221-1/+1
* Add gyp flag to specify whether we should optimize JNI generation.tedchoc@chromium.org2013-02-221-2/+12
* fixes to pre_libc.py script to correctly strip x64wfh@chromium.org2013-02-212-9/+18
* Add a Clock and TickClock interface for mocking out timeakalin@chromium.org2013-02-2115-0/+325