Benjamin Smedberg
|
429147b570
|
Bug 532208: Test for large streams
|
2010-02-26 13:07:58 -06:00 |
|
Chris Jones
|
d3f03a7d84
|
Bug 544945: Mochitest of clipboard interaction that forces the plugin subprocess into a nested event loop on gtk2 platforms. r=karlt
--HG--
extra : rebase_source : f9fb43d4bf4c3991bbdf30f6d999d315ee7a2407
|
2010-02-16 12:44:26 -06:00 |
|
Benjamin Smedberg
|
29f2801f1e
|
Actually run test_GCrace.html from bug 542263 which was committed in revision e9d8b376d014. The missing Makefile change is due to a bad transplant which I didn't notice :-( r=bent
--HG--
extra : rebase_source : 0057b1362919a34460ba3c72afd990952ad53d25
|
2010-02-17 13:30:37 -05:00 |
|
Chris Jones
|
efa51c360c
|
Bug 544345: Mochitest of plugin hangs. r=bsmedberg
--HG--
extra : transplant_source : %0F%8A%10%CC%7C%A3%1C%F3%A1%05%B0%0D%AA%7EH%A6%29%23%EE%85
|
2010-02-11 14:32:19 -06:00 |
|
Ted Mielczarek
|
7534f6eb66
|
Bug 541446 - sort out details of where OOP minidumps should wind up. r=benjamin
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify.xul => modules/plugin/test/mochitest/test_crash_notify_no_report.xul
|
2010-02-09 17:05:31 -08:00 |
|
Daniel Holbert
|
7f88cb2313
|
Backed out changeset 8006ad2d0c06 (tests for bug 542263), since its test 'test_GCrace.html' failed on OSX in its first cycle.
|
2010-02-02 18:57:15 -08:00 |
|
Benjamin Smedberg
|
49079e3a39
|
Testcase for bug 542263 - crash at NPObjWrapper_NewResolve or various other places
|
2010-02-02 17:18:41 -08:00 |
|
Jonathan Griffin
|
5040e737a1
|
Bug 518924. Fix memory leak in NPAPI async callback test and re-enable
|
2010-01-25 12:20:30 -08:00 |
|
Phil Ringnalda
|
574c919e99
|
Bug 518924 - disable mochitests, since one of them is leaking every Md6 run on Windows and Linux
|
2010-01-22 22:16:16 -08:00 |
|
Jonathan Griffin
|
d736eba473
|
Bug 518924. Add tests for NPAPI timers and async callbacks. r=bsmedberg
|
2010-01-22 17:13:26 -08:00 |
|
Jonathan Griffin
|
ce90ed0a0d
|
Test for bug 539755, NPN_GetAuthenticationInfo
--HG--
extra : transplant_source : %1E%F7%C1%BF0%14Ul%0Ex%ABJ%0A%B9Z%0CX4%02%98
|
2010-01-21 14:35:03 -05:00 |
|
Josh Aas
|
dd2c892251
|
Add a plugin test that sets and then gets a cookie. b=530980 r=roc
|
2010-01-19 15:45:21 -05:00 |
|
Josh Aas
|
9f1683fecf
|
Sent "PluginCrashed" notification when a plugin crashes. b=519541 r=jst r=bsmedberg
|
2010-01-13 11:42:41 -05:00 |
|
Benjamin Smedberg
|
43b7734985
|
Tests for bug 532246, r=jst
|
2009-12-02 12:02:16 -05:00 |
|
Karl Tomlinson
|
0794ab1863
|
test windowless invalidation (b=535687) and expose events with clips (b=445707)
--HG--
extra : rebase_source : 4befde6a6635d53f60e628b74576cc1dcb1fe1c2
|
2009-12-31 16:20:51 +13:00 |
|
Benjamin Smedberg
|
a4e17b427f
|
Fix the test for bug 535298 - because plugin instantiation is asynchronous, we are crashing the plugin process after we meant to, which leads to a JS error and a hung test
|
2009-12-22 10:38:42 -05:00 |
|
Benjamin Smedberg
|
47b4c82551
|
Test for bug 535298, crashes which occur during NPP_New or NPP_Destroy
|
2009-12-21 12:37:32 -05:00 |
|
Benjamin Smedberg
|
2d48c3e186
|
Re-enable test_crashing.html on the electrolysis branch to see how random/reproducible it is.
|
2009-12-17 13:11:49 -05:00 |
|
Benjamin Smedberg
|
e431d632a4
|
Disable test_crashing.html because it may be causing hangs still and I have little confidence in it yet.
|
2009-12-16 22:09:42 -05:00 |
|
Benjamin Smedberg
|
e9b0ccabad
|
Bug 532751 - Notify the nsNPAPIPlugin and the related nsNPAPIPluginInstances when a plugin crashes so that reloading will create a new plugin process, r=josh
|
2009-12-16 15:08:45 -05:00 |
|
Benjamin Smedberg
|
fa1b90bc0c
|
Comment out the crash test until we can fix the leaking nsPluginHost as well as tell the test harness that it's ok that the crashing plugin process didn't print leak information.
|
2009-12-05 13:53:12 -05:00 |
|
Benjamin Smedberg
|
8613b91908
|
Add a .crash() method to the testplugin, and test that crashing throws exceptions in the parent.
|
2009-12-03 15:33:25 -05:00 |
|
Benjamin Smedberg
|
f7eb5c27ab
|
Bug 530894 - Clean up TODOs in the plugin stream remoting: if NPN_{Get,Post}URLNotify fail, clean up the actor properly. Also deal with null postdata, which currently causes significant problems for the in-process case (NPN_PostURLNotify succeeds, but NPP_URLNotify is never called). r=bent
|
2009-11-25 09:26:01 -05:00 |
|
Benjamin Smedberg
|
17cf638aac
|
Merge mozilla-central into electrolysis.
|
2009-11-11 12:35:42 -05:00 |
|
Benjamin Smedberg
|
281b9fd4a8
|
Merge from mozilla-central.
|
2009-11-06 09:54:28 -05:00 |
|
Benjamin Smedberg
|
8fad57cfea
|
Disable the NPN_SetException tests for the time being until the e10s bug is fixed.
|
2009-11-04 13:11:20 -05:00 |
|
Robert O'Callahan
|
69e399486e
|
Disable test_windowed_invalidate.html on non-Windows, since it's only needed for Windows and seems to be failing on GTK2 at least
--HG--
extra : rebase_source : dc4114dfddee4d8714f7d5c881356352791e6400
|
2009-11-04 09:17:50 +13:00 |
|
Robert O'Callahan
|
3e0434e672
|
Bug 510082. Silverlight depends on NPN_InvalidateRect working even when the plugin is in windowed mode (although it should really just call Win32 APIs to invalidate its window), so make NPN_InvalidateRect work for windowed plugins. r=josh
|
2009-11-04 07:39:42 +13:00 |
|
Josh Aas
|
a80cc9a8b5
|
Add test for NPN_ConvertPoint, only enabled for Mac OS X for now. b=500406 r=roc
|
2009-11-09 13:19:26 -05:00 |
|
Jonathan Griffin
|
5505a545d5
|
Bug 518940. Add NPN_Evaluate tests.
|
2009-10-23 13:41:52 -07:00 |
|
Jonathan Griffin
|
861525d628
|
Bug 522791. Add basic tests for NPN_SetException.
--HG--
extra : rebase_source : 5d4f69cb5c54136775f0752713d055ad9f407c7a
|
2009-10-19 14:00:59 -07:00 |
|
Jonathan Griffin
|
03d93c22ae
|
Bug 518940. Add tests for NPN_InvokeDefault. r=bsmedberg
|
2009-10-12 10:38:11 -07:00 |
|
Jonathan Griffin
|
ac074f565d
|
Bug 518940. Tests for NPN_Invoke.
|
2009-10-07 10:27:37 -07:00 |
|
Jonathan Griffin
|
6b906c1857
|
Bug 517078. Add plugin stream tests for NPP_ functions returning errors.
|
2009-10-02 15:18:25 -07:00 |
|
Boris Zbarsky
|
c34ae09fee
|
Backed out changeset e22b5d4e8ce9 (bug 518940) on suspicion of causing Linux orange.
--HG--
extra : rebase_source : 431d4f6349808163322ff48cfb32d85cc8beefe5
|
2009-09-30 23:17:36 -04:00 |
|
Jonathan Griffin
|
ed6b27392e
|
Bug 518940. Adding tests for NPN_Invoke. r=bsmedberg
|
2009-09-30 15:11:57 -07:00 |
|
Jonathan Griffin
|
08bed1367a
|
Bug 517078. New test for NPN_NewStream and NPN_Write.
|
2009-09-30 11:17:39 -07:00 |
|
Benjamin Smedberg
|
64a1193a12
|
Followup to bug 517078 - separate out the plugin tests so that each test is separate. This makes it easier to see what the test is doing, has fewer potential interactions between tests, and made it easier to debug Electrolysis. Reworked slightly and r=griffin
--HG--
extra : rebase_source : 8eaf51a366d7cd08db23a29f2d112351a46e4dc7
|
2009-09-23 09:49:49 -04:00 |
|
Jonathan Griffin
|
9891311272
|
Bug 517078 part I: create mochitests for stream APIs in NPAPI
|
2009-09-18 10:08:08 -04:00 |
|
Benjamin Smedberg
|
84f70d6422
|
Bug 510963 - NPN_GetValue(NPNVPluginElementNPObject) is broken, r=josh
--HG--
extra : rebase_source : e1242620d2adfee22a5c8ede076e4d43916e72d9
|
2009-09-10 14:11:30 -04:00 |
|
Josh Aas
|
bd853b5bcf
|
Add new timer APIs to NPAPI, NPN_ScheduleTimer and NPN_UnscheduleTimer. b=499921 r/sr=jst
|
2009-07-01 11:09:49 -04:00 |
|
Josh Aas
|
f1c19744ba
|
Test for error condition when trying to set an unknown variable in NPAPI. b=479979 r=roc
|
2009-04-10 20:15:42 -04:00 |
|
Robert O'Callahan
|
9e57d83ee1
|
Bug 484923. Test plugin should support 'window' mode on GTK2/X. r=josh,karl
--HG--
extra : rebase_source : 376e102b3401a2d61f26be9643c35be5e2d89ced
|
2009-04-01 14:07:19 +13:00 |
|
Josh Aas
|
015a5c7e76
|
Add API allowing plugins to participate in private browsing. b=468877 r/sr=jst
|
2009-01-30 16:40:14 -05:00 |
|
Josh Aas
|
539fcc967d
|
System for testing plugins, take 4. b=386676 r=smichaud sr=roc
|
2009-01-12 22:06:21 -05:00 |
|
Josh Aas
|
4c4299efbe
|
Backed out changeset e28cd33a0335
|
2008-12-19 05:30:53 -05:00 |
|
Josh Aas
|
170e6896d3
|
System for testing plugins, take 3. b=386676 r=smichaud sr=roc
|
2008-12-19 04:10:09 -05:00 |
|
Josh Aas
|
c5d2456c12
|
Backed out changeset 7b8ca8c944f2
|
2008-12-19 01:59:15 -05:00 |
|
Josh Aas
|
dd716baaec
|
System for testing plugins, take 2. b=386676 r=smichaud sr=roc
|
2008-12-19 00:47:08 -05:00 |
|
Josh Aas
|
e79f540ada
|
Backed out changeset 2776db2defa2
|
2008-12-16 14:38:58 -05:00 |
|
Josh Aas
|
6e9c3576aa
|
Add a system for testing plugins. b=386676 r=smichaud sr=roc
|
2008-12-16 10:27:32 -05:00 |
|