summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
Commit message (Expand)AuthorAgeFilesLines
* Don't call NPP_SetWindow before we have the plugin geometry.jam@chromium.org2009-06-091-4/+4
* Fixes a flash plugin hang caused by opening google finance ticker symbols in ...ananta@chromium.org2009-06-091-2/+0
* Porting the browser tests to Unix.jcampan@chromium.org2009-06-052-13/+13
* One more attempt at fixing the keyboard focus issue when the windowless Flash...ananta@chromium.org2009-06-041-2/+22
* Fix browser hang due to plugin deadlockamit@chromium.org2009-06-033-28/+57
* port webkit changeset 44066ukai@chromium.org2009-06-011-0/+2
* Set focus to the dummy plugin window used to ensure that keyboard focus corre...ananta@chromium.org2009-05-261-24/+23
* Make sure that seekable streams are removed from the list of resource clients...ananta@chromium.org2009-05-232-2/+3
* linux: add quirk for windowless flash drawing glitchesevan@chromium.org2009-05-221-42/+117
* Add events to windowless plugins on linux. This CL also refactors the eventevan@chromium.org2009-05-228-82/+353
* Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...jam@chromium.org2009-05-201-5/+0
* Disable plugins on the Mac by default until JS plumbingamanda@chromium.org2009-05-181-1/+5
* Displaying consecutive alerts from plugins should not hang the browser. The p...ananta@chromium.org2009-05-151-0/+3
* Make WidgetWin redraw child windows that are in a different process asynchron...jam@chromium.org2009-05-143-10/+95
* 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