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
/
host_dispatcher.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a way to implement GetInterface in the broker.
brettw@chromium.org
2012-04-13
1
-1
/
+1
*
This adds a hang monitor for Pepper plugins. It monitors sync messages on the...
brettw@chromium.org
2012-04-13
1
-2
/
+11
*
Fix a crash related to PPAPI scripting.
yzshen@chromium.org
2012-03-10
1
-1
/
+1
*
The tricky part about logging to the console is that many of the errors are g...
brettw@chromium.org
2012-01-31
1
-0
/
+22
*
Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.
dmichael@chromium.org
2012-01-12
1
-4
/
+2
*
Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...
tommi@chromium.org
2012-01-12
1
-2
/
+4
*
Make it possible to have 1 PpapiGlobals per thread. Update unit tests.
dmichael@chromium.org
2012-01-12
1
-4
/
+2
*
Prevent reentrant destructors in the PluginModule.
brettw@chromium.org
2011-10-11
1
-7
/
+19
*
Restore comments about reentrancy in the HostDispatcher::Send function
ananta@chromium.org
2011-10-01
1
-1
/
+7
*
Fix a crash in the renderer process which occurs in the PPAPI host code due t...
ananta@chromium.org
2011-09-30
1
-5
/
+6
*
s patch tries to remove most of the manual registration for Pepper interfaces...
brettw@chromium.org
2011-09-13
1
-81
/
+18
*
Revert r100853, 100851. Win_shared build is broken.
brettw@chromium.org
2011-09-13
1
-18
/
+81
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-13
1
-81
/
+18
*
Revert 100748 - This patch tries to remove most of the manual registration fo...
dmazzoni@chromium.org
2011-09-12
1
-18
/
+81
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-12
1
-81
/
+18
*
Use precompiled headers for most large projects where the .gyp file
joi@chromium.org
2011-09-07
1
-5
/
+7
*
Convert the pp::proxy namespace to the ppapi::proxy namespace.
brettw@chromium.org
2011-08-18
1
-2
/
+2
*
Proxy PPP_Messaging.
dmichael@chromium.org
2011-08-03
1
-6
/
+3
*
Allow reentrancy for HostDispatcher::GetProxiedInterface
vrk@google.com
2011-08-02
1
-1
/
+5
*
Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.
brettw@chromium.org
2011-07-08
1
-1
/
+1
*
Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5.
dmichael@chromium.org
2011-06-29
1
-17
/
+12
*
Use the WebKit default fonts when specifying generic font families.
brettw@chromium.org
2011-05-26
1
-1
/
+3
*
Support getting the font list in Pepper. This currently only works out of
brettw@chromium.org
2011-05-18
1
-1
/
+0
*
Make the Pepper proxy support in-process font rendering.
brettw@chromium.org
2011-05-10
1
-2
/
+5
*
Keep a reference to the module when handling PPB_Flash::Navigate
piman@google.com
2011-05-10
1
-1
/
+1
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-10
1
-7
/
+7
*
This implements the new system for Graphics2D only.
brettw@chromium.org
2011-05-06
1
-0
/
+10
*
Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-06
1
-7
/
+7
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-06
1
-7
/
+7
*
Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-05
1
-7
/
+7
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-05
1
-7
/
+7
*
Instrument Pepper IPCs with the tracing stuff
piman@google.com
2011-05-03
1
-0
/
+7
*
Fix uninitialized variable.
piman@google.com
2011-04-26
1
-1
/
+2
*
Fix two bugs in proxying of Broker Connect callback and shutdown Broker when ...
ddorwin@chromium.org
2011-04-18
1
-1
/
+1
*
Keep the module in scope when executing scripts. This prevents a crash when the
brettw@chromium.org
2011-04-18
1
-0
/
+12
*
Refactored ppapi Dispatcher to share common code between the plugin and broke...
ddorwin@chromium.org
2011-04-16
1
-0
/
+7
*
Wire up the extension API for registering NaCl modules to an actual registry ...
abarth@chromium.org
2011-04-14
1
-3
/
+3
*
Prevent Pepper plugin reentrancy for synchronous messages except for script
brettw@chromium.org
2011-03-13
1
-0
/
+34
*
Ensure that PP_Instance values are unique within a plugin process in addition
brettw@chromium.org
2011-03-10
1
-9
/
+33
*
Implement proxying for FileRef and FileChooser.
brettw@chromium.org
2011-02-17
1
-11
/
+36
*
Implement basic crash detection and shutdown handling for out of process PPAPI
brettw@chromium.org
2011-02-15
1
-3
/
+16
*
Share PPAPI out-of-process plugins between renderer processes.
brettw@chromium.org
2011-02-13
1
-8
/
+4
*
Rent syncemove all uses of the global Dispatcher Get function.
brettw@chromium.org
2011-02-08
1
-0
/
+65
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
1
-0
/
+4
*
Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes
brettw@chromium.org
2010-12-08
1
-1
/
+11
*
Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...
brettw@chromium.org
2010-12-07
1
-11
/
+1
*
Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes
brettw@chromium.org
2010-12-07
1
-1
/
+11
*
Implement PPAPI proxy shutdown.
brettw@chromium.org
2010-12-03
1
-0
/
+3
*
Implement audio proxy for Pepper.
brettw@chromium.org
2010-12-02
1
-2
/
+3
*
Core PPAPI proxy files. This includes the dispatcher which is the control point
brettw@chromium.org
2010-11-03
1
-0
/
+63
[next]