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
*
Removed PPB_Graphics3D::GetString(). Versioning should be handled in pepper a...
alokp@chromium.org
2011-08-16
2
-11
/
+0
*
Removed config management from Graphics3D API. It will be better handled in t...
alokp@chromium.org
2011-08-16
2
-31
/
+0
*
Implement PPB_Flash_TCPSocket.InitiateSSL.
yzshen@chromium.org
2011-08-16
2
-6
/
+9
*
Small changes such as spacing and adding [in/out] identifiers after @params.
jond@google.com
2011-08-16
13
-107
/
+276
*
Missed some items to document here. New documentation.
jond@google.com
2011-08-16
1
-39
/
+76
*
ppapi: fix outdated comment in cpp header.
polina@google.com
2011-08-12
1
-2
/
+1
*
New C++ Docs.
jond@google.com
2011-08-11
4
-148
/
+269
*
Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...
jam@chromium.org
2011-08-10
5
-1
/
+27
*
C++ File IO documentation.
jond@google.com
2011-08-09
3
-23
/
+29
*
New instance.h documentation
jond@google.com
2011-08-09
1
-126
/
+136
*
C++ documentation for URL Loading classes
jond@google.com
2011-08-09
3
-16
/
+485
*
Fixed some basic tag issues (missing /code endings, etc.).
jond@google.com
2011-08-09
3
-11
/
+11
*
C++ wrappers for PPB_VideoCapture_Dev
piman@google.com
2011-08-09
6
-0
/
+208
*
PPAPI: header comments on when PPP_Instance::DidDestroy and PPP_ShutdownModule
polina@google.com
2011-08-08
1
-5
/
+6
*
Fix some egregious bugs in Var.
brettw@chromium.org
2011-08-05
3
-13
/
+20
*
New Var.h documentation. Some docs are absent as I wasn't sure what they did.
jond@google.com
2011-08-01
1
-58
/
+178
*
Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.
alokp@chromium.org
2011-08-01
2
-0
/
+10
*
PPB_VideoDecoder_Dev::Initialize is now synchronous!
fischman@chromium.org
2011-07-29
2
-22
/
+9
*
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
[next]