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
/
webplugin_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...
jam@chromium.org
2009-09-04
1
-36
/
+10
*
Eliminate remaining WebCore dependencies from webplugin_impl.cc
darin@chromium.org
2009-09-02
1
-176
/
+175
*
More refactoring for WebPlugin.
darin@chromium.org
2009-08-27
1
-93
/
+50
*
Test shell crashed while running layout tests due to an STL vector iterator g...
ananta@chromium.org
2009-08-27
1
-1
/
+4
*
Fixes a crash caused due to a call to NPP_DestroyStream occuring in the cont...
ananta@chromium.org
2009-08-27
1
-8
/
+15
*
Add isVisible parameter to WebPlugin::updateGeometry.
darin@chromium.org
2009-08-26
1
-2
/
+2
*
linux: new socket/plug code for windowed plugins
piman@chromium.org
2009-08-25
1
-8
/
+6
*
Change the way that we search for iframes. The original code assumed that
darin@chromium.org
2009-08-21
1
-1
/
+0
*
More removal of WebCore usage from webplugin_impl.cc
darin@chromium.org
2009-08-21
1
-72
/
+43
*
Remove WebPluginImpl::element_
darin@chromium.org
2009-08-20
1
-66
/
+62
*
Add WebPlugin::acceptsInputEvents method.
darin@chromium.org
2009-08-20
1
-0
/
+4
*
Need to cast to WebCore::Widget explicitly since the method being
darin@chromium.org
2009-08-20
1
-2
/
+4
*
Move WebPluginContainer into the WebKit API
darin@chromium.org
2009-08-20
1
-519
/
+219
*
Move glue/event_conversion.{h,cc} into the WebKit API implementation.
darin@chromium.org
2009-08-14
1
-5
/
+7
*
Add some helper methods for constructing a WebCString from UTF16 input,
darin@chromium.org
2009-08-11
1
-1
/
+2
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
1
-5
/
+6
*
linux: fix windowless Flash when scrolling
piman@chromium.org
2009-08-07
1
-29
/
+33
*
When the plugin crashes, cleanup references to its window in the renderer.
piman@chromium.org
2009-08-06
1
-0
/
+2
*
This fixes the npapi-response-headers layout test, which started failing afte...
ananta@chromium.org
2009-08-04
1
-6
/
+8
*
Another attempt at landing this patch.
ananta@chromium.org
2009-08-04
1
-22
/
+51
*
Reverting 22041 as it caused plugin crashes in reliability test runs.
ananta@chromium.org
2009-07-30
1
-1
/
+7
*
Another attempt at landing this patch.
ananta@chromium.org
2009-07-30
1
-7
/
+1
*
Revert r21548 and r21559 due to crash spike.
huanr@chromium.org
2009-07-25
1
-1
/
+7
*
The IPCs for carrying data requested by plugins have been changed from synchr...
ananta@chromium.org
2009-07-24
1
-7
/
+1
*
Reverting 20855.
darin@chromium.org
2009-07-16
1
-2
/
+2
*
Reverting 20854.
darin@chromium.org
2009-07-16
1
-2
/
+2
*
Use WebWidget from the WebKit API. This change also makes
darin@chromium.org
2009-07-16
1
-2
/
+2
*
1) Roll WebKit DEPS to 45685
michaeln@google.com
2009-07-10
1
-3
/
+3
*
Start using WebCursorInfo from the WebKit API. WebCursorInfo is a
darin@google.com
2009-07-08
1
-7
/
+7
*
linux: only create browser-side plugin container after plugin requests it
evan@chromium.org
2009-06-30
1
-0
/
+11
*
Reverting 19560. This caused a bunch of plugin-related unittest failures on W...
glen@chromium.org
2009-06-30
1
-11
/
+0
*
linux: only create browser-side plugin container after plugin requests it
evan@chromium.org
2009-06-29
1
-0
/
+11
*
linux: cleanup browser-side GtkSockets when plugins are destroyed
evan@chromium.org
2009-06-28
1
-0
/
+9
*
linux plugins: eliminate GtkWidget* from plugin process
evan@chromium.org
2009-06-26
1
-1
/
+1
*
Revert all of my patches from today.
evan@chromium.org
2009-06-26
1
-1
/
+1
*
linux plugins: eliminate GtkWidget* from plugin process
evan@chromium.org
2009-06-26
1
-1
/
+1
*
Fix for the Layout test failures occuring as a result of the change to downlo...
ananta@chromium.org
2009-06-10
1
-0
/
+1
*
For lack of a better approach we now initiate the plugin src url download in ...
ananta@chromium.org
2009-06-10
1
-4
/
+17
*
Start using WebURLLoader, et. al. from the WebKit API.
darin@chromium.org
2009-06-09
1
-123
/
+165
*
Fix regression from my previous change. Looks like we need to call SetWindow...
jam@chromium.org
2009-06-09
1
-0
/
+11
*
Don't call NPP_SetWindow before we have the plugin geometry.
jam@chromium.org
2009-06-09
1
-29
/
+28
*
Fixes a flash plugin hang caused by opening google finance ticker symbols in ...
ananta@chromium.org
2009-06-09
1
-3
/
+2
*
Header cleanup in webkit/glue
phajdan.jr@chromium.org
2009-06-01
1
-0
/
+1
*
Revert WebURLLoader landing. Too many layout test failures.
darin@chromium.org
2009-05-30
1
-165
/
+123
*
Start using WebURLLoader, et. al. from the WebKit API.
darin@chromium.org
2009-05-30
1
-123
/
+165
*
Add events to windowless plugins on linux. This CL also refactors the event
evan@chromium.org
2009-05-22
1
-87
/
+17
*
Move WebKit API to src/webkit/api.
darin@chromium.org
2009-05-10
1
-4
/
+4
*
Fix plugin window sticking around when parent became invisible. Added test f...
jam@chromium.org
2009-05-10
1
-20
/
+14
*
There are cases where a Frame may outlive its associated Page. Get the
darin@chromium.org
2009-05-06
1
-2
/
+2
*
Fix Flash window in Analytics being incorrectly visible.
jam@chromium.org
2009-05-05
1
-4
/
+10
[next]