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
*
Fixed the Pepper print interface to take in the print dimensions and printer ...
sanjeevr@chromium.org
2010-03-12
1
-3
/
+1
*
Move MacGPUPluginContainer from src/webkit/ to src/chrome/. It
tony@chromium.org
2010-03-12
4
-450
/
+0
*
Added functions to the Pepper interface to allow plugins to participate in th...
sanjeevr@chromium.org
2010-03-11
1
-0
/
+51
*
win: string_util.h -> utf_string_conversions.h fix.
jhawkins@google.com
2010-03-11
1
-1
/
+2
*
Call UpdateAcceleratedSurface only when necessary for Core Animation plugins
stuartmorgan@chromium.org
2010-03-10
2
-16
/
+15
*
Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...
pinkerton@chromium.org
2010-03-10
3
-15
/
+165
*
Revert 41158 - Implement the CoreAnimation drawing model for plugins, sharing...
pinkerton@chromium.org
2010-03-10
3
-159
/
+15
*
Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...
pinkerton@chromium.org
2010-03-10
3
-15
/
+159
*
More dependency breaking. webkit shouldn't depend on chrome or ipc.
tony@chromium.org
2010-03-10
1
-0
/
+3
*
mac: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-10
2
-1
/
+2
*
Add theming API to Pepper. For now, this only handles scrollbars.
jam@chromium.org
2010-03-08
2
-0
/
+41
*
Take out temp code now that WebKit patch has landed.
jam@chromium.org
2010-03-08
2
-12
/
+0
*
Reland r40855 with chromeos fix.
jhawkins@chromium.org
2010-03-07
3
-0
/
+3
*
Revert 40855 - webkit/glue: string_util.h > utf_string_conversions.h fix.
bradnelson@google.com
2010-03-07
3
-3
/
+0
*
webkit/glue: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-07
3
-0
/
+3
*
Make plugin buffer changes robust against synchronous plugin call nesting
stuartmorgan@chromium.org
2010-03-06
3
-15
/
+16
*
Make the pepper 2D flush callback actually function as advertised. It will now
brettw@chromium.org
2010-03-06
2
-0
/
+17
*
Committing change from Gene Gutnik <gene@chromium.org>. Original change at h...
jam@chromium.org
2010-03-05
1
-0
/
+9
*
Move forcing the return of NPP_HandleEvent to be true on Win/Linux to webplug...
jam@chromium.org
2010-03-05
2
-0
/
+21
*
Mac Plugin context handling cleanup
stuartmorgan@chromium.org
2010-03-05
2
-96
/
+98
*
Remove GetNextEvent loop from Carbon plugin processing
stuartmorgan@chromium.org
2010-03-05
1
-19
/
+0
*
Use UpdateDummyWindowBounds to do the initial Carbon plugin window setup
stuartmorgan@chromium.org
2010-03-03
1
-3
/
+1
*
Revert 40490 - Make the pepper 2D flush callback actually function as adverti...
brettw@chromium.org
2010-03-03
2
-17
/
+0
*
Make the pepper 2D flush callback actually function as advertised. It will now
brettw@chromium.org
2010-03-03
2
-0
/
+17
*
Rename FakePluginWindowTracker
stuartmorgan@chromium.org
2010-03-02
4
-68
/
+68
*
Fixes to 10.6 port of GPU plugin after recent backport to 10.5 and
kbr@google.com
2010-03-02
1
-1
/
+2
*
Check for Carbon Mac plugin destruction after each GetNextEvent cycle
stuartmorgan@chromium.org
2010-03-01
1
-31
/
+27
*
Call NPP_SetWindow immediately on initialization for Mac QuickTime
stuartmorgan@chromium.org
2010-02-26
1
-0
/
+6
*
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
[next]