summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Include stack_trace_unittest.cc in Android buildnileshagrawal@chromium.org2012-10-191-4/+0
* Remove all the "set noparent" directivesdpranke@chromium.org2012-10-191-1/+0
* Revert "cc: Rename cc classes and members to match filenames"enne@chromium.org2012-10-191-2/+2
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-191-2/+2
* [content shell] add support for getting tests from the command line.jochen@chromium.org2012-10-192-2/+6
* Expose PKEY in shortcut.cc instead of having another layer in win_util.cc.gab@chromium.org2012-10-183-14/+11
* Make InotifyReader a leaky lazy instance.hshi@chromium.org2012-10-181-1/+1
* Remove hardcoded Win8 values in win_util.cc.gab@chromium.org2012-10-171-27/+2
* Fix some potential Mach port leaks from mach_host_self using a new ScopedMach...rsesek@chromium.org2012-10-166-3/+73
* Android: lazy initialization for method id.bulach@chromium.org2012-10-167-519/+493
* Remove some unit tests from iOS coverage buildslliabraa@chromium.org2012-10-161-2/+12
* Android: Integrates native and java SystemMonitor.bulach@chromium.org2012-10-167-3/+126
* Cleanup: Rename to base::SysInfo::CPUArchitecture() to OperatingSystemArchite...thestig@chromium.org2012-10-163-4/+3
* Aura: Allow browser UI thread waiting for compositor commits.backer@chromium.org2012-10-151-0/+4
* Fix move.h's to use a concrete RValue carrier object rather than hacking a RV...ajwong@chromium.org2012-10-154-64/+51
* Remove IsOneTimeRandomizationAvailable from FieldTrialList.stevet@chromium.org2012-10-152-10/+0
* Fix gyp for type_profiler to work for make.dmikurube@chromium.org2012-10-151-0/+1
* base/win: Remove the executable bit from object_watcher_unittest.cc.tfarina@chromium.org2012-10-131-0/+0
* [Mac] base::scoped_nsobject<>::autorelease()shess@chromium.org2012-10-132-0/+16
* Add documentation and a unit test for ObjectWatcher.huangs@chromium.org2012-10-132-2/+27
* linux: Crash browser on too-big messages to zygote.derat@chromium.org2012-10-122-4/+7
* Fixes dtoa warning with VS2012cpu@chromium.org2012-10-123-1/+17
* Add support for coverage=1 builds on iOSstuartmorgan@chromium.org2012-10-121-0/+10
* Fix a couple small problems in base/thestig@chromium.org2012-10-122-2/+2
* Adds EnormousTest annotation.klundberg@chromium.org2012-10-111-0/+24
* Fix up base/bind documentation - elaborate on reference binding.groby@chromium.org2012-10-111-2/+2
* Initial implementation of AutoThread.wez@chromium.org2012-10-101-0/+6
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-106-5/+5
* Add functionality to the Windows 8 notification display functionality to invo...ananta@chromium.org2012-10-101-2/+6
* Componentize IgnoreNavigationResourceThrottle and add chrome and webview spec...mkosiba@chromium.org2012-10-091-1/+4
* Upstream base/android/jni_android.ccavayvod@chromium.org2012-10-092-5/+5
* Update all unit tests that override paths to use the ScopedPathOverride.pastarmovj@chromium.org2012-10-091-4/+6
* Tidy up previous PendingTask change.scottmg@chromium.org2012-10-092-1/+6
* Make java.gypi use all_dependent_settings for input_jars_pathscjhopman@chromium.org2012-10-091-3/+0
* Clarify comments in base/time.hakalin@chromium.org2012-10-091-8/+9
* Revert "Revert 160537 - Update jni generator for Android."nileshagrawal@chromium.org2012-10-082-5/+4
* add default constructor to PendingTask; compilation fix for VS2012scottmg@chromium.org2012-10-082-0/+4
* Switch AutofillManager to be UserData on WebContents.avi@chromium.org2012-10-081-2/+2
* Page cyclers: output memory histograms (approach: expose JS object)marja@chromium.org2012-10-086-0/+107
* Allow scoped_ptr variables to be used in boolean expressionsenne@chromium.org2012-10-061-0/+15
* Revert 160537 - Update jni generator for Android.nduca@chromium.org2012-10-061-3/+4
* Update jni generator for Android.nileshagrawal@chromium.org2012-10-061-4/+3
* Add SampleMap and use it in SparseHistogramkaiwang@chromium.org2012-10-0512-35/+337
* Rename .swarm to .isolated, as done in r160469.maruel@chromium.org2012-10-051-1/+1
* Adding utility method to test the version of the OS.qsr@chromium.org2012-10-056-3/+84
* Don't make base/net/ui depend on their Java counterpart when building for web...pliard@chromium.org2012-10-051-1/+5
* Fix crash in a few of the tests in content_browsertests on Linux. The problem...jam@chromium.org2012-10-051-1/+9
* Update all the .results to .swarm.maruel@chromium.org2012-10-051-1/+1
* Clarifying base/callback documentationgroby@chromium.org2012-10-051-0/+2
* Use the cpuid instruction to generate the CPU brand string. And chunyang.dai@intel.com2012-10-042-10/+27