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
*
Don't unload RealPlayer in the plugin process on the Mac
stuartmorgan@chromium.org
2010-02-25
1
-2
/
+3
*
Move nphostapi.h to be with the rest of the NPAPI headers.
jam@chromium.org
2010-02-24
6
-324
/
+13
*
Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL uses
dspringer@google.com
2010-02-23
4
-25
/
+106
*
Linux: correctly handle single byte value for NPPVpluginNeedsXEmbed.
craig.schlenter@chromium.org
2010-02-22
1
-3
/
+3
*
Fix cliprect handling for Mac plugins in hidden tabs/windows
stuartmorgan@chromium.org
2010-02-19
1
-3
/
+3
*
Protect against re-entering OnThrottleMessage thru CallWindowProc.
darin@chromium.org
2010-02-19
1
-16
/
+24
*
Pass the right argument when fixing up stale plugin location on the Mac
stuartmorgan@chromium.org
2010-02-17
1
-1
/
+1
*
Add checks for Mac plugin instance destruction after NPP_* calls
stuartmorgan@chromium.org
2010-02-16
1
-5
/
+12
*
Fix some issues with compiling Mac plugin code with deprecation defines set
stuartmorgan@chromium.org
2010-02-16
4
-8
/
+24
*
Make the plugin popup handling code cross-platform
stuartmorgan@chromium.org
2010-02-11
5
-52
/
+72
*
Ensure we aren't using stale invalidation rects for windowless plugins
stuartmorgan@chromium.org
2010-02-11
1
-4
/
+10
*
Don't attempt to unload Silverlight on the Mac
stuartmorgan@chromium.org
2010-02-11
3
-3
/
+19
*
Fix Linux compile bustage
stuartmorgan@chromium.org
2010-02-11
1
-1
/
+1
*
Remove an NPP_SetWindow call left over from the old Carbon idle event code
stuartmorgan@chromium.org
2010-02-11
4
-34
/
+13
*
Always send the stream headers to the plugin, not just for seekable ones.
jam@chromium.org
2010-02-11
1
-3
/
+5
*
Pass the SWP_NOMOVE flag to SetWindowPos in WebPluginDelegateImpl::WindowedRe...
mpcomplete@chromium.org
2010-02-10
1
-1
/
+4
*
Remove redundant casts in g_signal_connect() throughout all gtk code we have.
erg@chromium.org
2010-02-10
1
-2
/
+2
*
Fixed clipping of GPU plugin instances on Mac OS X against the browser
kbr@google.com
2010-02-10
2
-13
/
+20
*
Finish implementing NPN_ConvertPoint, and add a unit test for it
stuartmorgan@chromium.org
2010-02-09
7
-26
/
+125
*
Send window frame information to Mac plugins via IPC
stuartmorgan@chromium.org
2010-02-08
2
-74
/
+88
*
Make Carbon plugin idle event source robust against changes during iteration
stuartmorgan@chromium.org
2010-02-05
1
-57
/
+62
*
OpenBSD has sys/exec_elf.h for the ELF defines, not elf.h
pvalchev@google.com
2010-02-03
2
-0
/
+4
*
To implement Pepper in Native Client we need access to the implementation of the
sehr@google.com
2010-02-03
4
-12
/
+12
*
[GPU] Get GPU process running on the mac
kbr@google.com
2010-02-03
5
-3
/
+374
*
Use CFBundle directly when reading Mac plugin information
stuartmorgan@chromium.org
2010-02-02
1
-7
/
+6
*
Hide plugins in minimized/hidden windows on the Mac
stuartmorgan@chromium.org
2010-02-02
2
-3
/
+16
*
Fix regression in NPN_PluginThreadAsyncCall.
jam@chromium.org
2010-02-02
4
-3
/
+37
*
Fix for a focus bug when loading a plugin in an extension background page.
mpcomplete@chromium.org
2010-02-01
1
-1
/
+4
*
Add tab switch notification to the Mac plugin plumbing.
stuartmorgan@chromium.org
2010-02-01
2
-25
/
+81
*
Propagate window focus changes to plugins on the Mac
stuartmorgan@chromium.org
2010-02-01
1
-3
/
+3
*
Fix passing pointers between processes.
jam@chromium.org
2010-01-29
5
-114
/
+154
*
Fix possible iterator corruption in Carbon plugin idle event handling
stuartmorgan@chromium.org
2010-01-29
1
-2
/
+6
*
Send the right event to Cocoa plugins when modifier keys are pressed
stuartmorgan@chromium.org
2010-01-27
1
-2
/
+26
*
Send Cocoa-event plugins drags, rather than moves, when a mouse button is down
stuartmorgan@chromium.org
2010-01-27
1
-2
/
+7
*
linux: also load plugins from ~/.config/google-chrome/Plugins
evan@chromium.org
2010-01-27
1
-2
/
+3
*
Fix order of calls in Mac plugin HandleInputEvent
stuartmorgan@chromium.org
2010-01-26
1
-10
/
+14
*
Blacklist DivX player on the Mac
stuartmorgan@chromium.org
2010-01-25
1
-26
/
+1
*
linux: obey move.rects_valid in WebPluginGeometry
evan@chromium.org
2010-01-25
1
-3
/
+6
*
Plumb Carbon SetCursor through.
avi@chromium.org
2010-01-25
2
-0
/
+6
*
Linux: Revert r33888. We no longer need to collect the list of loaded plugins...
thestig@chromium.org
2010-01-23
2
-33
/
+1
*
Check for context changes during Mac plugin event handling.
stuartmorgan@chromium.org
2010-01-21
1
-1
/
+10
*
Improve handling of off-screen plugins on the Mac
stuartmorgan@chromium.org
2010-01-21
2
-67
/
+101
*
Use a shared idle event for Carbon-based plugins
stuartmorgan@chromium.org
2010-01-21
2
-46
/
+60
*
Send Cocoa NPAPI plugins an initial window activation event
stuartmorgan@chromium.org
2010-01-21
2
-0
/
+25
*
(Mac) Intercept (Cocoa) cursor setting by plugins and forward it on properly.
avi@chromium.org
2010-01-19
2
-1
/
+7
*
(Mac) Allow the tracking of the "active" plugin delegate separate from the fa...
avi@chromium.org
2010-01-19
4
-54
/
+60
*
(Mac) Intercept (Carbon) cursor setting by plugins and forward it on properly.
avi@chromium.org
2010-01-15
4
-4
/
+13
*
Always eat mouse clicks on plugins on the Mac
stuartmorgan@chromium.org
2010-01-15
1
-0
/
+8
*
Make the Pepepr test run on the mac.
dspringer@google.com
2010-01-14
1
-0
/
+1
*
Update Mac plugin whitelist/blacklist
stuartmorgan@chromium.org
2010-01-14
1
-1
/
+2
[next]