Hi Mario, > I didn't read the IncludePlugin source so I don't know, how exactly > file reading is done.
like I said, file reading is done via loadRemoteFile [1] which uses httpReq [2] which, in turn, uses jQuery.ajax. I don't know what permissions it needs, but as the plugin doesn't work in FF 15, I guess this is because of those permissions. Hm.. I should test this in TW 2.6.6 though, as jQuery was updated there; but what I'm wondering about is that jQuery would hardly use the enablePrivilege() FireFox-specific things to implement a function that works in other browsers without it. > [1] (read the whole stuff, even if it is long) I must admit, that wasn't a good suggestion. I spent several hours and the only conclusion I made is that yes, enablePrivilege() is going to be removed in FF 17, but Stephen Gallagher suggested delaying it to FF 18. And in the last (for now, #117) comment Florian Bender linked another "bug report" which suggest some solution [3] which is rather irrelevant for TW. Also, this reading is quite tiring, as the whole thing is close to flame :) So, unless the problem of SharedTIddlersPlugin in FF 15 is not connected with enablePrivilege(), TiddlyFox is the only hope. Although, speaking about FF for desktop, TiddlySaver.jar could be a solution, couldn't it? *** Any suggestions regarding the licence of STP? Best regards, Yakov. [1] https://github.com/TiddlyWiki/tiddlywiki/blob/master/deprecated/Http.js [2] https://github.com/TiddlyWiki/tiddlywiki/blob/master/js/Http.js [3] https://bugzilla.mozilla.org/show_bug.cgi?id=797443 -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywikidev/-/rUpmRb-_-0sJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywikidev?hl=en.
