summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/test
Commit message (Expand)AuthorAgeFilesLines
* Added a test for pepper3d. It ensures that we can successfully load a pepper ...alokp@chromium.org2010-03-2618-147/+199
* Move nphostapi.h to be with the rest of the NPAPI headers.jam@chromium.org2010-02-242-2/+2
* Finish implementing NPN_ConvertPoint, and add a unit test for itstuartmorgan@chromium.org2010-02-093-3/+94
* Fix regression in NPN_PluginThreadAsyncCall.jam@chromium.org2010-02-022-2/+32
* bsds: views/ and webkit/ support for FreeBSD/OpenBSDevan@chromium.org2009-12-311-2/+2
* Clarify licenses on a bunch of files.evan@chromium.org2009-12-291-0/+4
* Enable windowless-based npapi_test_plugin tests on the Mac.stuartmorgan@chromium.org2009-12-182-6/+36
* Enable many of the NPAPI UI tests on Macstuartmorgan@chromium.org2009-12-162-3/+13
* Don't set referrers on outgoing plugin requests if the load_manually flag is ...ananta@chromium.org2009-12-033-7/+36
* Ensure that NPN_PluginThreadAsyncCall callbacks are not invoked after NPP_Des...apatrick@google.com2009-10-303-0/+127
* Implemented NPN_ScheduleTimer and NPN_UnscheduleTimer.apatrick@google.com2009-10-263-0/+190
* 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-066-26/+72
* Add an optional WebFrame parameter to WebView::findFrameByName.darin@chromium.org2009-09-303-0/+173
* Fix FORWARD_NULL errors in plugin test helpers.mattm@chromium.org2009-09-222-9/+27
* Fixes a crash in the plugin process specifically in the PluginStreamUrl::DidR...ananta@chromium.org2009-09-113-1/+22
* Fixes a crash caused due to a call to NPP_DestroyStream occuring in the cont...ananta@chromium.org2009-08-275-5/+82
* Revert 24266 - This CL ensures that plugins always peek in the context of out...ananta@chromium.org2009-08-252-10/+2
* This CL ensures that plugins always peek in the context of outgoing sync calls. ananta@chromium.org2009-08-252-2/+10
* Another attempt at landing this patch.ananta@chromium.org2009-08-042-1/+92
* Reverting 22041 as it caused plugin crashes in reliability test runs.ananta@chromium.org2009-07-302-92/+1
* Another attempt at landing this patch. ananta@chromium.org2009-07-302-1/+92
* Revert r21548 and r21559 due to crash spike.huanr@chromium.org2009-07-252-92/+1
* The IPCs for carrying data requested by plugins have been changed from synchr...ananta@chromium.org2009-07-242-1/+92
* Fix NPAPIIncognitoTester.PrivateEnabledjam@chromium.org2009-07-071-3/+0
* Disable NPAPIIncognitoTester.PrivateEnabled test because it's flaky.jhawkins@chromium.org2009-07-071-0/+3
* Relanding r20046.jhawkins@chromium.org2009-07-071-1/+1
* Revert r20046.jhawkins@chromium.org2009-07-071-1/+1
* Fix a typo.jhawkins@chromium.org2009-07-071-1/+1
* Fix browser hang due to plugin deadlockamit@chromium.org2009-06-033-28/+57
* Add events to windowless plugins on linux. This CL also refactors the eventevan@chromium.org2009-05-221-12/+3
* 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 Flash window in Analytics being incorrectly visible.jam@chromium.org2009-05-055-0/+76
* 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
* Fix hang seen in plugin process because plugin creation ended up having to wa...jam@chromium.org2009-04-215-3/+123
* 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-162-39/+45
* linux: make npapi_test_plugin loadable.evan@chromium.org2009-04-134-11/+86
* Remove the checked-in scons configuration files.sgk@google.com2009-04-011-84/+0
* 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-264-1/+95
* Report the plugin position to windowed plugins as (0,0)jam@chromium.org2009-03-261-4/+14
* NO CODE CHANGEdeanm@chromium.org2009-03-1124-34/+0
* Install the npapi_test_plugin in the same way we did the layout_test one.evan@chromium.org2009-01-231-1/+3
* Improve scrolling performance when there are many windowed plugins in a page.jam@chromium.org2009-01-161-3/+0
* Spaces at end of lines begone!avi@google.com2009-01-1610-28/+28