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
*
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
*
Add ShareGroup to GLES2Implemenation
gman@chromium.org
2012-03-29
1
-0
/
+1
*
Close shm in image data destructor
nfullagar@google.com
2012-03-29
1
-0
/
+4
*
Pass correct parameters in NaCl proxy for CreateFromIPv[46]Address.
sergeyu@chromium.org
2012-03-28
1
-4
/
+2
*
Add ShareGroup stub
gman@chromium.org
2012-03-28
2
-0
/
+2
*
Fix warning-as-error for NaCl integration
nfullagar@google.com
2012-03-28
1
-0
/
+2
*
Move gpu hash_tables and atomicops stuff
gman@chromium.org
2012-03-28
2
-0
/
+2
*
Add nacl.scons
nfullagar@google.com
2012-03-27
1
-0
/
+44
*
NaCl proxy for PPB_NetAddress_Private_1_1
sergeyu@chromium.org
2012-03-26
9
-0
/
+332
*
WebSocket Pepper API: fix data corruption at ReceiveMessage in NaCl
toyoshim@chromium.org
2012-03-26
1
-1
/
+6
*
Revert 128763 - Broke pnacl SDK
rsleevi@chromium.org
2012-03-24
9
-332
/
+0
*
NaCl proxy for PPB_NetAddress_Private_1_1
sergeyu@chromium.org
2012-03-24
9
-0
/
+332
*
Fix warning as error, check struct size.
nfullagar@google.com
2012-03-24
1
-1
/
+7
*
HostResolver is exposed to Native Client.
ygorshenin@chromium.org
2012-03-22
16
-1
/
+745
*
New audio test using ppapi_browswer
nfullagar@google.com
2012-03-20
6
-2
/
+494
*
Speculative fix for Win builder.
asvitkine@chromium.org
2012-03-20
1
-0
/
+1
*
Revert 127668 "HostResolver is exposed to Native Client." for breaking HostRe...
pfeldman@chromium.org
2012-03-20
16
-745
/
+1
*
HostResolver is exposed to Native Client.
ygorshenin@chromium.org
2012-03-20
16
-1
/
+745
*
Build nacl plugin with normal chromium warning levels (higher levels).
jvoung@google.com
2012-03-20
2
-1
/
+25
*
Revert 127443 - HostResolver is exposed to Native Client.
ygorshenin@chromium.org
2012-03-19
14
-743
/
+1
*
HostResolver is exposed to Native Client.
ygorshenin@chromium.org
2012-03-19
14
-1
/
+743
*
Add OpenGL occlusion query support to pepper.
jbauman@chromium.org
2012-03-16
4
-10
/
+48
*
Pass dup'd handles to nacl::DescWrapper instead of bumping the ref count.
nfullagar@google.com
2012-03-16
3
-45
/
+58
*
Coverity: Fix two pass-by-values.
jhawkins@chromium.org
2012-03-10
2
-2
/
+2
*
Remove NewRequiredCallback.
brettw@chromium.org
2012-03-10
2
-11
/
+9
*
Treat pnacl nexe load crashes the same as normal nexe load crashes.
jvoung@google.com
2012-03-09
1
-1
/
+1
*
Add support for GL_EXT_occlusion_query_boolean
gman@chromium.org
2012-03-08
2
-0
/
+2
*
Rename NaCl/pepper gamepad interface from _dev to stable
scottmg@chromium.org
2012-03-07
11
-29
/
+28
*
Remove unneeded arguments from SelLdrLauncher::Start call.
sehr@google.com
2012-03-06
1
-2
/
+1
*
Prevent NaCl proxy from closing the handle by bumping the ref count.
nfullagar@google.com
2012-03-06
1
-1
/
+3
*
Coverity: Fix a few pass-by-values.
jhawkins@chromium.org
2012-03-04
1
-3
/
+2
*
Close and delete pnacl temp files when compile or link fails.
jvoung@google.com
2012-03-01
3
-54
/
+73
*
Revise gamepad interface
scottmg@chromium.org
2012-03-01
2
-5
/
+6
*
Show url of NaCl manifest in memory view.
halyavin@google.com
2012-02-28
3
-4
/
+6
*
More changes for headless bots.
nfullagar@google.com
2012-02-28
1
-13
/
+34
*
Convert resources to take an instance key instead of an Instance*.
brettw@chromium.org
2012-02-27
3
-5
/
+5
*
Add UNREFERENCED_PARAMETER to fix NaCl integration.
bbudge@chromium.org
2012-02-27
1
-0
/
+1
*
Exposed PPB_TCPServerSocket_Private interface from renderer process to Native...
ygorshenin@chromium.org
2012-02-27
16
-0
/
+628
*
Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
4
-2
/
+133
*
Revert 123696 - Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
4
-133
/
+4
*
Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
4
-4
/
+133
*
Revert 123100 - Disable nacl_integration.run_ppapi_messaging_browser_test
danakj@chromium.org
2012-02-24
1
-5
/
+4
*
Plumb through cache_identity from manifest for first sketch of pnacl cache. ...
jvoung@google.com
2012-02-23
8
-75
/
+179
[next]