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
*
Update the comments for PPB_MouseLock.
yzshen@chromium.org
2012-12-19
1
-2
/
+1
*
CDM/PPAPI: Fix plugin-side ref-counting leak
dmichael@chromium.org
2012-12-19
1
-8
/
+8
*
PPAPI: Move PPB_Console out of dev.
ncbray@chromium.org
2012-12-13
4
-34
/
+46
*
Change PPB_ContentDecryptor_Private::KeyMessage to pass the message as a PP_V...
tomfinegan@chromium.org
2012-12-12
2
-3
/
+6
*
Fix in process PPAPI decryption.
tomfinegan@chromium.org
2012-12-11
2
-2
/
+15
*
Convert flash font file to use the browser font trusted code.
brettw@chromium.org
2012-12-10
3
-4
/
+10
*
Introduce PPB_VideoCapture_Dev v0.3:
yzshen@chromium.org
2012-12-10
2
-16
/
+64
*
Remove PPB_Flash_File_ModuleLocal_2_0.
raymes@chromium.org
2012-12-07
2
-71
/
+1
*
Use PP_BrowserFont_Trusted_Description
brettw@chromium.org
2012-12-07
3
-4
/
+5
*
Revert 171858
raymes@chromium.org
2012-12-07
1
-1
/
+65
*
Remove PPB_Flash_File_ModuleLocal_2_0.
raymes@chromium.org
2012-12-07
1
-65
/
+1
*
Make BrowserFont take an InstanceHandle.
brettw@chromium.org
2012-12-07
2
-9
/
+9
*
Revert 171408
raymes@chromium.org
2012-12-06
2
-0
/
+37
*
Revert 171389
raymes@chromium.org
2012-12-06
2
-37
/
+0
*
Revert 171080
raymes@chromium.org
2012-12-06
2
-0
/
+37
*
Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code:
yzshen@chromium.org
2012-12-05
2
-16
/
+60
*
The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...
raymes@chromium.org
2012-12-04
2
-37
/
+0
*
Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.
brettw@chromium.org
2012-11-29
1
-11
/
+11
*
Deprecate and remove unused PPB_Flash functions.
raymes@chromium.org
2012-11-26
1
-45
/
+68
*
Refactor the URLResponseInfo to use new design
brettw@chromium.org
2012-11-16
1
-4
/
+37
*
Refactor video capture to new design, as part of the whole Pepper resource re...
victorhsieh@chromium.org
2012-11-16
2
-44
/
+3
*
Provide a safer FileIO Read API
victorhsieh@chromium.org
2012-11-16
3
-40
/
+176
*
PPAPI: Take PPB_MessageLoop out of Dev
dmichael@chromium.org
2012-11-15
3
-98
/
+99
*
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
[next]