Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
b28411bf3eab22cc49323988fd5c65c0e9952a82
b28411b
[Cleanup] Rename UMA_HISTOGRAM_SPARSE_SLOWLY to base::UmaHistogramSparse().
by Ilya Sherman
· 7 years ago
d7b0eb5
Map ERROR_ALREADY_EXISTS to File::Error::ERROR_ALREADY_EXISTS.
by Chris Mumford
· 7 years ago
f12a152
MemoryInfra: temporary fix for stack overflow when creating memory dump
by Siddhartha
· 7 years ago
8a6cca3
Enable NetworkServiceBrowserTest on Android.
by Xing Liu
· 7 years ago
c697751
Implement conditional constexpr copy-/move- constructors.
by Hidehiko Abe
· 7 years ago
ea9f87d
Revert "Add MemoryDumpProvider for DnsConfigServicePosix::HostsReader"
by Miriam Gershenson
· 7 years ago
0dd05ce
Removed StatisticsRecorder::Initialize and StatisticsRecorder::IsActive.
by François Degros
· 7 years ago
e983593
StatisticsRecorder doesn't need to be explicitly initialized.
by François Degros
· 7 years ago
7ad5002
Revert "Proper MessageLoop::IsIdleForTesting() that corresponds to the actual idleness criteria for MessageLoop."
by Wez
· 7 years ago
e9af906
Pass StringPiece by value in //base/json
by Reilly Grant
· 7 years ago
a765a36
Fall back to a non-busy wait in NeedsLazyInstance
by Bruce Dawson
· 7 years ago
42b6e15
Pass StringPiece(16)? by value in //base/strings
by Reilly Grant
· 7 years ago
ce9b5eb
[Mac] Use LATENCY_QOS_TIER_3 instead of 5 for implementing timer slack.
by Robert Sesek
· 7 years ago
fbe2eb1
tracing: Avoid scheduler/tracing deadlock.
by Alexander Timin
· 7 years ago
6d7f1b4
Return references from base::circular_deque::emplace_*
by jdoerrie
· 7 years ago
bbe88cc
Simplified and optimized StatisticsRecorder.
by François Degros
· 7 years ago
9471786
Alias 4KB at the beginning of JSONParser::ConsumeDictionary() to help diagnose issue 791487.
by Gabriel Charette
· 7 years ago
8c21290
Minimize chance of lock contention on MojoUnmapBuffer
by Darin Fisher
· 7 years ago
cb68b61
Add base::RunLoop::NestingObserver::OnExitNestedRunLoop().
by Francois Doray
· 7 years ago
aecf216
Use base::Optional in base::JSONParser
by jdoerrie
· 7 years ago
f9cc19c
Reland "Update Android NDK to r16"
by bsheedy
· 7 years ago
9948fde
Add GN arg to enable mutex priority inheritance
by Ken MacKay
· 7 years ago
052dd80
Reduce includes of windows.h
by Bruce Dawson
· 7 years ago
1ae1ce1
Throw exceptions instead of asserts in ApplicationStatus error cases.
by Ted Choc
· 7 years ago
d331d65
Skip mojo serialization for MessagePort messages that stay in process.
by Marijn Kruisselbrink
· 7 years ago
918e133
Change base::HexStringToBytes to take a StringPiece
by Reilly Grant
· 7 years ago
5bda156
Tweak STE::HasIncompleteUndelayedTasksForTesting() to provide side-effects visibility guarantees.
by Gabriel Charette
· 7 years ago
a2067b2
base::Optional: do not use T::new() but ::new.
by Mounir Lamouri
· 7 years ago
485f367
Add extension content verification in Network Service.
by Chris Mumford
· 7 years ago
ca1cbfd
Proper MessageLoop::IsIdleForTesting() that corresponds to the actual idleness criteria for MessageLoop.
by Gabriel Charette
· 7 years ago
85663f9
Revert "Simplified and optimized StatisticsRecorder."
by Wez
· 7 years ago
ef8869f
[Android WebView] Chromium side implementation of WebView Tracing API.
by Tim Volodine
· 7 years ago
d083f4a
Remove CmdLine handling from BaseChromiumApplication
by Mohamed Heikal
· 7 years ago
f592235
[base] Support base::Optional from std::initializer_list
by jdoerrie
· 7 years ago
db27a48
Simplify UnguessableToken::ToString, don't wrap it in ().
by Pavel Feldman
· 7 years ago
b417388
Mojo C++ bindings: change the variable name "buffer" in BufferWriter.
by Yuzhu Shen
· 7 years ago
12ee1b3
Simplified and optimized StatisticsRecorder.
by François Degros
· 7 years ago
f1d97e9
Move quota_types.mojom to third_party/WebKit/common
by Sasha Bermeister
· 7 years ago
eb773a6
Remove the old base/debug/crash_logging.h API.
by Robert Sesek
· 7 years ago
1d61315
Fix lint errors in LibraryLoader.loadAlreadyLocked()
by kapishnikov
· 7 years ago
8e718b8
policy: Replace base::MakeUnique with std::make_unique
by Jinho Bang
· 7 years ago
c011dec
Retry fsync() when writing test summary file.
by Sergey Ulanov
· 7 years ago
e8ca25c
Add best practice documentation for handling process crashes when using mojo pipes.
by John Abd-El-Malek
· 7 years ago
c11020c
Chrome Cleaner UI: navigate to the cleanup page on accepted prompt.
by Veranika Liaukevich
· 7 years ago
d6d37cf
Fix aapt2 file ignore regression
by Mohamed Heikal
· 7 years ago
38e9441
Support defining a different data dir for WebView.
by Torne (Richard Coles)
· 7 years ago
79e04b0
Stop importing legacy WebView cookies and clean up PathUtils.
by Torne (Richard Coles)
· 7 years ago
02dec60
ACCESS_VIOLATION exception
by Roman Karasev
· 7 years ago
a213917
Use the LegacyLinker instead of the ModernLinker on M
by Egor Pasko
· 7 years ago
7a16bf0
Remove obsolete task scheduler flags & switches.
by Sylvain Defresne
· 7 years ago
864cf1d
Add a new grit output format that knows whether resources are gzipped
by Dan Beam
· 7 years ago
5c2b017
Support GetOpenFDCount in Android
by Siddhartha
· 7 years ago
2cdd2dc
WrapCallbackWithDefaultInvokeIfNotRun and WrapCallbackWithDropHandler
by Nicholas Verne
· 7 years ago
2e0d94c
TestLauncher: fsync() summary JSON file
by Sergey Ulanov
· 7 years ago
e1d8f6c
android: Record FirstContentfulPaint startup histogram
by Alexandr Ilin
· 7 years ago
0436426
Update comparator operator definition of base::Optional.
by Hidehiko Abe
· 7 years ago
7274596
Made scoped_refptr copy constructors delegating constructors.
by François Degros
· 7 years ago
0ddcb00
Extract Base class from Optional.
by Hidehiko Abe
· 7 years ago
1af982e
Reland#2 Use Aapt2 for final apk resource packaging
by Mohamed Heikal
· 7 years ago
496286e
Remove some defunct IPC msg constants.
by Tom Sepez
· 7 years ago
158b57d
Revert "Update Android NDK to r16"
by Brian Sheedy
· 7 years ago
0282d92
Update Android NDK to r16
by bsheedy
· 7 years ago
1d33bbe
Disable TestCreationTime on Android
by Siddhartha
· 7 years ago
0ec0c2f
Explain that UnguessableTokens are Capabilities
by Tom Sepez
· 7 years ago
cfb395a
Mojo JS bindings: update some TODOs.
by Yuzhu Shen
· 7 years ago
2a5c890
Simplified and optimized StatisticsRecorder.
by François Degros
· 7 years ago
60a2c1e
Set $UBSAN_OPTIONS in the LibraryLoader.
by Peter Collingbourne
· 7 years ago
5764a8d
Change how response callback DCHECKs are invoked
by Ken Rockot
· 7 years ago
0a0123f
Fix data size calculation in mojo event messages
by Ken Rockot
· 7 years ago
b49dd60
Add gfx StructTraits for ScrollOffset.
by Dave Tapuska
· 7 years ago
71ecda2
Switch LaunchWithHandleTransfer test to use action_timeout().
by Wez
· 7 years ago
6ce6b3c
Pass/store Task by value in TaskScheduler.
by Robert Liao
· 7 years ago
8d3af5c
file_util: add CopyDirectoryExcl
by Eric Caruso
· 7 years ago
3d9d455
Ensure all features are applied correctly.
by Maria Khomenko
· 7 years ago
b099e5e
Repackaged VS 2017 with updated Debuggers
by Bruce Dawson
· 7 years ago
421bf23
Make gypi_to_gn skip target_defaults sections.
by Frank Henigman
· 7 years ago
2ae139c
[tracing] Dump context counts in v8 memory dump provider.
by Ulan Degenbaev
· 7 years ago
0374592
Revert "[cfi-icall] Refactor GL g_driver_* to be CFI-safe"
by Eric Karl
· 7 years ago
ace0ec9
[cfi-icall] Refactor GL g_driver_* to be CFI-safe
by Vlad Tsyrklevich
· 7 years ago
baa1b0f
Add docs to a DCHECK in mojo bindings
by James Cook
· 7 years ago
0e4202c
Modernize RefCountedMemoryUnitTest.
by Lei Zhang
· 7 years ago
b7fd48e
Revert "Reland Use Aapt2 for final apk resource packaging"
by agrieve
· 7 years ago
4e31594
Roll ICU to 94d819f
by Jungshik Shin
· 7 years ago
ef4836c
WARN_UNUSED_RESULT on ThreadTaskRunnerHandle::OverrideForTesting()
by Gabriel Charette
· 7 years ago
a6ac4de
Read Cinnamon settings for window button layout
by Tim Brown
· 7 years ago
3d31ce0
Increase usability of RefCountedBytes as a mutable buffer
by Reilly Grant
· 7 years ago
be171f6
[CFI] Require LLD for ProtectedMemory on Linux
by Vlad Tsyrklevich
· 7 years ago
17d9371
Replace RunLoop's Delegate::Client by a ShouldQuitWhenIdleCallback.
by Gabriel Charette
· 7 years ago
87a91dd
Unified scoped_refptr's assignment operators.
by François Degros
· 7 years ago
06de25c
Add switch to always use temp dir in shared memory instances on Linux builds
by David Vallet
· 7 years ago
7362777
Moving the PdfToPwgConverter service to a new chrome printing service.
by Jay Civelli
· 7 years ago
aeb2688
[Android] Add StrictModeContext.allowSlowCalls()
by Boris Sazonov
· 7 years ago
653cd66
Run clang-tidy modernize-use-equals-{delete,default} on //base headers
by Chris Watkins
· 7 years ago
2fa865f
Remove origins from the BackgroundFetchService interface messages.
by Sam McNally
· 7 years ago
9143e4e
Improve mojo method tracing.
by Dmitry Skiba
· 7 years ago
beb315a
Remove default argument from mojo::SharedBufferHandle::Clone().
by Robert Sesek
· 7 years ago
ec04e95
test: Truncate excessive logs in the middle
by Xiaohan Wang
· 7 years ago
ccb2436
DeleteDirRecursiveWithOpenFile: Don't use immutable file on memory fs
by Bailey Forrest
· 7 years ago
02b9acd
Convert an anonymous AsyncTask to a static nested class
by Egor Pasko
· 7 years ago
9f7f56b
Reland "Use Aapt2 for final apk resource packaging"
by Mohamed Heikal
· 7 years ago
Next »