Re: Intent to remove: nsIHTMLEditor.setDocumentTitle()

2016-10-26 Thread Jörg Knobloch
On 26/10/2016 09:50, Masayuki Nakano wrote: nsIHTMLEditor.setDocumentTitle() is used only by Thunderbird, Mail and Composer of SeaMonkey. Additionally, they can set editable document title with |document.title = "foo";|. No problem. Thanks for the heads-up. Already addressed in https://bugzi

Intent to remove: nsIHTMLEditor.setDocumentTitle()

2016-10-26 Thread Masayuki Nakano
nsIHTMLEditor.setDocumentTitle() is used only by Thunderbird, Mail and Composer of SeaMonkey. Additionally, they can set editable document title with |document.title = "foo";|. The only difference of a call of |nsIHTMLEditor.setDocumentTitle()| and |document.title = "foo";| is, nsIHTMLEditor.