summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with identical group numbers being reported for forced field trials.asvitkine@chromium.org2013-03-063-10/+143
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Android, Fix to allowing IO during atomic file writesbulach@chromium.org2013-03-061-1/+1
* base/prefs: Remove DEPS file.tfarina@chromium.org2013-03-061-10/+0
* Allow atomic file writes from Android on the UI thread.bulach@chromium.org2013-03-061-0/+4
* Remove platform SDK reference in allocator.gypjschuh@chromium.org2013-03-061-2/+0
* Android: Remove Surface cruftsievers@chromium.org2013-03-061-1/+0
* Small fixes around the codesergeygs@chromium.org2013-03-061-6/+6
* Introduce //components/user_prefs.joi@chromium.org2013-03-062-12/+0
* Change crash keys to be registered with a maximum length instead of number of...rsesek@chromium.org2013-03-053-26/+50
* 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