Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
be9beea4becbf0e94c91152f406b7958fa05a3a3
be9beea
New Sequence/Thread checking API.
by gab
· 8 years ago
1ac7e5e
Add crash keys about field trial shared memory errors.
by asvitkine
· 8 years ago
cfc0196
InstalledAppProviderImpl: Assert that code is run off the UI thread.
by mgiuca
· 8 years ago
7f276aa
Pass the GUID for the SharedMemoryHandle used by base::FieldTrialList.
by erikchen
· 8 years ago
75f3143
Change SharedMemory to initialize member vars in header.
by asvitkine
· 8 years ago
d073121
Heap Profiler: Avoid splitting PartitionAlloc / BlinkGC type names by comma
by tasak
· 8 years ago
de535ea
base: employ ReadSymbolicLink() in PathProviderAndroid()
by tfarina
· 8 years ago
1ece390
Do not flush main thread tasks in ~ScopedTaskEnvironment.
by fdoray
· 8 years ago
7c2fc54
Adding malloc allocator metric for objects allocated through shim
by etienneb
· 8 years ago
25dad6d
base: get rid of RealPath() function
by tfarina
· 8 years ago
e4b2b6b
Fix potential buffer over-read errors for un-terminated JSON strings and comments.
by rsesek
· 8 years ago
c794ce5
Remove methods associated with the builder pattern from TaskTraits.
by fdoray
· 8 years ago
aad5307
memory-infra: Rename Enable/Disable in MemoryDumpManager.
by hjd
· 8 years ago
990f9e8
Add base::test::ScopedTaskEnvironment::RunUntilIdle().
by fdoray
· 8 years ago
6c533d0
Revert "Support generation of component targets for Mojom C++ bindings"
by Jochen Eisinger
· 8 years ago
4256516
[Synchronization] Fix a crash in WaitableEventWatcher.
by atuchin
· 8 years ago
6f85fea
Support generation of component targets for Mojom C++ bindings
by Ken Rockot
· 8 years ago
82905b5
Add base::TaskTraits::Override().
by fdoray
· 8 years ago
88d8906
memory-infra: Remove is_enabled_ from MDM
by hjd
· 8 years ago
307dff8
Revert of Add tests to make sure closed CCT activities are not leaked. (patchset #7 id:120001 of https://codereview.chromium.org/2847263003/ )
by olka
· 8 years ago
2b3f669
Use MakeUnique() in base/values.cc.
by thestig
· 8 years ago
c5b02aa
Use a flat map constructor for base::DictionaryValue when deserialising.
by Sam McNally
· 8 years ago
b701340
Use constexpr TaskTraits constructor in base (part 2).
by fdoray
· 8 years ago
bc44d70
Add concurrency check to HistogramSnapshotManager.
by bcwhite
· 8 years ago
a22cfdb
Introduce TaskRunner::RunsTasksInCurrentSequence() to replace
by peary2
· 8 years ago
c998e50
[Android] Tweak ChromeTabUtils.waitForTabPageLoaded loading state logic.
by jbudorick
· 8 years ago
e3ca250
Mark Scoped(Async)TaskScheduler as deprecated.
by fdoray
· 8 years ago
ffd35ae
Add TRACE_EVENT_INSTANT_WITH_TIMESTAMP1.
by lpy
· 8 years ago
d9b0912
Handle error in connector.
by wangjimmy
· 8 years ago
c4b1e5c
Add tests to make sure closed CCT activities are not leaked.
by dskiba
· 8 years ago
0fdbfa9
Mojo code generator: simplify how imported types and values are handled.
by yzshen
· 8 years ago
9b6446c
Remove SchedulerWorkerPoolImpl::ReEnqueueSequenceCallback.
by fdoray
· 8 years ago
cacdd59
Use ScopedTaskEnvironment instead of MessageLoop in tests that use v8.
by fdoray
· 8 years ago
2d59c72
Restore tests for single-sample storage in histograms.
by bcwhite
· 8 years ago
483246e
Fill in PlatformPrivateFootprint on Linux 1/2
by hjd
· 8 years ago
12a335c
Revert of Changing default Windows compiler to VS 2017 (patchset #1 id:1 of https://codereview.chromium.org/2863313002/ )
by thakis
· 8 years ago
2f499bb
Add a GUID to base::SharedMemoryHandle.
by erikchen
· 8 years ago
1e72652
Reland of Changing default Windows compiler to VS 2017 (patchset #1 id:1 of https://codereview.chromium.org/2851143002/ )
by thakis
· 8 years ago
9e917e8
Fix RunLoopTest.DisallowWaitingDeathTest for official builds.
by gab
· 8 years ago
4e53f88
memory-infra heap profiler: change CHECK to LOG(FATAL)
by primiano
· 8 years ago
618941a
memory-infra: Move dump level check to observer and rename session state
by hjd
· 8 years ago
0cbc7c7
Replace "nested message loop" with "nested run loop" in comments.
by gab
· 8 years ago
9ad0600
Allow PolicyLoadStatusSample to override reporting method
by ljusten
· 8 years ago
64fa1aa
Disable 4 failing StackSamplingProfilerTest tests on macOS ASAN.
by johnme
· 8 years ago
029f59e
Make nesting/running states a RunLoop rather than a MessageLoop concept.
by gab
· 8 years ago
dfcb3cb
Replace gmock's deprecated SetArgumentPointee with SetArgPointee.
by thestig
· 8 years ago
4bc4713
Roll googletest to 1.7.0+.
by pwnall
· 8 years ago
e58ca21
Mojo code generator: makes the filters member methods of generator if necessary.
by yzshen
· 8 years ago
0f328f0
Add support for single sample metrics.
by dalecurtis
· 8 years ago
fd98b5c
Improve usage documentation of scoped task environments.
by gab
· 8 years ago
35bf21c
Moving mojo/validation test into LayoutTests
by alokp
· 8 years ago
6a7c772
Implement SysInfo::HardwareModelName() on iOS.
by asvitkine
· 8 years ago
61b64c2
Reland RedirectNonUINonIOBrowserThreads to TaskScheduler by default on trunk
by robliao
· 8 years ago
76f0daa
Exempt the Service Thread from BLOCK_SHUTDOWN DCHECKs
by robliao
· 8 years ago
f19a1ef
Mojo C++ bindings: add a MakeRequest overload that binds InterfacePtrInfo.
by yzshen
· 8 years ago
41b9a2a
Implement the NativeStackSampler for the Mac.
by avi
· 8 years ago
941e220
base: add a unit test for SetCloseOnExec() function
by tfarina
· 8 years ago
074f7d5
doc: Fix typo in MakeStrongBinding() section
by scottmg
· 8 years ago
1cdf6d2
Clean up base/process/process_metrics_linux.cc.
by thestig
· 8 years ago
c8a463c
Run NonThreadSafeDeathTests in the threadsafe gtest mode.
by rsesek
· 8 years ago
17868cb
Clean up Mojo embedder APIs
by Ken Rockot
· 8 years ago
d3a9e2c
Use another file and field for wakeups count
by sabbakumov
· 8 years ago
77694fc
Catch more exception when accessing content URI
by qinmin
· 8 years ago
ac6da24
[Android] Update check for whether current OS platform is O
by Tommy Nyquist
· 8 years ago
9f6430b
Use SharedMemoryHandle instead ScopedHandle as ivar for SharedMemory
by erikchen
· 8 years ago
37ff73c
Use constexpr TaskTraits constructor in base.
by fdoray
· 8 years ago
72d5b8f
Tracked objects: Bump cumulative byte count storage to 64 bits to avoid saturation.
by siggi
· 8 years ago
b111a21
Fix overflow when logging MaxInt32 to a sparse histogram.
by asvitkine
· 8 years ago
44a21b4
Remove the deprecated raw-pointer call from SupportsUserData
by avi
· 8 years ago
e535fdb
Removing (dest != prev) check from LastUnique algorithm.
by dyaroshev
· 8 years ago
6cdf6e9
Get rid of all pid references from base::SharedMemoryHandle.
by erikchen
· 8 years ago
b808ffd
Synchronize memory in TaskTracker::Flush().
by fdoray
· 8 years ago
fccfa6d
memory-infra: Plumb platform_private_footprint to MemoryDumpManager
by hjd
· 8 years ago
5a26666
Revert of Roll googletest to 1.8.0. (patchset #3 id:40001 of https://codereview.chromium.org/2852613002/ )
by msramek
· 8 years ago
58d5604
Remove base::SharedMemory::ShareToProcess.
by erikchen
· 8 years ago
156702b
Roll googletest to 1.8.0.
by pwnall
· 8 years ago
f10684c
Eliminate InterfaceFactory.
by ben
· 8 years ago
7db1a73
Get rid of SharedMemory::GiveToProcess.
by erikchen
· 8 years ago
68e4390
AndroidOverlay implementation using Dialog.
by liberato
· 8 years ago
a03572b
Mojo: Allow data pipe creation to fail gracefully
by Ken Rockot
· 8 years ago
4e92571
Replace base::SharedMemory read-only methods with GetReadOnlyHandle.
by erikchen
· 8 years ago
e0177c4
[Android] Keep extracted secondary dex files when clearing data in tests. (RELAND)
by jbudorick
· 8 years ago
ffc534f
Fix fuzzer crash for preg_parser
by ljusten
· 8 years ago
df28328
Crash if attempting to init the browser process not on UI thread.
by tedchoc
· 8 years ago
5babd95
Add OnceCallback support to PostTaskAndReplyWithResult
by tzik
· 8 years ago
3f421e3
Optionally pass BindSourceInfo as a parameter to BinderRegistry callbacks.
by ben
· 8 years ago
71b821d
[rendertext,i18n] Added flag to force RTL rendering
by krb
· 8 years ago
719afcb
tracing: Simplify TraceEventMemoryOverhead, use an enum insted of a map
by primiano
· 8 years ago
b318048
memory-infra: Add unittest for MemoryDumpManager summary calculations
by hjd
· 8 years ago
0c091c0
Remove unused variable from vs_toolchain.py
by tikuta
· 8 years ago
8d98abd
Fix missing headers in WebKit/public:mojo_bindings
by wychen
· 8 years ago
c705c67
Replace ServiceInfo with BindSourceInfo.
by ben
· 8 years ago
8b45148
Update to newer Android Lint and suppress new Lint errors
by zpeng
· 8 years ago
72c1d7e
Pref service: Add a ScopedDictionaryPrefUpdate to track value changes.
by Sam McNally
· 8 years ago
2386017
Revert of Reland RedirectNonUINonIOBrowserThreads to TaskScheduler by default on trunk (patchset #1 id:1 of https://codereview.chromium.org/2856583002/ )
by robliao
· 8 years ago
d01f157
[tracing] Allow enabling heap profiling from chrome://flags
by dskiba
· 8 years ago
ef309b5
Revert of [Android] Keep extracted secondary dex files when clearing data in tests. (patchset #2 id:20001 of https://codereview.chromium.org/2854503002/ )
by jbudorick
· 8 years ago
8f11441
Revert of Restore tests for single-sample storage in histograms. (patchset #1 id:1 of https://codereview.chromium.org/2850233002/ )
by sky
· 8 years ago
b7fb95e
Add constexpr TaskTraits constructor.
by fdoray
· 8 years ago
8b52091
Improve error message when debuggers not installed
by brucedawson
· 8 years ago
Next »