Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
ccd3dd3b84c41ec181264c81c35aac20b5e648f7
ccd3dd3
Disable SecurityTest.NewOverflow as it fails on 10.8
by John Abd-El-Malek
· 10 years ago
8dba168
Enable setting configuration arguments for Mojo applications with mojo_shell.
by hansmuller
· 10 years ago
c54b1a6
Add TCP socket mojo interfaces
by brettw
· 10 years ago
80f4e37
Pass through geofencing API calls to the browser process.
by mek
· 10 years ago
e5b1335
Mojo cpp bindings: support Clone() for structs and arrays which don't contain handles.
by yzshen
· 10 years ago
cba1be9
Improve MessageLoop's comments.
by maniscalco
· 10 years ago
a153168
gpu: Remove Echo and SwapCompletion GL interfaces
by sievers
· 10 years ago
6ce9d8e
Enable content layer to initCommandLine on Android
by johnme
· 10 years ago
09c0ba4
Use a more suitable storage for the timezone table.
by bratell
· 10 years ago
a25f15d
Revert of Revert of Use the new java_cpp_enum rule in content. (patchset #1 id:1 of https://codereview.chromium.org/625543002/)
by skyostil
· 10 years ago
3519c1d
Revert of Use the new java_cpp_enum rule in content. (patchset #8 id:140001 of https://codereview.chromium.org/615893003/)
by perezju
· 10 years ago
5922123
Use the new java_cpp_enum rule in content.
by mkosiba
· 10 years ago
7ed1f88
Add Read/WriteSizeT() functions to the pickle layer, plus one consumer.
by pkasting
· 10 years ago
d57e3cc
Fix another silly mistake for debug c runtime dlls.
by John Abd-El-Malek
· 10 years ago
aa16510
Fix silly mistake from r297715. The dlls should have been listed in the debug section.
by John Abd-El-Malek
· 10 years ago
dcbc7ba
Add proto_java_library to gn
by cjhopman
· 10 years ago
9043c4e
Fix more disabled MSVC warnings, base/ edition.
by pkasting
· 10 years ago
13b8dd5
Adds View::visible() and IsDrawn
by sky
· 10 years ago
77253b2
Fix NaCl tests failing on debug swarming bots.
by John Abd-El-Malek
· 10 years ago
adc12a3
Mojo: Convert the remaining OVERRIDEs to override in mojo/.
by viettrungluu
· 10 years ago
197e43f
Mojo: Move ChannelEndpoint's message_pipe_ and port_ under lock.
by viettrungluu
· 10 years ago
6125fc4
Remove dbus-related code from Mojo
by cmasone
· 10 years ago
7d034d8
Use ScrollOffset instead of vector2d to track scroll offset in cc
by miletus
· 10 years ago
b1403ef
Remove unused files
by davemoore
· 10 years ago
1716f18
Standalone Mojo Javascript application
by hansmuller
· 10 years ago
bf53af2
Mojo: Don't do any work in ProxyMessagePipeEndpoint's destructor.
by viettrungluu
· 10 years ago
abaad9f
Disables ViewManagerTests
by sky
· 10 years ago
6f59662
Rename all isolate_dependency_* to files.
by maruel
· 10 years ago
f500d2f
mojo: Allow positional argument for struct constructors.
by qsr
· 10 years ago
90d7449
base::CommandLine: Added optional quoting of placeholder arguments.
by mgiuca
· 10 years ago
9959b0d
base::CommandLine: Replace use of wstring with string16.
by mgiuca
· 10 years ago
887bab5
Fixes two bugs in causing demo_launcher to crash
by sky
· 10 years ago
26c7c2f
Mojo: Split up Channel::RemoveMessagePipeEndpoint().
by viettrungluu
· 10 years ago
cca62d4
gn: Fix more build issues on Win
by ckocagil
· 10 years ago
7c6be4c
Mojo: Remove MessagePipe::OnRemove(); instead just use MessagePipe::Close().
by Viet-Trung Luu
· 10 years ago
3b8f491
Makes NativeViewport send OnBoundsChanged() after widget available
by sky
· 10 years ago
d6492cc
Convert the remaining MOJO_OVERRIDE -> override, and get rid of MOJO_OVERRIDE.
by viettrungluu
· 10 years ago
6e54837
[Telemetry] Support dumpsys power monitoring on the Nexus 5.
by tonyg
· 10 years ago
a63b598
Use the new java_cpp_enum rule in net.
by mkosiba
· 10 years ago
2c800f4
mojo: Add promises for python bindings.
by qsr
· 10 years ago
09f9d92
Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/.
by viettrungluu
· 10 years ago
01f652a
Mojo: NULL -> nullptr in mojo/public/cpp/bindings and also for the bindings generator.
by viettrungluu
· 10 years ago
d8efc04
Mojo: NULL -> nullptr in mojo/public/cpp outside of bindings.
by viettrungluu
· 10 years ago
7d5a7fb
Remove unnecessary deps on base_static in mojo
by davemoore
· 10 years ago
3829435
Avoid 64-bit divide when sampling timestamp
by brianderson
· 10 years ago
de0a9ef
Mojo UDP socket API definition.
by yzshen
· 10 years ago
39722a3
Refactoring: Let ChannelPosix adopt ScopedFD.
by morrita
· 10 years ago
2c04e01
Force creation of application listening socket
by cmasone
· 10 years ago
8d73106
Microbenchmark for the cost of posting tasks to different pump types
by jamesr
· 10 years ago
7b62449
Mojo: MOJO_OVERRIDE -> override in mojo/.
by Viet-Trung Luu
· 10 years ago
634595c
Allow passing listening socket path on command line
by cmasone
· 10 years ago
6f25f63
Hook up FocusController.
by ben
· 10 years ago
69b4f4d
Mojo: mojob.sh -- limit GOMA builds to load average 100.
by Viet-Trung Luu
· 10 years ago
542cf4d
monacl: build_newlib -> build_pnacl_newlib.
by viettrungluu
· 10 years ago
f053fed
Add base::Reversed() as an adapter for range-based for loops in reverse
by mdempsky
· 10 years ago
6f3ce64
Prevent static mojo builds from pulling //ui/gl into mojo_shell
by davemoore
· 10 years ago
fdc3533
Revert of Revert of Mojo: Convert some scoped_ptr<...>(new ...) to make_scoped_ptr(new ...) in mojo/{embedder,system}. (patchset #1 id:1 of https://codereview.chromium.org/609033002/)
by viettrungluu
· 10 years ago
21f4e63
Revert of Revert of Mojo: Convert scoped_ptr<...>() to nullptr in mojo/embedder. (patchset #1 id:1 of https://codereview.chromium.org/593313006/)
by viettrungluu
· 10 years ago
4fbdb26
Nukes NativeViewportClient::OnCreated
by sky
· 10 years ago
7a204ab
Accept inbound connections on unix domain socket
by cmasone
· 10 years ago
4bf7abe
mojo: Fix java generator
by qsr
· 10 years ago
62d145c
Made double-tap zoom work in pinch virtual viewport mode (Chromium-side).
by bokan
· 10 years ago
558eee8
Implement fast path in UTF8ToUTF16 for pure ASCII strings
by Mikhail Naganov
· 10 years ago
14f9ab0
Revert of Revert of Add nullptr support to scoped_ptr. (patchset #1 id:1 of https://codereview.chromium.org/604423005/)
by eustas
· 10 years ago
9f8f007
Revert of Add nullptr support to scoped_ptr. (patchset #8 id:200001 of https://codereview.chromium.org/599313003/)
by eustas
· 10 years ago
0d5b27d
Fix some minor typos: psuedo -> pseudo
by sungmann.cho
· 10 years ago
f09a283
Mojo: Convert OVERRIDE -> override in mojo/{embedder,system}.
by viettrungluu
· 10 years ago
fecfc37
Add nullptr support to scoped_ptr.
by danakj
· 10 years ago
dab614c
Revert of Mojo: Convert scoped_ptr<...>() to nullptr in mojo/embedder. (patchset #1 id:1 of https://codereview.chromium.org/606143003/)
by dcheng
· 10 years ago
5d2c807
Revert of Mojo: Convert some scoped_ptr<...>(new ...) to make_scoped_ptr(new ...) in mojo/{embedder,system}. (patchset #2 id:20001 of https://codereview.chromium.org/610083002/)
by dcheng
· 10 years ago
c655db2
Revert of Add nullptr support to scoped_ptr. (patchset #7 id:180001 of https://codereview.chromium.org/599313003/)
by dcheng
· 10 years ago
c038436
Mojo: Convert some scoped_ptr<...>(new ...) to make_scoped_ptr(new ...) in mojo/{embedder,system}.
by viettrungluu
· 10 years ago
beae091
Mojo: Convert scoped_ptr<...>() to nullptr in mojo/embedder.
by viettrungluu
· 10 years ago
7cec01f
Add nullptr support to scoped_ptr.
by danakj
· 10 years ago
c2b5157
Fix up gles2 thunk targets a bit
by jamesr
· 10 years ago
08a6239
Add Go build support for GN.
by tburkard
· 10 years ago
ba72c8b
Generate a single srcjar as output in of the Java mojom generator.
by ppi
· 10 years ago
30ce0a4
mojo: Fix mojo test on Art runtime.
by qsr
· 10 years ago
31785b5
mojo: Add router for python bindings.
by qsr
· 10 years ago
7eceb12
Suppress deprecation of Build.CPU_ABI
by aurimas
· 10 years ago
587cb8a
Revert of mojo: Add router for python bindings. (patchset #3 id:40001 of https://chromiumcodereview.appspot.com/607513003/)
by qsr
· 10 years ago
a769f00
mojo: Add router for python bindings.
by qsr
· 10 years ago
997ac01
Fix CommandLine initialization for Chrome & WebView
by hjd
· 10 years ago
14297d9
Make gn check //mojo/public/* pass
by jamesr
· 10 years ago
30f940c
Add net::HttpServer::Delegate::OnConnect() function and set ChromeDriver buffer sizes to 100 MB
by samuong
· 10 years ago
98b6e4a
ChannelMojo: Handle when ChannelMojo outlives ChannelMojoHost
by morrita
· 10 years ago
e16202b
Mojo: Remove ProxyMessagePipeEndpoint::OnRemove(), etc.
by viettrungluu
· 10 years ago
46136f3
Use custom ListContainer to allocate DrawQuads
by weiliangc
· 10 years ago
58bacbc
GN: Fix compile errors with os==chromeos mojo/public build
by cmasone
· 10 years ago
fe04b9b
Mojo: COMPILE_ASSERT -> static_assert in mojo/system and mojo/embedder.
by viettrungluu
· 10 years ago
0d93d14
Add a headless configuration to Mojo's native viewport service
by abarth
· 10 years ago
289737e
Mojo: Remove ProxyMessagePipeEndpoint::Run(), etc.
by Viet-Trung Luu
· 10 years ago
5785428
Remove IPC::Channel::TakePipeHandle()
by morrita
· 10 years ago
3a835f5
Update base::is_member_function_pointer to use variadic templates.
by aa
· 10 years ago
b3de487
Adding tracking to verify the theory that jankiness of ExtensionMessageFilter::OnExtensionAddListener is because of the observer invocation.
by vadimt
· 10 years ago
5db5680
Revert of Revert of Revert of Revert of Set the javac target and source to 1.7 (patchset #1 id:1 of https://codereview.chromium.org/603833002/)
by aurimas
· 10 years ago
68197ac
Mojo: Remove MessagePipe::Attach().
by viettrungluu
· 10 years ago
cf66823
Make cc output surface creation async
by enne
· 10 years ago
9514aa0
Mojo: Move the paused message queue from ProxyMessagePipeEndpoint to ChannelEndpoint.
by Viet-Trung Luu
· 10 years ago
7002b80
Add trace-to-file support for base::TestSuite
by enne
· 10 years ago
Next »