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_main_nacl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Connect PPAPI IPC channels for non-SFI mode.
hidehiko@chromium.org
2014-02-21
1
-327
/
+0
*
Revert "Connect PPAPI IPC channels for non-SFI mode."
loislo@chromium.org
2014-02-21
1
-0
/
+327
*
Connect PPAPI IPC channels for non-SFI mode.
hidehiko@chromium.org
2014-02-21
1
-327
/
+0
*
Pepper: Fix AddFilter() order in PpapiDispatcher.
teravest@chromium.org
2014-02-20
1
-5
/
+6
*
Pepper: Clean up PpapiDispatcher parent classes.
teravest@chromium.org
2014-02-19
1
-7
/
+26
*
NaCl: Move irt_ppapi.{c,h} to the Chromium repo from the NaCl repo
mseaborn@chromium.org
2014-02-11
1
-1
/
+0
*
Create IPC channel to communicate with the renderer in NaClListener::OnStart().
hidehiko@chromium.org
2014-02-06
1
-24
/
+29
*
Test Keeping NaCl plugins used in app background pages alive when active.
scheib@chromium.org
2014-01-07
1
-0
/
+17
*
Revert of https://codereview.chromium.org/112663007/
ckocagil@chromium.org
2014-01-04
1
-17
/
+0
*
Test Keeping NaCl plugins used in app background pages alive when active.
scheib@chromium.org
2014-01-04
1
-0
/
+17
*
Pepper: Remove unused field in message.
teravest@chromium.org
2014-01-03
1
-3
/
+1
*
Revert 242061 "Test Keeping NaCl plugins used in app background ..."
dbeam@chromium.org
2013-12-20
1
-17
/
+0
*
Test Keeping NaCl plugins used in app background pages alive when active.
scheib@chromium.org
2013-12-20
1
-0
/
+17
*
Pepper: Finish support for dev channel APIs.
teravest@chromium.org
2013-12-19
1
-2
/
+0
*
Pepper: Send dev/canary channel status to plugins.
teravest@chromium.org
2013-12-12
1
-0
/
+2
*
Support using TrackedCallbacks as hints to determine the handling thread of r...
yzshen@chromium.org
2013-12-12
1
-11
/
+4
*
PPAPI: Fix extra whitespace nit in plugin_main_nacl.cc
dmichael@chromium.org
2013-10-16
1
-1
/
+0
*
PPAPI/NaCl: Delay calling PPP_InitializeModule
dmichael@chromium.org
2013-10-11
1
-7
/
+7
*
move BrowserFontResource_Trusted to content/child
scottmg@chromium.org
2013-07-25
1
-0
/
+14
*
NaCl IRT: Remove now-unneeded IrtInit() definition and call
mseaborn@chromium.org
2013-07-21
1
-16
/
+0
*
Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Add explicit "ppapi/" to #include in ppapi/proxy
mseaborn@chromium.org
2013-07-17
1
-1
/
+1
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
1
-1
/
+2
*
Define a LoggingSettings struct to use for InitLogging()
akalin@chromium.org
2013-06-21
1
-6
/
+3
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
components: Move tracing into tracing namespace.
tfarina@chromium.org
2013-05-11
1
-2
/
+1
*
ppapi: Use base::MessageLoop.
xhwang@chromium.org
2013-05-06
1
-2
/
+2
*
Pepper: Add VLOG support for NaCl plugins.
teravest@chromium.org
2013-04-22
1
-6
/
+22
*
Use an explicit PID for duplicating Pepper handles rather than the Channel's.
brettw@chromium.org
2013-01-04
1
-4
/
+8
*
Move tracing component to src/components
kaiwang@chromium.org
2012-12-28
1
-2
/
+2
*
Add tracing support to NaCl
jbauman@chromium.org
2012-12-08
1
-0
/
+3
*
PPAPI: Hook up Browser resource host stuff for NaCl
dmichael@chromium.org
2012-12-04
1
-0
/
+11
*
Fix NaCl IPC proxy startup for ARM.
bbudge@chromium.org
2012-12-01
1
-0
/
+2
*
Pepper proxy: make the browser sender handle the proxy lock properly.
yzshen@chromium.org
2012-11-27
1
-5
/
+0
*
Instantiate a base::AtExitManager in NaCl IPC proxy Main().
bbudge@chromium.org
2012-11-02
1
-0
/
+2
*
Don't assert if PluginInstance can't get PPP_Combined. Some tests exercise th...
bbudge@chromium.org
2012-11-02
1
-1
/
+0
*
Split IPC logging between content and chrome.
jochen@chromium.org
2012-10-30
1
-0
/
+7
*
Handle additional messages in the NaCl PpapiDispatcher.
bbudge@chromium.org
2012-10-17
1
-19
/
+2
*
[Coverity] Fix uninitialized scalar field.
kmadhusu@chromium.org
2012-10-04
1
-2
/
+2
*
Hook up PpapiPermissions in more places.
brettw@chromium.org
2012-10-02
1
-4
/
+12
*
nacl: Fix a bunch of compiler warnings
thakis@chromium.org
2012-09-24
1
-1
/
+1
*
PPAPI/NaCl: Set the PluginProxyDelegate for the IPC proxy
dmichael@chromium.org
2012-09-20
1
-0
/
+1
*
Start IPC-based NaCl PPAPI proxy after all untrusted code has loaded.
bbudge@chromium.org
2012-09-17
1
-0
/
+21
*
Revert 157163 - Start IPC-based NaCl PPAPI proxy after all untrusted code has...
bbudge@chromium.org
2012-09-17
1
-21
/
+0
*
Start IPC-based NaCl PPAPI proxy after all untrusted code has loaded.
bbudge@chromium.org
2012-09-17
1
-0
/
+21
*
Add TCP, UDP, and HostResolver proxies to NaCl IPC IRT build.
bbudge@chromium.org
2012-09-04
1
-3
/
+21
*
Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser process
bbudge@chromium.org
2012-08-30
1
-49
/
+139
*
Revert 154134 - Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser...
bbudge@chromium.org
2012-08-30
1
-139
/
+49
*
Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser process
bbudge@chromium.org
2012-08-30
1
-49
/
+139
*
Modify the PPB_Audio_Shared code for NaCl.
bbudge@chromium.org
2012-07-25
1
-4
/
+5
[next]