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
/
thunk
Commit message (
Expand
)
Author
Age
Files
Lines
*
New file chooser interface that uses the new PP_ArrayOutput feature. This als...
brettw@chromium.org
2012-03-26
3
-18
/
+80
*
Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.
sergeyu@chromium.org
2012-03-22
1
-0
/
+2
*
Out-of-process implementation of the PPB_NetworkMonitor_Private interface.
sergeyu@chromium.org
2012-03-20
2
-5
/
+17
*
Add a private PPB_Talk_Private interface.
varunjain@chromium.org
2012-03-19
4
-0
/
+70
*
Added out-of-process support for server sockets.
ygorshenin@chromium.org
2012-03-15
1
-0
/
+4
*
Pepper IME API for surrounding text retrieval.
kinaba@chromium.org
2012-03-15
3
-3
/
+35
*
HostResolver is exposed to plugin.
ygorshenin@chromium.org
2012-03-15
5
-0
/
+119
*
WebSocket Pepper API: Cleanup for more readability.
toyoshim@chromium.org
2012-03-13
1
-0
/
+38
*
Add HandleInputEventAck message to allow out-of-process plugins to respond to...
bbudge@chromium.org
2012-03-09
1
-2
/
+5
*
Rename NaCl/pepper gamepad interface from _dev to stable
scottmg@chromium.org
2012-03-07
4
-7
/
+7
*
PPB_AudioInput_Dev: support multiple audio input devices - Part 1.
yzshen@chromium.org
2012-03-07
5
-19
/
+102
*
Coverity: Fix several pass-by-values.
jhawkins@chromium.org
2012-03-06
1
-2
/
+2
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-05
6
-0
/
+202
*
Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
6
-200
/
+0
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
6
-0
/
+200
*
Revise gamepad interface
scottmg@chromium.org
2012-03-01
3
-4
/
+4
*
Revert 123696 - Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
3
-0
/
+71
*
Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
3
-71
/
+0
*
Modified the flash cipboard interface to add html clipboard support.
raymes@chromium.org
2012-02-24
3
-15
/
+51
*
Exposed Listen and Accept methods to in-process plugins.
ygorshenin@chromium.org
2012-02-22
4
-0
/
+104
*
GetBoundAddress will return the address that Bind actually bound to. If ther...
yzshen@chromium.org
2012-02-21
3
-3
/
+29
*
Add GetUsbKeyCode _Dev interface for Pepper key events
garykac@chromium.org
2012-02-21
3
-1
/
+32
*
Ifdef out skia code that won't compile on nacl.
brettw@chromium.org
2012-02-18
1
-2
/
+3
*
Work on improving PpbAudioConfig:RecommendSampleFrameCount
nfullagar@google.com
2012-02-18
3
-12
/
+46
*
Rename PPB_Font to PPB_BrowserFont_Trusted.
brettw@chromium.org
2012-02-17
7
-77
/
+79
*
PPAPI: Proxy VarArrayBuffer for out-of-process.
dmichael@chromium.org
2012-02-16
2
-2
/
+2
*
Implement device enumeration for PPB_VideoCapture_Dev.
yzshen@chromium.org
2012-02-15
3
-12
/
+98
*
reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...
dmichael@chromium.org
2012-02-15
2
-10
/
+10
*
Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...
dpapad@chromium.org
2012-02-14
2
-10
/
+10
*
PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.
dmichael@chromium.org
2012-02-14
2
-10
/
+10
*
Added idl file for Pepper 3D.
alokp@chromium.org
2012-02-10
2
-6
/
+6
*
Move the charset inteface to "trusted" (we can't implement this efficiently
brettw@chromium.org
2012-02-09
2
-21
/
+54
*
PPB_NetAddress_Private: add getter methods for sockaddr.
yzshen@chromium.org
2012-02-09
1
-0
/
+2
*
Convert most users in thunk that used MayForceCallback to use the new Enter.....
brettw@chromium.org
2012-02-05
31
-339
/
+298
*
Introduce PPB_Flash_MessageLoop interface for Pepper Flash.
yzshen@chromium.org
2012-01-31
4
-0
/
+92
*
The tricky part about logging to the console is that many of the errors are g...
brettw@chromium.org
2012-01-31
2
-6
/
+26
*
WebSocket Pepper API: make the API out of dev
toyoshim@chromium.org
2012-01-27
4
-10
/
+10
*
WebSocket Pepper API: Remove binary type handling interfaces
toyoshim@chromium.org
2012-01-27
3
-42
/
+2
*
Revert 119200 - Revert 119198 - First pass at implementing the MessageLoop in...
brettw@chromium.org
2012-01-26
1
-0
/
+25
*
Revert 119198 - First pass at implementing the MessageLoop interface. This in...
brettw@chromium.org
2012-01-26
1
-25
/
+0
*
First pass at implementing the MessageLoop interface. This includes a simple
brettw@chromium.org
2012-01-26
1
-0
/
+25
*
Enhance the PPAPI enter tracking.
brettw@chromium.org
2012-01-25
4
-46
/
+184
*
Implement PPB_DeviceRef_Dev.
yzshen@chromium.org
2012-01-21
3
-0
/
+79
*
Relanding this with fixes to the mac dbg builder
ananta@chromium.org
2012-01-20
2
-1
/
+9
*
Revert 118385 since this seems to break mac-debug build.
sadrul@chromium.org
2012-01-20
2
-9
/
+1
*
Remove the Webkit thread in the PPAPI plugin process and perform the text and...
ananta@chromium.org
2012-01-19
2
-1
/
+9
*
WebSocket Pepper API: fix wrong return code on thunk
toyoshim@chromium.org
2012-01-18
1
-2
/
+2
*
WebSocket Pepper API: add interfaces to handle binaryType attribute
toyoshim@chromium.org
2012-01-12
3
-5
/
+44
*
Pepper gamepad support
scottmg@chromium.org
2012-01-10
3
-1
/
+41
*
Introduce PPB_ResourceArray_Dev.
yzshen@chromium.org
2012-01-07
4
-1
/
+84
[next]