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
/
proxy
/
ppb_instance_proxy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
PPAPI: Introduce PPB_NetworkProxy_Dev
dmichael@chromium.org
2013-06-24
1
-3
/
+7
*
Don't send PP_Vars/V8 values with cycles across PostMessage
raymes@chromium.org
2013-06-19
1
-0
/
+10
*
Revert 207040 "Don't send PP_Vars/V8 values with cycles across P..."
raymes@chromium.org
2013-06-18
1
-10
/
+0
*
Don't send PP_Vars/V8 values with cycles across PostMessage
raymes@chromium.org
2013-06-18
1
-0
/
+10
*
Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-1
/
+1
*
CRX FileSystem Pepper private API
victorhsieh@chromium.org
2013-05-08
1
-0
/
+4
*
ppapi: Use base::MessageLoop.
xhwang@chromium.org
2013-05-06
1
-1
/
+1
*
Pepper: Autogenerate thunk for PPB_Fullscreen
teravest@chromium.org
2013-05-02
1
-0
/
+8
*
ppapi: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Apps V2 in Pepper: introduce singleton resource ExtensionsCommon.
yzshen@chromium.org
2013-03-29
1
-0
/
+4
*
Implement the plugin side of the PPB_PDF proxy.
raymes@chromium.org
2013-03-29
1
-1
/
+2
*
This is in preparation for adding a new-style proxy for PDF.
raymes@chromium.org
2013-03-21
1
-0
/
+4
*
Pepper: Use shared memory for ArrayBufferVar.
teravest@chromium.org
2013-03-19
1
-2
/
+5
*
Add Pepper TrueType font API plumbing.
bbudge@chromium.org
2013-03-16
1
-0
/
+4
*
Remove DEV permission requirement on PPB_MouseCursor::SetCursor()
wez@chromium.org
2013-02-08
1
-3
/
+2
*
Verify we're not getting any plugin messages on the host side of the proxy.
brettw@chromium.org
2013-01-22
1
-0
/
+3
*
Remove the old PPB_Flash proxy.
raymes@chromium.org
2012-12-26
1
-6
/
+0
*
Ppapi: remove the code for closing pending user gesture.
yzshen@chromium.org
2012-12-22
1
-15
/
+0
*
Convert pepper font list to new resource system.
brettw@chromium.org
2012-12-20
1
-16
/
+6
*
Refactored PPB_Flash GetSettings to the new pepper resource model
raymes@chromium.org
2012-12-19
1
-1
/
+2
*
Change PPB_ContentDecryptor_Private::KeyMessage to pass the message as a PP_V...
tomfinegan@chromium.org
2012-12-12
1
-13
/
+4
*
Implement an IsAllowed function in the pepper PPB_Broker_Trusted API
raymes@chromium.org
2012-12-10
1
-0
/
+4
*
Add permission checks to PPAPI APIs implemented by PPB_Instance_Proxy.
bbudge@chromium.org
2012-12-08
1
-6
/
+49
*
Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...
raymes@chromium.org
2012-12-08
1
-0
/
+5
*
Revert 171408
raymes@chromium.org
2012-12-06
1
-5
/
+0
*
Revert 171389
raymes@chromium.org
2012-12-06
1
-0
/
+5
*
Revert 171080
raymes@chromium.org
2012-12-06
1
-5
/
+0
*
Encrypted Media: Allows empty key message to be fired.
xhwang@chromium.org
2012-12-04
1
-5
/
+10
*
The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...
raymes@chromium.org
2012-12-04
1
-0
/
+5
*
Fix Graphics2D in NaCl.
brettw@chromium.org
2012-12-03
1
-13
/
+14
*
Refactor PPB_Flash_Fullscreen to the new resource model.
raymes@chromium.org
2012-11-30
1
-4
/
+16
*
Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.
brettw@chromium.org
2012-11-29
1
-6
/
+27
*
Refactor the way singleton-style resources are exposed via PPB_Instance
raymes@chromium.org
2012-11-29
1
-48
/
+32
*
Pepper proxy: make the browser sender handle the proxy lock properly.
yzshen@chromium.org
2012-11-27
1
-11
/
+7
*
Add a lock statement to the text input Pepper interface.
brettw@chromium.org
2012-11-16
1
-1
/
+1
*
Exclude host-side code from the NaCl IRT proxy build.
bbudge@chromium.org
2012-11-13
1
-2
/
+10
*
PPAPI: Get TrackedCallback ready for running on non-main threads.
dmichael@chromium.org
2012-11-05
1
-1
/
+1
*
Fix the PPAPI out of process proxy PPB_Instance::BindGraphics function.
bbudge@chromium.org
2012-11-02
1
-6
/
+11
*
Move flash clipboard to the new proxy and add custom format support
raymes@chromium.org
2012-11-01
1
-0
/
+26
*
Allow 0 resource in PPB_Instance_Proxy::Deliver{Frame|Samples}.
xhwang@chromium.org
2012-10-23
1
-20
/
+29
*
Add CDM video decoder.
tomfinegan@chromium.org
2012-10-23
1
-11
/
+23
*
Add PPB_MouseCursor interface proxy for the NaCl IPC proxy.
bbudge@chromium.org
2012-10-23
1
-4
/
+0
*
Add pepper content decryption audio decoding API.
tomfinegan@chromium.org
2012-10-19
1
-18
/
+26
*
Add PPB_Testing_Dev GetDocumentURL to the NaCl IPC-based PPAPI proxy.
bbudge@chromium.org
2012-10-19
1
-24
/
+25
*
Allow null buffer resources to be returned through the PPB_ContentDecryptor_P...
ddorwin@chromium.org
2012-10-13
1
-5
/
+12
*
Add decoder de-initialization and reset to the Pepper CDM API.
tomfinegan@chromium.org
2012-10-12
1
-0
/
+47
*
Add PPAPI CDM video decoder initialization.
tomfinegan@chromium.org
2012-10-11
1
-0
/
+22
*
Implement plugin side of sync EnumerateVideoCaptureDevices
raymes@chromium.org
2012-10-11
1
-0
/
+24
*
Update PPB side of Pepper CDM API to support video decoding.
tomfinegan@chromium.org
2012-10-03
1
-6
/
+6
*
This adds the plugin side of the resource only, as well as a unittest.
raymes@chromium.org
2012-09-07
1
-38
/
+0
[next]