summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Use tcmalloc's debugallocation for Debug buildsphajdan.jr@chromium.org2012-10-303-19/+31
* base: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-10-3011-42/+42
* Default to GMT when parsing HTTP "Date", "Expires" and "Last-Modified" headers.pauljensen@chromium.org2012-10-292-4/+25
* Add IDMap::Clear() which removes all items.jsbell@chromium.org2012-10-292-0/+84
* Extract arguments reconstruction logic out of GetCommandLineString() into Get...gab@chromium.org2012-10-293-9/+84
* Move remaining files in content\browser\renderer_host to content namespace.jam@chromium.org2012-10-291-2/+2
* Removing myself from OWNERs and WATCHLISTsatish@chromium.org2012-10-292-2/+0
* Startup perf stability: only record stats 7 minutes after system startjeremy@chromium.org2012-10-294-0/+35
* Remove base/metrics/* code from NaCl IPC proxy build.bbudge@chromium.org2012-10-282-0/+6
* Add explicit tests for histogram factory matching.gavinp@chromium.org2012-10-274-12/+55
* Add systemInfo.memory API implementationhongbo.min@intel.com2012-10-274-0/+36
* Make IDMap respect C++ rule of three,phajdan.jr@chromium.org2012-10-272-3/+100
* Add Google Location Settings geolocation permission flowcramya@chromium.org2012-10-271-0/+3
* Handle NULL ptr calls to free() with the WIN allocator.dalecurtis@google.com2012-10-271-1/+2
* Update jni_generator to match change downstreammiguelg@chromium.org2012-10-261-0/+1
* Make important file writing a critical taskstuartmorgan@chromium.org2012-10-251-1/+2
* Move ImportantFileWriter to base/. It now has two consumers, base/prefs and c...joi@chromium.org2012-10-247-8/+408
* Do not use EXPECT_DEATH with ASan on iOS.glider@chromium.org2012-10-241-8/+27
* Histogram argument related changekaiwang@chromium.org2012-10-245-77/+91
* DCHECK_EQ instead of DCHECK(...==...) for better error messages.fischman@chromium.org2012-10-231-1/+2
* Add methods to base::Thread to allow Windows consumers to ask for COM to be i...pkasting@chromium.org2012-10-232-7/+60
* Upstream Autofill functionality for Android.aurimas@chromium.org2012-10-231-1/+3
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-221-2/+2
* Don't disable extra warnings in base on Windowsscottmg@chromium.org2012-10-221-2/+1
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-2/+2
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-2227-0/+2933
* delete unused variable in base/process_util_win.ccscottmg@chromium.org2012-10-221-1/+0
* fix operator precedence in IsTouchEnabledscottmg@chromium.org2012-10-221-1/+1
* Establishing base/prefs.joi@chromium.org2012-10-221-0/+7
* Upstream of base/message_pump_android.ccavayvod@chromium.org2012-10-221-4/+2
* Resize the RegistryValueIterator buffers so that it doesn't stop iterating if...joaodasilva@chromium.org2012-10-223-21/+125
* Apply fixes that were going to be committed with http://codereview.chromium.o...gab@chromium.org2012-10-211-9/+21
* Add a using declaration for Timer::Start in BaseTimerMethodPointer.tim@chromium.org2012-10-201-0/+7
* Convert all the foo_test_run from using actions to use rules.maruel@chromium.org2012-10-201-21/+3
* Move SnapshotSamples to HistogramBasekaiwang@chromium.org2012-10-207-22/+36
* 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