Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
204c772b793c026d64891cac81b242bb679f1dbd
/
base
204c772
Add missing dependency in base_win64.
by georgesak
· 10 years ago
4cb22b0
Use /run instead of /var/run to avoid disk IO for a symlink
by hashimoto
· 10 years ago
d424a46
crazy linker: Add LD_PRELOAD handling.
by simonb
· 10 years ago
6188b46
[tracing] Don't emit parent names for root MemoryAllocatorDump(s)
by primiano
· 10 years ago
c0fbe8e
[tracing] Non-functional refactor of MemoryDumpManager
by primiano
· 10 years ago
2123b05
Revert of Enforce lowercase switches when calling CommandLine::HasSwitch(const char*). (patchset #5 id:80001 of https://codereview.chromium.org/1046363002/)
by yoichio
· 10 years ago
21f8440
Apply automated fixits for Chrome clang plugin to base_unittests.
by dcheng
· 10 years ago
fe439af
Enforce lowercase switches when calling CommandLine::HasSwitch.
by jackhou
· 10 years ago
10a28a7
base/test/launcher: Don't trim leading whitespace from test output
by nick
· 10 years ago
d0ab04c
base: Rename DiscardableMemory::Memory() to ::data().
by reveman
· 10 years ago
0aeb3f2
Avoid having to define Log classes in every layer needing them.
by dgn
· 10 years ago
e5bd667
MD5: Remove unnecessary temporary 'inbuf' variable.
by tfarina
· 10 years ago
86bfc05
Add option to export tracing events to ETW.
by georgesak
· 10 years ago
989e08e
Add ApiCompatibilityUtilsTest#testFinishAndRemoveTask
by jaekyun
· 10 years ago
033df5e
Migrate ChromeOS to base::MemoryPressureMonitor
by dmichael
· 10 years ago
5088ec9
Move an include guard to guard all code in base/move.h
by bratell
· 10 years ago
6dafbed
Make deleted constructors take a const parameter in move-only type macro.
by mgraczyk
· 10 years ago
efc2ede
Generate globally (cross-process) unique IDs for memory tracing dumps
by ssid
· 10 years ago
191d568
Add a dump provider to dump malloc allocation data.
by ssid
· 10 years ago
8af7af7
sys_info_linux: positive return value of MaxSharedMemorySize for 32-bit build on 64-bit host.
by ljagielski
· 10 years ago
bb7a708
Revert "Add option to export tracing events to ETW."
by pdr
· 10 years ago
262fe1f
Move several annotations to annotations package.
by aurimas
· 10 years ago
d7234b5
Add option to export tracing events to ETW.
by georgesak
· 10 years ago
9b2f6cb
base: Fix the type of variable |a| in MD5DigestToBase16().
by tfarina
· 10 years ago
1eee6ea
Added test support to observe and verify UMA user actions during tests.
by bruthig
· 10 years ago
fcb16ad
Implement a poor man's PostAfterStartupTask() function. The initial impl claims complete after the first page loads.
by michaeln
· 10 years ago
6ea122c
Enable FilePathWatcher base unittests on Android.
by pauljensen
· 10 years ago
56bcfba
Add move support for scoped_refptr.
by kkimlabs
· 10 years ago
46638a9
Make ctrl-c work reliably in the gtest test launcher on Mac
by phajdan.jr
· 10 years ago
e370d5a
Remove ICS support in C++ code.
by aurimas
· 10 years ago
76eaf05
Change CompareString16WithCollator to take const ref collator.
by estade
· 10 years ago
63bf713
Access fields from the appropriate threads in FilePathWatcherFSEvents.
by reillyg
· 10 years ago
f9c6985
Remove unnecesary ApiCompatibilityUtils calls.
by aurimas
· 10 years ago
27006ec
Move FilePathWatcher tests to base_unittests.
by mnissler
· 10 years ago
b0e2682
Update call stack profile encoding to match server-side expectations
by wittman
· 10 years ago
66c2db8
Modify instrumentation for various jank bugs, mostly removing outdated sites.
by pkasting
· 10 years ago
af02fe6
Added RecordUserAction.record() to avoid having to add a JNI call per UMA action
by pkotwicz
· 10 years ago
c39b942
base::ManualConstructor improvements
by mikhail.pozdnyakov
· 10 years ago
61455c9
Cleanup: removing unused kTrackAllTaskObjects constant
by vadimt
· 10 years ago
3e89999
Make sure observers are not nullptr
by oshima
· 10 years ago
2653b0a
[tracing] Fix single-process detection logic of ChildTraceMessageFilter
by primiano
· 10 years ago
e0742f5
win: Remove __alignof workaround, no longer needed.
by thakis
· 10 years ago
97fad88
Add Exception stack trace support to base.Log
by dgn
· 10 years ago
a13ad6e
[tracing] child-process-side impl for inter-process memory dumps
by primiano
· 10 years ago
e8b91bd
Enable startup profiling by Win x64 stack sampling profiler
by wittman
· 10 years ago
65d48a0
base: Use a simple tricky to remove a temporary variable in MD5DigestToBase16.
by tfarina
· 10 years ago
180cec8
Remove indirection of cpufeatures.gypi.
by torne
· 10 years ago
86ecf91
StackSamplingProfiler clean up
by wittman
· 10 years ago
3aa9971
Fix OutOfMemoryDeathTest.ViaSharedLibraries.
by icoolidge
· 10 years ago
91c6474
Introduce base::MemoryPressureMonitor
by dmichael
· 10 years ago
469e2ea
Cleanup: Match the declaration order of MD5Sum() with the definition.
by tfarina
· 10 years ago
0300a51
clang/win: Fix SecurityTest.CallocOverflow in -Os builds.
by thakis
· 10 years ago
6889c6d
Cleanup: Use uint8_t type throughout in the MD5 API.
by tfarina
· 10 years ago
9a33df5
Re-land: base: Replace PurgeAndTruncate with Shrink function.
by reveman
· 10 years ago
7891022
Re-land: Add missing check for quitting from MessagePumpLibevent
by chirantan
· 10 years ago
63d01e6
Enable NeedsBraces check and fix some checkstyle issues.
by aurimas
· 10 years ago
41fa662
Add an utility class to improve java logs.
by dgn
· 10 years ago
8d7e138
Revert of Add missing check for quitting from MessagePumpLibevent (patchset #3 id:40001 of https://codereview.chromium.org/1019793006/)
by zhaoqin
· 10 years ago
d1e2503
Fix a NPE in LibraryLoader when the context is null.
by lizeb
· 10 years ago
7eaf477
Add metrics for time elapsed in base::File::Flush().
by tnagel
· 10 years ago
82a5a1b
Add recordCount100Histogram() & recordSparseSlowlyHistogram() to RecordHistogram
by pkotwicz
· 10 years ago
2b0e06e
Add missing check for quitting from MessagePumpLibevent
by chirantan
· 10 years ago
1646f37
Add @VisibleForTesting for LibraryLoader.ensureInitialized()
by Xianzhu Wang
· 10 years ago
10e1ddd
Move HasSeekPenalty() out of base::SysInfo and base/.
by dbeam
· 10 years ago
9c9043f
Revert of Fix OutOfMemoryDeathTest.ViaSharedLibraries. (patchset #10 id:180001 of https://codereview.chromium.org/878473002/)
by mfomitchev
· 10 years ago
06b1b37
Make TestMockTimeTaskRunner run tasks with the same delay in the order they were posted.
by engedy
· 10 years ago
eb3cd35
Remove base::KillProcess()
by rvargas
· 10 years ago
5285ef9
Turn ThreadPriority enum into an enum class.
by gab
· 10 years ago
d4458cf
Cleanup: clang-format the MD5 source file.
by tfarina
· 10 years ago
4597201
Include DirectoryExists to libbase_nacl_nonsfi.a.
by hidehiko
· 10 years ago
3b1d69c
Use the types from stdint.h in MD5 API.
by tfarina
· 10 years ago
734dcf1
Fix missing symbols for pre-linking of the Cast sender library for iOS.
by jfroy
· 10 years ago
1232dda
Add full SetThreadPriority support to Windows.
by gab
· 10 years ago
f77911c
Add DCHECK for FilePathWatcherFSEvents destroyed before being cancelled.
by reillyg
· 10 years ago
12ee093
Revert of base: Replace PurgeAndTruncate with Shrink function. (patchset #5 id:80001 of https://codereview.chromium.org/1018743003/)
by reveman
· 10 years ago
e861eba
Fix OutOfMemoryDeathTest.ViaSharedLibraries.
by icoolidge
· 10 years ago
6e4da62
Remove uses of KillProcess.
by rvargas
· 10 years ago
33dba1d
Introducing phased profiling framework.
by vadimt
· 10 years ago
07b4895
Upstream ios wait_util for tests
by stuartmorgan
· 10 years ago
d918dbf
Crash Mac in OnNoMemory on OOM
by vitalybuka
· 10 years ago
f3e881d
thread_local_unittest: Avoid invalid casts to polymorphic type.
by pcc
· 10 years ago
8a05277
[tracing] MemoryDumpManager delegate for upcoming inter-process dumps
by primiano
· 10 years ago
6a740e5
[tracing] Refactor MemoryDumpManager for upcoming multiprocess dumps
by primiano
· 10 years ago
0c23de6
Make sure that WaitableEvent::TimedWait works fine with large timeouts.
by rvargas
· 10 years ago
a75735e
Base: Change task posting logic to SequencedWorkerPool during shutdown.
by erikchen
· 10 years ago
88092f3
Revert "Make sure that WaitableEvent::TimedWait works fine with large timeouts."
by rvargas
· 10 years ago
617373b
Add utility function for checking package version
by dgn
· 10 years ago
5762d50
Provide CommandLine::HasSwitch(const char*) to save 76kB in sizes perf
by tapted
· 10 years ago
5c66ee9
Add base::TerminateBecauseOutOfMemory
by vitalybuka
· 10 years ago
a9e2f77
Refactor Uses of std::set to std::vector in SimpleFeature
by robliao
· 10 years ago
8a1c6da
Fix NPE in ApplicationStatus.
by maxbogue
· 10 years ago
1aa135a
Make sure that WaitableEvent::TimedWait works fine with large timeouts.
by rvargas
· 10 years ago
d7567ba
Re-land issue 750183008 (Parallelize trace messages serialization)
by caseq
· 10 years ago
f1cea76
base: Replace PurgeAndTruncate with Shrink function.
by reveman
· 10 years ago
94b277b
Remove android_webview_build conditions from base.
by torne
· 10 years ago
be7f0c0
Fixing debug GN build.
by bradnelson
· 10 years ago
5902967
Instrumented libraries: add a base.isolate entry for prebuilt libs.
by earthdok
· 10 years ago
f0165d5
Let ImportantFileWriter Use fdatasync
by hashimoto
· 10 years ago
ccc9103
Metrics provider for statistical stack profiler
by wittman
· 10 years ago
d56c952
[Android] Incorporate findbugs into android builds.
by jbudorick
· 10 years ago
Next »