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
/
webkit
/
plugins
/
ppapi
/
resource_creation_impl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
PPAPI/NaCl: Make ImageData for NaCl just use shared memory
dmichael@chromium.org
2012-07-25
1
-0
/
+4
*
This implements the PPB_FileChooser resource as a new-style IPC-only resource.
brettw@chromium.org
2012-07-14
1
-4
/
+0
*
Hook up content/renderer to the PPAPI host.
brettw@chromium.org
2012-07-03
1
-1
/
+3
*
ppapi: Add ResourceCreationAPI::CreateTouchInputEvent for creating touch-events.
sadrul@chromium.org
2012-06-22
1
-0
/
+5
*
Add an asynchronous version of the Flash DeviceID API.
brettw@chromium.org
2012-06-11
1
-0
/
+1
*
Remove PPB_Transport_Dev API.
sergeyu@chromium.org
2012-05-30
1
-3
/
+0
*
Modified the pepper file chooser API to support filtering files by extensions.
raymes@chromium.org
2012-05-30
1
-1
/
+1
*
Test for Pepper IME events.
kinaba@chromium.org
2012-05-21
1
-0
/
+9
*
Delete FunctionGroupBase from Pepper.
brettw@chromium.org
2012-04-30
1
-6
/
+1
*
Add the PPAPI X509 Certificate interface and implementation.
raymes@chromium.org
2012-04-04
1
-0
/
+2
*
Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.
viettrungluu@chromium.org
2012-03-28
1
-1
/
+0
*
Add a private PPB_Talk_Private interface.
varunjain@chromium.org
2012-03-19
1
-0
/
+1
*
HostResolver is exposed to plugin.
ygorshenin@chromium.org
2012-03-15
1
-0
/
+1
*
PPB_AudioInput_Dev: support multiple audio input devices - Part 1.
yzshen@chromium.org
2012-03-07
1
-2
/
+2
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-05
1
-0
/
+4
*
Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
1
-4
/
+0
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
1
-0
/
+4
*
Exposed Listen and Accept methods to in-process plugins.
ygorshenin@chromium.org
2012-02-22
1
-0
/
+3
*
Rename PPB_Font to PPB_BrowserFont_Trusted.
brettw@chromium.org
2012-02-17
1
-3
/
+3
*
Introduce PPB_Flash_MessageLoop interface for Pepper Flash.
yzshen@chromium.org
2012-01-31
1
-0
/
+1
*
Introduce PPB_ResourceArray_Dev.
yzshen@chromium.org
2012-01-07
1
-1
/
+4
*
Remove Context3D/Surface3D
piman@chromium.org
2011-12-01
1
-12
/
+1
*
- Implement internal API and thunk
toyoshim@chromium.org
2011-11-18
1
-0
/
+1
*
Revert 110602 - Revert 110587 - Microphone support for Pepper Flash.
viettrungluu@chromium.org
2011-11-18
1
-1
/
+7
*
Revert 110587 - Microphone support for Pepper Flash.
ajwong@chromium.org
2011-11-17
1
-7
/
+1
*
Microphone support for Pepper Flash.
viettrungluu@chromium.org
2011-11-17
1
-1
/
+7
*
Remove 'Flash' from TCP/UDP Pepper interfaces names. This CL preserves old id...
dpolukhin@chromium.org
2011-11-16
1
-2
/
+2
*
Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...
bbudge@chromium.org
2011-10-13
1
-1
/
+1
*
Add Pepper API to use UDP
mtilburg@adobe.com
2011-09-26
1
-0
/
+1
*
Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-15
1
-1
/
+1
*
Revert 101189 - Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-14
1
-1
/
+1
*
Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-14
1
-1
/
+1
*
Replace the use of an int32* with an explicit profile for decoder configuration.
fischman@chromium.org
2011-09-01
1
-1
/
+1
*
Add movement information to PPB_MouseInputEvent.
yzshen@chromium.org
2011-08-31
1
-1
/
+2
*
Convert FileRefImpl and URLRequestInfo to shared_impl.
brettw@chromium.org
2011-08-26
1
-1
/
+3
*
Remove webkit::ppapi::Resource.
brettw@chromium.org
2011-08-24
1
-2
/
+0
*
Cleanup in the file chooser API.
brettw@chromium.org
2011-08-20
1
-1
/
+2
*
Removed config management from Graphics3D API. It will be better handled in t...
alokp@chromium.org
2011-08-16
1
-2
/
+0
*
Video Capture Pepper API
piman@chromium.org
2011-08-06
1
-0
/
+1
*
PPB_VideoDecoder_Dev::Initialize is now synchronous!
fischman@chromium.org
2011-07-29
1
-1
/
+4
*
Convert input event to interface version 1.0. Rename some of the mouse and
brettw@chromium.org
2011-07-20
1
-4
/
+4
*
Allow creation of input events. Revert changes to testing interface for
brettw@chromium.org
2011-07-19
1
-0
/
+22
*
Re-land r92885, which was reverted in r92891.
alokp@chromium.org
2011-07-19
1
-0
/
+4
*
Revert 92885 - Completed the implementation for PPB_Graphics3D interface.
alokp@chromium.org
2011-07-18
1
-4
/
+0
*
Completed the implementation for PPB_Graphics3D interface.
alokp@chromium.org
2011-07-18
1
-0
/
+4
*
Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...
sanga@chromium.org
2011-07-07
1
-2
/
+2
*
Re-land the reverted CL:
yzshen@chromium.org
2011-07-01
1
-0
/
+1
*
Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.
dpapad@chromium.org
2011-06-30
1
-1
/
+0
*
Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.
yzshen@chromium.org
2011-06-30
1
-0
/
+1
*
Make scrollbar GetThickness take a resource argument. This allows simlper
brettw@chromium.org
2011-06-23
1
-0
/
+2
[next]