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
*
Rewrite PPB_AudioInput_Dev to use the new-style host/resource.
yzshen@chromium.org
2012-11-08
2
-106
/
+4
*
PPAPI: Make CompletionCallbacks work right on background threads.
dmichael@chromium.org
2012-11-08
2
-1
/
+6
*
Allow a video decoder object to be copied.
brettw@chromium.org
2012-11-07
2
-6
/
+1
*
Add more tests to ppapi/tests/test_image_data.cc, to facilitate
nfullagar@chromium.org
2012-11-01
2
-0
/
+20
*
Move flash clipboard to the new proxy and add custom format support
raymes@chromium.org
2012-11-01
2
-13
/
+70
*
Add type argument to pepper content decryptor method GenerateKeyRequest().
tomfinegan@chromium.org
2012-10-29
2
-6
/
+13
*
Add pepper content decryption audio decoding API.
tomfinegan@chromium.org
2012-10-19
2
-10
/
+34
*
PPAPI: Add a (trivial) C++ wrapper for PPB_CursorControl_Dev.
viettrungluu@chromium.org
2012-10-19
2
-0
/
+103
*
PPAPI: Add a (trivial) C++ wrapper for PPB_Crypto_Dev.
viettrungluu@chromium.org
2012-10-18
2
-0
/
+60
*
Update PluginInstance for decrypt-and-decode video.
xhwang@chromium.org
2012-10-18
1
-0
/
+1
*
Fix typo in comment in ppapi/cpp/dev/url_util_dev.h.
viettrungluu@chromium.org
2012-10-18
1
-1
/
+1
*
Implement host side of sync EnumerateVideoCaptureDevices
raymes@chromium.org
2012-10-16
2
-2
/
+34
*
PPAPI/Flapper: Add default constructor for pp::flash::FontFile.
viettrungluu@chromium.org
2012-10-12
2
-1
/
+6
*
Generalize Pepper CDM API decrypt and decode.
tomfinegan@chromium.org
2012-10-12
2
-12
/
+14
*
Add decoder de-initialization and reset to the Pepper CDM API.
tomfinegan@chromium.org
2012-10-12
2
-0
/
+54
*
Add PPAPI CDM video decoder initialization.
tomfinegan@chromium.org
2012-10-11
2
-0
/
+33
*
Ensure the Printing_Dev::GetDefaultPrintSettings callback is run even if no i...
raymes@chromium.org
2012-10-11
2
-7
/
+5
*
Introduce PPB_Flash_Font.
yzshen@chromium.org
2012-10-09
2
-0
/
+101
*
Update PPP side of Pepper CDM API to support video decoding.
tomfinegan@chromium.org
2012-10-04
2
-11
/
+12
*
Update PPB side of Pepper CDM API to support video decoding.
tomfinegan@chromium.org
2012-10-03
2
-3
/
+3
*
Add IDL file for PPP_VideoCapture_Dev.
yzshen@chromium.org
2012-10-02
1
-1
/
+1
*
Implement browser side of PPB_Printing resource.
raymes@chromium.org
2012-09-27
2
-14
/
+33
*
PPAPI: Removed space and extra line from audio_config.h
jond@chromium.org
2012-09-25
1
-2
/
+1
*
Use either 0.1 or 1.0 versions of PPBFlashFullscreen.
jbauman@chromium.org
2012-09-25
1
-11
/
+27
*
Don't require a recreation of the context when fullscreening
jbauman@chromium.org
2012-09-19
2
-8
/
+18
*
Return void from all PPP CDM API interface methods
tomfinegan@chromium.org
2012-09-13
2
-51
/
+46
*
Pepper WebSocket API: Fix memory leak issue
toyoshim@chromium.org
2012-09-12
5
-28
/
+30
*
Fix resource leaks in CDM implementation.
tomfinegan@chromium.org
2012-09-06
3
-2
/
+11
*
AllowBroadcast() is exposed to NaCl.
ygorshenin@chromium.org
2012-08-31
2
-32
/
+83
*
PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread work
dmichael@chromium.org
2012-08-30
1
-1
/
+1
*
ppapi: Make sure the touch-event interface is detected correctly.
sadrul@chromium.org
2012-08-30
1
-0
/
+11
*
Pepper: Add interface_name<> for touch events
jamescook@chromium.org
2012-08-26
1
-0
/
+4
*
Add SetScale to PPB_WidgetDev, use scale for painting
jhorwich@chromium.org
2012-08-23
2
-17
/
+43
*
Add a query function for the scaling feature.
brettw@chromium.org
2012-08-22
2
-7
/
+15
*
Modify the PPAPI CDM interface to pass more info.
tomfinegan@chromium.org
2012-08-22
2
-25
/
+38
*
Revert 152495 - Add SetScale to PPB_WidgetDev, use scale for painting
kinuko@chromium.org
2012-08-21
2
-43
/
+17
*
Add SetScale to PPB_WidgetDev, use scale for painting
jhorwich@chromium.org
2012-08-21
2
-17
/
+43
*
Add PPAPI decryptor implementation.
tomfinegan@chromium.org
2012-08-17
2
-0
/
+307
*
add missing case to switch
sbc@chromium.org
2012-08-09
1
-0
/
+1
*
PPAPI: Add missing const to AudioConfig::sample_frame_count().
viettrungluu@chromium.org
2012-08-09
1
-1
/
+1
*
PPAPI Flash: Remove support for PPB_Flash 12.0-12.2 and PPB_Flash_Clipboard 3...
viettrungluu@chromium.org
2012-07-17
2
-59
/
+10
*
Remove ppb_fullscreen_dev interface, as fullscreen has been out
nfullagar@google.com
2012-07-16
2
-80
/
+0
*
Add support for threadsafe completion callback factory.
brettw@chromium.org
2012-07-13
2
-0
/
+10
*
PPAPI: Add console logging methods to pp::InstancePrivate.
viettrungluu@chromium.org
2012-07-12
2
-6
/
+41
*
PPAPI (Flash): Fix FileModuleLocal::GetDirContents().
viettrungluu@chromium.org
2012-07-12
2
-4
/
+13
*
PPAPI: Add Quota info to PPB_FileSystem::Open doc
dmichael@chromium.org
2012-07-11
1
-2
/
+8
*
PPAPI: Add an API for setting a custom user agent for URL requests.
viettrungluu@chromium.org
2012-07-10
1
-2
/
+20
*
Plumb through the page focus lost event to Pepper plugins.
brettw@chromium.org
2012-06-30
1
-5
/
+15
*
Implement HiDPI support in Pepper dev interface
jhorwich@chromium.org
2012-06-28
4
-0
/
+161
*
This adds an interface for setting crash data from a plugin. It also provides...
raymes@chromium.org
2012-06-27
2
-2
/
+26
[next]