Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
a6a6a681396c559ea6b34484cd52e8b4ae3457d4
« Previous
474da03
Add comparison operator to mojo::Handle.
by amistry
· 9 years ago
11e05e6
Create direct write font proxy classes and unit tests.
by kulshin
· 9 years ago
3d580cf
Compatibility shim to allow std::unique_ptr use with base::Callback.
by dcheng
· 9 years ago
f64f60e
Don't use a delgating constructor passing a member variable.
by bcwhite
· 9 years ago
e6414d2
Fix race condition in new Mojo EDK exposed by Mac ASAN bots.
by jam
· 9 years ago
46033b5
base: Make saturated_cast behavior for NaNs configurable.
by vmpstr
· 9 years ago
4f10c19
Add WrapUnique helper to wrap a raw pointer in a std::unique_ptr.
by dcheng
· 9 years ago
744b85a
Fix race condition in new Mojo EDK.
by jam
· 9 years ago
3294f29
Fix strict mode violation in SelectFileDialog.java
by qinmin
· 9 years ago
f9dfc1b
Mojo C++ bindings: use base::ThreadChecker instead of mojo::internal::ThreadChecker.
by yzshen
· 9 years ago
2f4c0ff
[Tracing] Fix --trace-to-console
by zhenw
· 9 years ago
c583cbf
Add URLLoaderStatus bytes_read and content_length for progress.
by msw
· 9 years ago
1acd3fa
Adds a simple task viewer to mash.
by ben
· 9 years ago
cc1f4c7
[base] Accidentally omitted file_locking_unittest.cc changes.
by shess
· 9 years ago
e20f49e
[Android] Move forwarder.py into devil/.
by jbudorick
· 9 years ago
1144007
Remove third_party/mojo_services.
by jam
· 9 years ago
33f2880
Fix PathProvider to not modify result when DIR_TEST_DATA does not exist
by maniscalco
· 9 years ago
1da90a2
Make mojo::edk::PlatformHandle have the same named member on all platforms.
by jam
· 9 years ago
40f6f88
Hook up RendererMediaSessionManager with browser side
by davve
· 9 years ago
587f17f
Fix nocompile base_unittests
by tzik
· 9 years ago
1faa86e
Revert "Added a call to ActivityManager.isLowRamDevice() from SysUtils.detectLowEndDevice()."
by aelias
· 9 years ago
6bf2be7
Implementation of WaitSet for new EDK.
by amistry
· 9 years ago
5a983bb
Remove the NoAtExitBaseTestSuite anti-pattern.
by jam
· 9 years ago
09b1228
Mojo C++ bindings: Support Wait and Pause on InterfacePtr<T> and Binding<T> even if T has methods to pass associated interfaces, as long as there is currently no associated interfaces running on the pipe.
by yzshen
· 9 years ago
c68d932
Fix new Mojo EDK multiplexing code on Android.
by jam
· 9 years ago
7bcee67
Fix a memory leak in the encoding detector wrapper
by jshin
· 9 years ago
6bcc02f
Fix ws
by John Abd-El-Malek
· 9 years ago
23e6c9b
[base] POSIX File::Unlock() didn't actually unlock file.
by shess
· 9 years ago
1386338
Revert "Create direct write font proxy classes and unit tests."
by mek
· 9 years ago
526f2d1
Create direct write font proxy classes and unit tests.
by kulshin
· 9 years ago
50dd4a1
[Tracing] Enable heap dumps with both type info and backtraces
by ruuda
· 9 years ago
3f83f16
Remove kint32max.
by avi
· 9 years ago
fa35f38
Fix mojo_runner hang on Windows with component build.
by jam
· 9 years ago
ca01de9
Reorganize histograms for persistence.
by bcwhite
· 9 years ago
abbc93c
Prepare chrome to use the new Mojo EDK by default.
by John Abd-El-Malek
· 9 years ago
d540baf
get provision_devices to not fall over on user builds
by bpastene
· 9 years ago
7ac40ec
WaitSet implementation for old EDK.
by amistry
· 9 years ago
5283dbf
Fixing remaining VC++ 2015 64-bit build breaks
by brucedawson
· 9 years ago
02ea2c2
[Android] Add support for timeouts scaling for OnDevice instrumentation.
by mikecase
· 9 years ago
1ebbfb9
clang/win: Let some chromium_code targets build with -Wextra.
by thakis
· 9 years ago
c51f760
Jitter Measurement
by jaydasika
· 9 years ago
a5c246d
Replace ScopedVector<ScopedFD> with std::vector<ScopedFD>
by mdempsky
· 9 years ago
4827293
Added VerifySyncTokensCHROMIUM() function to sync_point_CHROMIUM.
by dyen
· 9 years ago
cb44272
Remove kuint64max.
by avi
· 9 years ago
4f03db8
Mojo JS bindings: fix the unittests.
by yzshen
· 9 years ago
2534e30
Fix build_utils.AddToZipHermetic() default compression logic
by agrieve
· 9 years ago
e4ab875
mustash: gpu: Remove CommandBufferSyncClient & CommandBufferSyncPointClient.
by penghuang
· 9 years ago
6a3ed4c
Fix comments in SampleForTests.
by mvanouwerkerk
· 9 years ago
078c3c3
Port android_must_copy_system_libraries logic GYP->GN
by agrieve
· 9 years ago
d17ce2a
base: Introduce Process::GetPidInNamespace().
by nya
· 9 years ago
3c142b0
Reenables mash_wm_apptests
by sky
· 9 years ago
a668d64
Fix mojo_system_unittests2 component build after r363386
by jam
· 9 years ago
bf7de60
Reland "Added an extra sync token field for extra command buffer..."
by dyen
· 9 years ago
aa550f5
API definition for WaitSet.
by amistry
· 9 years ago
1f6e200
Fix mojo:example_main.
by jam
· 9 years ago
967afa1
Show the callstack that a nontransferable message pipe was first used if it's erroneously sent later.
by jam
· 9 years ago
9f0a7eb
Update the depot_tools version of VS 2015 to Update 1
by brucedawson
· 9 years ago
2b2fe56
Hide StrictMode flashes for TabContentManager.
by wnwen
· 9 years ago
95a2f37
Remove kint64max.
by avi
· 9 years ago
b1240f3
Revert "Create direct write font proxy classes and unit tests."
by Lambros Lambrou
· 9 years ago
dcad056
Revert of mustash: gpu: Remove CommandBufferSyncClient & CommandBufferSyncPointClient. (patchset #5 id:80001 of https://codereview.chromium.org/1497783004/ )
by fsamuel
· 9 years ago
f9cc80a
Fix flaky AssociatedInterfaceTest.MultiThreadAccess.
by yzshen
· 9 years ago
7086216
Create direct write font proxy classes and unit tests.
by kulshin
· 9 years ago
d53d170
Revert of Disable web_view_apptests apptests while I investigate flakiness. (patchset #1 id:1 of https://codereview.chromium.org/1505713004/ )
by mkwst
· 9 years ago
477a7cd
C++11 atomics
by jfb
· 9 years ago
ca3ccc4
Disable web_view_apptests apptests while I investigate flakiness.
by John Abd-El-Malek
· 9 years ago
d697456
Stack sampling profiler: fix leaf function unwinding and remove blacklisting
by wittman
· 9 years ago
9a34049
Rename MOVE_ONLY_TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03
by danakj
· 9 years ago
7f456f3
Only refer to base_debugging_flags in the target toolchain.
by brettw
· 9 years ago
a2e37bb
Disable MultiThreadAccess on Android
by dtrainor
· 9 years ago
175f480
Update the depot_tools version of VS 2015 to Update 1
by brucedawson
· 9 years ago
a7589e7
base: Stop using Pass() on move-only types in Bind and Callback.
by danakj
· 9 years ago
d0c3f0f
build CrOS chrome with gn
by rjkroege
· 9 years ago
9aff2a3
ipc: Add debugging to verify the source of ResourceDispatcher crashes.
by erikchen
· 9 years ago
ffb7d9e
Revert of Reenables mash_wm_apptests (patchset #1 id:1 of https://codereview.chromium.org/1510563002/ )
by sky
· 9 years ago
190afae
Don't evaluate args to LOG(INFO) and LOG(WARNING) in release builds.
by skobes
· 9 years ago
ff815e5
Reenables mash_wm_apptests
by sky
· 9 years ago
a55bf54
mojo: Remove .get() from interface_ptr testing.
by erg
· 9 years ago
62ad702
Test Launcher: document --test-launcher-filter-file.
by nick
· 9 years ago
bdb0770
[Tracing] Make StackFrameDeduplicator take a range
by ruuda
· 9 years ago
d38bbd6
Cleanup: Use ContainsValue() instead of std::find() in base/
by thestig
· 9 years ago
9f201a0
Include pid in message with --wait-for-debugger in mojo
by sky
· 9 years ago
e6ac460
[Android] Check for null app metadata during multidex installation.
by jbudorick
· 9 years ago
db4764b
Remove allocator_extension_thunks since this layer is not required
by primiano
· 9 years ago
11c5adf
Set V8 extras mode in gin::V8Initializer.
by yhirano
· 9 years ago
a366c56
mustash: gpu: Remove CommandBufferSyncClient & CommandBufferSyncPointClient.
by penghuang
· 9 years ago
8ff3521
Add multiplexing of message pipes in the new EDK.
by John Abd-El-Malek
· 9 years ago
b6894c1
base: get rid of deprecated TrimWhitespace() function
by tfarina
· 9 years ago
eb0f090
Merge allocator and tcmalloc unittests and move to base_unittests
by ssid
· 9 years ago
0ad2b98
Move ENABLE_PROFILING to build flags system.
by brettw
· 9 years ago
27b4007
Remove kuint32max.
by avi
· 9 years ago
c9b9243
Disable mojo:mus_apptests on Android for failures.
by msw
· 9 years ago
9d42e7b
ipc: Update Windows attachment brokering ownership semantics.
by erikchen
· 9 years ago
0b6dd20
Revert of Added an extra sync token field for extra command buffer identification. (patchset #8 id:140001 of https://codereview.chromium.org/1489573003/ )
by ajuma
· 9 years ago
d444752
Mojo Java bindings: fix compilation failure related to (not-supported) associated interfaces.
by yzshen
· 9 years ago
1a33614
Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.
by danakj
· 9 years ago
139d935
Make MOJO_MOVE_ONLY_TYPE delete the correct copy constructor/assignment
by danakj
· 9 years ago
0afd4da
Reland of win: Update to Win 10 SDK (patchset #1 id:1 of https://codereview.chromium.org/1410153007/ )
by scottmg
· 9 years ago
fc0db6b
Added an extra sync token field for extra command buffer identification.
by dyen
· 9 years ago
c4d2cb1
GN: asset_location -> android_assets() for mandoline_apk
by agrieve
· 9 years ago
Next »