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
/
content
/
ppapi_plugin
/
ppapi_thread.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add UMA reporting on failure to load ppapi plugins.
xhwang@chromium.org
2013-04-17
1
-0
/
+13
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-2
/
+5
*
Add two new debug URLs for Pepper Flash:
yzshen@chromium.org
2013-01-22
1
-0
/
+2
*
Use an explicit PID for duplicating Pepper handles rather than the Channel's.
brettw@chromium.org
2013-01-04
1
-3
/
+6
*
Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...
jam@chromium.org
2013-01-02
1
-6
/
+5
*
PpapiThread should handle child process messages.
yzshen@chromium.org
2012-12-28
1
-2
/
+20
*
Pepper proxy: make the browser sender handle the proxy lock properly.
yzshen@chromium.org
2012-11-27
1
-1
/
+1
*
Run the Chromoting client plugin out-of-process.
wez@chromium.org
2012-11-16
1
-1
/
+3
*
Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...
jam@chromium.org
2012-10-21
1
-1
/
+6
*
Hook up PpapiPermissions in more places.
brettw@chromium.org
2012-10-02
1
-1
/
+4
*
Implement the gamepad API in the IPC proxy
brettw@chromium.org
2012-09-10
1
-0
/
+3
*
Bluetooth API: improve discovery
brettw@chromium.org
2012-08-10
1
-0
/
+1
*
Remove #pragma once from content
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
This adds an interface for setting crash data from a plugin. It also provides...
raymes@chromium.org
2012-06-27
1
-0
/
+1
*
Propogate the UI language on the command line and expose to Flash.
brettw@chromium.org
2012-06-11
1
-0
/
+1
*
PpapiThread::SendToBrowser() isn't thread safe.
tsepez@chromium.org
2012-06-07
1
-0
/
+2
*
Broker out PPAPI handle duplication
jschuh@chromium.org
2012-05-11
1
-5
/
+17
*
Add a way to query whether a given instance is off-the-record
brettw@chromium.org
2012-05-02
1
-1
/
+3
*
Convert the PPB_Flash interface to use the thunk system.
brettw@chromium.org
2012-04-24
1
-1
/
+2
*
Actually hook up the Pepper clear site data.
brettw@chromium.org
2012-04-20
1
-10
/
+0
*
Add a way to implement GetInterface in the broker.
brettw@chromium.org
2012-04-13
1
-1
/
+1
*
Add an interface for Flash to clear its data.
brettw@chromium.org
2012-04-12
1
-0
/
+11
*
The tricky part about logging to the console is that many of the errors are g...
brettw@chromium.org
2012-01-31
1
-0
/
+3
*
Relanding this with fixes to the mac dbg builder
ananta@chromium.org
2012-01-20
1
-9
/
+4
*
Revert 118385 since this seems to break mac-debug build.
sadrul@chromium.org
2012-01-20
1
-4
/
+9
*
Remove the Webkit thread in the PPAPI plugin process and perform the text and...
ananta@chromium.org
2012-01-19
1
-9
/
+4
*
Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...
brettw@chromium.org
2011-12-20
1
-6
/
+11
*
Add a new globals object for PPAPI tracking information.
brettw@chromium.org
2011-10-20
1
-0
/
+4
*
Revert 106142 - Add a new globals object for PPAPI tracking information.
sail@chromium.org
2011-10-18
1
-4
/
+0
*
Add a new globals object for PPAPI tracking information.
brettw@chromium.org
2011-10-18
1
-0
/
+4
*
Convert the pp::proxy namespace to the ppapi::proxy namespace.
brettw@chromium.org
2011-08-18
1
-4
/
+4
*
Hook up the network status notifications to out-of-process Pepper plugins.
brettw@chromium.org
2011-07-14
1
-0
/
+1
*
Re-land the reverted CL:
yzshen@chromium.org
2011-07-01
1
-0
/
+10
*
Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.
dpapad@chromium.org
2011-06-30
1
-10
/
+0
*
Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.
yzshen@chromium.org
2011-06-30
1
-0
/
+10
*
Use the WebKit default fonts when specifying generic font families.
brettw@chromium.org
2011-05-26
1
-7
/
+8
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-2
/
+2
*
Support getting the font list in Pepper. This currently only works out of
brettw@chromium.org
2011-05-18
1
-2
/
+3
*
Convert audio-related messages to the new thunk/API system for Pepper.
brettw@chromium.org
2011-05-13
1
-2
/
+2
*
Make the Pepper proxy support in-process font rendering.
brettw@chromium.org
2011-05-10
1
-0
/
+9
*
Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...
jam@chromium.org
2011-05-02
1
-1
/
+1
*
Refactored ppapi Dispatcher to share common code between the plugin and broke...
ddorwin@chromium.org
2011-04-16
1
-6
/
+0
*
Added ppp_broker.h and parameterized PpapiThread to support the broker process.
ddorwin@chromium.org
2011-04-14
1
-2
/
+10
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Move ppapi_plugin to content.
jam@chromium.org
2011-03-14
1
-0
/
+74