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
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generalize Pepper CDM API decrypt and decode.
tomfinegan@chromium.org
2012-10-12
2
-48
/
+18
*
Add decoder de-initialization and reset to the Pepper CDM API.
tomfinegan@chromium.org
2012-10-12
3
-0
/
+87
*
Add PPAPI CDM video decoder initialization.
tomfinegan@chromium.org
2012-10-11
3
-4
/
+100
*
Implement plugin side of sync EnumerateVideoCaptureDevices
raymes@chromium.org
2012-10-11
1
-4
/
+24
*
Convert GPU blacklist to IDL.
brettw@chromium.org
2012-10-10
1
-0
/
+23
*
Introduce PPB_Flash_Font.
yzshen@chromium.org
2012-10-09
2
-0
/
+66
*
Convert PPB_Instance_Private interface to IDL
raymes@chromium.org
2012-10-08
1
-0
/
+61
*
Remove unused PPB_Flash_UDPSocket interface
raymes@chromium.org
2012-10-08
1
-58
/
+0
*
Convert UMA interface to IDL.
brettw@chromium.org
2012-10-05
1
-0
/
+48
*
Remove PP_FileInfo_Dev which appears to be unused.
raymes@chromium.org
2012-10-05
1
-1
/
+1
*
Allow pepper plugins to request the integrated GPU.
jbauman@chromium.org
2012-10-05
1
-1
/
+15
*
Convert InstancePrivate to IDL.
brettw@chromium.org
2012-10-04
1
-0
/
+37
*
Update PPP side of Pepper CDM API to support video decoding.
tomfinegan@chromium.org
2012-10-04
2
-27
/
+67
*
Update PPB side of Pepper CDM API to support video decoding.
tomfinegan@chromium.org
2012-10-03
2
-12
/
+78
*
Remove VideoLayer and LayerCompositor APIs.
brettw@chromium.org
2012-10-02
1
-146
/
+0
*
Add IDL file for PPP_VideoCapture_Dev.
yzshen@chromium.org
2012-10-02
1
-0
/
+64
*
Updated pp_touch_point.h docs in preparation for fixing the C++ docs (which a...
jond@chromium.org
2012-09-25
1
-19
/
+20
*
Changed "Pepper Audio API" to "Audio chapter in the Developer's Guide..."
jond@chromium.org
2012-09-21
2
-5
/
+6
*
Don't require a recreation of the context when fullscreening
jbauman@chromium.org
2012-09-19
1
-11
/
+18
*
We are removing checksum/HMAC in WebM spec for encrypted content.
fgalligan@chromium.org
2012-09-18
1
-7
/
+1
*
Return void from all PPP CDM API interface methods
tomfinegan@chromium.org
2012-09-13
1
-30
/
+5
*
Update PP_InputEvent_Modifier enum to match WebInputEvent::Modifiers
raymes@chromium.org
2012-09-11
1
-6
/
+8
*
This adds the plugin side of the resource only, as well as a unittest.
raymes@chromium.org
2012-09-07
1
-4
/
+32
*
AllowBroadcast() is exposed to NaCl.
ygorshenin@chromium.org
2012-08-31
1
-1
/
+32
*
PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread work
dmichael@chromium.org
2012-08-30
1
-1
/
+1
*
Hook up CDM calls in CdmWrapper.
xhwang@chromium.org
2012-08-28
1
-0
/
+25
*
Connect PpapiDecryptor and PluginInstance.
xhwang@chromium.org
2012-08-28
1
-1
/
+8
*
Add SetScale to PPB_WidgetDev, use scale for painting
jhorwich@chromium.org
2012-08-23
1
-1
/
+9
*
Modify the PPAPI CDM interface to pass more info.
tomfinegan@chromium.org
2012-08-22
3
-18
/
+178
*
Revert 152495 - Add SetScale to PPB_WidgetDev, use scale for painting
kinuko@chromium.org
2012-08-21
1
-9
/
+1
*
Add SetScale to PPB_WidgetDev, use scale for painting
jhorwich@chromium.org
2012-08-21
1
-1
/
+9
*
don't use COMPILER_MSVC in pp_macros.h
sbc@chromium.org
2012-08-21
1
-1
/
+1
*
Add PPAPI decryptor interfaces.
tomfinegan@chromium.org
2012-08-14
2
-0
/
+298
*
Add ability to load pnacl resources from DIR_PNACL_COMPONENT.
jvoung@google.com
2012-08-13
1
-2
/
+6
*
Retry "Add an interface for PNaCl to check if the session is incognito..."
jvoung@google.com
2012-08-06
1
-6
/
+10
*
Revert "Add an IPC for PNaCl to check if the session is incognito,"
jvoung@google.com
2012-08-03
1
-10
/
+6
*
Add an IPC for PNaCl to check if the session is incognito,
jvoung@google.com
2012-08-02
1
-6
/
+10
*
Add PP_FlashLSORestrictions to the list of settings supported by the Flash_Ge...
bauerb@chromium.org
2012-08-02
1
-1
/
+25
*
Add an interface for nacl to create delete-on-close temp files,
jvoung@google.com
2012-07-30
1
-2
/
+10
*
Factor out PP_FileHandle from ppb_flash_file into its
jvoung@google.com
2012-07-27
1
-0
/
+22
*
Add GetSitesWithData and FreeSiteList methods to PPP_Flash_BrowserOperations ...
bauerb@chromium.org
2012-07-27
1
-15
/
+39
*
Add a NaCl-Private interface for opening files in DIR_PNACL_COMPONENT.
jvoung@google.com
2012-07-23
1
-1
/
+8
*
Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports...
fischman@chromium.org
2012-07-23
1
-1
/
+1
*
Remove ppb_fullscreen_dev interface, as fullscreen has been out
nfullagar@google.com
2012-07-16
1
-47
/
+0
*
PPAPI: Add Quota info to PPB_FileSystem::Open doc
dmichael@chromium.org
2012-07-11
1
-1
/
+8
*
PPAPI: Add an API for setting a custom user agent for URL requests.
viettrungluu@chromium.org
2012-07-10
1
-1
/
+13
*
Plumb through the page focus lost event to Pepper plugins.
brettw@chromium.org
2012-06-30
1
-2
/
+10
*
Implement HiDPI support in Pepper dev interface
jhorwich@chromium.org
2012-06-28
2
-0
/
+89
*
Implement right-to-left text rendering in Pepper.
brettw@chromium.org
2012-06-28
2
-1
/
+21
*
This adds an interface for setting crash data from a plugin. It also provides...
raymes@chromium.org
2012-06-27
1
-1
/
+22
[next]