summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
Commit message (Expand)AuthorAgeFilesLines
* Delete the checked-in webkit .vcproj (and ancillary .sln) files.sgk@google.com2009-05-121-288/+0
* Fix plugin window sticking around when parent became invisible. Added test f...jam@chromium.org2009-05-101-14/+0
* Fix a regression which occured because of the default plugin loading before t...ananta@chromium.org2009-05-071-2/+2
* Change webplugin_delegate_impl_mac from C++ to Objective-C++amanda@chromium.org2009-05-061-0/+0
* Fix Flash window in Analytics being incorrectly visible.jam@chromium.org2009-05-055-0/+76
* Only unset the kWebPluginDelegateProperty property after calling the plugin's...jam@chromium.org2009-05-011-25/+19
* Added audio/mpeg and video/mpeg to the list of mime types supported by the Ac...ananta@chromium.org2009-04-302-4/+5
* Forgot an added file in http://codereview.chromium.org/99154amanda@chromium.org2009-04-281-0/+46
* Add the npapi_test_plugin to the Mac build of test_shellamanda@chromium.org2009-04-281-0/+6
* Chrome side of using WebPluginListBuilder.darin@chromium.org2009-04-242-2/+2
* Allow Flash (and other plugins) to be installed without restarting the browse...jam@chromium.org2009-04-232-1/+3
* Fix hang seen in plugin process because plugin creation ended up having to wa...jam@chromium.org2009-04-217-16/+134
* plugins: move NativeLibrary into base.evan@chromium.org2009-04-215-130/+26
* Fix build break due to incorrect merge, TBR=awalkerjam@chromium.org2009-04-161-1/+1
* Ensure we check the page pointer before using it after we come out of NPP_Han...jam@chromium.org2009-04-164-40/+52
* linux: make npapi_test_plugin loadable.evan@chromium.org2009-04-134-11/+86
* Relanding the following revisions.ananta@chromium.org2009-04-131-14/+0
* Revert change 13558 and 13555 because they broke the pluginnsylvain@chromium.org2009-04-131-0/+14
* Remove the Activex shim registration for generic Activex controls. The Active...ananta@chromium.org2009-04-111-14/+0
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-1/+3
* Linux: more windowless plugin work.evan@chromium.org2009-04-061-78/+73
* Don't call NPP_StreamAsFile on the plugin, if the stream is being closed due ...ananta@chromium.org2009-04-031-1/+2
* Remove the checked-in scons configuration files.sgk@google.com2009-04-011-84/+0
* Port plugin messages.jam@chromium.org2009-04-017-64/+50
* 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