summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-04-2512-32/+62
* Adding new JNI util methods that deal with Java string arrays and use string16.jcivelli@chromium.org2012-04-242-0/+36
* Revert 133773 - [UMA] Add performance profile data to UMA uploads.isherman@chromium.org2012-04-243-23/+31
* [UMA] Add performance profile data to UMA uploads.isherman@chromium.org2012-04-243-31/+23
* win: Fix a small language violation.thakis@chromium.org2012-04-241-2/+1
* Move RefCountedStaticMemory to base namespacesimon.hong81@gmail.com2012-04-242-4/+4
* Update net/android/network_library.cc with fresher code.yfriedman@chromium.org2012-04-241-0/+22
* Add a "--silent" flag to our test suite to disable gtest output. This clears ...jam@chromium.org2012-04-232-11/+25
* Extension alarms now persist in Preferences.mpcomplete@chromium.org2012-04-231-0/+1
* Cleanup: IWYU for base/file_util_proxy.h.thestig@chromium.org2012-04-232-8/+10
* Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.bbudge@chromium.org2012-04-231-0/+4
* mmap returns -1 on failure and in the posix implementation of SharedMemory, t...raymes@chromium.org2012-04-231-3/+4
* Convert MessageLoopProxy to TaskRunner in FileUtilProxykinuko@chromium.org2012-04-234-61/+469
* Add and implement API to associate Google experiment IDs with FieldTrials.stevet@chromium.org2012-04-232-0/+14
* Set svn:executable bit on scripts that are executable.maruel@chromium.org2012-04-231-1/+1
* Change --variable argument, must now be spaced, -V foo bar, instead of -V foo...maruel@chromium.org2012-04-231-2/+2
* Set svn:executable bit on scripts that are executable.maruel@chromium.org2012-04-212-4/+2
* Add BASE_EXPORT to base::mac::ExecuteWithPrivilegesAndGetPIDlambroslambrou@chromium.org2012-04-211-0/+1
* Final(?) eradications of GDK / GTK from the GPU process.cevans@chromium.org2012-04-201-1/+7
* Revert 133212 - Add and implement API to associate Google experiment IDs with...groby@chromium.org2012-04-202-14/+0
* Add and implement API to associate Google experiment IDs with FieldTrials.stevet@chromium.org2012-04-202-0/+14
* Move RefCountedBytes Class to base namespace.simon.hong81@gmail.com2012-04-202-6/+6
* Add NetworkChangeNotifier for Android.yfriedman@chromium.org2012-04-202-0/+84
* Make sure that base::MessagePumpForUI from different modules are isolated fro...alexeypa@chromium.org2012-04-204-29/+78
* apk-based test runner work for android. 2 unit test bundles converted over (i...jrg@chromium.org2012-04-193-8/+75
* Don't depend on undefined compiler behavior for computing persistent field tr...isherman@chromium.org2012-04-191-2/+4
* Disabling the SamplingProfilerTest.Sample test on Windows 8 as the ZwSetInter...ananta@chromium.org2012-04-191-3/+8
* Add isherman to base/metrics/OWNERSisherman@chromium.org2012-04-191-0/+7
* Removing DEPTH support.maruel@chromium.org2012-04-191-1/+0
* Revert revert 132842xians@chromium.org2012-04-193-17/+60
* Revert 132842 - If we are using blocking write, when the renderer stop gettin...thestig@chromium.org2012-04-183-60/+17
* If we are using blocking write, when the renderer stop getting the data witho...xians@chromium.org2012-04-183-17/+60
* cros: Record UMA stats for tab discards in low memory conditionsjamescook@chromium.org2012-04-182-3/+24
* Revert 132608 - Removing DEPTH support.sky@chromium.org2012-04-171-0/+1
* [Mac] Implement a NotificationUIManager that uses Notification Center on 10.8...rsesek@chromium.org2012-04-171-6/+13
* Removing DEPTH support.maruel@chromium.org2012-04-171-1/+0
* Add templates for building java and running the jni_generator.yfriedman@chromium.org2012-04-173-58/+31
* Move PostTaskAndReplyWithStatus into task_runner_helpers.hbattre@chromium.org2012-04-175-131/+173
* Update uses of TimeDelta in base/files.tedvessenes@gmail.com2012-04-161-1/+1
* Fixing issues with alignment, undefined behaviour and endianness in the Field...jwd@chromium.org2012-04-162-3/+29
* Fixes for the EnumeratesPE base_unittest failures seen on Windows 8 X64. The ...ananta@chromium.org2012-04-131-2/+10
* Fix timings in TrackedObjects unit testisherman@chromium.org2012-04-131-1/+2
* [UMA] Use proper C++ objects to serialize tracked_objects across process boun...isherman@chromium.org2012-04-135-810/+564
* JSONValueConverter changes for custom base::Value filed parsing.zelidrag@chromium.org2012-04-132-1/+46
* Fixes for the EnumeratesPE base_unittest failures seen on Windows 8. The valu...ananta@chromium.org2012-04-121-10/+18
* Field Trials choices can now be forced from a command line argument, and yet ...mad@chromium.org2012-04-123-140/+266
* Convert isolate.py to exclusively use .isolate files.maruel@chromium.org2012-04-122-49/+56
* Add SequencedWorkerPoolTaskRunner which lets you specify the shutdown behavior.mattm@chromium.org2012-04-113-10/+190
* Rename SequencedWorkerPoolTaskRunner to SequencedWorkerPoolSequencedTaskRunner.mattm@chromium.org2012-04-117-216/+164
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-117-87/+96