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
/
proxy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move text input API to Instance.
brettw@chromium.org
2012-04-27
6
-237
/
+146
*
If shared memory cannot be mapped, the audio thread should not be started as ...
raymes@chromium.org
2012-04-26
1
-1
/
+1
*
Move the FlashClipboard API into the Flash one.
brettw@chromium.org
2012-04-25
6
-312
/
+222
*
Convert the PPB_Flash interface to use the thunk system.
brettw@chromium.org
2012-04-24
8
-340
/
+245
*
Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.
bbudge@chromium.org
2012-04-23
1
-0
/
+4
*
Hook up screensaver prevention on Windows
brettw@chromium.org
2012-04-20
2
-1
/
+3
*
Actually hook up the Pepper clear site data.
brettw@chromium.org
2012-04-20
1
-3
/
+5
*
Hook up the DeviceID to the browser process.
brettw@chromium.org
2012-04-20
2
-2
/
+6
*
Add #ifdefs to separate NaCl and non-NaCl PPAPI Proxy code.
bbudge@chromium.org
2012-04-18
8
-469
/
+490
*
Add a way to implement GetInterface in the broker.
brettw@chromium.org
2012-04-13
7
-13
/
+11
*
Add a Flash API to get the device ID.
brettw@chromium.org
2012-04-13
3
-0
/
+29
*
This adds a hang monitor for Pepper plugins. It monitors sync messages on the...
brettw@chromium.org
2012-04-13
6
-10
/
+57
*
Add an interface for Flash to clear its data.
brettw@chromium.org
2012-04-12
1
-1
/
+11
*
Make the text input not require round-trips when the text is updated.
brettw@chromium.org
2012-04-12
3
-14
/
+33
*
This adds the following to functions to the ppapi TCPSocket interface:
raymes@chromium.org
2012-04-12
4
-15
/
+31
*
Eliminate use of PPB_URLUtil_Dev in NaCl build of Proxy.
bbudge@chromium.org
2012-04-12
3
-17
/
+28
*
Fix line endings. No code change.
brettw@chromium.org
2012-04-11
1
-2
/
+2
*
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
3
-16
/
+1
*
Add new MouseCursor interface for setting the mouse cursor.
brettw@chromium.org
2012-04-08
7
-238
/
+54
*
PPAPI: Refactor ppapi test callbacks to ease testing blocking callbacks.
dmichael@chromium.org
2012-04-07
1
-2
/
+2
*
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
*
Add the PPAPI X509 Certificate interface and implementation.
raymes@chromium.org
2012-04-04
8
-0
/
+161
*
PpapiCommandBufferProxy implements CommandBufferProxy.
fsamuel@chromium.org
2012-04-02
2
-7
/
+73
*
Added RTF support to pepper API.
raymes@chromium.org
2012-04-02
1
-1
/
+7
*
Fix refcounting error in file chooser.
brettw@chromium.org
2012-03-29
1
-4
/
+0
*
Updated PpapiCommandBufferProxy to take a ChannelError callback (same signatu...
fsamuel@chromium.org
2012-03-28
2
-0
/
+18
*
Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.
viettrungluu@chromium.org
2012-03-28
6
-401
/
+0
*
Pass PP_CompletionCallback by reference
tbreisacher@chromium.org
2012-03-28
1
-4
/
+5
*
New file chooser interface that uses the new PP_ArrayOutput feature. This als...
brettw@chromium.org
2012-03-26
8
-77
/
+275
*
Avoid accessing VarTracker from multiple threads.
yzshen@chromium.org
2012-03-21
3
-10
/
+72
*
Out-of-process implementation of the PPB_NetworkMonitor_Private interface.
sergeyu@chromium.org
2012-03-20
5
-2
/
+234
*
Add a private PPB_Talk_Private interface.
varunjain@chromium.org
2012-03-19
6
-0
/
+151
*
Add OpenGL occlusion query support to pepper.
jbauman@chromium.org
2012-03-16
1
-0
/
+2
*
Add missing ppp_graphics_3d.idl
noelallen@chromium.org
2012-03-16
1
-3
/
+2
*
Remove static initializer in ppb_image_data_proxy.cc.
pliard@chromium.org
2012-03-16
2
-6
/
+9
*
Added out-of-process support for server sockets.
ygorshenin@chromium.org
2012-03-15
7
-10
/
+314
*
Pepper IME API for surrounding text retrieval.
kinaba@chromium.org
2012-03-15
6
-2
/
+179
*
HostResolver is exposed to plugin.
ygorshenin@chromium.org
2012-03-15
6
-4
/
+207
*
Fix a crash related to PPAPI scripting.
yzshen@chromium.org
2012-03-10
12
-110
/
+78
*
Fix line endings (no code change)
yzshen@chromium.org
2012-03-09
2
-6
/
+6
*
Add HandleInputEventAck message to allow out-of-process plugins to respond to...
bbudge@chromium.org
2012-03-09
5
-1
/
+44
*
Factor out the command buffer implementation in ppb_graphics_3d_proxy so that...
fsamuel@chromium.org
2012-03-08
4
-230
/
+280
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
6
-40
/
+50
*
Rename NaCl/pepper gamepad interface from _dev to stable
scottmg@chromium.org
2012-03-07
2
-2
/
+2
*
PPB_AudioInput_Dev: support multiple audio input devices - Part 1.
yzshen@chromium.org
2012-03-07
5
-154
/
+229
*
PPAPI: Change misused PP_Module to PP_Instance
dmichael@chromium.org
2012-03-07
2
-5
/
+5
*
Coverity: Fix a pass-by-value.
jhawkins@chromium.org
2012-03-06
2
-2
/
+2
*
Coverity: Fix several pass-by-values.
jhawkins@chromium.org
2012-03-06
1
-5
/
+5
[next]