| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl... | brettw@chromium.org | 2010-12-21 | 1 | -304/+0 |
* | Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" | chase@chromium.org | 2010-12-21 | 1 | -0/+304 |
* | Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put | brettw@chromium.org | 2010-12-20 | 1 | -304/+0 |
* | Don't call NPP_SetWindow on plugins that return an error from NPP_New | stuartmorgan@chromium.org | 2010-11-30 | 1 | -3/+4 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -4/+4 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -2/+1 |
* | Fix full screen mode for windowless flash plugins. Flash doesn't expect a "ki... | brettw@chromium.org | 2010-09-21 | 1 | -0/+12 |
* | Extend improved windowless plugin focus handling to all platforms | stuartmorgan@chromium.org | 2010-09-18 | 1 | -0/+24 |
* | Revert 59845 - Extend improved windowless plugin focus handling to all platforms | stuartmorgan@chromium.org | 2010-09-17 | 1 | -24/+0 |
* | Extend improved windowless plugin focus handling to all platforms | stuartmorgan@chromium.org | 2010-09-17 | 1 | -0/+24 |
* | At times the Windows media player plugin would not render video. This would o... | ananta@chromium.org | 2010-06-15 | 1 | -0/+11 |
* | Enforce valid Mac plugin event and drawing model pairings | stuartmorgan@chromium.org | 2010-04-06 | 1 | -2/+2 |
* | Make the plugin popup handling code cross-platform | stuartmorgan@chromium.org | 2010-02-11 | 1 | -0/+32 |
* | Remove an NPP_SetWindow call left over from the old Carbon idle event code | stuartmorgan@chromium.org | 2010-02-11 | 1 | -0/+8 |
* | Fix passing pointers between processes. | jam@chromium.org | 2010-01-29 | 1 | -22/+11 |
* | Remove unnecessary references to webkit/glue/glue_util.h in | darin@chromium.org | 2010-01-13 | 1 | -1/+0 |
* | Typo fixing. | avi@chromium.org | 2009-12-16 | 1 | -2/+2 |
* | Send resource load notifications from plugins to devtools agent. This is a pa... | yurys@chromium.org | 2009-12-03 | 1 | -1/+1 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Never send NPRES_NETWORK_ERR to Flash in response to a url that it opened in ... | jam@chromium.org | 2009-11-10 | 1 | -0/+6 |
* | Implement NPN_GetValueForURL and NPN_SetValueForURL and add a stub for NPN_Ge... | jam@chromium.org | 2009-10-07 | 1 | -6/+0 |
* | This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ... | jam@chromium.org | 2009-09-04 | 1 | -8/+23 |
* | Eliminate remaining WebCore dependencies from webplugin_impl.cc | darin@chromium.org | 2009-09-02 | 1 | -6/+9 |
* | More refactoring for WebPlugin. | darin@chromium.org | 2009-08-27 | 1 | -15/+7 |
* | plugins: unfork WebPluginDelegateImpl between linux/win | evan@chromium.org | 2009-08-26 | 1 | -1125/+7 |
* | More removal of WebCore usage from webplugin_impl.cc | darin@chromium.org | 2009-08-21 | 1 | -3/+3 |
* | 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 |