summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Force-enable the software keyboard when running tests in iOS simulator.lliabraa2014-09-021-0/+20
* Add a flag to let render process wait for java debuggerjaekyun2014-08-301-0/+3
* Fix out-of-bounds read in RegistryOverrideManager.grt2014-08-291-1/+2
* [Android] Mark posted UI thread tasks as asynchronousjdduke2014-08-291-2/+49
* Add ChannelProxy benchmark to ipc_perftests.morrita2014-08-294-0/+128
* High resolution timer fix relandcpu2014-08-288-101/+87
* Manual fixups for scoped_refptr operator T* removal in base/dcheng2014-08-286-20/+28
* Introduce @CalledByReflection annotation.aurimas2014-08-281-0/+24
* Adding tracing and gtest pretty printing support to TestPendingTask.mithro2014-08-284-1/+113
* Use precisely sized integer types in histograms code.isherman2014-08-281-6/+8
* Revert of Initialize the now_funciton to the HighResNowWrapper in case High R...fmeawad2014-08-283-20/+39
* Use content URI to upload photos taken by cameraqinmin2014-08-271-0/+28
* Fix logic on high Windows resolution timer and havecpu2014-08-273-64/+59
* Remove implicit conversions from scoped_refptr to T* in base/dcheng2014-08-274-47/+57
* Revert of Improve the ScopedHandle verifier. (patchset #1 of https://coderevi...tonyg2014-08-272-105/+13
* Move more metrics classes to metrics namespace.asvitkine2014-08-261-2/+4
* We have noticed a clock shift when QPC was deployed. It shows as a regression...fmeawad2014-08-263-39/+20
* Improve the ScopedHandle verifier.rvargas2014-08-262-13/+105
* Work on GN build of Chrome.Brett Wilson2014-08-261-0/+1
* Implement the deference operator for scoped_refptr.dcheng2014-08-261-0/+5
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-267-169/+37
* Domain Reliability: Don't upload when metrics reporting is off.ttuttle2014-08-252-10/+14
* Revert of Implement unit test specific test launcher timeout (patchset #6 of ...phajdan.jr2014-08-255-21/+6
* Implement unit test specific test launcher timeoutPaweł Hajdan, Jr2014-08-255-6/+21
* Support --wait-for-debugger in tests.vitalybuka@chromium.org2014-08-221-0/+7
* Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTes...mlerman@chromium.org2014-08-219-129/+290
* Move default sanitizer options into build/ so that WebRTC can import them.glider@chromium.org2014-08-214-472/+0