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
/
c
/
dev
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add version-specific defines for each C interface.
brettw@chromium.org
2011-04-27
29
-29
/
+64
*
Add an initial crypto interface to fill a given buffer with random data. This
brettw@chromium.org
2011-04-20
1
-0
/
+21
*
Draft version of the HW video decode tester and few other changes.
scherkus@chromium.org
2011-04-14
1
-6
/
+7
*
1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...
polina@google.com
2011-04-11
1
-4
/
+4
*
Reupload of http://codereview.chromium.org/6801053/
dmichael@chromium.org
2011-04-08
2
-145
/
+0
*
Added and partially implemented entry points for PPB_GRAPHICS_3D.
alokp@chromium.org
2011-04-07
1
-0
/
+1
*
Pepper3D API change - merging PPB_Surface3D and PPB_Context3D into PPB_Graphi...
alokp@chromium.org
2011-04-07
2
-22
/
+137
*
Add GetPluginURL to PPB_URLUtil_Dev
piman@google.com
2011-03-31
1
-1
/
+12
*
Checking in major revision of Pepper video decode APIs.
scherkus@chromium.org
2011-03-31
3
-353
/
+538
*
Fix up some types in the API.
neb@chromium.org
2011-03-28
1
-2
/
+2
*
A proposal and implementation for an initial postMessage interface. These in...
dmichael@google.com
2011-03-23
2
-0
/
+145
*
Add an (unimplemented) API for getting the available list of font families on
brettw@chromium.org
2011-03-19
1
-0
/
+45
*
Add a console interface for logging to the JS console from a PPAPI plugin.
brettw@chromium.org
2011-03-11
1
-0
/
+45
*
Clarify/fix fullscreen semantics, and add GetScreenSize
piman@google.com
2011-03-08
1
-5
/
+14
*
Adding missing forward declaration of struct PP_CompletionCallback.
brettw@chromium.org
2011-03-04
1
-0
/
+2
*
Implement the grab/grabbing cursors (for Mac/GTK).
avi@chromium.org
2011-03-02
2
-2
/
+4
*
Add PPB_URLUtil_Dev::GetDocumentURL
piman@google.com
2011-03-02
1
-21
/
+29
*
Pin the PPAPI custom cursor value. PPAPI is intended to be frozen, so make sp...
avi@chromium.org
2011-02-24
1
-3
/
+3
*
Pepper: Increment the version numbers for PPB_{FileRef,FileSystem}_Dev.
viettrungluu@chromium.org
2011-02-23
2
-3
/
+3
*
Add some files to the C compilation test, and fix the stuff that wasn't C com...
dmichael@google.com
2011-02-23
1
-5
/
+5
*
Implement the filesystem proxy. This allows the FileRef tests (the ones which
brettw@chromium.org
2011-02-21
3
-6
/
+25
*
Implement proxying for FileRef and FileChooser.
brettw@chromium.org
2011-02-17
1
-8
/
+2
*
Basic implementation of Pepper Transport API.
sergeyu@chromium.org
2011-02-16
1
-16
/
+18
*
Revert 75003 - Basic implementation of Pepper Transport API.
sergeyu@chromium.org
2011-02-15
1
-18
/
+16
*
Basic implementation of Pepper Transport API.
sergeyu@chromium.org
2011-02-15
1
-16
/
+18
*
Implement proxy for FlashMenu and Run/QuitMessageLoop
piman@google.com
2011-02-15
1
-3
/
+3
*
Pepper GLES fixes to support 3D in NaCl.
neb@chromium.org
2011-02-11
1
-3
/
+4
*
Revert the accidentially changed auto-generated files.
jochen@chromium.org
2011-02-10
1
-1
/
+1
*
Only invoke WebKit methods in browsing data helpers on the WEBKIT thread.
jochen@chromium.org
2011-02-10
1
-1
/
+1
*
Rent syncemove all uses of the global Dispatcher Get function.
brettw@chromium.org
2011-02-08
1
-1
/
+1
*
Pepper: Make PPB_FileChooser_Dev::Show "return" PP_ERROR_USERCANCEL if no fil...
viettrungluu@chromium.org
2011-02-07
1
-3
/
+5
*
Include what you use in ppb_context_3d_trusted_dev
neb@chromium.org
2011-01-29
1
-0
/
+2
*
Implements PPB_Context3DTrusted_Dev. Also add CreateRaw/Initialize for proxy
piman@google.com
2011-01-28
1
-1
/
+14
*
Refactor PPAPI proxy resource handling to maintain which host they came from,
brettw@chromium.org
2011-01-27
1
-2
/
+2
*
Include what you use in ppb_surface_3d_dev.h.
neb@chromium.org
2011-01-26
1
-0
/
+1
*
PPB_Context3D_Trusted interface.
neb@chromium.org
2011-01-26
1
-0
/
+78
*
First pass at making the proxy handle multiple renderers. This associates the
brettw@chromium.org
2011-01-21
2
-6
/
+11
*
Remove dev/audio, dev/audio_config, and dev/audio_trusted
nfullagar@google.com
2011-01-20
3
-220
/
+0
*
Make PP_Resources associated with the Instance rather than the module. This
brettw@chromium.org
2011-01-15
5
-11
/
+13
*
Revert of revert 69309 - switch handles to 32 bit in PPAPI.
neb@chromium.org
2011-01-14
30
-42
/
+35
*
Add an instance parameter to var objects, audio, and the 2D API. This replace...
brettw@chromium.org
2011-01-07
2
-5
/
+13
*
Expose Map/UnmapTexSubImage2DCHROMIUM to pepper plugins
piman@google.com
2011-01-07
1
-0
/
+41
*
Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...
alokp@chromium.org
2010-12-28
2
-5
/
+112
*
Added ppapi::Context3D interface. The API has already been reviewed. I am add...
alokp@chromium.org
2010-12-23
4
-71
/
+382
*
Fix comment on trusted File IO method to indicate that HANDLE is returned on ...
bbudge@google.com
2010-12-22
1
-4
/
+5
*
Moved the logic of maintaining the current context to gles2 helper library.
alokp@chromium.org
2010-12-21
2
-173
/
+232
*
Change ppapi C++ comment style into C.
neb@chromium.org
2010-12-20
37
-187
/
+221
*
Integrate NaCl Head - Revert 69309 to restore 64b handles in PPAPI
noelallen@google.com
2010-12-18
32
-37
/
+44
*
Revert 69511 - Make Graphics3D::SwapBuffers take a completion callback
piman@google.com
2010-12-17
1
-8
/
+3
*
Make Graphics3D::SwapBuffers take a completion callback
piman@google.com
2010-12-17
1
-3
/
+8
[next]