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
*
Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal.
yzshen@chromium.org
2012-06-15
3
-9
/
+40
*
This returns the default print settings for the default printer. Currently th...
raymes@chromium.org
2012-06-14
3
-0
/
+41
*
Add an asynchronous version of the Flash DeviceID API.
brettw@chromium.org
2012-06-11
4
-0
/
+68
*
"Replace" PPB_Flash's GetSettingInt with a more general GetSetting.
viettrungluu@chromium.org
2012-06-08
3
-0
/
+33
*
Remove PPB_Transport_Dev API.
sergeyu@chromium.org
2012-05-30
4
-152
/
+0
*
Modified the pepper file chooser API to support filtering files by extensions.
raymes@chromium.org
2012-05-30
2
-3
/
+3
*
Add PPB_ImageData to untrusted NaCl build.
bbudge@chromium.org
2012-05-21
1
-4
/
+4
*
Test for Pepper IME events.
kinaba@chromium.org
2012-05-21
3
-2
/
+47
*
Get PPB_Audio interface building as untrusted code.
bbudge@chromium.org
2012-05-19
1
-2
/
+2
*
Change the way _EXPORT macros look.
thakis@chromium.org
2012-05-15
1
-0
/
+4
*
Revert 135727 - Add AllowSuddenTermination to API. This provide means for plu...
tsepez@chromium.org
2012-05-10
3
-33
/
+0
*
Hook up the PPB_Flash_Print proxy.
brettw@chromium.org
2012-05-07
2
-5
/
+2
*
Add AllowSuddenTermination to API. This provide means for plugins to let us k...
tsepez@chromium.org
2012-05-07
3
-0
/
+33
*
Add an API to determine if the system will support acceleration
brettw@chromium.org
2012-05-02
4
-41
/
+34
*
Move the rest of the Flash functions to the thunk system.
brettw@chromium.org
2012-04-30
5
-9
/
+229
*
Delete FunctionGroupBase from Pepper.
brettw@chromium.org
2012-04-30
32
-147
/
+134
*
Move text input API to Instance.
brettw@chromium.org
2012-04-27
4
-45
/
+22
*
Move the FlashClipboard API into the Flash one.
brettw@chromium.org
2012-04-25
6
-49
/
+49
*
Convert the PPB_Flash interface to use the thunk system.
brettw@chromium.org
2012-04-24
6
-8
/
+321
*
Add #ifdefs to separate NaCl and non-NaCl PPAPI Proxy code.
bbudge@chromium.org
2012-04-18
2
-49
/
+58
*
This adds the following to functions to the ppapi TCPSocket interface:
raymes@chromium.org
2012-04-12
3
-3
/
+43
*
Eliminate use of PPB_URLUtil_Dev in NaCl build of Proxy.
bbudge@chromium.org
2012-04-12
1
-1
/
+2
*
Fix line endings in ppapi. No code change.
brettw@chromium.org
2012-04-11
2
-38
/
+38
*
Hook up the file chooser proxy 0.6
brettw@chromium.org
2012-04-09
2
-15
/
+6
*
Add new MouseCursor interface for setting the mouse cursor.
brettw@chromium.org
2012-04-08
7
-57
/
+59
*
Add the PPAPI X509 Certificate interface and implementation.
raymes@chromium.org
2012-04-04
4
-0
/
+93
*
Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.
viettrungluu@chromium.org
2012-03-28
4
-110
/
+0
*
Pass PP_CompletionCallback by reference
tbreisacher@chromium.org
2012-03-28
1
-6
/
+8
*
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
[next]