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
/
webplugin_delegate_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't call NPP_SetWindow during the painting of windowless plugins.
dglazkov@chromium.org
2009-08-04
1
-19
/
+33
*
Start using WebCursorInfo from the WebKit API. WebCursorInfo is a
darin@google.com
2009-07-08
1
-4
/
+5
*
linux plugins: eliminate GtkWidget* from plugin process
evan@chromium.org
2009-06-26
1
-2
/
+2
*
Revert all of my patches from today.
evan@chromium.org
2009-06-26
1
-2
/
+2
*
linux plugins: eliminate GtkWidget* from plugin process
evan@chromium.org
2009-06-26
1
-2
/
+2
*
Don't call NPP_SetWindow before we have the plugin geometry.
jam@chromium.org
2009-06-09
1
-4
/
+4
*
One more attempt at fixing the keyboard focus issue when the windowless Flash...
ananta@chromium.org
2009-06-04
1
-2
/
+22
*
port webkit changeset 44066
ukai@chromium.org
2009-06-01
1
-0
/
+2
*
Set focus to the dummy plugin window used to ensure that keyboard focus corre...
ananta@chromium.org
2009-05-26
1
-24
/
+23
*
Make sure that seekable streams are removed from the list of resource clients...
ananta@chromium.org
2009-05-23
1
-2
/
+0
*
Add events to windowless plugins on linux. This CL also refactors the event
evan@chromium.org
2009-05-22
1
-10
/
+121
*
Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...
jam@chromium.org
2009-05-20
1
-5
/
+0
*
Only unset the kWebPluginDelegateProperty property after calling the plugin's...
jam@chromium.org
2009-05-01
1
-25
/
+19
*
Fix hang seen in plugin process because plugin creation ended up having to wa...
jam@chromium.org
2009-04-21
1
-10
/
+11
*
Ensure we check the page pointer before using it after we come out of NPP_Han...
jam@chromium.org
2009-04-16
1
-1
/
+5
*
Port plugin messages.
jam@chromium.org
2009-04-01
1
-14
/
+15
*
Report the plugin position to windowed plugins as (0,0)
jam@chromium.org
2009-03-26
1
-18
/
+14
*
Try a new approach to fixing IAT unpatch crashes when the DLL is gone.
deanm@chromium.org
2009-02-26
1
-6
/
+3
*
We allow Flash to popup windows in response to user gesture messages like WM_...
ananta@chromium.org
2009-02-24
1
-2
/
+9
*
Revert my SetWindow(NULL) change in r9653.
deanm@chromium.org
2009-02-17
1
-5
/
+7
*
Match the Windows plugin moving/sizing behavior on Linux.
deanm@chromium.org
2009-02-15
1
-1
/
+9
*
Lots of small nits to help to split off webkit.dll.
maruel@chromium.org
2009-02-12
1
-4
/
+4
*
Match Firefox by not calling SetWindow(NULL) on plugin destruction.
deanm@chromium.org
2009-02-12
1
-7
/
+5
*
This CL adds macro used to track the creation and destruction
jcampan@chromium.org
2009-02-04
1
-0
/
+5
*
Reverting 9109.
ojan@google.com
2009-02-03
1
-5
/
+0
*
This CL adds macro used to track the creation and destruction
jcampan@chromium.org
2009-02-03
1
-0
/
+5
*
Maintain a local/global stack for the global WebPluginDelegateImpl instance p...
ananta@chromium.org
2009-01-29
1
-6
/
+17
*
Attempt to fix a IAT unpatch crash.
deanm@chromium.org
2009-01-24
1
-46
/
+58
*
More speedup of scrolling when many windowed plugins in a page. Scrolling is...
jam@chromium.org
2009-01-22
1
-1
/
+23
*
Improve scrolling performance when there are many windowed plugins in a page.
jam@chromium.org
2009-01-16
1
-63
/
+26
*
Spaces at end of lines begone!
avi@google.com
2009-01-16
1
-3
/
+3
*
Block Adobe Reader from issuing NPN_GetURL/NPN_GetURLRequests for URL schemes...
ananta@chromium.org
2009-01-16
1
-0
/
+1
*
Fix plugin_tests failure
jam@chromium.org
2009-01-14
1
-1
/
+1
*
Fix layout test failures. Looks like keying the plugins based on OriginalFil...
jam@chromium.org
2009-01-13
1
-1
/
+2
*
Get rid of lowercasing plugin filenames in order to determine if two paths po...
jam@chromium.org
2009-01-12
1
-7
/
+7
*
Add support for custom cursors set by windowless plugins. Windowless plugins ...
ananta@chromium.org
2009-01-09
1
-17
/
+65
*
Move plugins to FilePaths, some cleanup
avi@google.com
2009-01-06
1
-3
/
+3
*
Adjusting the name of a function to make it more descriptive.
avi@google.com
2008-12-30
1
-4
/
+4
*
Ensure that the context menu shows up in a windowless Silverlight plugin inst...
ananta@chromium.org
2008-11-26
1
-3
/
+44
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-22
1
-2
/
+2
*
Rollback "Remove use of wide characters in stats table identifiers."
evanm@google.com
2008-11-21
1
-1
/
+1
*
Remove use of wide characters in stats table identifiers.
evanm@google.com
2008-11-21
1
-1
/
+1
*
Eliminate CursorChromium's dependency on webkit/glue.
darin@chromium.org
2008-11-06
1
-32
/
+9
*
This fixes http://code.google.com/p/chromium/issues/detail?id=3585, which is ...
ananta@chromium.org
2008-10-23
1
-14
/
+1
*
This is a patch for bug 1385045: Adobe Acrobat 9.0 crash.
nsylvain@chromium.org
2008-10-22
1
-0
/
+18
*
A fix for Issue 2673 in chromium: "Flash: IME not available".
hbono@chromium.org
2008-10-15
1
-2
/
+28
*
Patch by Thatcher Ulrich <tulrich@google.com>.
ojan@google.com
2008-10-09
1
-16
/
+29
*
Fix painting problem with transparent plugins because plugins were ignoring t...
jam@chromium.org
2008-10-01
1
-5
/
+0
*
This fixes http://code.google.com/p/chromium/issues/detail?id=2803, which
iyengar@google.com
2008-10-01
1
-6
/
+5
*
This fixes the following bugs:-
iyengar@google.com
2008-09-20
1
-3
/
+1
[next]