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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Supply Windows handle-passing function to NaCl
mseaborn@chromium.org
2012-04-17
3
-35
/
+26
*
WebSocket Pepper API: synchronous completion support.
toyoshim@chromium.org
2012-04-16
9
-27
/
+233
*
NaCl PPAPI Proxy: Make browser Lookup* functions return 0 when the key is not...
dmichael@chromium.org
2012-04-14
1
-4
/
+18
*
Add a way to implement GetInterface in the broker.
brettw@chromium.org
2012-04-13
11
-18
/
+82
*
Add a Flash API to get the device ID.
brettw@chromium.org
2012-04-13
7
-37
/
+169
*
This adds a hang monitor for Pepper plugins. It monitors sync messages on the...
brettw@chromium.org
2012-04-13
6
-10
/
+57
*
Add more NULL checks in proxy.
nfullagar@google.com
2012-04-13
2
-14
/
+21
*
PPAPI: Compile out thread checks when pepper threading is turned on.
dmichael@chromium.org
2012-04-13
1
-0
/
+6
*
Fix IsBaseOf in output_traits.h.
yzshen@chromium.org
2012-04-12
2
-5
/
+8
*
Add an interface for Flash to clear its data.
brettw@chromium.org
2012-04-12
3
-1
/
+126
*
Updated flash_topmost example to better demonstrate corner cases of the feature.
raymes@chromium.org
2012-04-12
1
-3
/
+32
*
Make the text input not require round-trips when the text is updated.
brettw@chromium.org
2012-04-12
5
-14
/
+41
*
Fixed some PP_X509Certificate_Private_Field enum values.
raymes@chromium.org
2012-04-12
4
-9
/
+27
*
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
24
-99
/
+521
*
Eliminate use of PPB_URLUtil_Dev in NaCl build of Proxy.
bbudge@chromium.org
2012-04-12
5
-374
/
+68
*
Fix line endings in ppapi. No code change.
brettw@chromium.org
2012-04-11
9
-550
/
+550
*
Fix line endings. No code change.
brettw@chromium.org
2012-04-11
3
-6
/
+6
*
Add a config file listing NaCl's scons files in the Chrome repo.
ncbray@google.com
2012-04-10
2
-61
/
+69
*
PPAPI: Clean up documentation for InstanceHandle and PASS_REF
jond@google.com
2012-04-10
2
-27
/
+47
*
Add a Pepper IME API 0.2 header to all_c_includes.h.
kinaba@chromium.org
2012-04-10
1
-0
/
+1
*
Don't set_unblock IPC messages that are replies
jhorwich@chromium.org
2012-04-09
1
-1
/
+5
*
Hook up the file chooser proxy 0.6
brettw@chromium.org
2012-04-09
6
-31
/
+8
*
Add new MouseCursor interface for setting the mouse cursor.
brettw@chromium.org
2012-04-08
52
-892
/
+971
*
Add the plugin to the SDK
noelallen@google.com
2012-04-07
1
-0
/
+5
*
PPAPI: Refactor ppapi test callbacks to ease testing blocking callbacks.
dmichael@chromium.org
2012-04-07
14
-298
/
+423
*
Implemented the function which converts a Chrome X509Certificate into a peppe...
raymes@chromium.org
2012-04-05
3
-17
/
+128
*
Instrument NaCl's plugin to generate a crash dump to help diagnose in-the-fie...
ncbray@google.com
2012-04-05
2
-1
/
+20
*
Update PPB_AudioInput_Shared to work with the new format of the shared memory...
yzshen@chromium.org
2012-04-05
3
-4
/
+19
*
Change the cpp wrappers of audio input/video capture to use CompletionCallbac...
yzshen@chromium.org
2012-04-05
12
-263
/
+220
*
Expose some ppapi structs/functions to other components
fsamuel@chromium.org
2012-04-05
1
-13
/
+17
*
Make sure that scoped_ptr<> cannot be used with ref-counted objects.
sergeyu@chromium.org
2012-04-05
1
-2
/
+2
*
Ppapi audio: don't terminate thread on all negative pending_data.
ihf@chromium.org
2012-04-05
2
-3
/
+8
*
Add the PPAPI X509 Certificate interface and implementation.
raymes@chromium.org
2012-04-04
27
-2
/
+1054
*
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
2
-3
/
+45
*
Fix some grammar in comments, error messages and documentation.
gavinp@chromium.org
2012-04-03
1
-1
/
+1
*
PpapiCommandBufferProxy implements CommandBufferProxy.
fsamuel@chromium.org
2012-04-02
2
-7
/
+73
*
Added RTF support to pepper API.
raymes@chromium.org
2012-04-02
5
-18
/
+104
*
Update image data test to write into mapped pixel data.
nfullagar@google.com
2012-04-02
1
-10
/
+17
*
pass CompletionCallbacks by reference (resubmitting https://chromiumcoderevie...
tbreisacher@chromium.org
2012-04-02
2
-6
/
+6
*
Check explicitly for version 1.0 PPB_File* interfaces in pp::File* wrappers.
wez@chromium.org
2012-03-31
3
-51
/
+53
*
Revert 129994 - Pass CompletionCallbacks by reference
tbreisacher@chromium.org
2012-03-30
2
-6
/
+6
*
Pass CompletionCallbacks by reference
tbreisacher@chromium.org
2012-03-30
2
-6
/
+6
*
NaCl: Remove unused dependencies on libX11 and libXt
mseaborn@chromium.org
2012-03-29
2
-3
/
+1
*
Fix refcounting error in file chooser.
brettw@chromium.org
2012-03-29
1
-4
/
+0
*
Add ShareGroup to GLES2Implemenation
gman@chromium.org
2012-03-29
2
-0
/
+2
*
Close shm in image data destructor
nfullagar@google.com
2012-03-29
1
-0
/
+4
*
Updated PpapiCommandBufferProxy to take a ChannelError callback (same signatu...
fsamuel@chromium.org
2012-03-28
2
-0
/
+18
*
Pass correct parameters in NaCl proxy for CreateFromIPv[46]Address.
sergeyu@chromium.org
2012-03-28
1
-4
/
+2
[next]