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
/
webkit
/
glue
/
plugins
/
plugin_list.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up PluginGroup and related code.
jkummerow@chromium.org
2010-12-07
1
-14
/
+42
*
ThreadRestrictions: mark library loading functions as doing IO
evan@chromium.org
2010-11-12
1
-5
/
+0
*
This changes GetPluginInfo so that we can request a list of plugins that matc...
gspencer@chromium.org
2010-10-12
1
-24
/
+18
*
Fix a deadlock in NPAPI::PluginList::LoadPlugins.
bauerb@chromium.org
2010-10-08
1
-0
/
+6
*
Don't load plugins on the UI thread for pref and group policy disabling.
jam@chromium.org
2010-10-02
1
-0
/
+33
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
1
-0
/
+2
*
Disable checking group policy for plugins on startup since we shouldn't load ...
jam@chromium.org
2010-09-30
1
-0
/
+5
*
Modify NPAPI::PluginList::GetPluginInfo() to return true also for disabled pl...
bauerb@chromium.org
2010-06-30
1
-1
/
+2
*
Enhance plugin load debug logging. This adds more logging for
brettw@chromium.org
2010-06-25
1
-0
/
+4
*
Bypass plugin installer if the plugin has been disabled
cpu@chromium.org
2010-04-10
1
-0
/
+5
*
Fix problems with unloading/reloading/updating extensions that contain NPAPI
mpcomplete@chromium.org
2010-04-06
1
-3
/
+6
*
Move plugin-related files in webkit/glue to webkit/glue/plugins to make them
brettw@chromium.org
2010-03-31
1
-1
/
+1
*
Properly disable plugins.
viettrungluu@chromium.org
2010-03-29
1
-4
/
+5
*
The move networks plugin installer on windows registers itself in HKCU\Softwa...
ananta@chromium.org
2010-03-24
1
-0
/
+5
*
Implement chrome://plugins page that can disable plugins.
viettrungluu@chromium.org
2010-03-24
1
-1
/
+21
*
Don't attempt to load a failed plugin twice.
evan@chromium.org
2010-03-19
1
-2
/
+7
*
Make the pepper 2D flush callback actually function as advertised. It will now
brettw@chromium.org
2010-03-06
1
-0
/
+6
*
Revert 40490 - Make the pepper 2D flush callback actually function as adverti...
brettw@chromium.org
2010-03-03
1
-6
/
+0
*
Make the pepper 2D flush callback actually function as advertised. It will now
brettw@chromium.org
2010-03-03
1
-0
/
+6
*
Move nphostapi.h to be with the rest of the NPAPI headers.
jam@chromium.org
2010-02-24
1
-2
/
+2
*
Linux: Revert r33888. We no longer need to collect the list of loaded plugins...
thestig@chromium.org
2010-01-23
1
-5
/
+0
*
bsds: views/ and webkit/ support for FreeBSD/OpenBSD
evan@chromium.org
2009-12-31
1
-2
/
+2
*
Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...
apatrick@google.com
2009-12-22
1
-1
/
+1
*
Linux: Record the list of plugins loaded in browser process crash reports.
thestig@chromium.org
2009-12-04
1
-7
/
+10
*
Update renderer plugin cache when we load/unload extensions with plugins.
mpcomplete@chromium.org
2009-09-21
1
-2
/
+3
*
Preparing rollback in case things don't work out.
bradnelson@google.com
2009-09-18
1
-16
/
+0
*
This is a copy of http://codereview.chromium.org/153002/show
gregoryd@google.com
2009-09-18
1
-0
/
+16
*
Take out the activex control.BUG=20259
jam@chromium.org
2009-09-08
1
-16
/
+6
*
Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but
benl@chromium.org
2009-09-07
1
-1
/
+1
*
Ensure we don't load plugins on the IO thread.
jam@chromium.org
2009-08-15
1
-20
/
+30
*
Reverting 23420. It caused a reliability regression.
maruel@chromium.org
2009-08-14
1
-30
/
+20
*
Ensure we don't load plugins on the IO thread.
jam@chromium.org
2009-08-14
1
-20
/
+30
*
Revert 23064 - Ensure we don't load plugins on the IO thread
sgk@google.com
2009-08-11
1
-3
/
+0
*
Ensure we don't load plugins on the IO thread
jam@chromium.org
2009-08-11
1
-0
/
+3
*
Chrome side of using WebPluginListBuilder.
darin@chromium.org
2009-04-24
1
-1
/
+1
*
Remove unneeded uses of base/ref_counted.h.
thestig@chromium.org
2009-03-18
1
-1
/
+0
*
NO CODE CHANGE
deanm@chromium.org
2009-03-11
1
-1
/
+0
*
Add NPAPI plugins contained in extensions to the PluginList.
mpcomplete@google.com
2009-02-21
1
-0
/
+10
*
Rearrange plugin entry points code to abstract out Linux.
evan@chromium.org
2009-01-30
1
-8
/
+15
*
Make adding internal plugins easier (and allow it to be dynamic). This code ...
jam@chromium.org
2009-01-29
1
-3
/
+47
*
Some cleanup to the PluginList Singleton.
deanm@chromium.org
2009-01-21
1
-10
/
+17
*
Changes to make it possible to statically link Gears. This is disabled by an
mpcomplete@google.com
2009-01-16
1
-0
/
+1
*
Spaces at end of lines begone!
avi@google.com
2009-01-16
1
-5
/
+5
*
New implementations of core plugin libraries.
avi@google.com
2009-01-15
1
-46
/
+25
*
Fix layout test failures. Looks like keying the plugins based on OriginalFil...
jam@chromium.org
2009-01-13
1
-22
/
+23
*
Get rid of lowercasing plugin filenames in order to determine if two paths po...
jam@chromium.org
2009-01-12
1
-36
/
+35
*
Change "dll" to "plugin" where appropriate.
avi@google.com
2009-01-06
1
-8
/
+11
*
Move plugins to FilePaths, some cleanup
avi@google.com
2009-01-06
1
-10
/
+9
*
This fixes bug http://code.google.com/p/chromium/issues/detail?id=4137,
ananta@chromium.org
2008-11-07
1
-1
/
+2
*
This fixes http://code.google.com/p/chromium/issues/detail?id=2846, which is ...
ananta@chromium.org
2008-10-10
1
-0
/
+2
[next]