Sign in
chromium
/
chromium
/
src
/
f27bf8991392753e2a53d9869bffaeb827b5a4eb
/
base
4805f933
Fix SELinux violation when opening Chrome on Android
by hartmanng
· 9 years ago
403cb6c
Replace template_util.h stuff with C++11 <type_traits>
by tzik
· 9 years ago
acf0dd8
[Android] Restrict tests inheriting from DocumentModeTestBase to phones.
by jbudorick
· 9 years ago
aaab4d1
base: Remove OwningMRUCache in favor of scoped_ptrs in MRUCache
by vmpstr
· 9 years ago
4e68ed2
Allocator shim skeleton + Linux impl behind a build flag
by primiano
· 9 years ago
5967e5a
base: simplify the first fcntl() call in SetNonBlocking() function
by tfarina
· 9 years ago
2ca94bde
Use thread local state to avoid locking over CloseHandle operations.
by siggi
· 9 years ago
298b49ca
Revert of Collect information about failing histogram factory calls. (patchset #7 id:220001 of https://codereview.chromium.org/1719363002/ )
by bcwhite
· 9 years ago
77d41139
Extend base::Callback to have a move-only variant
by tzik
· 9 years ago
a43eff0
Support move-only type on base::Callback::Run
by tzik
· 9 years ago
0abc5c2
Collect information about failing histogram factory calls.
by bcwhite
· 9 years ago
8a976c4e
Fix compilation error with older versions of libstdc++
by kmackay
· 9 years ago
1f9673d
Add creation tracking for ActiveVerifier.
by wfh
· 9 years ago
bd736b0
Prepare base/ for compilation with OS X 10.7 deployment target.
by erikchen
· 9 years ago
9fd4ab6
Change scoped_ptr to a type alias for std::unique_ptr on OS_WIN
by dcheng
· 9 years ago
4801736
Remove LOG(FATAL) as this can't be called late in Chrome shutdown.
by wfh
· 9 years ago
c0f91322
Remove starting animation in BaseInstrumentationTestRunner.java
by shenghuazhang
· 9 years ago
9a97049
Revert of Collect information about failing histogram factory calls. (patchset #6 id:180001 of https://codereview.chromium.org/1719363002/ )
by bcwhite
· 9 years ago
73f4d694
Make ObjectWatcher fail to start watching when there is no message loop.
by pkasting
· 9 years ago
1375777
Collect information about failing histogram factory calls.
by bcwhite
· 9 years ago
390ab1e
base: eliminate TupleTraits and TupleTypes
by mdempsky
· 9 years ago
fcb65350
Fix owners for base/test/android
by yfriedman
· 9 years ago
2253d92
Revert of Collect information about failing histogram factory calls. (patchset #5 id:160001 of https://codereview.chromium.org/1719363002/ )
by bcwhite
· 9 years ago
89dca78
Collect information about failing histogram factory calls.
by bcwhite
· 9 years ago
d283075
Revert of Collect information about failing histogram factory calls. (patchset #4 id:120001 of https://codereview.chromium.org/1719363002/ )
by bcwhite
· 9 years ago
13fb9a2
Retire scoped_ptr_unittest.nc
by tzik
· 9 years ago
63f1c5d
Collect information about failing histogram factory calls.
by bcwhite
· 9 years ago
f90bb198
Revert of Collect information about failing histogram factory calls. (patchset #3 id:100001 of https://codereview.chromium.org/1719363002/ )
by bcwhite
· 9 years ago
11ca9a5
Move non-content specific parts of content::MachBroker into base::MachPortBroker.
by amistry
· 9 years ago
7061e5f
Remove Pass() helper from base/move.h.
by dcheng
· 9 years ago
6e5c22f9
Change scoped_ptr to be a type alias for std::unique_ptr on OS_LINUX.
by dcheng
· 9 years ago
0359d7d
Add handle verifier tests. Add stack tracing.
by wfh
· 9 years ago
39c7a5e
Move base::internal::TaskTracker to base::test::TaskTracker.
by fdoray
· 9 years ago
d2f8784
[GN] Set testonly unconditionally.
by jbroman
· 9 years ago
ce1315b9
Collect information about failing histogram factory calls.
by bcwhite
· 9 years ago
cfbec0cf
Revert of Collect information about failing histogram factory calls. (patchset #2 id:40001 of https://codereview.chromium.org/1719363002/ )
by dimich
· 9 years ago
fdc36c1
Collect information about failing histogram factory calls.
by bcwhite
· 9 years ago
70c4942
Convert Pass()→std::move() on Windows
by dcheng
· 9 years ago
4ffe952
base: Avoid calling VirtualAlloc with 0 length.
by reveman
· 9 years ago
83e8f856
Use a non-deprecated method to get a string from an OSStatus error.
by erikchen
· 9 years ago
e6d42bd
Allow pushing all command line files to user builds
by kraush
· 9 years ago
8816e34
[Android] Revise handling of document-mode-only tests.
by jbudorick
· 9 years ago
8e9d9e1f
Remove myself from most OWNERS files
by stuartmorgan
· 9 years ago
945c1250
Reworks the Mac tab strip to use the Material Design style.
by shrike
· 9 years ago
b7987d93
base: Update MRUCache to allow to use unordered_map and custom hashers.
by vmpstr
· 9 years ago
0b80170
Added support for move-only types to SmallMap.
by btolsch
· 9 years ago
bccfe4d
Add primiano as owner of base/allocator
by wfh
· 9 years ago
cb1afb3
tracing: Make ConvertableToTraceFormat move-only
by primiano
· 9 years ago
3172a7f
Apply ThreadWithOptions_StackSize ASAN workaround to all platforms.
by aelias
· 10 years ago
301864e
StringToUint should output zero on negative numbers.
by davidben
· 10 years ago
e73d030
base: Remove MessagePumpDispatcher.
by sadrul
· 10 years ago
b3b0dfa0
Windows: Expose handle inheritance to the sandboxed launcher
by rockot
· 10 years ago
16b727d
Revert of Refactor thread_local.h's TLS Implementation to use ThreadLocalStorage (patchset #2 id:60001 of https://codereview.chromium.org/1726203002/ )
by robliao
· 10 years ago
8f0b97a
Refactor thread_local.h's TLS Implemetation to use ThreadLocalStorage
by robliao
· 10 years ago
bc1343dae
Change sampler code events phase from instant to meta.
by alph
· 10 years ago
c0bf279
network_time_tracker: detect clock changes.
by mab
· 10 years ago
7542f07
[MemoryInfra] Support dump providers running on SequencedTaskRunner
by ssid
· 10 years ago
88a9c91e
Use DCHECK instead of <assert.h> in scoped_ptr.h.
by nick
· 10 years ago
56d6a40
content: Improve thread priority for raster threads.
by reveman
· 10 years ago
e65942b
base: Add out-of-line copy ctors for complex classes.
by vmpstr
· 10 years ago
fdc6e5f
Try to get ToolsSanityTests passing with trunk clang again.
by thakis
· 10 years ago
51f5107
only include xdg_util_unittest.cc on desktop linux
by mostynb
· 10 years ago
c1a0c54
Disable TCMallocFreeTest.BadPageAlignedPointerInsideLargeObject
by ssid
· 10 years ago
391a2134
Run setPrivateDataDirectorySuffix() on UI thread if it doesn't finish in time.
by hartmanng
· 10 years ago
d1b20296
base: Make ThreadPriority::DISPLAY correspond to Android's PRIORITY_DISPLAY.
by reveman
· 10 years ago
2ea8c52
Fix element sizes in data structure for 32/64-bit exchange.
by bcwhite
· 10 years ago
0fb566d7
Remove stale comment for scoped_refptr comparison operators.
by dcheng
· 10 years ago
6da2fef
base: Stop overloading ReadFileToString()
by hashimoto
· 10 years ago
28aacfca
Document use of "Safe Bool Idiom" in base/memory/pointer types.
by scheib
· 10 years ago
79a07e3
simplify glib condition for including message_pump_glib_unittest.cc
by mostynb
· 10 years ago
2ac5d1f1
content: Avoid crashing in release builds when allocating 0 bytes of discardable memory.
by reveman
· 10 years ago
9c5f4e2
Fix iterators for IDMap with custom key type.
by bcwhite
· 10 years ago
ccec7556
Remove unused field trial activate mode param.
by asvitkine
· 10 years ago
fbc6978
tracing: memory-infra cleanup post-C++11 + test coverage
by primiano
· 10 years ago
f3ff6da
Update account and sync management UX
by maybelle
· 10 years ago
30c5afa
include-what-you-use: Fix some tracing-related includes
by primiano
· 10 years ago
9edd694
Moved macros into prtime.h
by pkl
· 10 years ago
b473f00
Add utility method for WebString to base::FilePath conversion
by kinuko
· 10 years ago
39f7b8f
Prevent handle truncation warning in 64-bit VS 2015 builds
by brucedawson
· 10 years ago
34d6652e
Get iOS GN build working again.
by dpranke
· 10 years ago
34c6bbf
Persist setup metrics and have Chrome report them during UMA upload.
by bcwhite
· 10 years ago
76ed1958
Create alias of variable so it lives for crash-reporting.
by bcwhite
· 10 years ago
4868bb07
Put generated non-test Java runner scripts into bin/.
by mikecase
· 10 years ago
49cdedae
chromium linker: Suppress findbugs false positive.
by simonb
· 10 years ago
61e5eff5
Use base::StringPiece where reasonable in metrics code.
by bcwhite
· 10 years ago
cda89ef
base: Fix clang warning in newly added unit test.
by erikchen
· 10 years ago
4b12c0a
base: Create file mappings with reduced access control permissions.
by erikchen
· 10 years ago
7c787706
base: Add missing copy ctors where appropriate.
by vmpstr
· 10 years ago
4ec5a32
Use ResourceEntry instead of mandatory paks for blimp
by nyquist
· 10 years ago
c85a1f82
Merge multiple histogram snapshots into single one for reporting.
by bcwhite
· 10 years ago
0e3e9ba5
Removed obsolete comment from base/time/time_mac.cc
by pkl
· 10 years ago
df7c080
Task Scheduler Task Traits
by robliao
· 10 years ago
008bf409
Expand scope of histogram tests.
by bcwhite
· 10 years ago
bb84f63
Make debug flag final for compiler optimizations.
by wnwen
· 10 years ago
7a187c6
[tracing] Support shared and private permission. (missing perm flag)
by youngmin.yoo
· 10 years ago
0248a11
Make MessageLoopForIO::current() failure explicit.
by deymo
· 10 years ago
c5849de5
Unify BindState refcount management into the bound arguments.
by tzik
· 10 years ago
e297b83e
Restore lost metric change from used KiB to Percent.
by bcwhite
· 10 years ago
b0d6314
Also adds debug build flag.
by wnwen
· 10 years ago
41f9d6b
Fix compilation of "base" for "host" when targetting iOS.
by sdefresne
· 10 years ago
Next »