summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch from local random address generation to kernel ASLRsimonb@chromium.org2014-08-212-98/+46
* Make class lookup lazy in jni_generator when using lazy method lookup.mkosiba@chromium.org2014-08-2127-369/+565
* Handle bionic in safe_strerror_posix as well as glibc.torne@chromium.org2014-08-211-1/+2
* Add native libraries to gn apkscjhopman@chromium.org2014-08-215-44/+14
* win: Fix a 64bit warning.thakis@chromium.org2014-08-201-2/+4
* Revert 290861 "Base: Disable the scoped handle verifier."rvargas@google.com2014-08-201-1/+1
* Don't pass const strings to CreateProcess.thakis@chromium.org2014-08-203-5/+5
* Base: Disable the scoped handle verifier.rvargas@chromium.org2014-08-201-1/+1
* Revert 290810 "Make class lookup lazy in jni_generator when usin..."ygorshenin@chromium.org2014-08-2027-702/+370
* Make class lookup lazy in jni_generator when using lazy method lookup.mkosiba@chromium.org2014-08-2027-370/+702
* Remove large test timeout. It's large and only used at one place.phajdan.jr@chromium.org2014-08-205-21/+0
* Open OWNERShip of sdk_forward_declarations.avi@chromium.org2014-08-201-0/+12
* Add PDBs to .isolate files so that tests show stack traces.jam@chromium.org2014-08-191-0/+3
* Mac: Menu bar not hidden in immersive fullscreen mode.erikchen@chromium.org2014-08-191-0/+4
* Mac: Support default browser Handoff in Yosemite.erikchen@chromium.org2014-08-182-0/+23
* [Android] Make ApplicationStatus thread safedtrainor@chromium.org2014-08-181-5/+11
* Will no longer force jobs=1 with filters in bot mode.phoglund@chromium.org2014-08-181-10/+9
* Return configured processors in NumberOfProcessors() on posix platformsjchuang@chromium.org2014-08-181-3/+14
* Parse shmmax as a uint64brettw@chromium.org2014-08-151-4/+3
* Change gtest launcher, telemetry unittests to run in parallel and retry failu...dpranke@chromium.org2014-08-151-14/+8
* Remove restriction on x64 chromium linker builds.simonb@chromium.org2014-08-141-4/+4
* gn win: re-add event_recorder_stubs.cc, mistakenly removed beforescottmg@chromium.org2014-08-141-0/+1
* Fix cpplint warnings.simonb@chromium.org2014-08-141-9/+9
* Adding atomic ops for MIPS64.Gordana.Cmiljanovic@imgtec.com2014-08-142-3/+130