Re: How do I use the Dom File API from privileged code (documentation problem)

2015-01-11 Thread Naja Melan
Found some workarounds, see this SO question. MDN updated: https://stackoverflow.com/questions/27893399/how-do-i-use-the-dom-file-api-from-privileged-code/27894221 ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/lis

Re: W3C Proposed Recommendation: longdesc

2015-01-11 Thread Daniel Veditz
On 1/7/15 6:51 PM, John Foliot wrote: > (Q: what part of openness = rejecting an attribute that many still > want to see retained? That seems very "closed" to me...) Don't confuse "open" with a democratic and/or consensus process. Open means that our decision making process is as transparent as po

How do I use the Dom File API from privileged code (documentation problem)

2015-01-11 Thread Naja Melan
Hi, I'm trying to figure out how to use it from a restartless addon. I'm currently testing on developer edition v36a, but I'm also interested in how things evolved since v30 for production code. - contentWindow.File( fileName ) -> exception needs new - new contentWindow.File( fileName ) -> except