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
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PPAPI] Compositor API implementation.
penghuang@chromium.org
2014-06-16
2
-0
/
+5
*
Revert 277208 "[PPAPI] Compositor API implementation."
tzik@chromium.org
2014-06-16
2
-5
/
+0
*
[PPAPI] Compositor API implementation.
penghuang@chromium.org
2014-06-14
2
-0
/
+5
*
[PPAPI] Add media stream video track output API
ronghuawu@chromium.org
2014-05-05
2
-0
/
+5
*
Refactor some ResourceMessageReply usages.
bbudge@chromium.org
2014-04-14
2
-2
/
+5
*
Refactor base/safe_numerics.h
jschuh@chromium.org
2014-01-17
1
-2
/
+2
*
[PPAPI] Implement media stream video track API
penghuang@chromium.org
2014-01-16
2
-1
/
+24
*
Pepper: always delete ResourceMessageFilter objects on the creation thread.
yzshen@chromium.org
2013-11-19
3
-60
/
+120
*
Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330
bbudge@chromium.org
2013-11-04
1
-5
/
+7
*
Remove unused IPC::Message priority.
bbudge@chromium.org
2013-10-28
1
-7
/
+5
*
Add newlines to the end of files where they were missing
hans@chromium.org
2013-09-12
1
-1
/
+1
*
Pepper: avoid posting unnecessary tasks in ResourceMessageFilter.
yzshen@chromium.org
2013-08-08
1
-5
/
+10
*
Pepper: Hook up the in-process router for browser.
teravest@chromium.org
2013-07-31
4
-7
/
+56
*
PPAPI: Remove references to content from ppapi/host
dmichael@chromium.org
2013-07-31
2
-23
/
+11
*
Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...
avi@chromium.org
2013-07-18
2
-2
/
+2
*
add missing headers in ppapi/*
mostynb@opera.com
2013-07-15
1
-0
/
+1
*
Implement PPB_UDPSocket_Dev: part 2
yzshen@chromium.org
2013-06-19
1
-1
/
+2
*
Pepper: Add initial browser host for FileRef.
teravest@chromium.org
2013-06-18
2
-0
/
+13
*
Add some network-related PP_Error codes and conversion function to map net::E...
yzshen@chromium.org
2013-06-15
3
-0
/
+98
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
2
-2
/
+2
*
Allow renderer to create pepper ResourceHosts in the browser
raymes@chromium.org
2013-06-07
2
-10
/
+37
*
Add simple hand-rolled RTTI for Pepper ResourceHosts
raymes@chromium.org
2013-06-06
2
-2
/
+17
*
Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-1
/
+1
*
ppapi: Use base::MessageLoop.
xhwang@chromium.org
2013-05-06
2
-9
/
+8
*
PPAPI: Destroy HostResource after removal from host map
dmichael@chromium.org
2013-05-01
1
-0
/
+6
*
Apps V2 in Pepper: Host side implementation of ExntensionsCommon - Part 1.
yzshen@chromium.org
2013-03-29
1
-6
/
+6
*
Add traces to PluginResource/PpapiHost "generic" IPCs
piman@chromium.org
2013-03-27
1
-0
/
+15
*
Pepper: Use shared memory for ArrayBufferVar.
teravest@chromium.org
2013-03-19
4
-1
/
+90
*
Remove InstanceMessageFilter
raymes@chromium.org
2013-01-03
4
-90
/
+1
*
Ensure that all resources are torn down before the routing.
brettw@chromium.org
2012-12-21
1
-0
/
+4
*
Refactor 4 PPB_Flash functions to the new PPAPI resource model.
raymes@chromium.org
2012-12-19
2
-0
/
+6
*
Introduce MessageFilterHost for Pepper ResourceHosts.
raymes@google.com
2012-12-18
2
-0
/
+64
*
Add ability to create pending resource hosts.
brettw@chromium.org
2012-12-05
4
-1
/
+67
*
Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.
brettw@chromium.org
2012-11-29
3
-5
/
+7
*
Added a ResourceMessageFilter for handling resource messages on another thread.
raymes@chromium.org
2012-11-20
9
-55
/
+600
*
Move flash clipboard to the new proxy and add custom format support
raymes@chromium.org
2012-11-01
1
-0
/
+5
*
Provide IPC mechanism for host-to-resource messaging
victorhsieh@chromium.org
2012-10-29
1
-1
/
+0
*
Pepper WebSocket API: Implement new design Chrome IPC.
toyoshim@chromium.org
2012-10-09
2
-0
/
+9
*
Added sync calls to resources.
raymes@chromium.org
2012-10-03
4
-21
/
+107
*
Implement browser side of PPB_Printing resource.
raymes@chromium.org
2012-09-27
1
-1
/
+1
*
Render/pepper hang debugging: generate dumps for the browser and renderer pro...
yzshen@chromium.org
2012-09-26
1
-3
/
+0
*
Generate dumps for relevant renderers when users kill a hung pepper plugin.
yzshen@chromium.org
2012-09-19
1
-0
/
+3
*
Convert the async device ID getter to a chrome resource host
brettw@chromium.org
2012-09-15
4
-15
/
+30
*
Implement the gamepad API in the IPC proxy
brettw@chromium.org
2012-09-10
6
-10
/
+40
*
Add a skeleton gamepad resource.
brettw@chromium.org
2012-08-24
1
-12
/
+20
*
Bluetooth API: improve discovery
brettw@chromium.org
2012-08-10
2
-5
/
+10
*
Hook up the PPB_Flash_Print interface to new host system.
brettw@chromium.org
2012-07-27
4
-2
/
+98
*
This implements the PPB_FileChooser resource as a new-style IPC-only resource.
brettw@chromium.org
2012-07-14
1
-0
/
+78
*
Add permissions buts for Pepper plugins.
brettw@chromium.org
2012-07-13
2
-3
/
+13
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
[next]