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
/
browser
/
plugin_service_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove raw handles from base::win::RegKey
rvargas
2014-10-17
1
-34
/
+13
*
Revert of Remove raw handles from base::win::RegKey (patchset #6 id:330001 of...
dcheng
2014-10-16
1
-13
/
+34
*
Remove raw handles from base::win::RegKey
rvargas
2014-10-15
1
-34
/
+13
*
Stop using an atom to store plugin name/version on Windows.
jam
2014-09-10
1
-4
/
+9
*
Remove implicit conversions from scoped_refptr to T* in content/
dcheng
2014-08-26
1
-1
/
+1
*
Add base:: qualification to some COmmandLine references in content.
brettw@chromium.org
2014-08-11
1
-1
/
+2
*
Pepper: Whitelist dev channel APIs for some apps.
hamaji@chromium.org
2014-06-20
1
-2
/
+4
*
Linux: Remove some unused NPAPI code.
thestig@chromium.org
2014-05-09
1
-3
/
+2
*
Restart plugin loading only if the plugin list has actually become stale.
bauerb@chromium.org
2014-01-27
1
-14
/
+26
*
Update uses of UTF conversions in content/ to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-2
/
+2
*
Pepper: Send dev/canary channel status to plugins.
teravest@chromium.org
2013-12-12
1
-0
/
+5
*
Instrument pepper plugin load failures.
ihf@chromium.org
2013-12-10
1
-4
/
+20
*
Move more of the plugin code in the renderer to use RenderFrame instead of Re...
jam@chromium.org
2013-12-06
1
-9
/
+9
*
Convert string16 to base::string16 in content.
brettw@chromium.org
2013-12-03
1
-2
/
+2
*
LOG(INFO) -> VLOG(0) in content/
scottmg@chromium.org
2013-11-23
1
-2
/
+2
*
Remove webview-based behavior from --site-per-process flag.
creis@chromium.org
2013-11-05
1
-18
/
+1
*
Add more support for FreeBSD
Geo.Liaskos@gmail.com
2013-09-21
1
-1
/
+2
*
Check whether the Pepper CDM is available before adding the key system.
ddorwin@chromium.org
2013-09-17
1
-1
/
+1
*
Move a bunch of windows stuff from ui/base/win to ui/gfx/win
ben@chromium.org
2013-09-12
1
-2
/
+2
*
TCPSockets are switched to the new Pepper proxy.
ygorshenin@chromium.org
2013-08-28
1
-5
/
+3
*
Get rid of webkit/plugins/plugin_constants.* and move them to content/public/...
jam@chromium.org
2013-08-09
1
-1
/
+1
*
Split PepperPluginRegistry into the pieces that are needed in each process. c...
jam@chromium.org
2013-07-25
1
-3
/
+2
*
Move webplugininfo.h to content/public.
jam@chromium.org
2013-07-21
1
-20
/
+20
*
Remove webkit/plugins/npapi.
jam@chromium.org
2013-07-19
1
-4
/
+59
*
Move NPAPI implementation out of webkit/plugins/npapi and into content.
jam@chromium.org
2013-07-19
1
-24
/
+22
*
Remove plugin_list.h includes from chrome tests in preparation for moving web...
jam@chromium.org
2013-07-18
1
-34
/
+32
*
Use a direct include of the message_loop header in content/, part 2.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Remove the two years old code to enable the nacl plugin once if it's disabled...
jam@chromium.org
2013-07-17
1
-4
/
+0
*
Remove unused includes of plugin_list.h. Also remove unused ContentClient and...
jam@chromium.org
2013-07-16
1
-4
/
+1
*
Make utility process run in-process when running in single-process mode.
jam@chromium.org
2013-07-09
1
-0
/
+7
*
Adding --disable-plugins-discovery command line switch to not load third-part...
sevalo@google.com
2013-06-12
1
-0
/
+3
*
Use a direct include of strings headers in content/browser/, part 2.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in content/.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-1
/
+1
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
1
-1
/
+1
*
Cleanup various bits of BrowserThreadImpl and PluginServiceImpl.
thestig@chromium.org
2013-04-24
1
-7
/
+1
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-4
/
+4
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Really fix build after r193020.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Record stats on Chrome users running PPAPI Flash vs NPAPI Flash.
yzshen@chromium.org
2013-02-28
1
-0
/
+42
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Use base namespace for FilePath in content/browser
brettw@chromium.org
2013-02-07
1
-30
/
+32
*
Follow-on fixes and naming changes for https://codereview.chromium.org/12086077/
jschuh@chromium.org
2013-02-05
1
-6
/
+6
*
Revert 180600
jschuh@chromium.org
2013-02-05
1
-6
/
+6
*
Follow-on fixes and naming changes for https://codereview.chromium.org/12086077/
cevans@chromium.org
2013-02-05
1
-6
/
+6
*
Refactor: Simplify WaitableEventWatcher.
teravest@chromium.org
2013-02-04
1
-2
/
+8
*
Only permit plug-in loads in the browser if the plug-in isn't blocked or the
cevans@chromium.org
2013-02-01
1
-5
/
+25
[next]