Projects
I develop and maintain three addons for the Mozilla Firefox web-browser. The first, Modify Headers, allows the user to add, change and remove HTTP request headers. The second, XHTML Mobile Profile, renders content delivered using the Content-Type application/vnd.wap.xhtml+xml. The third and newest addon is Mailfrom and enables users to point mailto links to their favourite webmail client.
June 16th, 2010 - 15:51
Hi Gareth,
Just to let you know that the Mailfrom link above actually points to the Modify Headers page … !
June 16th, 2010 - 15:52
PS Thanks for your efforts – much appreciated!
June 17th, 2010 - 21:25
Thanks for the pointer. The link has been fixed.
July 23rd, 2010 - 07:49
Hello.
Thank you for great add-ons! I am using both Modify Headers and XHTML-MP.
Could you please fix Bug 19056 and Bug 22002 (XHTML-MP)?
July 25th, 2010 - 12:01
Hi wlkn, I’ll take a look at those defects and see what I can do. I’m really focusing on Modify Headers at the moment, but these defects look relatively straightforward:
July 28th, 2010 - 02:54
About http://wap.mob.ua/ ;
They should have used & instead of & in the link. But shouldnt firefox just tolerate it ? Like it does with HTML?
July 28th, 2010 - 15:15
Firefox should tolerate it. But the XSLT used by the XHTML Mobile Profile addon does not. I need to look at that again, as I think I can do the content processing without the use of XSLT. That change should improve tolerance of XML parsing errors.