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
/
plugin
/
plugin_channel.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to standard integer types in content/.
avi
2015-12-25
1
-2
/
+4
*
Remove PluginLoadObserver and related logic, it was only used for NPAPI.
japhet
2015-12-04
1
-10
/
+0
*
Remove a bunch of dead code from WebBindings.
esprehn
2015-10-17
1
-6
/
+1
*
ipc: Use a global for the process's attachment broker.
erikchen
2015-09-14
1
-8
/
+4
*
Update content module for IPC attachment brokering.
erikchen
2015-06-17
1
-9
/
+10
*
content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-05-21
1
-4
/
+4
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-23
1
-2
/
+3
*
Standardize usage of virtual/override/final in content/
dcheng
2014-10-21
1
-5
/
+3
*
Replace OVERRIDE and FINAL with override and final in content/plugin/[a-s]*
anand.ratn
2014-10-07
1
-2
/
+2
*
Decouple IPC::MessageFilter from IPC::Channel
morrita@chromium.org
2014-06-13
1
-5
/
+5
*
Revert "Remove kLogPluginMessages flag as part of flag cleanup."
aa@chromium.org
2014-05-05
1
-0
/
+2
*
Remove kLogPluginMessages flag as part of flag cleanup.
aa@chromium.org
2014-05-05
1
-2
/
+0
*
Move IPC::MessageFilter and router to a separate file
dmichael@chromium.org
2014-04-25
1
-2
/
+3
*
PluginChannel: separate plugin_stubs_.erase and ~WebPluginDelegateStub.
aedla@chromium.org
2014-01-04
1
-1
/
+11
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
1
-1
/
+0
*
Implement ScopedChildProcessReference class
kinuko@chromium.org
2013-11-12
1
-8
/
+1
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
1
-1
/
+1
*
Cancel resources in the plugin process when a user presses the stop button or...
jam@chromium.org
2013-10-01
1
-0
/
+11
*
Revert 225099 "Cancel resources in the plugin process when a use..."
pasko@chromium.org
2013-09-25
1
-11
/
+0
*
Cancel resources in the plugin process when a user presses the stop button or...
jam@chromium.org
2013-09-24
1
-0
/
+11
*
Load NPAPI plugin resources through the browser process directly instead of g...
jam@chromium.org
2013-09-11
1
-0
/
+2
*
Update include paths in miscellaneous content/ directories for base/process c...
rsesek@chromium.org
2013-07-25
1
-1
/
+1
*
Move NPAPI implementation out of webkit/plugins/npapi and into content.
jam@chromium.org
2013-07-19
1
-3
/
+2
*
Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C...
wez@chromium.org
2013-06-21
1
-1
/
+10
*
Use a direct include of strings headers in content/p*/.
avi@chromium.org
2013-06-12
1
-1
/
+1
*
Move a bunch of child-only code from content/common to content/child
scottmg@chromium.org
2013-06-06
1
-1
/
+1
*
Rename content/common_child to content/child
scottmg@chromium.org
2013-06-04
1
-2
/
+2
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-2
/
+2
*
Move child-common classes to content/common_child
jamesr@chromium.org
2013-05-21
1
-3
/
+4
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-5
/
+7
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-1
/
+1
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-1
/
+1
*
Linux/ChromeOS Chromium style checker cleanup, content/ edition.
rsleevi@chromium.org
2013-02-12
1
-2
/
+4
*
Add explicit base to FilePath.
brettw@chromium.org
2013-02-07
1
-1
/
+1
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
1
-1
/
+1
*
Use the RenderView's routing_id, instead of HWND, as the unique identifier us...
jam@chromium.org
2012-11-02
1
-27
/
+24
*
Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...
jam@chromium.org
2012-10-21
1
-0
/
+4
*
RefCounted types should not have public destructors, content/ remaining bits
rsleevi@chromium.org
2012-05-11
1
-68
/
+72
*
Convert plugin and GPU process to brokered handle duplication.
jschuh@chromium.org
2012-04-14
1
-16
/
+1
*
Revert 132218 - Convert plugin and GPU process to brokered handle duplication.
eroman@chromium.org
2012-04-13
1
-1
/
+16
*
Convert plugin and GPU process to brokered handle duplication.
jschuh@chromium.org
2012-04-13
1
-16
/
+1
*
Add an interface for Flash to clear its data.
brettw@chromium.org
2012-04-12
1
-8
/
+1
*
Revert 129627 - Add a sandbox API for broker handle duplication
jschuh@chromium.org
2012-03-29
1
-1
/
+16
*
Add a sandbox API for broker handle duplication
jschuh@chromium.org
2012-03-29
1
-16
/
+1
*
Convert use of int ms to TimeDelta in content/plugin.
tedvessenes@gmail.com
2012-01-28
1
-3
/
+5
*
Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.
hbono@chromium.org
2012-01-16
1
-5
/
+3
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-16
1
-3
/
+5
*
base::Bind: Fixes in content/
jhawkins@chromium.org
2011-12-19
1
-8
/
+5
*
base::Bind fixes
groby@chromium.org
2011-11-19
1
-2
/
+3
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
1
-1
/
+1
[next]