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
*
Cleanup in the file chooser API.
brettw@chromium.org
2011-08-20
1
-40
/
+70
*
Removed PPB_Graphics3D::GetString(). Versioning should be handled in pepper a...
alokp@chromium.org
2011-08-16
2
-29
/
+2
*
Removed config management from Graphics3D API. It will be better handled in t...
alokp@chromium.org
2011-08-16
3
-235
/
+64
*
Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...
jam@chromium.org
2011-08-10
2
-5
/
+35
*
Implement PPAPI VideoDecode out-of-process support
vrk@chromium.org
2011-08-06
1
-0
/
+2
*
Video Capture Pepper API
piman@chromium.org
2011-08-06
3
-0
/
+209
*
Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.
alokp@chromium.org
2011-08-01
1
-2
/
+14
*
PPAPI interface for reading the enterprise policy as a big JSON blob.
ajwong@chromium.org
2011-07-30
2
-0
/
+57
*
PPB_VideoDecoder_Dev::Initialize is now synchronous!
fischman@chromium.org
2011-07-29
1
-23
/
+9
*
Re-added decoder id to PPP_VideoDecoder_Dev methods
fischman@chromium.org
2011-07-22
1
-9
/
+20
*
Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.
fischman@chromium.org
2011-07-20
3
-26
/
+16
*
Allow creation of input events. Revert changes to testing interface for
brettw@chromium.org
2011-07-19
1
-11
/
+2
*
Update the widget API to use the new InputEvent resource rather than the old
brettw@chromium.org
2011-07-19
2
-7
/
+14
*
Removing file io, file ref, and file sytem from dev.
sanga@chromium.org
2011-07-19
4
-92
/
+0
*
Remove redundant size and type information from VideoDecode PPAPI
vrk@google.com
2011-07-19
3
-50
/
+10
*
Re-land r92885, which was reverted in r92891.
alokp@chromium.org
2011-07-19
1
-0
/
+104
*
Revert 92885 - Completed the implementation for PPB_Graphics3D interface.
alokp@chromium.org
2011-07-18
1
-104
/
+0
*
Completed the implementation for PPB_Graphics3D interface.
alokp@chromium.org
2011-07-18
1
-0
/
+104
*
Clean up the file dev interfaces. The combination of some dev and some non
brettw@chromium.org
2011-07-15
4
-235
/
+10
*
Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.
fischman@chromium.org
2011-07-15
2
-29
/
+13
*
Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...
fischman@chromium.org
2011-07-13
2
-162
/
+49
*
Add a network state notification interface to Pepper. Some plugins will need
brettw@chromium.org
2011-07-12
1
-0
/
+27
*
Move the default Scrollbar implementation to 0.4 and update the C++ wrapper.
brettw@chromium.org
2011-07-12
1
-3
/
+3
*
Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...
sanga@chromium.org
2011-07-07
1
-2
/
+2
*
Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc and
dspringer@chromium.org
2011-07-05
1
-0
/
+51
*
Add a flag field to PP_CompletionCallback to control if the callback should
polina@google.com
2011-06-30
10
-30
/
+26
*
Make scrollbar GetThickness take a resource argument. This allows simlper
brettw@chromium.org
2011-06-23
1
-2
/
+24
*
Convert most remaining resources to use the API/thunk system. The significant
brettw@chromium.org
2011-06-22
1
-0
/
+1
*
Move the video decoder and video layer to the new API/thunk system.
brettw@chromium.org
2011-06-18
2
-70
/
+26
*
Update PPP_Printing_Dev to always make both versions of types available.
dmichael@chromium.org
2011-06-17
1
-47
/
+101
*
Implement AssignGLESBuffers for VideoDecode PPAPI
vrk@google.com
2011-06-10
3
-15
/
+27
*
Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI
davemoore@chromium.org
2011-06-10
3
-27
/
+15
*
Implement AssignGLESBuffers for VideoDecode PPAPI
vrk@google.com
2011-06-10
3
-15
/
+27
*
Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i...
polina@google.com
2011-06-06
2
-24
/
+30
*
Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi...
thakis@chromium.org
2011-06-04
2
-30
/
+24
*
PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't
polina@google.com
2011-06-04
2
-24
/
+30
*
Implementation for Pepper C++ Video Decoder API (wrapper on top of C API).
vmr@chromium.org
2011-06-03
1
-5
/
+5
*
Small fix on Pepper Video Decoder API data types.
vmr@chromium.org
2011-05-31
1
-4
/
+16
*
Use the WebKit default fonts when specifying generic font families.
brettw@chromium.org
2011-05-26
1
-3
/
+16
*
Add initialization callback support for Video Decoder PPAPI.
vrk@google.com
2011-05-25
1
-3
/
+5
*
Change PPP_Printing_Dev QuerySupportedFormats to not require MemAlloc and Mem...
dmichael@chromium.org
2011-05-19
1
-9
/
+71
*
Support getting the font list in Pepper. This currently only works out of
brettw@chromium.org
2011-05-18
1
-71
/
+125
*
Updated PPAPI Video Decoder CPP interface to reflect the status of C API.
vmr@chromium.org
2011-05-16
1
-0
/
+46
*
Implement VideoDecoder IPC hooks from plugin to GPU process
vrk@google.com
2011-05-13
3
-13
/
+12
*
Update VideoDecode PPAPI structs to be consistent with media structures, part 1
vrk@google.com
2011-05-10
3
-170
/
+92
*
Pepper video layer API
hclam@chromium.org
2011-04-29
3
-0
/
+192
*
Rework FlushSync to return early if commands have been processed since the la...
piman@google.com
2011-04-28
1
-2
/
+14
*
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
[next]