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
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-1
/
+1
*
Update PPB_Flash_TCPSocket implementation to support force async callback.
yzshen@chromium.org
2011-07-25
1
-5
/
+5
*
Re-added decoder id to PPP_VideoDecoder_Dev methods
fischman@chromium.org
2011-07-22
2
-15
/
+25
*
Convert input event to interface version 1.0. Rename some of the mouse and
brettw@chromium.org
2011-07-20
3
-41
/
+253
*
Reland http://codereview.chromium.org/7452002/ again
dmichael@chromium.org
2011-07-20
3
-20
/
+1
*
Revert 93223 - Reland http://codereview.chromium.org/7452002/
dmichael@chromium.org
2011-07-20
3
-1
/
+20
*
Reland http://codereview.chromium.org/7452002/
dmichael@chromium.org
2011-07-20
3
-20
/
+1
*
Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.
dmichael@chromium.org
2011-07-20
3
-1
/
+20
*
Remove HandleInputEvent from PPP_Instance and freeze to 1.0.
dmichael@chromium.org
2011-07-20
3
-20
/
+1
*
Binding Graphics3D with Instance and OpenGLES2 interface.
alokp@chromium.org
2011-07-19
2
-0
/
+12
*
Allow creation of input events. Revert changes to testing interface for
brettw@chromium.org
2011-07-19
2
-0
/
+71
*
Update the widget API to use the new InputEvent resource rather than the old
brettw@chromium.org
2011-07-19
2
-5
/
+5
*
Create a way to iterate over instances in a module in the C++ wrapper.
brettw@chromium.org
2011-07-19
1
-1
/
+5
*
Removing file io, file ref, and file sytem from dev.
sanga@chromium.org
2011-07-19
3
-48
/
+0
*
Implemented cpp interface for PPB_Graphics3D_Dev. Needed to port gpu demos.
alokp@chromium.org
2011-07-19
2
-3
/
+69
*
Remove redundant size and type information from VideoDecode PPAPI
vrk@google.com
2011-07-19
4
-9
/
+7
*
Remove common.h from the build. This only included the bool converters which
brettw@chromium.org
2011-07-19
2
-41
/
+0
*
Clean up the file dev interfaces. The combination of some dev and some non
brettw@chromium.org
2011-07-15
8
-378
/
+12
*
Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.
fischman@chromium.org
2011-07-15
4
-37
/
+21
*
Remove untrusted scripting support.
dmichael@chromium.org
2011-07-14
7
-294
/
+16
*
Removed MemAlloc and MemFree from PPB_Core
mball@google.com
2011-07-14
4
-24
/
+16
*
Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...
fischman@chromium.org
2011-07-13
2
-54
/
+12
*
Updating the C++ PPAPI to use non-dev File interfaces.
sanga@chromium.org
2011-07-13
5
-18
/
+18
*
Make pp::CompletionCallback have a default constructor (which blocks),
jvoung@google.com
2011-07-13
2
-3
/
+18
*
Move the default Scrollbar implementation to 0.4 and update the C++ wrapper.
brettw@chromium.org
2011-07-12
1
-1
/
+1
*
Add an example for using the URLLoader in streaming mode. This also avoids the
brettw@chromium.org
2011-07-12
1
-58
/
+1
*
PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock.
polina@google.com
2011-07-09
1
-2
/
+2
*
Fix return statement in ppapi/cpp/input_event.cc
dmichael@chromium.org
2011-07-09
1
-1
/
+1
*
C++ File IO documentation. This is more-or-less a copy and paste from the C d...
jond@google.com
2011-07-08
3
-15
/
+222
*
Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.
brettw@chromium.org
2011-07-08
20
-78
/
+53
*
Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...
sanga@chromium.org
2011-07-07
3
-9
/
+9
*
Minor changes to Doxygen files
jond@google.com
2011-07-07
3
-38
/
+98
*
Add interfaces for requesting and receiving input event resources.
brettw@chromium.org
2011-07-07
6
-2
/
+556
*
Formatting changes.
jond@google.com
2011-07-06
11
-348
/
+455
*
Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc and
dspringer@chromium.org
2011-07-05
2
-0
/
+69
*
Re-land the reverted CL:
yzshen@chromium.org
2011-07-01
2
-0
/
+150
*
Add a flag field to PP_CompletionCallback to control if the callback should
polina@google.com
2011-06-30
18
-71
/
+153
*
Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.
dpapad@chromium.org
2011-06-30
2
-150
/
+0
*
Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.
yzshen@chromium.org
2011-06-30
2
-0
/
+150
*
This CL is oringialy http://codereview.chromium.org/7210027
sanga@chromium.org
2011-06-27
6
-0
/
+414
*
Don't copy the Graphics2D when binding a new one. This brings the
brettw@google.com
2011-06-24
2
-43
/
+83
*
New documentation for ppb_graphics_2d.h, graphics_2d.h, and image_data.h
jond@google.com
2011-06-23
2
-34
/
+299
*
audio.h: Fixed path
jond@google.com
2011-06-23
4
-6
/
+6
*
Make scrollbar GetThickness take a resource argument. This allows simlper
brettw@chromium.org
2011-06-23
1
-1
/
+1
*
Remove GetSelectedText. This is never called. It was leftover from before we
brettw@chromium.org
2011-06-16
2
-6
/
+0
*
Make the exception for ExecuteScript a regular Var instead of a VarPrivate.
brettw@chromium.org
2011-06-16
2
-3
/
+2
*
Improve documentation of PPP_Instance and PPP_ShutdownModule. In particular, ...
brettw@google.com
2011-06-15
1
-81
/
+181
*
ppapi: Fix the copy constructor for pp::Buffer_Dev.
thestig@chromium.org
2011-06-15
2
-8
/
+20
*
Add proper support for copy-constructed pp::Buffer_Dev's.
fischman@chromium.org
2011-06-14
1
-4
/
+7
*
Remove incorrect comments from the audio config headers.
elijahtaylor@google.com
2011-06-13
1
-3
/
+1
[next]