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
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pepper: Add a test for PPB_TCPSocket_Private.
viettrungluu@chromium.org
2011-11-15
2
-6
/
+8
*
Pepper: Add tests for the PPB_NetAddress_Private interface.
viettrungluu@chromium.org
2011-11-11
2
-0
/
+8
*
Cleanup: Remove unneeded forward declarations in ppapi.
thestig@chromium.org
2011-11-11
9
-24
/
+4
*
IDL for WebSocket Pepper API.
toyoshim@chromium.org
2011-11-11
1
-0
/
+135
*
Some description changes and documentation for logging.h
jond@google.com
2011-11-10
4
-4
/
+28
*
pp::NetAddress -> pp::NetAddressPrivate.
viettrungluu@chromium.org
2011-11-10
2
-11
/
+12
*
Make the Pepper Flash net address just private, not Flash-specific.
viettrungluu@chromium.org
2011-11-10
10
-141
/
+131
*
Re-land r109086: Add private Pepper API for dealing with PP_Flash_NetAddress.
viettrungluu@chromium.org
2011-11-09
2
-0
/
+119
*
Revert 109160 - Revert 109153 - Revert 109086 - Add private Pepper API for de...
binji@chromium.org
2011-11-09
2
-119
/
+0
*
Revert 109153 - Revert 109086 - Add private Pepper API for dealing with PP_Fl...
viettrungluu@chromium.org
2011-11-09
2
-0
/
+119
*
Revert 109086 - Add private Pepper API for dealing with PP_Flash_NetAddress.
thakis@chromium.org
2011-11-09
2
-119
/
+0
*
Add private Pepper API for dealing with PP_Flash_NetAddress.
viettrungluu@chromium.org
2011-11-08
2
-0
/
+119
*
Add a three parameter (plus method) callback factory.
sehr@google.com
2011-11-02
1
-0
/
+106
*
Update comments of PPB_MouseInputEvent.GetMovement.
yzshen@chromium.org
2011-11-02
1
-3
/
+3
*
New and updated documentation.
jond@google.com
2011-10-24
2
-82
/
+118
*
Clone of http://codereview.chromium.org/8372020/
bradnelson@google.com
2011-10-24
1
-0
/
+3
*
Move PPB/PPP_MouseLock out of dev/.
yzshen@chromium.org
2011-10-16
2
-32
/
+31
*
PPAPI Fullscreen: move out of Dev.
polina@google.com
2011-10-14
2
-0
/
+79
*
Pepper: Add a C++ wrapper for the trusted file chooser.
viettrungluu@chromium.org
2011-10-13
3
-3
/
+94
*
Convert video capture/decoder stuff to IDL.
brettw@chromium.org
2011-10-07
3
-6
/
+6
*
Additional update on Pepper IME API and boilerplate thunk/proxy implementation.
kinaba@chromium.org
2011-09-29
4
-25
/
+18
*
Add IsScalingDisabled and PP_PRINTOUTPUTFORMAT_EMF to pepper printing interface.
vandebo@chromium.org
2011-09-28
2
-1
/
+13
*
Revert 102897 - Additional update on Pepper IME API and boilerplate thunk/pro...
kinaba@chromium.org
2011-09-27
4
-18
/
+25
*
Additional update on Pepper IME API and boilerplate thunk/proxy implementation.
kinaba@chromium.org
2011-09-27
4
-25
/
+18
*
Add Pepper API to use UDP
mtilburg@adobe.com
2011-09-26
2
-0
/
+112
*
Add a default contrustor to the FileSystem wrapper.
brettw@chromium.org
2011-09-20
2
-0
/
+7
*
Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.
brettw@chromium.org
2011-09-20
2
-0
/
+79
*
Declarations for Pepper IME API.
kinaba@chromium.org
2011-09-16
4
-0
/
+243
*
Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-15
2
-3
/
+3
*
Revert 101189 - Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-14
2
-3
/
+3
*
Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-14
2
-3
/
+3
*
Use Instance* in the Graphics3D constructor rather than Instance&, for
brettw@chromium.org
2011-09-13
2
-4
/
+140
*
Remove executable permission.
yzshen@chromium.org
2011-09-08
2
-0
/
+0
*
Introduce a new Pepper interface: PPB/PPP_MouseLock.
yzshen@chromium.org
2011-09-08
2
-0
/
+120
*
reconstitute moving 3d out of dev CL. (previous attempt was reverted)
nfullagar@google.com
2011-09-07
9
-110
/
+110
*
Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.
nfullagar@google.com
2011-09-06
9
-110
/
+110
*
Move PPAPI graphics3d and opengles interfaces out of Dev.
nfullagar@google.com
2011-09-06
9
-110
/
+110
*
Add comment to PPB_MouseInputEvent version 1.1 that GetMovement hasn't been s...
yzshen@chromium.org
2011-09-06
1
-0
/
+4
*
Replace the use of an int32* with an explicit profile for decoder configuration.
fischman@chromium.org
2011-09-01
2
-10
/
+10
*
Add note about blocking completion callbacks on the main thread.
dmichael@chromium.org
2011-08-31
1
-4
/
+7
*
Add movement information to PPB_MouseInputEvent.
yzshen@chromium.org
2011-08-31
2
-5
/
+24
*
Fixed spelling errors and changed all references to PP_Resource to be the
jond@google.com
2011-08-31
6
-10
/
+15
*
Changed all @code to <code> and @endcode to </code> as per dmichael. Adding P...
jond@google.com
2011-08-30
6
-83
/
+26
*
Allow both Context3D and Graphics3D with the video decoder
piman@chromium.org
2011-08-30
2
-3
/
+17
*
ppapi: Make 0.4 the default for PPP_Printing_Dev, leave backwards-compat.
dmichael@chromium.org
2011-08-29
2
-17
/
+0
*
Add SetProperti() in the PPB_Transport_Dev interface.
sergeyu@chromium.org
2011-08-26
2
-0
/
+9
*
Changing all True to true and all False to false as per dmichael.
jond@google.com
2011-08-23
2
-27
/
+27
*
Fixed references such that all begin "Refer to xyz for further information."
jond@google.com
2011-08-23
3
-9
/
+14
*
I think I need a rubber stamp LGTM from you.
jond@google.com
2011-08-22
1
-125
/
+322
*
Cleanup in the file chooser API.
brettw@chromium.org
2011-08-20
2
-9
/
+48
[next]