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
/
plugin_resource.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove implicit conversions from scoped_refptr to T* in ppapi/
Daniel Cheng
2014-08-26
1
-1
/
+1
*
Support using TrackedCallbacks as hints to determine the handling thread of r...
yzshen@chromium.org
2013-12-12
1
-1
/
+36
*
Implementation of URLLoader using PluginResource/ResourceHost.
bbudge@chromium.org
2013-05-16
1
-0
/
+2
*
Add traces to PluginResource/PpapiHost "generic" IPCs
piman@chromium.org
2013-03-27
1
-0
/
+3
*
Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...
raymes@chromium.org
2012-12-08
1
-10
/
+17
*
Revert 171408
raymes@chromium.org
2012-12-06
1
-17
/
+10
*
Revert 171389
raymes@chromium.org
2012-12-06
1
-10
/
+17
*
Revert 171080
raymes@chromium.org
2012-12-06
1
-17
/
+10
*
Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code:
yzshen@chromium.org
2012-12-05
1
-10
/
+10
*
Add ability to create pending resource hosts.
brettw@chromium.org
2012-12-05
1
-0
/
+7
*
The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...
raymes@chromium.org
2012-12-04
1
-10
/
+17
*
Make 0 call sequence numbers be invalid.
brettw@chromium.org
2012-11-08
1
-4
/
+7
*
Make sure PluginResource doesn't live forever because of holding references t...
yzshen@chromium.org
2012-11-08
1
-2
/
+18
*
PluginResource: Avoid having two sets of similar methods for talking with bro...
yzshen@chromium.org
2012-10-16
1
-41
/
+20
*
Add template SyncCall() to PluginResource.
yzshen@chromium.org
2012-10-13
1
-8
/
+105
*
Converted PluginResource reply message handling to use base::Callback
raymes@chromium.org
2012-10-04
1
-5
/
+71
*
Added sync calls to resources.
raymes@chromium.org
2012-10-03
1
-0
/
+5
*
Bluetooth API: improve discovery
brettw@chromium.org
2012-08-10
1
-10
/
+14
*
This implements the PPB_FileChooser resource as a new-style IPC-only resource.
brettw@chromium.org
2012-07-14
1
-0
/
+64
*
Add a unified resource tracker shared between the proxy and the impl.
brettw@chromium.org
2011-08-18
1
-45
/
+0
*
Move host resource from the proxy to the shared_impl.
brettw@chromium.org
2011-08-13
1
-4
/
+4
*
Remove the old type system for proxied resources. These were no longer being ...
brettw@chromium.org
2011-08-12
1
-55
/
+0
*
Move the refcounting from the proxy/impl resource object to the shared resour...
brettw@chromium.org
2011-08-11
1
-3
/
+1
*
Convert the PluginResource to be refcounted.
brettw@chromium.org
2011-08-11
1
-1
/
+3
*
PPB/PPP_VideoCapture_Dev proxy
piman@chromium.org
2011-08-09
1
-0
/
+1
*
Implement PPAPI VideoDecode out-of-process support
vrk@chromium.org
2011-08-06
1
-2
/
+3
*
Re-land r92885, which was reverted in r92891.
alokp@chromium.org
2011-07-19
1
-0
/
+1
*
Revert 92885 - Completed the implementation for PPB_Graphics3D interface.
alokp@chromium.org
2011-07-18
1
-1
/
+0
*
Completed the implementation for PPB_Graphics3D interface.
alokp@chromium.org
2011-07-18
1
-0
/
+1
*
Convert audio-related messages to the new thunk/API system for Pepper.
brettw@chromium.org
2011-05-13
1
-1
/
+1
*
This implements the new system for Graphics2D only.
brettw@chromium.org
2011-05-06
1
-1
/
+4
*
Implemented PPB_Broker_Proxy.
ddorwin@chromium.org
2011-04-17
1
-0
/
+1
*
Implement proxy for PPB_Flash_NetConnector.
brettw@chromium.org
2011-03-29
1
-0
/
+1
*
Implement the filesystem proxy. This allows the FileRef tests (the ones which
brettw@chromium.org
2011-02-21
1
-0
/
+1
*
Implement proxying for FileRef and FileChooser.
brettw@chromium.org
2011-02-17
1
-0
/
+2
*
Implement proxy for FlashMenu and Run/QuitMessageLoop
piman@google.com
2011-02-15
1
-0
/
+1
*
Implement proxy for 3d-related interfaces
piman@google.com
2011-02-02
1
-0
/
+2
*
Refactor PPAPI proxy resource handling to maintain which host they came from,
brettw@chromium.org
2011-01-27
1
-4
/
+14
*
First pass at making the proxy handle multiple renderers. This associates the
brettw@chromium.org
2011-01-21
1
-4
/
+9
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-4
/
+4
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
1
-1
/
+1
*
Implement audio proxy for Pepper.
brettw@chromium.org
2010-12-02
1
-0
/
+2
*
Add proxies for some of the PDF & Flash functionality. There are still a few
brettw@chromium.org
2010-11-12
1
-0
/
+2
*
Random updates for all added proxy interfaces I've done in the past week.
brettw@chromium.org
2010-11-09
1
-1
/
+4
*
Core PPAPI proxy files. This includes the dispatcher which is the control point
brettw@chromium.org
2010-11-03
1
-0
/
+64
*
Revert PPAPI proxy change with too many files in it.
brettw@chromium.org
2010-11-03
1
-64
/
+0
*
Core PPAPI proxy files. This includes the dispatcher which is the control point
brettw@chromium.org
2010-11-03
1
-0
/
+64