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
/
plugin
/
webplugin_proxy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in NPDrawingModelInvalidatingCoreAnimation, and make it more efficient
stuartmorgan@chromium.org
2010-06-03
1
-3
/
+6
*
Implement support for NPDrawingModelInvalidatingCoreAnimation in Mac plugins
stuartmorgan@chromium.org
2010-06-03
1
-0
/
+2
*
Made Pepper 3D plugins' output opaque on Mac OS X by filling the
kbr@google.com
2010-04-15
1
-2
/
+2
*
Fix offscren invalidation in windowless plugins
stuartmorgan@chromium.org
2010-04-14
1
-3
/
+3
*
Improve plugin performance on the Mac
stuartmorgan@chromium.org
2010-04-14
1
-2
/
+5
*
Remove the use of the background transport for transparent Mac plugins.
stuartmorgan@chromium.org
2010-04-12
1
-5
/
+3
*
Move app/gfx/canvas and app/gfx/font to gfx/.
ben@chromium.org
2010-03-23
1
-1
/
+1
*
Move more files to toplevel gfx.
ben@chromium.org
2010-03-19
1
-1
/
+3
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
Rename uses of GPUPlugin in class names and IPC to AcceleratedSurface.
pinkerton@chromium.org
2010-03-12
1
-4
/
+3
*
Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...
pinkerton@chromium.org
2010-03-10
1
-0
/
+22
*
Revert 41158 - Implement the CoreAnimation drawing model for plugins, sharing...
pinkerton@chromium.org
2010-03-10
1
-22
/
+0
*
Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...
pinkerton@chromium.org
2010-03-10
1
-0
/
+22
*
BSD ifdefs, etc. necessary for chrome/
pvalchev@google.com
2010-03-09
1
-34
/
+34
*
Make plugin buffer changes robust against synchronous plugin call nesting
stuartmorgan@chromium.org
2010-03-06
1
-23
/
+31
*
Mac Plugin context handling cleanup
stuartmorgan@chromium.org
2010-03-05
1
-1
/
+9
*
Fix formatting nits.
wtc@chromium.org
2010-02-27
1
-1
/
+1
*
Fix passing pointers between processes.
jam@chromium.org
2010-01-29
1
-41
/
+18
*
The renderer and plugin processes can send over raw NPObjects valid in the ot...
ananta@chromium.org
2010-01-20
1
-12
/
+8
*
Send resource load notifications from plugins to devtools agent. This is a pa...
yurys@chromium.org
2009-12-03
1
-2
/
+3
*
Add acknowledgement messages for PluginMsg_UpdateGeometry. On the Mac, use
mark@chromium.org
2009-11-30
1
-1
/
+13
*
Rename policy_url to first_party_for_cookies in cookie-related code.
wtc@chromium.org
2009-11-18
1
-4
/
+6
*
Duplicating the SetActiveURL() change from the renderer to the plugin process...
jschuh@chromium.org
2009-11-14
1
-1
/
+1
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
1
-1
/
+1
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-1
/
+1
*
Fix partial updates of transparent plugin backgrounds on Mac
stuartmorgan@chromium.org
2009-11-10
1
-1
/
+4
*
Amit, please review everything.
ananta@chromium.org
2009-11-07
1
-1
/
+3
*
Fix transparent windowless plugin background painting. This would manifest
brettw@chromium.org
2009-10-29
1
-17
/
+18
*
Make the web plugin proxy tolerant of windowless bitmap memory mapping failures.
brettw@chromium.org
2009-10-27
1
-13
/
+26
*
Push the native canvas into the plugin implementation. On Windows, this means
brettw@chromium.org
2009-10-23
1
-102
/
+50
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
1
-5
/
+2
*
Get rid of the need for cross process events in order to get plugin processes...
jam@chromium.org
2009-09-29
1
-36
/
+9
*
Gears File Drag Drop
michaeln@google.com
2009-09-16
1
-3
/
+3
*
This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...
jam@chromium.org
2009-09-04
1
-3
/
+1
*
Adjust color spaces so that Mac Chrome renders colors properly.
amanda@chromium.org
2009-09-03
1
-4
/
+5
*
Eliminate remaining WebCore dependencies from webplugin_impl.cc
darin@chromium.org
2009-09-02
1
-2
/
+3
*
Fix invalidates from off-screen plugins on the Mac.
stuartmorgan@chromium.org
2009-08-27
1
-2
/
+12
*
linux: new socket/plug code for windowed plugins
piman@chromium.org
2009-08-25
1
-51
/
+1
*
Add an UpdateContext call to WebPluginDelegateImpl on the Mac.
stuartmorgan@google.com
2009-08-13
1
-0
/
+4
*
linux: fix race in TransportDIB passing
piman@chromium.org
2009-08-10
1
-1
/
+7
*
linux: fix windowless Flash when scrolling
piman@chromium.org
2009-08-07
1
-0
/
+6
*
Another attempt at landing this patch.
ananta@chromium.org
2009-08-04
1
-1
/
+7
*
Reverting 22041 as it caused plugin crashes in reliability test runs.
ananta@chromium.org
2009-07-30
1
-3
/
+1
*
linux: add a GtkPlug / GtkSocket pair in the plugin process
piman@chromium.org
2009-07-30
1
-4
/
+48
*
Another attempt at landing this patch.
ananta@chromium.org
2009-07-30
1
-1
/
+3
*
Continue eliminating direct NPN_ function calls that go from Chromium code to...
jorlow@chromium.org
2009-07-30
1
-2
/
+5
*
Update the Mac plugin dummy window code for the new coordinate system.
stuartmorgan@google.com
2009-07-29
1
-7
/
+3
*
Fix partial plugin invalidate repainting on Mac.
stuartmorgan@google.com
2009-07-27
1
-1
/
+0
*
Revert r21548 and r21559 due to crash spike.
huanr@chromium.org
2009-07-25
1
-3
/
+1
*
Refactor blits to be more cross-platform.
piman@chromium.org
2009-07-24
1
-6
/
+5
[next]