summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Refactor CreateOrUpdateChromeShortcuts() for a better public API.gab@chromium.org2012-07-061-2/+4
* Move DeviceInfo to common to prevent a DEPS failure.leandrogracia@chromium.org2012-07-051-1/+1
* Supporting wildcards in max/min version specifications in VariationsService.mathp@google.com2012-07-043-37/+178
* Revert 145402 - Rename/re-comment tests and 2 new death tests for WeakPtrraymes@google.com2012-07-042-209/+137
* Rename/re-comment tests and 2 new death tests for WeakPtrkaiwang@chromium.org2012-07-042-137/+209
* Update dynamic_annotations to r4384.glider@chromium.org2012-07-032-5/+18
* persist known media galleries (only directories for now)estade@chromium.org2012-07-032-0/+13
* upstream SurfaceTextureListener and SurfaceTextureBridge class for androidqinmin@chromium.org2012-07-021-1/+1
* Add Java function to retrieve the native library dir.aurimas@chromium.org2012-07-025-3/+36
* Android JNI generator: raises an error when there are no JNI methods.bulach@chromium.org2012-07-022-0/+14
* JNI Generator: Always generate static fwd declarations for free functions.pliard@chromium.org2012-07-022-16/+8
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-2/+9
* Exclude parts of the 'base' target's file list to get it building on iOSstuartmorgan@chromium.org2012-06-301-1/+16
* Fix a bug in file_util::Delete() where symlinks are not handled rightyoshiki@chromium.org2012-06-303-3/+48
* Adding DVLOG to show what field trial groups are chosen.jwd@chromium.org2012-06-301-0/+1
* Move dir_reader to base/filesbrettw@chromium.org2012-06-297-23/+28
* Upstream Android-specific changes to debugger_posix.ccjknotten@chromium.org2012-06-291-7/+19
* Make the serialization of IPC::Messages inside other IPC::Messages independentbrettw@chromium.org2012-06-291-0/+13
* Add base::RunLoop and update ui_test_utils to use it to reduce flakinessjbates@chromium.org2012-06-2810-137/+650
* Upstream ChildProcessLauncher changes for Android.yfriedman@chromium.org2012-06-282-0/+18
* Build fix for chromeos: MessagePumpAuraX11's header should forward declare gliberg@chromium.org2012-06-283-4/+6
* Remove ANDROID_APK_TEST_TARGETnileshagrawal@chromium.org2012-06-282-10/+2
* For unit tests, track additions to AtExitManager and warn.scottbyer@chromium.org2012-06-276-6/+93
* Remove the linux-only CR_SOURCE_ROOT environment variable override of base::D...maruel@chromium.org2012-06-271-14/+0
* Enable base::NonThreadSafe when DCHECK_ALWAYS_ON is setrsleevi@chromium.org2012-06-272-16/+40
* Make SetAppIdForPropertyStore compile with win8 sdkcpu@chromium.org2012-06-271-21/+6
* Don't rely on undefined macro behaviour in unit tests.rsleevi@chromium.org2012-06-271-3/+11
* Make GlobalDescriptors::MaybeGet return -1 when the key is not found.jcivelli@chromium.org2012-06-271-4/+2
* Make SplitString() and variants clear their outparam vector. (Note that Spli...pkasting@chromium.org2012-06-263-7/+7
* Fix thread_restrictions ifdefjam@chromium.org2012-06-262-4/+4
* Better fix for http://codereview.chromium.org/10661041/cpu@chromium.org2012-06-261-4/+3
* Move java files into src parent directory.navabi@google.com2012-06-2614-5/+5
* base: Clean up stl_util.h style issues.tfarina@chromium.org2012-06-261-36/+33
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-06-2610-28/+39
* Switch thread_restrictions to use the same ifdef flags as thread_checker.jam@chromium.org2012-06-262-10/+13
* Make pe_image compile with win8 sdkcpu@chromium.org2012-06-261-0/+6
* Update documentation for base::ThreadCheckerrsleevi@chromium.org2012-06-252-12/+27
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-06-251-0/+4
* Completely refactor isolate.py to be 'command based'.maruel@chromium.org2012-06-231-2/+2
* linux_aura: Redo how activation is handled.erg@chromium.org2012-06-222-0/+48
* Remove unused member variables found by clang's -Wunused-private-fieldthakis@chromium.org2012-06-221-1/+2
* Refactor GetCrashSignalFD to be more generic.yfriedman@chromium.org2012-06-221-2/+3
* Add support for namespace in static JNI methods.bulach@chromium.org2012-06-2210-128/+166
* Revert 143251 - Log stack trace when ObjectWatcher::StartWatching() is called.dcheng@chromium.org2012-06-212-11/+1
* Revert 143466 - Base: disable the handle verifier.rvargas@google.com2012-06-211-1/+1
* Base: disable the handle verifier.rvargas@google.com2012-06-211-1/+1
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-2116-179/+146
* Linux: Return a failure in ReadProcStats() if the stat file is empty.thestig@chromium.org2012-06-211-2/+3
* Replace all spaces by '_' in the AppUserModelIdgab@chromium.org2012-06-201-2/+2
* Log stack trace when ObjectWatcher::StartWatching() is called.dcheng@chromium.org2012-06-202-1/+11