annotate inkscape/firefox/README @ 335:01038b8d8f05

Set the progm to be NULL so that we won't call mb_progm_abort when we call it at the next time. This will fix the crash issue of the dynamic. However, the dynamic is still crash sometimes if we click the button quickly. It looks like it crashes in the refresh. We need to future figure out the issue.
author wycc
date Sat, 07 Mar 2009 14:24:55 +0800
parents d5327265da1e
children 63aaf96209cd
rev   line source
288
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
1 How to execute the unit test
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
2 ======================================
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
3
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
4 (1) Execute the proxy damon
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
5
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
6 First of all, we need to execute the MadButterfly helper. This help will start the inkscape and then execute a SOAP proxy to wait for the commands from the web client.
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
7
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
8 # python helper_mb.py
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
9
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
10
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
11 (2) Use testsoap.py to send command to helper.
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
12
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
13 # python testsoap.py START
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
14 # python testsoap.py SCENE 1
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
15 # python testsoap.py PUBLISH
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
16
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
17
d5327265da1e Revert the firefox integration to 276
wycc
parents:
diff changeset
18