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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
linux/mac: implement NPN_ThreadAsyncCall
piman@chromium.org
2009-08-24
1
-1
/
+1
*
More removal of WebCore usage from webplugin_impl.cc
darin@chromium.org
2009-08-21
6
-29
/
+23
*
linux: Plugin descriptions can be UTF-8.
evan@chromium.org
2009-08-20
1
-1
/
+1
*
Fix a line that was accidently deleted in my plugin change.
jam@chromium.org
2009-08-20
1
-1
/
+1
*
Enable the Google Talk Video plugin, which seems pretty well behaved.
amanda@chromium.org
2009-08-19
1
-3
/
+4
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
1
-1
/
+1
*
Ensure we don't load plugins on the IO thread.
jam@chromium.org
2009-08-15
6
-120
/
+120
*
Reverting 23420. It caused a reliability regression.
maruel@chromium.org
2009-08-14
6
-120
/
+120
*
Ensure we don't load plugins on the IO thread.
jam@chromium.org
2009-08-14
6
-120
/
+120
*
Blacklist the Gears plugin on Mac
stuartmorgan@google.com
2009-08-13
1
-0
/
+7
*
Add an UpdateContext call to WebPluginDelegateImpl on the Mac.
stuartmorgan@google.com
2009-08-13
2
-16
/
+26
*
Revert 23064 - Ensure we don't load plugins on the IO thread
sgk@google.com
2009-08-11
2
-8
/
+0
*
Ensure we don't load plugins on the IO thread
jam@chromium.org
2009-08-11
2
-0
/
+8
*
Remove all direct calls to NPN_ functions in WebCore. The replacement for th...
jorlow@chromium.org
2009-08-11
1
-26
/
+28
*
Add the test plugin to the Mac plugin whitelist
stuartmorgan@google.com
2009-08-10
1
-2
/
+3
*
Only load whitelisted plugins on the Mac
stuartmorgan@google.com
2009-08-10
1
-3
/
+10
*
Set up a interposing library for Carbon calls made by plugins.
stuartmorgan@google.com
2009-08-07
3
-75
/
+114
*
linux: fix windowless Flash when scrolling
piman@chromium.org
2009-08-07
1
-1
/
+8
*
Skip STR resources in Mac plugins that we can't convert to CFStrings
stuartmorgan@google.com
2009-08-04
1
-0
/
+2
*
Don't call NPP_SetWindow during the painting of windowless plugins.
dglazkov@chromium.org
2009-08-04
2
-19
/
+35
*
Another attempt at landing this patch.
ananta@chromium.org
2009-08-04
5
-10
/
+103
*
linux: don't call NPP_SetWindow if the width/height is <= 0
piman@chromium.org
2009-07-31
1
-0
/
+9
*
Reverting 22041 as it caused plugin crashes in reliability test runs.
ananta@chromium.org
2009-07-30
5
-96
/
+9
*
Another attempt at landing this patch.
ananta@chromium.org
2009-07-30
5
-9
/
+96
*
linux: also look in ~/.mozilla/plugins for plugins
evan@chromium.org
2009-07-29
1
-1
/
+7
*
Update the Mac plugin dummy window code for the new coordinate system.
stuartmorgan@google.com
2009-07-29
2
-122
/
+210
*
linux: unload plugin libraries after extracting mime types
evan@chromium.org
2009-07-29
1
-0
/
+2
*
linux plugins: assume UTF-8 for plugin name/description
evan@chromium.org
2009-07-28
1
-2
/
+5
*
Fix partial plugin invalidate repainting on Mac.
stuartmorgan@google.com
2009-07-27
1
-13
/
+14
*
Revert r21548 and r21559 due to crash spike.
huanr@chromium.org
2009-07-25
5
-96
/
+9
*
Refactor blits to be more cross-platform.
piman@chromium.org
2009-07-24
1
-15
/
+11
*
Fixes a test_shell crash caused by attempting to cancel the plugin stream req...
ananta@chromium.org
2009-07-24
1
-1
/
+1
*
The IPCs for carrying data requested by plugins have been changed from synchr...
ananta@chromium.org
2009-07-24
5
-9
/
+96
*
Skip over Mozilla .xpt files when loading plugins on Linux.
craig.schlenter@chromium.org
2009-07-24
1
-1
/
+3
*
None of these files need to include config.h any longer...so remove it.
jorlow@chromium.org
2009-07-23
14
-28
/
+2
*
linux: add windowless plugin plumbing
piman@google.com
2009-07-22
2
-8
/
+10
*
Fix a crash in plugin handling. The code was destroying the passed-in cairo_t,
brettw@chromium.org
2009-07-17
1
-1
/
+0
*
Reverting 20516 by re-landing this previous patch.
brettw@chromium.org
2009-07-17
1
-10
/
+10
*
linux: obey standard system paths for plugins
evan@chromium.org
2009-07-17
1
-3
/
+20
*
linux: destroy browser-side plugin windows on plugin crash
evan@chromium.org
2009-07-15
1
-0
/
+1
*
Reverting 20683.
jorlow@chromium.org
2009-07-14
1
-1
/
+0
*
linux: destroy browser-side plugin windows on plugin crash
evan@chromium.org
2009-07-14
1
-0
/
+1
*
Add a temporary flag to enable plugins on the Mac and Linux while
amanda@chromium.org
2009-07-13
1
-5
/
+2
*
Remove the carbon event dispatcher from the main thread of the plugin process
amanda@chromium.org
2009-07-13
2
-7
/
+31
*
Revert previous clipping rect change for Cairo to see if it fixes the build.
brettw@chromium.org
2009-07-13
1
-10
/
+10
*
Keep the cairo clipping region in sync with the Skia one.
brettw@chromium.org
2009-07-13
1
-10
/
+10
*
Wire up windowless plugins. Mostly Mac related, some cross
amanda@chromium.org
2009-07-11
3
-167
/
+236
*
GtkPluginContainerManager::UnrealizeCallback should be void.
craig.schlenter@chromium.org
2009-07-09
2
-3
/
+3
*
Start using WebCursorInfo from the WebKit API. WebCursorInfo is a
darin@google.com
2009-07-08
4
-10
/
+14
*
Load extension plugins before looking for plugins in other places, e.g.
abarth@chromium.org
2009-07-08
1
-5
/
+5
[prev]
[next]