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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.
fischman@chromium.org
2011-07-15
9
-97
/
+55
*
Remove untrusted scripting support.
dmichael@chromium.org
2011-07-14
21
-573
/
+24
*
Removed MemAlloc and MemFree from PPB_Core
mball@google.com
2011-07-14
11
-73
/
+50
*
Trival lexer/parser changes for errors
noelallen@google.com
2011-07-14
2
-3
/
+4
*
Trivial ppapi/c headers changes
noelallen@google.com
2011-07-14
5
-13
/
+15
*
IDLNode cleanup and use of new IDLNamespace object
noelallen@google.com
2011-07-14
3
-171
/
+553
*
Split property system into it's own file.
noelallen@google.com
2011-07-14
1
-0
/
+196
*
Update generators owners file.
noelallen@google.com
2011-07-14
1
-0
/
+1
*
Hook up the network status notifications to out-of-process Pepper plugins.
brettw@chromium.org
2011-07-14
1
-0
/
+5
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-14
1
-0
/
+6
*
Add instrumentation and checks to help debugging plugins.
piman@chromium.org
2011-07-13
3
-1
/
+18
*
Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...
kbr@chromium.org
2011-07-13
1
-6
/
+0
*
Detect and expose loss of OpenGL context using GL_ARB_robustness.
kbr@chromium.org
2011-07-13
1
-0
/
+6
*
Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...
fischman@chromium.org
2011-07-13
8
-251
/
+78
*
Support overlapped calls of FileIO::{Read,Write}.
yzshen@chromium.org
2011-07-13
2
-3
/
+259
*
Reland http://codereview.chromium.org/7292033
dmichael@chromium.org
2011-07-13
20
-26
/
+55
*
Revert 92302 - First pass at revving stable pepper interfaces to 1.0.
dmichael@chromium.org
2011-07-13
19
-53
/
+24
*
First pass at revving stable pepper interfaces to 1.0.
dmichael@chromium.org
2011-07-13
19
-24
/
+53
*
Turn off scripting by default. If this sticks, a later CL will delete all the...
dmichael@chromium.org
2011-07-13
3
-16
/
+11
*
Updating the C++ PPAPI to use non-dev File interfaces.
sanga@chromium.org
2011-07-13
8
-91
/
+91
*
Make pp::CompletionCallback have a default constructor (which blocks),
jvoung@google.com
2011-07-13
4
-4
/
+20
*
Add a network state notification interface to Pepper. Some plugins will need
brettw@chromium.org
2011-07-12
2
-0
/
+28
*
Move the default Scrollbar implementation to 0.4 and update the C++ wrapper.
brettw@chromium.org
2011-07-12
2
-4
/
+4
*
Move the time conversion code to the PPAPI shared_impl directory and use it in
brettw@chromium.org
2011-07-12
4
-5
/
+84
*
Fix some uses of PPBoolToBool and BoolToPPBool that I either missed in the
brettw@chromium.org
2011-07-12
1
-2
/
+2
*
Add an example for using the URLLoader in streaming mode. This also avoids the
brettw@chromium.org
2011-07-12
6
-58
/
+262
*
Cleanup gles2 sample PPAPI plugin.
fischman@chromium.org
2011-07-12
2
-93
/
+76
*
Rollback r90712 (which was a partial rollback of r90660) to re-enable building
fischman@chromium.org
2011-07-12
1
-6
/
+2
*
Trivial changes to PPAPI headers
noelallen@google.com
2011-07-12
11
-98
/
+133
*
Remove temporary fixes for URLLoader synchronous error reporting. Fix an PPB_...
bbudge@google.com
2011-07-11
1
-9
/
+9
*
Make sure the ppapi include dirs are first in the include search path.
brettw@chromium.org
2011-07-11
1
-3
/
+3
*
Fix resolution of GetTimeTicks.
dmichael@chromium.org
2011-07-11
3
-0
/
+96
*
Remove the comments setting emands and vim tab width and expansion variables.
tony@chromium.org
2011-07-11
1
-7
/
+0
*
PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock.
polina@google.com
2011-07-09
3
-5
/
+3
*
Fix return statement in ppapi/cpp/input_event.cc
dmichael@chromium.org
2011-07-09
1
-1
/
+1
*
Add comments to explain PP_URLResponseProperty enum values and their use. See...
bbudge@chromium.org
2011-07-09
1
-10
/
+41
*
Reland http://codereview.chromium.org/7312008/
dmichael@chromium.org
2011-07-08
14
-38
/
+170
*
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
*
Revert 91859 - Porting ppapi_tests framework to postMessage.
dmichael@chromium.org
2011-07-08
13
-165
/
+37
*
Porting ppapi_tests framework to postMessage.
dmichael@chromium.org
2011-07-08
13
-37
/
+165
*
Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.
brettw@chromium.org
2011-07-08
29
-103
/
+70
*
New documentation for one of the file io headers.
jond@google.com
2011-07-07
1
-2
/
+62
*
All new file i/o documentation.
jond@google.com
2011-07-07
3
-88
/
+377
*
Trivial fixes to PPAPI
noelallen@google.com
2011-07-07
2
-2
/
+2
*
Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...
sanga@chromium.org
2011-07-07
30
-112
/
+117
*
Minor changes to Doxygen files
jond@google.com
2011-07-07
3
-38
/
+98
*
Allow C/C++ targets to be suffixed for use in Native Client checkout.
brettw@chromium.org
2011-07-07
3
-10
/
+21
*
Add interfaces for requesting and receiving input event resources.
brettw@chromium.org
2011-07-07
34
-80
/
+2019
*
Move PPB_Zoom and PPB_Messageing to the thunk system. Implement PPB_Messaging
brettw@chromium.org
2011-07-06
8
-0
/
+132
*
Add PPB_Memory_Dev to the proxy.
dspringer@chromium.org
2011-07-06
6
-14
/
+111
[prev]
[next]