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
*
Implementation for Pepper C++ Video Decoder API (wrapper on top of C API).
vmr@chromium.org
2011-06-03
3
-50
/
+60
*
Fix a bug in the Broker proxy thunk that breaks the Connect callback when run...
ddorwin@chromium.org
2011-06-02
1
-2
/
+2
*
Fixed handling of a non-NULL attrib_list in PPB_Surface3D Proxy's Create().
ddorwin@chromium.org
2011-06-02
1
-5
/
+8
*
Add idl_c_proto for generating 'C' style prototypes from IDL
noelallen@google.com
2011-06-02
8
-29
/
+470
*
Script is always a string, so it was silly of me to make it VarPrivate.
dmichael@chromium.org
2011-06-01
2
-3
/
+2
*
Convert more interfaces to the new thunk system. This goes up to and including
brettw@chromium.org
2011-06-01
50
-541
/
+1366
*
Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...
thestig@chromium.org
2011-06-01
50
-1366
/
+541
*
Convert more interfaces to the new thunk system. This goes up to and including
brettw@chromium.org
2011-06-01
50
-541
/
+1366
*
Fix PPAPITest.DirectoryReader:
yzshen@chromium.org
2011-05-31
1
-52
/
+90
*
Cleaned up PostMessage documentation
jond@google.com
2011-05-31
2
-40
/
+49
*
Small fix on Pepper Video Decoder API data types.
vmr@chromium.org
2011-05-31
1
-4
/
+16
*
Give FunctionGroupBase a virtual destructor.
thakis@chromium.org
2011-05-31
1
-0
/
+2
*
Fix up a couple of things we missed for the ppapi scripting yak shave.
dmichael@chromium.org
2011-05-28
3
-3
/
+13
*
Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.
brettw@chromium.org
2011-05-27
34
-312
/
+941
*
Remove scripting from pp::Var with an opt-in compiler predefine.
dmichael@chromium.org
2011-05-27
2
-30
/
+50
*
Add a new function to run and claer a completion callback. This is a common
brettw@chromium.org
2011-05-27
6
-18
/
+28
*
Fix PPAPITest.Transport flakiness.
sergeyu@chromium.org
2011-05-26
1
-26
/
+46
*
Remove extra comma added in r86896.
msw@chromium.org
2011-05-26
1
-1
/
+1
*
Add PP_Bool conversion functions to pp_bool.h as disussed on the mailing list.
brettw@chromium.org
2011-05-26
1
-0
/
+16
*
Add new PDF plugin resources for print preview.
thestig@chromium.org
2011-05-26
1
-1
/
+4
*
Use the WebKit default fonts when specifying generic font families.
brettw@chromium.org
2011-05-26
12
-12
/
+192
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
1
-1
/
+1
*
Add initialization callback support for Video Decoder PPAPI.
vrk@google.com
2011-05-25
4
-5
/
+9
*
Proxy PPB_Instance_Private and PPP_Instance_Private.
dmichael@chromium.org
2011-05-25
8
-0
/
+347
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
1
-1
/
+1
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
1
-1
/
+1
*
Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag).
dmichael@chromium.org
2011-05-24
5
-71
/
+87
*
Don't re-enter when destroying FlashNetConnector
piman@google.com
2011-05-24
1
-2
/
+17
*
Adjust PPAPI tests so they can also be run in the NaCl build using PyAuto.
cstefansen@google.com
2011-05-23
5
-18
/
+66
*
Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...
tony@chromium.org
2011-05-23
2
-2
/
+2
*
Fix PP_FileOpenFlags_Dev handling:
yzshen@chromium.org
2011-05-23
3
-18
/
+234
*
Fix PPAPI ui_tests.
piman@google.com
2011-05-20
4
-7
/
+8
*
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
14
-114
/
+243
*
Add a test that passes an extra parameter, make sure nothing happens.
dmichael@chromium.org
2011-05-18
2
-0
/
+27
*
Added new utility name 'html2ezt.py' to fix-up Doxygen htmls files for EZT
mball@google.com
2011-05-18
4
-4
/
+145
*
Adding documentation directory, new Doxyfile, DoxygenLayout.xml. These change...
jond@google.com
2011-05-17
11
-0
/
+2778
*
No longer need these files. One is for CPP (shouldn't be here) and the other
jond@google.com
2011-05-17
2
-388
/
+0
*
Updated PPAPI Video Decoder CPP interface to reflect the status of C API.
vmr@chromium.org
2011-05-16
3
-151
/
+132
*
Add some missing header files and fix a template parameter to fix compiler wa...
mdm@chromium.org
2011-05-16
1
-1
/
+2
*
Add idl_option
noelallen@google.com
2011-05-15
4
-87
/
+161
*
Fix event dispatching for PPB_Messaging::PostMessage. I asked Adam about the...
dmichael@chromium.org
2011-05-13
4
-72
/
+143
*
Convert audio-related messages to the new thunk/API system for Pepper.
brettw@chromium.org
2011-05-13
55
-407
/
+784
*
Implement VideoDecoder IPC hooks from plugin to GPU process
vrk@google.com
2011-05-13
4
-15
/
+14
*
Workarround so that the example plugin does not crash
cpu@chromium.org
2011-05-12
1
-0
/
+2
*
Don't send ReleaseResource notifications to the browser for fonts. They have
brettw@chromium.org
2011-05-11
1
-2
/
+4
*
Update VideoDecode PPAPI structs to be consistent with media structures, part 1
vrk@google.com
2011-05-10
5
-178
/
+96
*
Make the Pepper proxy support in-process font rendering.
brettw@chromium.org
2011-05-10
34
-494
/
+705
*
Keep a reference to the module when handling PPB_Flash::Navigate
piman@google.com
2011-05-10
3
-8
/
+12
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-10
2
-14
/
+14
[next]