summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid unsafe usage of CancelIo() within Windows SyncSocket.dalecurtis2014-09-161-12/+18
* Revert of [Android] Mark posted UI thread tasks as asynchronous (patchset #4 ...jdduke2014-09-151-49/+2
* Creating a framework for suppressing pollution of the profiler data and apply...vadimt2014-09-1511-128/+499
* Revert of Use a C++11 feature in a single file, to discover if this works eve...kevers2014-09-151-0/+16
* Revert of Cleanup: Remove base/file_util.h. Convert remaining references. (pa...thestig2014-09-131-0/+6
* Maintaing the proper order of initialization WeakPtrFactorykulkarni.a2014-09-135-9/+10
* Cleanup: Remove base/file_util.h. Convert remaining references.thestig2014-09-131-6/+0
* Use a C++11 feature in a single file, to discover if this works everywhere.thakis2014-09-121-16/+0
* Migrate ResourceExtractor.java inside org.chromium.base package.vivek.vg2014-09-122-0/+413
* On library load failure, retry without shared RELRO.simonb2014-09-112-8/+46
* Do not rely on XDG_CURRENT_DESKTOP only when testing for Unity.joleksy2014-09-111-2/+10
* gn: Add missing -Wexit-time-destructors on basescottmg2014-09-111-0/+2
* Give asan/win bot a very generous timeout.thakis2014-09-101-1/+1
* Clean up investigation code in DeleteHelper::DoDeletetzik2014-09-101-4/+0
* Make base_unittests_apk actually workcjhopman2014-09-093-0/+5
* Fix SDK forward declarations after CL 530193004jiangj2014-09-091-25/+19
* Speculatively increase the test timeout for win/asan.Nico Weber2014-09-091-0/+4
* Add an 'Idle Wake Ups' metric to the Linux task manager, implement backend.thestig2014-09-094-41/+104
* Remove the IShellLink::Resolve step in ResolveShortcutProperties.Gabriel Charette2014-09-092-7/+6
* Added BASE_EXPORT to EnabledStateObserver classxunjieli2014-09-091-1/+2
* This CL adds NESTABLE_ASYNC APIs to tracing.xunjieli2014-09-091-1/+45
* Fix wifi_component build with 10.9+ SDKjiangj2014-09-091-0/+45
* Add content_shell_test_apk and several dependenciescjhopman2014-09-092-21/+41
* Handle bionic's strerror_r in an ABI-compatible way.torne2014-09-091-2/+9
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-082-1/+3
* Use a different plist key for iOS versioningstuartmorgan2014-09-081-3/+6
* Cleanup bits of base::ProcessMetrics.thestig2014-09-084-158/+124
* Add lots of testonly annotations to the GN build.Brett Wilson2014-09-082-0/+4
* Preparing |SyncSocket|'s handle for the peer process is different for POSIX a...burnik2014-09-084-0/+64
* Add content_shell_apk target (and a bunch of its dependencies)cjhopman2014-09-081-37/+8
* Convert GN visibility variables to lists.brettw2014-09-065-5/+5
* Reland: Issue 446203002: Initialize the now_function to the HighResNowWrapper...Fadi Meawad2014-09-053-39/+29
* Make GUID generation on POSIX compliant with GUID v4 format.benchan2014-09-052-0/+32
* Disable scoped_refptr operator T* on Linux builds.Daniel Cheng2014-09-052-22/+53
* Random fixes for scoped_refptr operator T* removal.dcheng2014-09-051-1/+1
* Make base::IsValidGUID() accept GUID strings in lowercase.benchan2014-09-052-3/+7
* Revert of Check to ensure PowerObservers are added and removed on the same th...dcheng2014-09-055-37/+2
* Don't build base with nacl glibc and newlib toolchainsdschuff2014-09-051-3/+3
* fix for high resolution timer on windows.cpu2014-09-053-8/+16
* Improve the ScopedHandle verifier.rvargas2014-09-042-13/+101
* Check to ensure PowerObservers are added and removed on the same threadbajones2014-09-045-2/+37
* Add @CalledByNative and @AccessedByNative annotations.simonb2014-09-031-0/+8
* [chromium linker] Check for null ParcelFileDescriptor before using it.avayvod2014-09-031-1/+2
* Revert r257779: "MemorySanitizer: adjust stack size to work around an MSan bug."earthdok2014-09-031-2/+1
* Avoid deadlock during trace_event flushwangxianzhu2014-09-031-7/+16
* Fix conversions from 32-bit pointers to signed 64-bit integers.avayvod2014-09-031-2/+3
* [DoDelete] Hold function name in Deletehelper::DoDeletetzik2014-09-031-0/+5
* Cleanup in base/test/launcher: move more code to anonymous namespacePaweł Hajdan, Jr2014-09-032-141/+131
* MacViews: Support continuous scrolling and horizontal scrollingandresantoso2014-09-031-0/+1
* [Android] Add missing @VisibleForTesting annotations.aurimas2014-09-025-0/+25