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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial change for DumpRrenderTree support library
tkent@google.com
2010-03-04
1
-1
/
+1
*
Fix formatting nits.
wtc@chromium.org
2010-02-27
1
-1
/
+1
*
Fix passing pointers between processes.
jam@chromium.org
2010-01-29
1
-21
/
+29
*
Set disabled style on GPU window and plugin intermediate window so mouse mess...
apatrick@chromium.org
2010-01-15
1
-2
/
+8
*
Check that frame has not been closed when getting DevToolsAgent.
yurys@chromium.org
2009-12-04
1
-0
/
+4
*
Revert "Check that frame has not been closed when getting DevToolsAgent." Lin...
yurys@chromium.org
2009-12-04
1
-4
/
+0
*
Check that frame has not been closed when getting DevToolsAgent.
yurys@chromium.org
2009-12-04
1
-0
/
+4
*
Don't set referrers on outgoing plugin requests if the load_manually flag is ...
ananta@chromium.org
2009-12-03
1
-3
/
+15
*
Send resource load notifications from plugins to devtools agent. This is a pa...
yurys@chromium.org
2009-12-03
1
-6
/
+8
*
Rename policy_url to first_party_for_cookies in cookie-related code.
wtc@chromium.org
2009-11-18
1
-2
/
+2
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-5
/
+5
*
DevTools: report correct content length for resources.
yurys@google.com
2009-11-02
1
-1
/
+1
*
Moved Pepper delegate definition to chrome\renderer to allow it to use
sehr@google.com
2009-10-17
1
-0
/
+2
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
1
-1
/
+1
*
This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...
jam@chromium.org
2009-09-04
1
-3
/
+2
*
Eliminate remaining WebCore dependencies from webplugin_impl.cc
darin@chromium.org
2009-09-02
1
-57
/
+35
*
More refactoring for WebPlugin.
darin@chromium.org
2009-08-27
1
-8
/
+15
*
Fixes a crash caused due to a call to NPP_DestroyStream occuring in the cont...
ananta@chromium.org
2009-08-27
1
-0
/
+1
*
Add isVisible parameter to WebPlugin::updateGeometry.
darin@chromium.org
2009-08-26
1
-1
/
+1
*
linux: new socket/plug code for windowed plugins
piman@chromium.org
2009-08-25
1
-3
/
+0
*
More removal of WebCore usage from webplugin_impl.cc
darin@chromium.org
2009-08-21
1
-1
/
+1
*
Remove WebPluginImpl::element_
darin@chromium.org
2009-08-20
1
-10
/
+9
*
Add WebPlugin::acceptsInputEvents method.
darin@chromium.org
2009-08-20
1
-0
/
+1
*
Move WebPluginContainer into the WebKit API
darin@chromium.org
2009-08-20
1
-114
/
+25
*
linux: fix windowless Flash when scrolling
piman@chromium.org
2009-08-07
1
-2
/
+6
*
Another attempt at landing this patch.
ananta@chromium.org
2009-08-04
1
-3
/
+7
*
1) Roll WebKit DEPS to 45685
michaeln@google.com
2009-07-10
1
-1
/
+4
*
linux: only create browser-side plugin container after plugin requests it
evan@chromium.org
2009-06-30
1
-1
/
+4
*
Reverting 19560. This caused a bunch of plugin-related unittest failures on W...
glen@chromium.org
2009-06-30
1
-4
/
+1
*
linux: only create browser-side plugin container after plugin requests it
evan@chromium.org
2009-06-29
1
-1
/
+4
*
linux: cleanup browser-side GtkSockets when plugins are destroyed
evan@chromium.org
2009-06-28
1
-1
/
+1
*
linux plugins: eliminate GtkWidget* from plugin process
evan@chromium.org
2009-06-26
1
-3
/
+3
*
Revert all of my patches from today.
evan@chromium.org
2009-06-26
1
-3
/
+3
*
linux plugins: eliminate GtkWidget* from plugin process
evan@chromium.org
2009-06-26
1
-3
/
+3
*
For lack of a better approach we now initiate the plugin src url download in ...
ananta@chromium.org
2009-06-10
1
-0
/
+5
*
Start using WebURLLoader, et. al. from the WebKit API.
darin@chromium.org
2009-06-09
1
-49
/
+50
*
Fix regression from my previous change. Looks like we need to call SetWindow...
jam@chromium.org
2009-06-09
1
-0
/
+1
*
Don't call NPP_SetWindow before we have the plugin geometry.
jam@chromium.org
2009-06-09
1
-1
/
+3
*
Header cleanup in webkit/glue
phajdan.jr@chromium.org
2009-06-01
1
-1
/
+0
*
Revert WebURLLoader landing. Too many layout test failures.
darin@chromium.org
2009-05-30
1
-50
/
+49
*
Start using WebURLLoader, et. al. from the WebKit API.
darin@chromium.org
2009-05-30
1
-49
/
+50
*
Fix plugin window sticking around when parent became invisible. Added test f...
jam@chromium.org
2009-05-10
1
-6
/
+0
*
Fix hang seen in plugin process because plugin creation ended up having to wa...
jam@chromium.org
2009-04-21
1
-1
/
+2
*
Fix a painting problem observed with windowless flash plugins, when they are ...
ananta@chromium.org
2009-04-16
1
-2
/
+1
*
Port plugin messages.
jam@chromium.org
2009-04-01
1
-6
/
+9
*
Expose whether we're in private browsing mode to plugins.I chose to implement...
jam@chromium.org
2009-03-26
1
-0
/
+3
*
Report the plugin position to windowed plugins as (0,0)
jam@chromium.org
2009-03-26
1
-1
/
+1
*
The street view in Google maps, which is implemented with a windowed flash pl...
ananta@chromium.org
2009-03-20
1
-13
/
+17
*
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...
thestig@chromium.org
2009-03-13
1
-1
/
+0
*
Checkin files I missed.
jam@chromium.org
2009-03-13
1
-1
/
+0
[next]