summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/test/plugin_client.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-240/+0
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-0/+240
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-240/+0
* Implement NPAPI HTTP Redirect handling. This basically supports the NPAPI URL...ananta@chromium.org2010-11-231-18/+28
* Remove the obsolete JRI bits from the NPAPI headersstuartmorgan@chromium.org2010-05-071-6/+1
* Added a test for pepper3d. It ensures that we can successfully load a pepper ...alokp@chromium.org2010-03-261-119/+14
* Finish implementing NPN_ConvertPoint, and add a unit test for itstuartmorgan@chromium.org2010-02-091-1/+2
* Enable windowless-based npapi_test_plugin tests on the Mac.stuartmorgan@chromium.org2009-12-181-1/+1
* Don't set referrers on outgoing plugin requests if the load_manually flag is ...ananta@chromium.org2009-12-031-1/+2
* Ensure that NPN_PluginThreadAsyncCall callbacks are not invoked after NPP_Des...apatrick@google.com2009-10-301-0/+4
* Implemented NPN_ScheduleTimer and NPN_UnscheduleTimer.apatrick@google.com2009-10-261-0/+4
* Add a regression test for the renderer hang when a plugin's NP_Initialize fun...jam@chromium.org2009-10-231-2/+17
* Fix scripting during NPP_Destroy. Note that if the plugin is making a call t...jam@chromium.org2009-10-061-4/+5
* Add an optional WebFrame parameter to WebView::findFrameByName.darin@chromium.org2009-09-301-0/+4
* Fixes a crash in the plugin process specifically in the PluginStreamUrl::DidR...ananta@chromium.org2009-09-111-1/+2
* Fixes a crash caused due to a call to NPP_DestroyStream occuring in the cont...ananta@chromium.org2009-08-271-1/+1
* Revert 24266 - This CL ensures that plugins always peek in the context of out...ananta@chromium.org2009-08-251-2/+1
* This CL ensures that plugins always peek in the context of outgoing sync calls. ananta@chromium.org2009-08-251-1/+2
* Fix NPAPIIncognitoTester.PrivateEnabledjam@chromium.org2009-07-071-3/+0
* Disable NPAPIIncognitoTester.PrivateEnabled test because it's flaky.jhawkins@chromium.org2009-07-071-0/+3
* Fix browser hang due to plugin deadlockamit@chromium.org2009-06-031-1/+2
* Make WidgetWin redraw child windows that are in a different process asynchron...jam@chromium.org2009-05-141-7/+5
* Fix Flash window in Analytics being incorrectly visible.jam@chromium.org2009-05-051-0/+7
* Fix hang seen in plugin process because plugin creation ended up having to wa...jam@chromium.org2009-04-211-3/+8
* 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-161-33/+29
* linux: make npapi_test_plugin loadable.evan@chromium.org2009-04-131-4/+15
* We need to set the clipping region of the HDC passed in to a windowless flash...ananta@chromium.org2009-03-271-9/+6
* Expose whether we're in private browsing mode to plugins.I chose to implement...jam@chromium.org2009-03-261-1/+5
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Spaces at end of lines begone!avi@google.com2009-01-161-2/+2
* Moved the SelfDeletePluginInvokeInSynchronousMouseMove to interactive ui testsananta@chromium.org2008-10-291-1/+6
* Revert r4094; ui_tests failures in SelfDeletePluginInvokeInSynchronousMouseMove.sgk@google.com2008-10-281-6/+1
* Proposed fix for http://b/issue?id=1362948, which is a crash in the rendererw...ananta@chromium.org2008-10-281-1/+6
* This fixes http://code.google.com/p/chromium/issues/detail?id=205, which was ...ananta@chromium.org2008-10-201-1/+10
* port some parts of webkit/glue/plugins/test to Linuxevanm@google.com2008-09-241-20/+21
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add webkit to the repository.initial.commit2008-07-271-0/+300