Eric H. Jung wrote:
>> No, but all e-mails with attachments are trashed, so I will have to
>> look
>> into this later today and get back to you (out of band).
>
> That is too bad.
I got it, thanks.
>> The generated md5 or sha1 values needs to be stored in install.rdf
>> like
>> this (which is basically the same example as the link I provided):
>>
>> <em:updateHash>
>> sha1:c4e27e3819ec8e2ed732aaaea2531440a8694542
>> </em:updateHash>
>
> Neither the above example nor the link you sent explain where in the
> install.rdf DOM <em:updateHash/> should appear. Should it appear as a
> child of <RDF:Description/>, child of document.documentElement, or
> somewhere else???
In the targetApplication:
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:updateLink>the ssl enabled update link</em:updateLink>
<em:updateHash>sha1:c4e27e3819ec8e2ed732aaaea2531440a8694542
</em:updateHash>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>2.0.0.*</em:maxVersion>
</Description>
</em:targetApplication>
See also:
http://lxr.mozilla.org/seamonkey/source/toolkit/mozapps/extensions/src/nsExtensionManager.js.in#6495
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners