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
/
chrome
/
browser
/
plugin_updater.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make WebPluginInfo more generic
cpu@chromium.org
2011-08-14
1
-8
/
+8
*
Revert r96364, it's breaking a NaCl test.
mnissler@chromium.org
2011-08-11
1
-0
/
+355
*
Revert 96409 - Speculatively revert r96364, it's the best bet on the NaCL bre...
mrossetti@chromium.org
2011-08-11
1
-355
/
+0
*
Speculatively revert r96364, it's the best bet on the NaCL breakage.
mnissler@chromium.org
2011-08-11
1
-0
/
+355
*
Rename PluginUpdater to PluginPrefs and make it per-profile.
bauerb@chromium.org
2011-08-11
1
-355
/
+0
*
PluginList cleanup to fix a race condition and decrease the API surface for f...
bauerb@chromium.org
2011-07-29
1
-1
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-3
/
+4
*
Coverity: Check return values in PluginUpdater.
thestig@chromium.org
2011-06-22
1
-4
/
+3
*
Plugins: Force enable the internal PDF plugin if there is no saved plugin list.
thestig@chromium.org
2011-06-21
1
-1
/
+6
*
Refactor preference syncing.
zea@chromium.org
2011-05-09
1
-4
/
+8
*
Observe plug-in blacklist changes in user preferences instead of local state.
bauerb@chromium.org
2011-04-28
1
-1
/
+22
*
Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...
jam@chromium.org
2011-04-18
1
-2
/
+3
*
Get rid of PrefService::GetMutableDictionary/GetMutableList
battre@chromium.org
2011-04-04
1
-47
/
+51
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-2
/
+2
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Added EnabledPlugins policy.
pastarmovj@chromium.org
2011-03-01
1
-31
/
+58
*
Make sure that if Reader is installed after Chrome and the internal PDF reade...
jam@chromium.org
2011-02-14
1
-34
/
+12
*
Refactor the plugin lists handling code.
pastarmovj@chromium.org
2011-01-24
1
-16
/
+26
*
Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...
brettw@chromium.org
2010-12-21
1
-20
/
+25
*
Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"
chase@chromium.org
2010-12-21
1
-25
/
+20
*
Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...
chase@chromium.org
2010-12-20
1
-20
/
+25
*
Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...
brettw@chromium.org
2010-12-20
1
-25
/
+20
*
Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put
brettw@chromium.org
2010-12-20
1
-20
/
+25
*
Change the "Disable outdated plug-ins" lab to block them instead.
bauerb@chromium.org
2010-12-16
1
-6
/
+1
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-3
/
+3
*
Merge PluginGroups for Adobe Reader
jkummerow@chromium.org
2010-12-09
1
-2
/
+1
*
Clean up PluginGroup and related code.
jkummerow@chromium.org
2010-12-07
1
-13
/
+9
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Add automated tests for PDFs.
jam@chromium.org
2010-10-28
1
-4
/
+11
*
Revert 64131: Try to track down Linux perf regressions. TBR=sky
jam@chromium.org
2010-10-27
1
-2
/
+1
*
Try to track down Linux perf regressions. TBR=sky
jam@chromium.org
2010-10-27
1
-1
/
+2
*
Don't load the plugins right away when saving the plugin preferences, so that...
jam@chromium.org
2010-10-27
1
-4
/
+12
*
Revert 62956 since the proper fix has been landed by willchan - Try to green ...
jam@chromium.org
2010-10-25
1
-0
/
+1
*
Try to green the memory bots. This is just a band-aid, since my previous cha...
jam@chromium.org
2010-10-18
1
-1
/
+0
*
Rename ChromeThread to BrowserThread Final Part:
tfarina@chromium.org
2010-10-12
1
-4
/
+4
*
Rename ChromeThread to BrowserThread Part21:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Enabling internal PDF reader should disable Reader, and vice versa.
jam@chromium.org
2010-10-11
1
-27
/
+60
*
Fix bug with enabling/disabling the pdf plugin, related to plugin grouping work.
jam@chromium.org
2010-10-07
1
-2
/
+4
*
Don't load plugins on the UI thread for pref and group policy disabling.
jam@chromium.org
2010-10-02
1
-93
/
+14
*
Fix about:plugins loading the plugin list on the UI thread. This way I can r...
jam@chromium.org
2010-10-01
1
-1
/
+2
*
Add a unique identifier for plugin groups and use it to identify blocked plug...
bauerb@chromium.org
2010-09-21
1
-30
/
+41
*
Support wildcards for policy-controlled plugin blacklists.
mnissler@chromium.org
2010-09-16
1
-5
/
+5
*
Policy: plugins disabled by policy should honor policy changes without Chrome...
danno@chromium.org
2010-09-10
1
-45
/
+92
*
Fix two bugs for setting the pdf plugin on by default:
jam@chromium.org
2010-08-31
1
-0
/
+22
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Disable outdated plug-ins on a per-plugin basis.
bauerb@chromium.org
2010-08-18
1
-3
/
+1
*
Disable outdated non-sandboxed plugins.
bauerb@chromium.org
2010-08-09
1
-1
/
+18
*
Revert 55227 - Disable outdated non-sandboxed plugins.
bauerb@chromium.org
2010-08-06
1
-18
/
+1
*
Disable outdated non-sandboxed plugins.
bauerb@chromium.org
2010-08-06
1
-1
/
+18
[next]