Re: Questions about bindings for L20n

2016-06-10 Thread Neil Deakin
On 2016-06-10 4:51 AM, zbranie...@mozilla.com wrote: While working on the new localization API (See Intent to Implement post from yesterday), we're developing bindings into UI languages used by Firefox and we have some decisions to make that could be better answered by this group. The general

Re: Intent to ship: unprefix :dir pseudo-class

2016-05-11 Thread Neil Deakin
On 2016-05-11 4:31 AM, Cameron McCormack wrote: Mike de Boer: We use :-moz-locale-dir extensively in frontend code. Who will own converting that to the unprefixed version? Or, if :-moz-locale-dir is still supported after the transition period, can we discuss deprecating it in favour of unprefixe

Re: navigator.clipboard

2016-03-10 Thread Neil Deakin
The linked document seems only concerned with one usecase of the clipboard, that of adding a 'copy to clipboard' type button to a page, but doesn't address any other cases, namely the more common case of copy/paste using the browser UI (edit menu, keyboard shortcuts), for which the existing eve

Intent to remove: support for old drag events

2015-06-09 Thread Neil Deakin
In bug 1162050, we'd like to remove support for the old non-standard drag events, which were left in for a period of compatibility. The 'draggesture' event should be replaced with the 'dragstart' event (such as ondragstart) The 'dragdrop' event should be replaced with the 'drop' event. If you

Re: Intent to implement and ship: document.execCommand("cut"/"copy")

2015-05-26 Thread Neil Deakin
On 2015-05-26 10:42 AM, Jesper Kristensen wrote: It would be much faster if I could just present a "Paste data" or "Upload from clipboard" button, which could load the data from the clipboard directly into a JavaScript string without first trying to render it. I feel that doing this by handling t

Re: Intent to implement and ship: document.execCommand("cut"/"copy")

2015-05-06 Thread Neil Deakin
On 2015-05-06 2:38 PM, Adam Roach wrote: In any case, we should have a better technical exploration of the assertion that restoring a clipboard isn't possible in all cases before we take it as given. A cursory examination of the OS X clipboard API leads me to believe that this would be trivially