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_dispatcher.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the DidChangeView update to take a new ViewChanged resource.
brettw@chromium.org
2012-01-03
1
-2
/
+3
*
Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...
brettw@chromium.org
2011-12-20
1
-24
/
+0
*
Cleanup: Remove unneeded forward declarations in ppapi.
thestig@chromium.org
2011-11-11
1
-6
/
+2
*
Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/...
brettw@chromium.org
2011-10-21
1
-0
/
+5
*
Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154)
thakis@chromium.org
2011-10-21
1
-5
/
+0
*
Remove the proxy callback tracker.
brettw@chromium.org
2011-10-21
1
-0
/
+5
*
Rename InterfaceID to ApiID and move the file.
brettw@chromium.org
2011-10-20
1
-1
/
+1
*
PPAPI Fullscreen: move out of Dev.
polina@google.com
2011-10-14
1
-1
/
+1
*
Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point it
polina@google.com
2011-09-27
1
-1
/
+2
*
s patch tries to remove most of the manual registration for Pepper interfaces...
brettw@chromium.org
2011-09-13
1
-10
/
+11
*
Revert r100853, 100851. Win_shared build is broken.
brettw@chromium.org
2011-09-13
1
-11
/
+10
*
Rename more interface -> interface name to fix the Windows build.
brettw@chromium.org
2011-09-13
1
-1
/
+1
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-13
1
-10
/
+11
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-09-12
1
-1
/
+1
*
Revert 100748 - This patch tries to remove most of the manual registration fo...
dmazzoni@chromium.org
2011-09-12
1
-11
/
+10
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-12
1
-10
/
+11
*
Use precompiled headers for most large projects where the .gyp file
joi@chromium.org
2011-09-07
1
-1
/
+2
*
Create ppapi_proxy.dll and ppapi_shared.dll.
darin@chromium.org
2011-08-26
1
-2
/
+2
*
Convert the pp::proxy namespace to the ppapi::proxy namespace.
brettw@chromium.org
2011-08-18
1
-13
/
+10
*
Add a unified resource tracker shared between the proxy and the impl.
brettw@chromium.org
2011-08-18
1
-0
/
+5
*
Re-land the reverted CL:
yzshen@chromium.org
2011-07-01
1
-0
/
+11
*
Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.
dpapad@chromium.org
2011-06-30
1
-11
/
+0
*
Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.
yzshen@chromium.org
2011-06-30
1
-0
/
+11
*
Use the WebKit default fonts when specifying generic font families.
brettw@chromium.org
2011-05-26
1
-0
/
+14
*
Support getting the font list in Pepper. This currently only works out of
brettw@chromium.org
2011-05-18
1
-3
/
+31
*
Convert audio-related messages to the new thunk/API system for Pepper.
brettw@chromium.org
2011-05-13
1
-3
/
+3
*
Make the Pepper proxy support in-process font rendering.
brettw@chromium.org
2011-05-10
1
-0
/
+7
*
This implements the new system for Graphics2D only.
brettw@chromium.org
2011-05-06
1
-1
/
+15
*
Pass fullscreen state along with DidChangeView to avoid sync messages
piman@google.com
2011-05-04
1
-0
/
+2
*
Refactored ppapi Dispatcher to share common code between the plugin and broke...
ddorwin@chromium.org
2011-04-16
1
-8
/
+8
*
Don't close the client file descriptor, it's owned by the channel
piman@google.com
2011-04-08
1
-9
/
+0
*
Unblock for all plugin->renderer messages to preserve the ordering for plugin
brettw@chromium.org
2011-03-30
1
-0
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Ensure that PP_Instance values are unique within a plugin process in addition
brettw@chromium.org
2011-03-10
1
-0
/
+3
*
Implement basic crash detection and shutdown handling for out of process PPAPI
brettw@chromium.org
2011-02-15
1
-1
/
+1
*
Share PPAPI out-of-process plugins between renderer processes.
brettw@chromium.org
2011-02-13
1
-8
/
+22
*
Rent syncemove all uses of the global Dispatcher Get function.
brettw@chromium.org
2011-02-08
1
-16
/
+11
*
Implement proxy for 3d-related interfaces
piman@google.com
2011-02-02
1
-0
/
+19
*
First pass at making the proxy handle multiple renderers. This associates the
brettw@chromium.org
2011-01-21
1
-21
/
+16
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
1
-1
/
+1
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
1
-1
/
+1
*
Implement PPAPI proxy shutdown.
brettw@chromium.org
2010-12-03
1
-2
/
+3
*
Implement audio proxy for Pepper.
brettw@chromium.org
2010-12-02
1
-1
/
+4
*
Core PPAPI proxy files. This includes the dispatcher which is the control point
brettw@chromium.org
2010-11-03
1
-0
/
+76
*
Revert PPAPI proxy change with too many files in it.
brettw@chromium.org
2010-11-03
1
-76
/
+0
*
Core PPAPI proxy files. This includes the dispatcher which is the control point
brettw@chromium.org
2010-11-03
1
-0
/
+76