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
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
-85
/
+1
*
PPAPI: Make CompletionCallbacks work right on background threads.
dmichael@chromium.org
2012-11-08
1
-19
/
+69
*
Convert PPB_Crypto_Dev to IDL.
teravest@chromium.org
2012-11-08
1
-2
/
+19
*
Return IPC proxy startup result codes so NaCl plugin can default to SRPC corr...
bbudge@chromium.org
2012-11-08
1
-3
/
+5
*
Convert NetworkState to IDL.
teravest@chromium.org
2012-11-07
1
-4
/
+23
*
Remove C++-style comments from C headers.
sbc@chromium.org
2012-11-06
2
-6
/
+6
*
Add more tests to ppapi/tests/test_image_data.cc, to facilitate
nfullagar@chromium.org
2012-11-01
1
-2
/
+5
*
Move flash clipboard to the new proxy and add custom format support
raymes@chromium.org
2012-11-01
1
-20
/
+33
*
Pass PPAPI permissions to NaClProcessHost and HostDispatcher when starting up.
bbudge@chromium.org
2012-11-01
1
-6
/
+9
*
Add type argument to pepper content decryptor method GenerateKeyRequest().
tomfinegan@chromium.org
2012-10-29
2
-14
/
+18
*
Add support for additional a/v decoders to Pepper CDM API.
tomfinegan@chromium.org
2012-10-27
1
-4
/
+13
*
Cache more information when launching NaCl sel_ldr, and pass 'Dev' interface
bbudge@chromium.org
2012-10-23
1
-2
/
+3
*
Encrypted Media: Return and handle NeedMoreData correctly.
xhwang@chromium.org
2012-10-23
3
-18
/
+19
*
Change the way we generate versions.
noelallen@chromium.org
2012-10-23
1
-1
/
+1
*
Add pepper content decryption audio decoding API.
tomfinegan@chromium.org
2012-10-19
3
-30
/
+125
*
Generalize Pepper CDM API decrypt and decode.
tomfinegan@chromium.org
2012-10-12
2
-60
/
+20
*
Add decoder de-initialization and reset to the Pepper CDM API.
tomfinegan@chromium.org
2012-10-12
3
-3
/
+89
*
Add PPAPI CDM video decoder initialization.
tomfinegan@chromium.org
2012-10-11
3
-13
/
+115
*
Implement plugin side of sync EnumerateVideoCaptureDevices
raymes@chromium.org
2012-10-11
1
-4
/
+55
*
Convert GPU blacklist to IDL.
brettw@chromium.org
2012-10-10
1
-7
/
+37
*
Introduce PPB_Flash_Font.
yzshen@chromium.org
2012-10-09
3
-22
/
+114
*
Convert PPB_Instance_Private interface to IDL
raymes@chromium.org
2012-10-08
1
-5
/
+12
*
Remove unused PPB_Flash_UDPSocket interface
raymes@chromium.org
2012-10-08
1
-78
/
+0
*
Remove unused PPP_CursorControl_Dev
raymes@chromium.org
2012-10-08
1
-19
/
+0
*
Convert UMA interface to IDL.
brettw@chromium.org
2012-10-05
1
-7
/
+32
*
Remove PP_FileInfo_Dev which appears to be unused.
raymes@chromium.org
2012-10-05
1
-15
/
+0
*
Allow pepper plugins to request the integrated GPU.
jbauman@chromium.org
2012-10-05
1
-3
/
+17
*
Convert InstancePrivate to IDL.
brettw@chromium.org
2012-10-04
1
-9
/
+16
*
Update PPP side of Pepper CDM API to support video decoding.
tomfinegan@chromium.org
2012-10-04
2
-33
/
+83
*
Update PPB side of Pepper CDM API to support video decoding.
tomfinegan@chromium.org
2012-10-03
2
-19
/
+93
*
Remove VideoLayer and LayerCompositor APIs.
brettw@chromium.org
2012-10-02
2
-243
/
+0
*
Add IDL file for PPP_VideoCapture_Dev.
yzshen@chromium.org
2012-10-02
1
-7
/
+23
*
Updated pp_touch_point.h docs in preparation for fixing the C++ docs (which a...
jond@chromium.org
2012-09-25
1
-20
/
+21
*
Changed "Pepper Audio API" to "Audio chapter in the Developer's Guide..."
jond@chromium.org
2012-09-21
2
-7
/
+8
*
Don't require a recreation of the context when fullscreening
jbauman@chromium.org
2012-09-19
1
-14
/
+17
*
We are removing checksum/HMAC in WebM spec for encrypted content.
fgalligan@chromium.org
2012-09-18
1
-7
/
+2
*
Return void from all PPP CDM API interface methods
tomfinegan@chromium.org
2012-09-13
1
-39
/
+13
*
Update PP_InputEvent_Modifier enum to match WebInputEvent::Modifiers
raymes@chromium.org
2012-09-11
1
-2
/
+4
*
This adds the plugin side of the resource only, as well as a unittest.
raymes@chromium.org
2012-09-07
1
-6
/
+34
*
AllowBroadcast() is exposed to NaCl.
ygorshenin@chromium.org
2012-08-31
1
-4
/
+61
*
PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread work
dmichael@chromium.org
2012-08-30
1
-2
/
+2
*
Hook up CDM calls in CdmWrapper.
xhwang@chromium.org
2012-08-28
1
-1
/
+26
*
Connect PpapiDecryptor and PluginInstance.
xhwang@chromium.org
2012-08-28
1
-2
/
+8
*
Add SetScale to PPB_WidgetDev, use scale for painting
jhorwich@chromium.org
2012-08-23
1
-4
/
+19
*
Modify the PPAPI CDM interface to pass more info.
tomfinegan@chromium.org
2012-08-22
3
-30
/
+223
*
Revert 152495 - Add SetScale to PPB_WidgetDev, use scale for painting
kinuko@chromium.org
2012-08-21
1
-19
/
+4
*
Add SetScale to PPB_WidgetDev, use scale for painting
jhorwich@chromium.org
2012-08-21
1
-4
/
+19
*
don't use COMPILER_MSVC in pp_macros.h
sbc@chromium.org
2012-08-21
1
-3
/
+3
*
Add PPAPI decryptor interfaces.
tomfinegan@chromium.org
2012-08-14
2
-0
/
+335
*
Add ability to load pnacl resources from DIR_PNACL_COMPONENT.
jvoung@google.com
2012-08-13
1
-2
/
+5
[next]