summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Remove helper function that was needed only in 10.5.avi@chromium.org2013-10-273-54/+0
* Send B/E events to EventCallback for X eventswangxianzhu@chromium.org2013-10-263-2/+47
* Do not set process names in the Activity Monitor.avi@chromium.org2013-10-252-93/+0
* Do not use Process Manager functions for determining bundledness.avi@chromium.org2013-10-251-18/+10
* Revert "GTTF: make sharding_supervisor.py use --brave-new-test-launcher"phajdan.jr@chromium.org2013-10-251-2/+2
* GTTF: make sharding_supervisor.py use --brave-new-test-launcherphajdan.jr@chromium.org2013-10-251-2/+2
* Android: fixes for JNI with javap for java7.bulach@chromium.org2013-10-252-70/+79
* Fix for crash, which apparently happens when command line argument --check-cl...shrikant@chromium.org2013-10-251-1/+6
* Disable low memory device check for JB and lowerdtrainor@chromium.org2013-10-251-1/+6
* PerformanceMonitor: Add a new UMA histograms to track average CPU utilization...oysteine@chromium.org2013-10-242-6/+19
* [Android] Add an annotation for runtime test filtering [3/3]frankf@chromium.org2013-10-242-38/+0
* No-op death test if not supported.lpromero@chromium.org2013-10-241-1/+2
* Disable SecurityTest.NewOverflow under ThreadSanitizer v2glider@chromium.org2013-10-241-4/+4
* Implement native version of GetDirectoryEntries for windows.dgrogan@chromium.org2013-10-241-1/+1
* [Tracing] Add support for forward looking or backwards looking async steps.simonjam@chromium.org2013-10-244-42/+79
* Revert "Revert "GTTF: refactor interface..." and Revert "GTTF: Implement test...phajdan.jr@chromium.org2013-10-248-222/+402
* Force out of memory crash when HeapAlloc() or HeapReAlloc() fail.dalecurtis@chromium.org2013-10-231-0/+5
* Fix crash when ending systrace webviewwangxianzhu@chromium.org2013-10-231-3/+25
* [Android] Add an annotation for runtime test filtering [1/3]frankf@chromium.org2013-10-231-0/+25
* [Mac] Add option to reauthenticate the OS user before revealing passwords.dubroy@chromium.org2013-10-232-17/+35
* Android code should not assume main thread == UI thread.joth@chromium.org2013-10-231-9/+45
* Add support for unsigned int32 in string_number_conversionszverre@yandex-team.ru2013-10-233-0/+79
* Revert "GTTF: refactor interface..." and Revert "GTTF: Implement test retries."kouhei@chromium.org2013-10-238-402/+222
* Reapply "Remove constructors of TraceEventHandle"wangxianzhu@chromium.org2013-10-232-23/+20
* Fix infinite loop in NaCl CancelableSyncSocket::Send().dalecurtis@chromium.org2013-10-231-2/+2
* Correct thread flush timeout logic and increase timeoutwangxianzhu@chromium.org2013-10-232-24/+71
* GTTF: Implement test retries.phajdan.jr@chromium.org2013-10-235-67/+251
* Consolidate serialization code in base::HistogramDeltasSerializervitalybuka@chromium.org2013-10-239-52/+236
* Revert 230224 "Remove constructors of TraceEventHandle", which cause compile ...ronghuawu@chromium.org2013-10-222-20/+23
* Remove constructors of TraceEventHandlewangxianzhu@chromium.org2013-10-222-23/+20
* Define the --enable-crash-reporting flag on all platforms.jochen@chromium.org2013-10-222-12/+6
* Reduce overhead of TRACE_MEMORY when disabledwangxianzhu@chromium.org2013-10-222-12/+17
* GTTF: refactor interface between TestLauncher and its delegatephajdan.jr@chromium.org2013-10-227-175/+171
* Remove move-only-type whitelists in CallbackParamTraits and CallbackForward b...kinuko@chromium.org2013-10-223-32/+46
* TraceLog::SetCurrentThreadBlocksMessageLoop()wangxianzhu@chromium.org2013-10-224-5/+95
* Android: Add chrome-specific dynamic linker.digit@chromium.org2013-10-211-1/+8
* Add write() impl to SyncSocket for NaCl. Fix shutdown leaks.dalecurtis@chromium.org2013-10-211-8/+10
* GTTF: Move logic related to "what to do next" out of TestResultsTrackerphajdan.jr@chromium.org2013-10-214-125/+127
* Refactor DiscardableMemory for the upcoming DiscardableMemoryAllocator.pliard@chromium.org2013-10-215-244/+207
* Add unit test for base::scoped_refptr boolean operations.mikhail.pozdnyakov@intel.com2013-10-212-0/+26
* TRACE_EVENT_PHASE_COMPLETE (X Events)wangxianzhu@chromium.org2013-10-218-320/+464
* Report errors from ChromiumEnv::GetChildren in Posix.dgrogan@chromium.org2013-10-191-1/+5
* Add SyncSocket::ReceiveWithTimeout() and SyncSocket unit tests.dalecurtis@chromium.org2013-10-196-56/+321
* android: fix base::Time::FromLocalExploded() crash.digit@chromium.org2013-10-192-7/+68
* Enable the following tests under Mac ASan:glider@chromium.org2013-10-181-2/+1
* Fix documentation/comments: cancellable -> cancelable.viettrungluu@chromium.org2013-10-181-2/+2
* Revert 228889 "Avoid threading races on TraceSamplingThread's me..."haraken@chromium.org2013-10-181-11/+1
* Remove non-used deprecated method from ActivityStatus.tedchoc@chromium.org2013-10-171-13/+1
* Add visibility check to [ActivityStatus]dfalcantara@chromium.org2013-10-171-0/+11
* GTTF: Replace base::LaunchTests with public TestLauncher class.phajdan.jr@chromium.org2013-10-178-280/+310