Chris Jones
|
9a696edbf3
|
bug 530007: fix crashing edge cases in the hope of getting better diagnostics about failed tests
|
2009-11-20 02:23:07 -06:00 |
|
Benjamin Smedberg
|
957e2b5042
|
The test plugin over-retains its scriptable object: NPN_CreateObject returns a retained object, so there's no need to retain it again. This shouldn't fix the leak but it does expose the bug bent just fixed.
|
2009-11-11 23:46:56 -05:00 |
|
Benjamin Smedberg
|
17cf638aac
|
Merge mozilla-central into electrolysis.
|
2009-11-11 12:35:42 -05:00 |
|
Ben Turner
|
401a6884be
|
Fix silly bugs
|
2009-11-09 17:30:02 -08: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 |
|
Benjamin Smedberg
|
eba77abeb6
|
Merge mozilla-central into e10s.
|
2009-10-28 11:32:00 -04:00 |
|
Benjamin Smedberg
|
15de24f35e
|
Merge mozilla-central to electrolysis.
|
2009-10-20 12:08:28 -04: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
|
d9912f5e30
|
Bug 518940. Amend NPN_InvokeDefault tests to include multiple-argument and no-argument tests.
--HG--
extra : rebase_source : 65df67027083f5474a3a82297b9a597b8458d06f
|
2009-10-16 15:29:15 -07:00 |
|
Jonathan Griffin
|
dee25456a7
|
Bug 522400. Fix a typo which prevented the invokedefault method on plugin-defined objects from being called. r+sr=jst
|
2009-10-16 10:27:33 -07:00 |
|
Benjamin Smedberg
|
fa058fc1f1
|
Merge mozilla-central to electrolysis to pick up bug 515436.
|
2009-10-12 10:51:38 -04:00 |
|
Ben Turner
|
62534891fc
|
Merge mozilla-central
|
2009-10-05 16:08:52 -07:00 |
|
Jonathan Griffin
|
089ca4c346
|
Bug 521329. Fix linux compiler warnings in test plugin.
|
2009-10-08 15:37:08 -07:00 |
|
Jonathan Griffin
|
6b906c1857
|
Bug 517078. Add plugin stream tests for NPP_ functions returning errors.
|
2009-10-02 15:18:25 -07:00 |
|
Chris Jones
|
0531f8f96b
|
basic support for windowless X11 plugins. gfx not quite working yet
|
2009-09-24 21:03:59 -05:00 |
|
Ben Turner
|
29c6cc37ec
|
Merge mozilla-central
|
2009-09-23 13:14:34 -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 |
|
Benjamin Smedberg
|
8aab401dc1
|
Merge mozilla-central into electrolysis to pick up new plugin tests.
|
2009-09-21 10:57:57 -04:00 |
|
Dave Townsend
|
8f787ba4fd
|
Bug 471245: Unpacked extensions inadvertently enable plugins when reading chrome file at startup. r+sr=jst
|
2009-09-22 08:46:32 +01:00 |
|
Benjamin Smedberg
|
d44f878b56
|
Merge mozilla-central into Electrolysis.
|
2009-09-18 16:47:18 -04:00 |
|
Jonathan Griffin
|
9891311272
|
Bug 517078 part I: create mochitests for stream APIs in NPAPI
|
2009-09-18 10:08:08 -04:00 |
|
Jonathan Griffin
|
3b1bf36d73
|
Bug 517078. Move 'using namespace' out of header files, per comment from roc.
--HG--
extra : rebase_source : a67c25de3a53131df3e7dd68c0ae4209f496ea58
|
2009-10-07 16:48:31 -07:00 |
|
Jonathan Griffin
|
ac074f565d
|
Bug 518940. Tests for NPN_Invoke.
|
2009-10-07 10:27:37 -07: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 |
|
Jonathan Griffin
|
96ff9f6933
|
Bug 523216. Check for NULL message in NPN_SetException. r=joshmoz
|
2009-10-30 13:15:22 -07:00 |
|
Robert O'Callahan
|
0661a95762
|
Bug 508495. Let CSS borders and padding apply to plugin elements, and fix layout, painting and event handling to work with them. r=dbaron
--HG--
extra : rebase_source : c42240c5a88dc05579b658f8cc29ff289422986b
|
2009-09-11 13:44:20 +12:00 |
|
Jacek Caban
|
4b876512bd
|
Bug 531300 - Link failure in testplugin on mingw, r=roc
|
2009-12-13 09:44:15 -08:00 |
|
Robert O'Callahan
|
69525d5240
|
Bug 509693. Make Windows test plugin in windowed mode have a child widget, and add API so we can check that that child widget is in the right place. r=josh
--HG--
extra : rebase_source : ad7de0da07561499e68229503945713c2f390aa1
|
2009-09-24 21:35:17 +12:00 |
|
Dão Gottwald
|
bea18b662b
|
Bug 527417 - nsIPluginHost::getPluginTags aPluginCount out param should be optional. r=josh
|
2009-11-09 22:11:58 +01: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 |
|
Robert O'Callahan
|
5220250e10
|
Disabling plugin test for bug 520436 to figure out test failures on Windows and Linux
--HG--
extra : rebase_source : a82298cc3463f744f7b577bcc16403a76eac1961
|
2009-10-15 17:56:24 +13:00 |
|
Robert O'Callahan
|
93541fb15e
|
Bug 514974. Test plugin reads from instanceData just after freeing it. r=joshmoz
--HG--
extra : rebase_source : 21adecafa47b6a476e191df6d0db10909505f02c
|
2009-09-07 12:35:14 +12: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 |
|
Benjamin Smedberg
|
187a34a633
|
Merge mozilla-central into Electrolysis
|
2009-08-26 12:15:27 -04:00 |
|
Jonathan Griffin
|
5505a545d5
|
Bug 518940. Add NPN_Evaluate tests.
|
2009-10-23 13:41:52 -07:00 |
|
Benjamin Smedberg
|
2e9438fd2f
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
Josh Aas
|
65e80f6eb0
|
Implement Cocoa NPAPI event model. b=435041 sr=roc
|
2009-08-26 17:29:47 -07:00 |
|
Robert O'Callahan
|
2194dd18b0
|
Bug 520462. Test that mouse clicks transfer focus to plugins correctly. r=jmathies
|
2009-10-08 00:14:12 +13:00 |
|
Robert O'Callahan
|
f98cfc2882
|
Bug 520436. Interpret NPN_InvalidateRect rectangles as relative to the content-box, not the border-box. r=josh
|
2009-10-05 23:07:30 +13:00 |
|
Karl Tomlinson
|
b05b6c05b4
|
b=520107 test plugin should not use gdk_window_foreign_new to lookup pixmap r=roc
--HG--
extra : rebase_source : 2d815c7a9ebda774d8913c518317b96cbbf60ac3
|
2009-10-05 14:07:38 +13:00 |
|
Jonathan Griffin
|
504750b2f6
|
Bug 518940. Remove Date test to fix orange
--HG--
extra : rebase_source : 440da08b5813f48e250a5a2c8708f6724e7666cf
|
2009-10-13 14:05:56 -07:00 |
|
Jonathan Griffin
|
52e5523e7a
|
Bug 518940. Fix intermittent orange.
|
2009-10-12 14:35:21 -07:00 |
|
Jonathan Griffin
|
03d93c22ae
|
Bug 518940. Add tests for NPN_InvokeDefault. r=bsmedberg
|
2009-10-12 10:38:11 -07:00 |
|
Ben Turner
|
cd1d42ffe0
|
Merge mozilla-central
|
2009-07-30 11:28:07 -07:00 |
|
Ben Turner
|
f038d2457f
|
Revert testplugin changes so that unit tests pass
|
2009-07-28 14:38:32 -07:00 |
|
Ben Turner
|
442e268257
|
Fix testplugin on windows to not crash until we support scriptable objects
|
2009-07-28 11:48:21 -07:00 |
|
Josh Aas
|
39c82ddda0
|
Document unscheduleAllTimers scriptable method added to test plugin.
|
2009-07-27 23:37:52 -04:00 |
|
Benjamin Smedberg
|
1e808cd4ea
|
Merge mozilla-central into Electrolysis
--HG--
rename : modules/plugin/base/src/nsPluginHostImpl.cpp => modules/plugin/base/src/nsPluginHost.cpp
|
2009-07-20 09:36:23 -04:00 |
|
Robert O'Callahan
|
af2094496b
|
Backed out changeset 91a43fa9b0da
--HG--
extra : rebase_source : 00ee0eac778112a8aac3e19f1f114e8b8b34580c
|
2009-07-10 20:13:51 +12:00 |
|
Robert O'Callahan
|
8822eb0091
|
Bug 501295. The Win32 test plugin needs to compute an accurate clip region. r=jmathies
|
2009-07-10 14:03:00 +12:00 |
|
Robert O'Callahan
|
8ce8b649b2
|
Bug 501295. pluginGetEdge should return coordinates relative to the window frame in the Win32 test plugin. Then we can enable test_plugin_position on Windows. r=jmathies
|
2009-07-10 14:03:00 +12:00 |
|
Ben Turner
|
73f03dff53
|
merge bent's changes from libchromiumipc. Gtk plugins now drawing
|
2009-07-01 14:19:32 -07:00 |
|
Chris Jones
|
8aa21b1e90
|
merge plugin work from libchromiumipc. add env var check for OOP iframe. a few small bugfixes here and there.
|
2009-07-02 11:54:22 -05:00 |
|
Makoto Kato
|
8d01acee02
|
Bug 496504 - Plugin test isn't compatible with Windows x64 build. r=joshmoz, sr=roc
|
2009-06-24 18:44:20 +09:00 |
|
Robert O'Callahan
|
dd9d905b7d
|
Bug 500910. GTK2 test plugin should take window shapes into account when computing the effective clip region. r=karlt
|
2009-07-10 14:02:58 +12:00 |
|
Robert O'Callahan
|
9c186ac605
|
Bug 500910. GTK2 test plugin should take window shapes into account when computing the effective clip region. r=karlt
|
2009-07-22 12:44:50 +12:00 |
|
Ted Mielczarek
|
ad775e7a7a
|
bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh
--HG--
extra : rebase_source : 76f547c1f055f18f57e09c67f1a2f7b2f548c3cd
|
2009-05-14 07:37:40 -04:00 |
|
Ted Mielczarek
|
bf94951904
|
Backed out changeset 9ddc25fb2246 - bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh - for test failures
|
2009-08-05 15:36:20 -04:00 |
|
Ted Mielczarek
|
b6d8d93b5c
|
bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh
--HG--
extra : rebase_source : 7bd4c374609a9eea15d0b244c1415ae853146e84
|
2009-05-14 07:37:40 -04:00 |
|
Robert O'Callahan
|
a2a72eee58
|
Bug 506304. Support synthesized mouse events being sent to windowless plugins, support reporting mouse event coordinates from the test plugin, and add tests for mouse events. r=josh
--HG--
extra : rebase_source : 5c97644a6db8454f759bbeab7a1e06295aca8325
|
2009-08-05 13:36:37 +12:00 |
|
Robert O'Callahan
|
4f3d983ad5
|
Bug 499595. Win32 test plugin needs to double-buffer and look more like other platforms' test plugins. r=jmathies
|
2009-07-04 21:54:09 +12:00 |
|
Robert O'Callahan
|
faf74419aa
|
Bug 488620. GTK2 test plugin should not assume that ancestor X windows have associated GTK widgets. r=karlt
|
2009-07-04 21:47:15 +12: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
|
4bd6720b31
|
Simplify code for exposing plugin file names vs. full path. Second landing. b=488181 r/sr=jst,bz
|
2009-06-10 16:47:49 -04:00 |
|
Karl Tomlinson
|
eeb042f14a
|
test plugin window existence at plugin instance destruction. b=485125,429604,454756 r=roc
|
2009-05-18 13:53:39 +12:00 |
|
Robert O'Callahan
|
0d7d241faf
|
Bug 480819. Explicitly track all elements that need to be frozen when a document enters bfcache. r+sr=jst
--HG--
extra : rebase_source : cf8294ebf52bf91b067dc065ccf92098c529a445
|
2009-05-08 13:32:32 +12:00 |
|
Robert O'Callahan
|
1eca41e60c
|
Bug 488416. The GTK2 test plugin needs to clip to its clipRect in windowless mode. r=karlt
--HG--
extra : rebase_source : e391513c9ca0e57ab30b41e6d5bb2c0525a7001f
|
2009-04-25 20:40:48 +12:00 |
|
Jim Mathies
|
22f75979f5
|
Bug 485120 - Touchup test patch for windows orange. CLOSED TREE bustage fix.
|
2009-04-13 16:42:01 -05:00 |
|
Jim Mathies
|
49ad540adc
|
Bug 485120 - Test plugin needs to support windowed mode on Windows. r=joshmoz+vlad.
|
2009-04-13 12:01:22 -05: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 |
|
Walter Meinl
|
854af9da72
|
Bug 487126: fix OS/2 and Qt test plugins build break, r=joshmoz
|
2009-04-07 23:41:49 +03:00 |
|
Robert O'Callahan
|
81a78803aa
|
Bug 485121. Support getting native geometry data from the test plugin on Mac and GTK2/X11. r=joshmoz,karl
--HG--
rename : layout/generic/test/test_character_movement.html => layout/generic/test/test_movement_by_characters.html
rename : layout/generic/test/test_word_movement.html => layout/generic/test/test_movement_by_words.html
|
2009-04-06 12:04:02 +12:00 |
|
Walter Meinl
|
05e1294c02
|
Bug 486581 - OS/2 build break in testplugin after enabling of windowed mode; r=joshmoz
|
2009-04-05 15:03:48 +02:00 |
|
Robert O'Callahan
|
d2012e9b33
|
Noting passing test due to checkin for bug 484923.
|
2009-04-01 17:27:44 +13: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 |
|
Michael Ventnor
|
84d760952c
|
Bug 469831 - need gtk2 drawing code for test plugin. r+sr=roc
--HG--
extra : rebase_source : 408ca77e1b3ff85e049fa8809cb13cc0885c8006
|
2009-01-26 11:21:46 -05:00 |
|
Serge Gautherie
|
8a9d7bdab5
|
Bug 476406 - [SeaMonkey] New Chrome test_privatemode.xul fails: "... Components.classes['@mozilla.org/privatebrowsing;1'] is undefined ..."; (Bv1) Add |ok(true, ...);|; r=jst
|
2009-03-28 03:00:22 +01:00 |
|
Walter Meinl
|
900f82d28c
|
Bug 485073 - OS/2 enable test plugin equivalent to other platforms; r=mozilla@Weilbacher.org
|
2009-03-27 00:47:43 +01:00 |
|
Ted Mielczarek
|
33fd6f27e3
|
bug 484780 - need plugin reftest that tests alpha rendering of test plugin. r=josh
|
2009-03-24 15:28:18 -04:00 |
|
Robert O'Callahan
|
2b654d962d
|
Bug 484761. Add README file describing test plugin behaviour. r=joshmoz
|
2009-03-24 13:55:26 +13:00 |
|
Ted Mielczarek
|
aaa58f8d73
|
Bug 421611 - Need to be able to run tests on arbitrary build - add packaging bits for xpcshell. r=bsmedberg
--HG--
rename : intl/strres/tests/397093.properties => intl/strres/tests/unit/397093.properties
rename : intl/strres/tests/strres.properties => intl/strres/tests/unit/strres.properties
|
2009-03-21 11:20:00 -04:00 |
|
Serge Gautherie
|
a5a2252e81
|
Bug 446300 - move tools/test-harness/xpcshell-simple to testing/xpcshell
(Ev2-MC) Rename the object tests directory
|
2009-02-23 19:28:20 +01:00 |
|
John Tapsell
|
df5b94d492
|
Bug 474421 - Qt Widget no longer compiles in testplugin; Minor fix for getting the tests compiling; r=joshmoz
|
2009-02-18 01:01:56 +01:00 |
|
Jesse Ruderman
|
c9eb6349ac
|
Add some crashtests
|
2009-02-10 16:36:04 -08:00 |
|
Jesse Ruderman
|
5f1cc5c3ce
|
Add a bunch of crashtests
|
2009-02-10 00:09:40 -08:00 |
|
Marco Bonardo
|
391f0b1388
|
Backed out changeset 92a47ed3d54e - Michael Ventnor — Bug 469831 - need gtk2 drawing code for test plugin - due to mochitest leak failures (crash?)
|
2009-02-10 01:36:46 +01:00 |
|
Michael Ventnor
|
8ce094f4ec
|
Bug 469831 - need gtk2 drawing code for test plugin. r+sr=roc
|
2009-01-26 11:21:46 -05:00 |
|
Josh Aas
|
7c8a12cb18
|
Don't run npapi private browsing tests when the private browsing service is not available. b=476406 r/sr=jst
|
2009-02-04 22:19:31 -05:00 |
|
Jim Mathies
|
8ddad5ef5d
|
Updated reftest.list for Bug 469830.
|
2009-01-31 15:50:21 -06:00 |
|
Jim Mathies
|
df49001deb
|
Bug 469830 - Windows drawing code for test plugin. r=ted,joshmoz
|
2009-01-31 15:06:02 -06: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 |
|
Mark Banner
|
d1a3b2d08b
|
Fix onon-FF build bustage from bug 473577
|
2009-01-17 11:20:40 +00:00 |
|
Ted Mielczarek
|
ca38450994
|
bug 473577 - make test plugin usable for reftests. r=josh
|
2009-01-16 15:03:24 -05:00 |
|
Mark Banner
|
ab8d03d8dd
|
Bustage fix for some windows systems following bug 386676
|
2009-01-14 13:11:08 +00: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 |
|
Jonathan Griffin
|
5b8a3fa575
|
Bug 518004. Workaround a link problem on 64-bit linux with the test plugin by removing use of <fstream>. r=smaug
--HG--
extra : rebase_source : af6a48cca2eb0807ab30c2f6e63a5b2b4bf52c06
|
2009-09-24 15:23:35 -07:00 |
|
Jonathan Griffin
|
d2addc16d5
|
Bug 517078. Document stream-related functionality of test plugin.
|
2009-09-24 12:10:19 -07:00 |
|
Josh Aas
|
ac38ef99e1
|
bustage fixes for some systems, b=386676
|
2009-01-13 12:09:08 -05:00 |
|
Josh Aas
|
56dc1ce64c
|
get rid of an incorrect comment
|
2009-01-13 01:47:13 -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 |
|
Josh Aas
|
3522c28f01
|
npfunctions should reflect different NP_Initialize signature for Mac OS X. r=smichaud sr=jst a=beltzner
|
2008-11-28 18:17:36 -05:00 |
|
Dave Townsend
|
92bdda65fa
|
Bug 455213: Plugins get enabled when updating to Firefox 3.1. r=jst, r=josh
|
2008-11-02 15:49:03 +00:00 |
|
Dave Townsend
|
f17a90d174
|
Backed out changeset d0132a133f2d
|
2008-11-02 03:26:23 +00:00 |
|
Dave Townsend
|
0ef910f8c8
|
Bug 455213: Plugins get enabled when updating to Firefox 3.1. r=jst, r=josh
|
2008-11-02 01:37:42 +00:00 |
|
Josh Aas
|
7029208c8f
|
Clean up npupp.h and rename it to npfunctions.h. b=455458 r/sr=jst
--HG--
rename : modules/plugin/base/public/npupp.h => modules/plugin/base/public/npfunctions.h
|
2008-10-07 21:50:25 -04:00 |
|
Dave Townsend
|
3919bf60ce
|
Bug 391728: No placeholder for disabled plugins. r=jst, r=josh, sr=bz
|
2008-09-09 16:43:21 +01:00 |
|