index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ppapi
/
native_client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide a way to disable Nagle's algorithm on Pepper TCP sockets.
wez@chromium.org
2013-02-22
1
-1
/
+107
*
Revert 184054
nhiroki@chromium.org
2013-02-22
1
-21
/
+27
*
Implement ReadEntries API for PPB_DirectoryReader
nhiroki@chromium.org
2013-02-22
1
-27
/
+21
*
Fix strcmp bug in pnacl_shim.
jvoung@chromium.org
2013-02-15
1
-2
/
+8
*
NaCl: Remove use of the C++ IMC interface; use the C version instead
mseaborn@chromium.org
2013-02-13
2
-3
/
+2
*
nacl_integration: disable DNS prefetching and sync.
ncbray@chromium.org
2013-02-12
1
-0
/
+6
*
Make content_unittests build on Win64
jschuh@chromium.org
2013-02-09
1
-0
/
+2
*
Remember to delete the not-yet-committed-to-cache file if it's only partial.
jvoung@chromium.org
2013-02-06
4
-25
/
+47
*
NaCl: allow CORS requests for NaCl executables.
ncbray@chromium.org
2013-02-05
1
-6
/
+4
*
NaCl: Update revision in DEPS, r10691 -> r10703
mseaborn@chromium.org
2013-02-05
1
-1
/
+1
*
Remove env settings for NACL_STREAMING_TRANSLATION.
jvoung@chromium.org
2013-02-05
1
-3
/
+0
*
Add PNaCl UMA for pct compiled when fully downloaded.
jvoung@google.com
2013-02-01
1
-1
/
+5
*
Revert 178227, broke NaCl IRT incremental build
dmichael@chromium.org
2013-02-01
1
-0
/
+142
*
Report min (compile, download) as the progress event for PNaCl.
jvoung@chromium.org
2013-01-30
8
-16
/
+136
*
Reland: Add trace event Pepper API
elijahtaylor@chromium.org
2013-01-28
1
-0
/
+13
*
Breakpad test: Add sanity check to ensure crash dump files aren't empty
mseaborn@chromium.org
2013-01-26
1
-5
/
+13
*
NaCl: log HTTP status codes to UMA.
ncbray@chromium.org
2013-01-26
3
-7
/
+32
*
Breakpad browser crash test: Re-enable check for .txt file on Windows
mseaborn@chromium.org
2013-01-25
1
-7
/
+0
*
Add support in NaClBrowserTests for PNaCl, and test PNaCl UMA.
jvoung@chromium.org
2013-01-24
2
-0
/
+7
*
NaCl: distinguish between installed and hosted apps for load status UMA.
ncbray@chromium.org
2013-01-24
2
-6
/
+36
*
NaCl: distinguish access errors from other types of load errors.
ncbray@chromium.org
2013-01-24
3
-7
/
+28
*
Remove unnecessary 'extra_deps' from native_client.gyp.
bbudge@chromium.org
2013-01-23
1
-142
/
+0
*
Rename ppapi_ipc_proxy_untrusted to ppapi_proxy_untrusted.
bbudge@chromium.org
2013-01-22
1
-1
/
+1
*
Enable breakpad building by default on Android.
yfriedman@chromium.org
2013-01-22
3
-2
/
+6
*
NaCl: Improve logging for failure code paths in service_runtime.cc
mseaborn@chromium.org
2013-01-22
1
-31
/
+29
*
Remove NaCl SRPC proxy source files.
bbudge@chromium.org
2013-01-18
229
-32648
/
+0
*
NaCl: Add logging to distinguish the two "could not initialize module" cases
mseaborn@chromium.org
2013-01-18
1
-0
/
+4
*
Add UMA stats for PNaCl translation time and file size.
jvoung@chromium.org
2013-01-18
4
-3
/
+166
*
Remove the NaCl SRPC proxy from Chrome.
bbudge@chromium.org
2013-01-17
8
-593
/
+9
*
Breakpad: Enable more logging in crash_service to debug flaky failures on Win...
mseaborn@chromium.org
2013-01-16
1
-0
/
+1
*
Refine PNaCl pexe fetch UMA errors to know if the user aborted, etc.
jvoung@chromium.org
2013-01-16
4
-57
/
+68
*
Compile Breakpad into Chromium by default on Linux
mseaborn@chromium.org
2013-01-15
2
-27
/
+53
*
NaCl: Stop using "--enable-logging" because it breaks Buildbot logging on Win...
mseaborn@chromium.org
2013-01-15
1
-1
/
+3
*
Remove unnecessary plumbing of pp_error to PNaCl's abort function.
jvoung@chromium.org
2013-01-14
4
-28
/
+31
*
When launching PNaCl helper nexes, explicitly disable IRT loading.
jvoung@google.com
2013-01-11
7
-1
/
+17
*
Breakpad browser crash test: Disable check for .txt file on Windows for now
mseaborn@chromium.org
2013-01-11
2
-12
/
+8
*
Remove nacl_integration tests that exercise the SRPC proxy.
bbudge@chromium.org
2013-01-11
1
-5
/
+0
*
Revert 176224
acolwell@chromium.org
2013-01-11
2
-9
/
+12
*
Add PNaCl UMA stats for error cases.
jvoung@google.com
2013-01-11
8
-61
/
+272
*
NaCl: Move all browser tests into nacl_irt_test_env
mseaborn@chromium.org
2013-01-11
2
-12
/
+9
*
Ensure nacl_integration does not report UMA stats.
ncbray@chromium.org
2013-01-09
1
-0
/
+3
*
Remove the socket_count parameter from NaCl Launch IPC messages.
jvoung@google.com
2013-01-09
2
-5
/
+1
*
Breakpad test: Fix test disabling logic to refer to the correct flag name
mseaborn@chromium.org
2013-01-09
1
-9
/
+8
*
Breakpad: Disable browser process crash test for one case on 32-bit Windows
mseaborn@chromium.org
2013-01-09
1
-2
/
+16
*
Breakpad: Add a test for crashes in the browser process
mseaborn@chromium.org
2013-01-09
4
-51
/
+131
*
NaCl: browser_tester: Don't call server_close() because it causes EBADF
mseaborn@chromium.org
2013-01-09
1
-1
/
+7
*
Retry: Use --strip-debug on pnacl_irt_shim archive to reduce size of chrome b...
jvoung@chromium.org
2013-01-07
1
-3
/
+3
*
Revert 175233 because Linux ASAN builder cannot compile it.
alexeypa@google.com
2013-01-04
1
-13
/
+0
*
Add trace event Pepper API
elijahtaylor@chromium.org
2013-01-04
1
-0
/
+13
*
Move tracing component to src/components
kaiwang@chromium.org
2012-12-28
1
-1
/
+1
[next]