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
*
NaCl: Remove the plugin's internal definition of GetUrandomFD()
mseaborn@chromium.org
2012-05-29
4
-30
/
+4
*
NaCl: Provide the /dev/urandom FD via NaCl's new embedding interface
mseaborn@chromium.org
2012-05-24
1
-0
/
+6
*
NaCl: Remove unused #include of nrd_xfer_effector.h
mseaborn@chromium.org
2012-05-24
1
-1
/
+0
*
[Coverity] Fix uninitialized member, pass-by-val.
groby@chromium.org
2012-05-22
2
-10
/
+12
*
Modify gyp files that depend on native_client/build/untrusted.gypi to special...
bradchen@google.com
2012-05-22
1
-0
/
+34
*
Rename nacl::RefCounted to nacl::RefCountedThreadSafe, to make it easier to a...
rsleevi@chromium.org
2012-05-18
17
-62
/
+96
*
Update scons file missing from r137481
dschuff@chromium.org
2012-05-16
1
-0
/
+2
*
Refactor Pnacl coordinator
dschuff@chromium.org
2012-05-16
9
-498
/
+689
*
Add an instance parameter to PPB_NaCl_Private::LaunchSelLdr.
bbudge@chromium.org
2012-05-15
4
-6
/
+26
*
Fixed PPAPI_UDPSocketPrivate::GetRecvFromAddress
ygorshenin@chromium.org
2012-05-12
1
-1
/
+2
*
Copy nacl::RefCounted from native_client's repo into Chromium
rsleevi@chromium.org
2012-05-11
1
-0
/
+233
*
NaCl: Stop building ppapi_proxy (libppruntime) as a user library
mseaborn@chromium.org
2012-05-10
1
-1
/
+2
*
NaCl: Remove Plugin::XYZZY() dead code hack
mseaborn@chromium.org
2012-05-10
2
-21
/
+0
*
NaCl: Fix ppapi_geturl_browser_test to run using the IRT
mseaborn@chromium.org
2012-05-10
1
-10
/
+2
*
Add myself to ppapi/native_client/OWNERS
mseaborn@chromium.org
2012-05-09
1
-0
/
+1
*
Move gles2 extensions out of dev.
nfullagar@google.com
2012-05-07
4
-30
/
+30
*
Enable the PPAPI audio test under NaCl
mseaborn@chromium.org
2012-05-07
1
-0
/
+3
*
Back down the stress to reduce possible time-out on the bots.
nfullagar@google.com
2012-05-04
1
-1
/
+1
*
Update gl2.h and gl2ext.h headers from Khronos.
nfullagar@google.com
2012-05-03
7
-5
/
+44
*
NaCl: Remove unused process ID/handle arguments from launch_nacl_process()
mseaborn@chromium.org
2012-05-02
2
-24
/
+2
*
NaCl: Synchronise build.scons file with Gyp file
mseaborn@chromium.org
2012-04-30
1
-0
/
+1
*
NaCl: Move sel_ldr_launcher_chrome.cc into the Chromium repo
mseaborn@chromium.org
2012-04-30
5
-3
/
+72
*
Revert revision 130979.
ncbray@chromium.org
2012-04-27
2
-20
/
+1
*
Fix warning on NaCl SDK bots when building ppapi_proxy.
binji@chromium.org
2012-04-27
1
-1
/
+1
*
Bump total shm size for dup'd handle passed into NaCl.
nfullagar@google.com
2012-04-27
3
-20
/
+24
*
NaCl: Remove forward declaration of SelLdrLauncher as a struct
mseaborn@chromium.org
2012-04-27
1
-1
/
+1
*
Break apart the stress test for ppb_image_data to help narrow down flake.
nfullagar@google.com
2012-04-26
2
-15
/
+37
*
NaCl: Remove unused prototypes of RegisterInternalNaClPlugin()
mseaborn@chromium.org
2012-04-24
1
-37
/
+4
*
NaCl: Remove unused file string_encoding.cc
mseaborn@chromium.org
2012-04-24
6
-179
/
+0
*
Add audio buffer size notification to NaCl proxy.
nfullagar@google.com
2012-04-23
1
-6
/
+30
*
Restore ppapi_gles example NMF files so that they look more
jvoung@google.com
2012-04-23
8
-3
/
+58
*
Convert a few more NMF files to be autogenerated and PNaCl
jvoung@google.com
2012-04-21
9
-53
/
+9
*
NaCl: Remove code that attempts to kill the NaCl loader process
mseaborn@chromium.org
2012-04-19
2
-10
/
+2
*
Change the rest of old nacl ppapi tests to be compatible with pnacl.
jvoung@google.com
2012-04-18
5
-5
/
+22
*
NaCl: Remove all Chromium-side use of the handle_pass library
mseaborn@chromium.org
2012-04-18
4
-25
/
+0
*
Supply Windows handle-passing function to NaCl
mseaborn@chromium.org
2012-04-17
2
-33
/
+8
*
WebSocket Pepper API: synchronous completion support.
toyoshim@chromium.org
2012-04-16
7
-23
/
+68
*
NaCl PPAPI Proxy: Make browser Lookup* functions return 0 when the key is not...
dmichael@chromium.org
2012-04-14
1
-4
/
+18
*
Add more NULL checks in proxy.
nfullagar@google.com
2012-04-13
2
-14
/
+21
*
Only enable ppapi_browser/ppb_audio test for mac bots - other bots don't
nfullagar@google.com
2012-04-12
1
-1
/
+6
*
This adds the following to functions to the ppapi TCPSocket interface:
raymes@chromium.org
2012-04-12
3
-5
/
+38
*
Add a config file listing NaCl's scons files in the Chrome repo.
ncbray@google.com
2012-04-10
2
-61
/
+69
*
Add new MouseCursor interface for setting the mouse cursor.
brettw@chromium.org
2012-04-08
24
-593
/
+254
*
Add the plugin to the SDK
noelallen@google.com
2012-04-07
1
-0
/
+5
*
Instrument NaCl's plugin to generate a crash dump to help diagnose in-the-fie...
ncbray@google.com
2012-04-05
2
-1
/
+20
*
Port some nacl_integration tests to use autogenerated NMF
jvoung@google.com
2012-04-03
78
-439
/
+127
*
Support for ARM NaCl untrusted runtime build.
olonho@google.com
2012-04-03
1
-3
/
+41
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
1
-1
/
+1
*
Update image data test to write into mapped pixel data.
nfullagar@google.com
2012-04-02
1
-10
/
+17
*
NaCl: Remove unused dependencies on libX11 and libXt
mseaborn@chromium.org
2012-03-29
2
-3
/
+1
[next]