summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
Commit message (Expand)AuthorAgeFilesLines
* We need to set the clipping region of the HDC passed in to a windowless flash...ananta@chromium.org2009-03-274-25/+39
* Expose whether we're in private browsing mode to plugins.I chose to implement...jam@chromium.org2009-03-265-1/+103
* Report the plugin position to windowed plugins as (0,0)jam@chromium.org2009-03-263-22/+31
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-181-1/+0
* Basic windowless plugins, try 2.evan@chromium.org2009-03-135-46/+119
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-1146-57/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Don't call AddStream twice for manual responses.jam@chromium.org2009-03-041-1/+0
* Minor cleanup in webkit/glue:darin@chromium.org2009-03-021-0/+1
* Chrome side to implement WebMimeRegistry.darin@chromium.org2009-02-261-2/+2
* Try a new approach to fixing IAT unpatch crashes when the DLL is gone.deanm@chromium.org2009-02-262-9/+3
* We allow Flash to popup windows in response to user gesture messages like WM_...ananta@chromium.org2009-02-241-2/+9
* Add NPAPI plugins contained in extensions to the PluginList.mpcomplete@google.com2009-02-212-4/+26
* Display windowless plugins on Linux as windowed.deanm@chromium.org2009-02-201-0/+7
* Include what you use in plugin_list_mac.mm.mark@chromium.org2009-02-181-0/+2
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+1
* Revert my SetWindow(NULL) change in r9653.deanm@chromium.org2009-02-172-5/+16
* Match the Windows plugin moving/sizing behavior on Linux.deanm@chromium.org2009-02-153-18/+28
* Change mime type utils to operate on platform-specific string types for filen...estade@chromium.org2009-02-141-1/+6
* Lots of small nits to help to split off webkit.dll.maruel@chromium.org2009-02-124-31/+15
* Match Firefox by not calling SetWindow(NULL) on plugin destruction.deanm@chromium.org2009-02-123-25/+13
* Add an #if around user_gesture_msg_factory_ to unbreak the Linuxamanda@chromium.org2009-02-111-0/+2
* Forgot webplugin_delegate_impl_mac.cc in r9558amanda@chromium.org2009-02-111-0/+457
* Checkpoint of plugin support code for Mac. Does not work yet; being checkedamanda@chromium.org2009-02-112-26/+56
* This changes the approach for our webkit widget area, from using a custom Gtk...deanm@chromium.org2009-02-091-4/+57
* Add logging to NP_Initialize and CP_Initialize to try to figure out why gearsmpcomplete@google.com2009-02-061-0/+4
* The final bits needed so we can navigate away from Flash pages without crashi...evan@chromium.org2009-02-052-39/+28
* Disable the WanWang protocol handler plugin (npww.dll) as it crashes during s...ananta@chromium.org2009-02-051-0/+8
* Get windowed plugins (Flash) limping along on Linux.evan@chromium.org2009-02-043-6/+643
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-041-0/+5
* Reverting 9109.ojan@google.com2009-02-031-5/+0
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-031-0/+5
* Move proxy resolve requests out of plugin/renderer process, and into the brow...ericroman@google.com2009-01-311-50/+2
* Rearrange plugin entry points code to abstract out Linux.evan@chromium.org2009-01-306-72/+87
* Maintain a local/global stack for the global WebPluginDelegateImpl instance p...ananta@chromium.org2009-01-291-6/+17
* Fix regression from my previous plugin change where internal plugins didn't g...jam@chromium.org2009-01-292-11/+8
* Make adding internal plugins easier (and allow it to be dynamic). This code ...jam@chromium.org2009-01-298-235/+219
* Remove the ctor since it's in the shared file.thomasvl@chromium.org2009-01-281-4/+0
* Add support for UA spoofing, and spoof Safari's UA string when loading URLsdarin@chromium.org2009-01-271-1/+1
* Attempt to fix a IAT unpatch crash.deanm@chromium.org2009-01-242-58/+58
* Load plugin metadata (mime types, etc.) on Linux.evan@chromium.org2009-01-242-28/+63
* Install the npapi_test_plugin in the same way we did the layout_test one.evan@chromium.org2009-01-231-1/+3
* Linux plugin loader loads and unloads .so files.evan@chromium.org2009-01-231-5/+45
* Do the SCons hackery necessary to get the test plugin in the right directory.evan@chromium.org2009-01-231-3/+8
* Mac default plugin.avi@chromium.org2009-01-224-82/+108
* Build some basic plugin code on Linux.evan@chromium.org2009-01-224-8/+101
* More speedup of scrolling when many windowed plugins in a page. Scrolling is...jam@chromium.org2009-01-222-1/+36
* Some cleanup to the PluginList Singleton.deanm@chromium.org2009-01-212-31/+35