Sign in
chromium
/
chromiumos
/
platform
/
libchrome
/
HEAD
4b42b82
Automated commit: libchrome r1586964 uprev
by chromeos-ci-prod
· 2 days ago
main
267d9a2
Reland "Automated commit: libchrome r1579251 uprev"
by chromeos-ci-prod
· 3 days ago
cb2d1ce
Revert "Automated commit: libchrome r1579251 uprev"
by Shao-Chuan Lee
· 5 days ago
57b62f0
Automated commit: libchrome r1579251 uprev
by chromeos-ci-prod
· 9 days ago
ad93376
Record MojoResult when writing synthetic response fallback body.
by Shunya Shishido
· 10 days ago
38e46c5
Add null checks to MAIN_THREAD_ONLY TaskEnvironment
by Joe Mason
· 10 days ago
aa7eccd
[DirectReceiver] Iterative DirectReceiver Tool
by Nafis Abedin
· 10 days ago
1b2aa7c
[Mojo TypeScript] Strenghthen callback router listener typing
by Fred Shih
· 10 days ago
90b887e
use base/win/windows_types.h for HMODULE in file_version* headers
by Alex Gough
· 10 days ago
848957b
[tracing] Support regular privacy filter on json traces
by Etienne Pierre-doray
· 10 days ago
43fa772
[rustmojo] Remove extra init calls.
by Julia Hansbrough
· 10 days ago
c0a2dda
[Memory Coordinator] Deprecate base::MemoryPressureListener
by Patrick Monette
· 10 days ago
1ba9be3
Convert std::blah& to const std::blah& in JNI boundary methods
by Martin Kong
· 10 days ago
9f70fcf
Add base::AvailablePhysicalMemoryMonitor
by Alex Attar
· 10 days ago
908a968
base: fix FileUtilsTest for SDK 36 and improve resource handling
by Peter Wen
· 10 days ago
a37c1e7
Remove non-adaptor uses of base::IgnoreResult
by Andrew Paseltiner
· 10 days ago
3f3af12
[Base] Add a println() method to base Log
by Ziwen Lin
· 10 days ago
223b34e
Add [[nodiscard]] to base::bits functions
by kylechar
· 10 days ago
80f2ad3
android: Update Robolectric tests for SDK 36 compatibility
by Peter Wen
· 11 days ago
295f1e1
Replace pointer-based HexEncode call with span-based HexEncode in mojo
by Yisi Yu
· 11 days ago
b663d21
Convert std::string& to const std::string& in JNI boundary methods
by Martin Kong
· 11 days ago
464a638
[rustmojo] Test support for handles in the Mojom value parser
by Devon Loehr
· 11 days ago
65982b7
[rustmojo] Add support for handles to the Mojom value parser
by Devon Loehr
· 11 days ago
1cf00d7
Replace uses of PickleIterator::ReadData(const char**, size_t*)
by Andrew Paseltiner
· 11 days ago
2e298ec
Resolve dangling pointer in |SamplingHeapProfilerTest|
by Jagadesh P
· 11 days ago
914a96d
Refactor shared memory switch handling.
by Alexei Svitkine
· 11 days ago
a859015
[ios] Clean up #includes in swift_interop_util.h
by Asami Doi
· 12 days ago
b532f62
Drive-by: Reorganize `stack_scan_supported`
by Kalvin Lee
· 12 days ago
66351a7
Tidy empty #if sections in base/allocator/partition_allocator
by Alex Gough
· 13 days ago
c6ebaf7
[Memory Coordinator] Add MemoryPressureListenerPolicy
by Patrick Monette
· 2 weeks ago
10fd75e
[mojo] Add fixed-size array validation tests
by Daniel Cheng
· 2 weeks ago
44c6e2e
[rustmojo] Remove Clone from MojomValue
by Devon Loehr
· 2 weeks ago
17ee80f
Add ImportantFile.SerializationSize.* histograms.
by Alexei Svitkine
· 2 weeks ago
5c33b83
[rustmojo] Make deparser take arguments by value
by Devon Loehr
· 2 weeks ago
a407a29
[rustmojo] Add basic tests for remotes and receivers
by Devon Loehr
· 2 weeks ago
0144f83
Make JavalessRenderers a normal flag
by Sam Maier
· 2 weeks ago
dafbc5d
EICP: show risk levels on chrome://policy
by Nicolas Ouellet-Payeur
· 2 weeks ago
a362783
[Android] Change default RootSpec to focusedRoot() in ViewFinder
by Henrique Nakashima
· 2 weeks ago
d37586c
Fix a UNSAFE_TODO and use span-based HexEncode in module_cache_apple.cc
by Yisi Yu
· 2 weeks ago
046d28c
Cleanup UseIsUnboundCheck feature
by Shin Kawamura
· 2 weeks ago
0bf6a95
Cleanup EffectiveBindingState feature
by Shin Kawamura
· 2 weeks ago
19e5422
Replace some pointer-based HexEncode calls with span-based HexEncode in //base
by Yisi Yu
· 2 weeks ago
e95dfa7
Remove ObservableSupplier.addObserver()
by Andrew Grieve
· 2 weeks ago
3715a16
Inline ObservableSupplier.addObserver() (part 3)
by Andrew Grieve
· 2 weeks ago
3a6f3c1
Remove stale comments about @DoNotMock
by Andrew Grieve
· 2 weeks ago
c474420
MemoryCoordinator: Refactor for batched IPC requests
by Patrick Monette
· 2 weeks ago
bdde1d0
[task] Expose internal::GetCurrentTaskImportance() - apply missing comments.
by Etienne Pierre-doray
· 2 weeks ago
edc5a39
[task] Expose internal::GetCurrentTaskImportance()
by Etienne Pierre-doray
· 2 weeks ago
a280097
[Callback list] Fix wrong comment
by Caleb Raitto
· 2 weeks ago
4a3b60c
Stop adding camera options to generic file pickers on Desktop
by Ben Reich
· 2 weeks ago
9db5e59
Android: Fix Error Prone warnings about Charsets
by Andrew Grieve
· 2 weeks ago
ba7c63d
Replace BIND_EXTERNAL_SERVICE with BIND_EXTERNAL_SERVICE_LONG
by Alex Mitra
· 2 weeks ago
f68d296
Mark NullableObservableSupplier as @DoNotMock
by Andrew Grieve
· 2 weeks ago
880a2b2
[Build] Migrate Log usage.
by Ziwen Lin
· 2 weeks ago
4c7583a
[mojo] Support idiomatic return types in Mojo EnumTraits::FromMojom
by Jan Wilken Dörrie
· 2 weeks ago
efe49a1
Inline ObservableSupplier.addObserver() (part 2)
by Andrew Grieve
· 2 weeks ago
0ae3c9a
Android: Make Promise.java fail synchronously when no error handler exists
by Andrew Grieve
· 2 weeks ago
cfd1be3
[rustmojo] Split out remotes and receivers into their own file
by Devon Loehr
· 2 weeks ago
8840b3c
Android: Make SupplierUtils.waitForAll() not run callback synchronously
by Andrew Grieve
· 2 weeks ago
a7a452d
Reland "[Android] Improve ForgivingClickAction to mirror GeneralClickAction"
by Henrique Nakashima
· 2 weeks ago
7b2fd86
Android: Add Log.* overrides for logging exceptions with no messages
by Andrew Grieve
· 2 weeks ago
fbffb9a
PlatformThread: implement a lease system for thread types
by Markus Handell
· 2 weeks ago
aadc41e
[base] Enforce header traits via static_assert
by Mikel Astiz
· 3 weeks ago
32c72e1
Add features for using ABOVE_NORMAL_PRIORITY_CLASS on Windows
by Jiahe Zhang
· 3 weeks ago
a10fe89
Revert "[Android] Improve ForgivingClickAction to mirror GeneralClickAction"
by Evan Luo
· 3 weeks ago
4ec4d71
Fix MessagePumpCFRunLoopBase DCHECK with nested loops in idle work
by Keren Zhu
· 3 weeks ago
0b286e9
Introduce ObserverListReentrancyPolicy to specify untriaged renttrancy.
by Mitsuru Oshima
· 3 weeks ago
431afda
[event-timing] Remove old stale total duration metric
by Michal Mocny
· 3 weeks ago
6f96665
[Android] Allow ViewElement to match non-focusable Views
by Henrique Nakashima
· 3 weeks ago
bae44c4
Add trace events for CrxDownloader and Unpacker.
by Steven Holte
· 3 weeks ago
f52ff2c
Remove some unused includes of //base/types/strong_alias.h
by David Sanders
· 3 weeks ago
d7d77a8
[Android] Improve ForgivingClickAction to mirror GeneralClickAction
by Henrique Nakashima
· 3 weeks ago
507ed10
Fix UNSAFE_TODOs in //base/apple
by Yisi Yu
· 3 weeks ago
3fe1536
Remove unused ScopedTempDir class in //base/test
by Kay Lin
· 3 weeks ago
7c0c320
Add some trace events to Wayland pointer code for diagnostics.
by Steve Kobes
· 3 weeks ago
6ff6d30
[Android] Tighten ViewUtils.onViewWaiting variants
by Henrique Nakashima
· 3 weeks ago
ffbec9d
[Document PiP] Prevent launching pip window if PiP is not enabled
by Abdelrahman Eed
· 3 weeks ago
e66f542
Remove patch backward-compatibility-6000-Partial-Revert-Address-some-C-23-TODOs-in-base.patch
by Brett Brotherton
· 3 weeks ago
af113ec
Add some missing includes of //base/types/strong_alias.h
by David Sanders
· 3 weeks ago
6e61caa
Replace `std::set` with `base::fixed_flat_set`.
by Jeffrey Yu
· 3 weeks ago
769f0d0
Don't return $TMPDIR if empty
by jj
· 3 weeks ago
1ae7782
Enable memory suppression features for PerfCombined2025
by Alex Attar
· 3 weeks ago
17bfa67
Add TestFutureMode::kQueue for queuing multiple values
by Bryant Chandler
· 3 weeks ago
117ec10
Javaless renderers: make stack size match Java
by Sam Maier
· 3 weeks ago
725aebc
Use WILL_BLOCK in WaitableEvent::TimedWait()
by Andres Ricardo Perez
· 3 weeks ago
789ce75
Remove MiracleObject (PA/AC) from startup until first renderer
by Stephen Nusko
· 3 weeks ago
d4dd407
Switch PA's ReconfigureAfterFeatureListInit to use a struct for params
by Stephen Nusko
· 3 weeks ago
d38dea3
[PA/MO] Allow ScopedSchedulerLoopQuarantine* utility use in early init
by mikt
· 3 weeks ago
112a45a
Launch MiraclePtr on Renderer for IS_DESKTOP_ANDROID.
by Stephen Nusko
· 3 weeks ago
63b1c7c
PartitionAlloc: Improve compatibility with Skia.
by Arthur Sonzogni
· 3 weeks ago
2c20a0c
Allow for larger BuildIDs in order to support non-lld linkers
by Andrew Grieve
· 3 weeks ago
d3a9854
[rustmojo] Add basic tests for MessagePipeWatcher
by Devon Loehr
· 3 weeks ago
c9219f3
Enable initial features for PerfCombined2025
by Alex Attar
· 3 weeks ago
8827f0f
[task] Use ThreadType in thread pool sort key
by Etienne Pierre-doray
· 3 weeks ago
fa70f10
Skip SchedulerLoopQuarantineTaskControlledPurgeTest.* on iOS
by Sylvain Defresne
· 3 weeks ago
7e0e2d4
[task] Share common impl between ScopedBoostPriority and ScopedBoostablePriority
by Etienne Pierre-doray
· 3 weeks ago
88cc81e
[task] Extract ThreadType to a new file
by Etienne Pierre-doray
· 3 weeks ago
059bc20
Fix some PA_UNSAFE_TODOs in //base/allocator/partition_allocator
by Yisi Yu
· 3 weeks ago
95c749d
[rustmojo] Add bindings for Base::RunLoop
by Devon Loehr
· 3 weeks ago
9978fae
base: remove remaining RandInt() uses
by Elly
· 3 weeks ago
Next »