XUL Explorer:UseCases/Extension Testing: Difference between revisions

Jump to navigation Jump to search
m
Line 74: Line 74:
<tr>
<tr>
<td>locate extension id</td>
<td>locate extension id</td>
<td style="background-color:red;text-align:center;">High</td>
<td style="background-color:green;text-align:center;">Done / High</td>
<td>Read application.ini/install.rdf, but how? I have managed to finish application.ini, since it only relies on [http://mxr.mozilla.org/seamonkey/source/xulrunner/setup/nsXULAppInstall.js#61 undocumented] [http://mxr.mozilla.org/seamonkey/source/xpcom/ds/nsIINIParser.idl#43 interfaces]. I have no clue right now on RDF, but Mark Finkle pointed to possible [http://www.xulplanet.com/downloads/rdfds/ help].</td>
<td>Read application.ini/install.rdf, but how? I have managed to finish application.ini, since it only relies on [http://mxr.mozilla.org/seamonkey/source/xulrunner/setup/nsXULAppInstall.js#61 undocumented] [http://mxr.mozilla.org/seamonkey/source/xpcom/ds/nsIINIParser.idl#43 interfaces]. I have no clue right now on RDF, but Mark Finkle pointed to possible [http://www.xulplanet.com/downloads/rdfds/ help].</td>
</tr>
</tr>
Line 85: Line 85:
<tr>
<tr>
<td>Launch Firefox</td>
<td>Launch Firefox</td>
<td style="background-color:orange;text-align:center;">Medium</td>
<td style="background-color:green;text-align:center;">High / Medium</td>
<td>Not sure how to do this yet
<td>Not sure how to do this yet
* resource : [http://developer.mozilla.org/en/docs/Code_snippets:Running_applications Running applications]</td>
* resource : [http://developer.mozilla.org/en/docs/Code_snippets:Running_applications Running applications]</td>
Line 91: Line 91:
<tr>
<tr>
<td>Wait for Firefox to close and delete file/directory</td>
<td>Wait for Firefox to close and delete file/directory</td>
<td style="background-color:red;text-align:center;">High</td>
<td style="background-color:green;text-align:center;">Done poorly / High</td>
<td>Important, but not sure how to do this either. If I figure out how to launch Firefox, there will probably be an easy way to catch when it is closed.</td>
<td>Important, but not sure how to do this either. If I figure out how to launch Firefox, there will probably be an easy way to catch when it is closed.</td>
</tr>
</tr>
78

edits

Navigation menu