Sheriff Survey started & Sheriff Statistics May 2017

2017-06-07 Thread Carsten Book
Hi, just one second before i start into statistics One thing i love at Mozilla is that there is no general "that's the way we have always done it.." - we at Mozilla also try to improve things - our Software but also our processes and so its also with Sheriffing - We try to optimize our workfl

Consensus check: Asking the Unicode Technical Committee to revert their decision to change the preferred UTF-8 error handling

2017-06-07 Thread Henri Sivonen
(If you don't care about the details of UTF-8 error handling, it's safe to stop reading.) In reference to https://hsivonen.fi/broken-utf-8/ , I think it would be appropriate to submit that post to the Unicode Consortium with a cover note asking the Unicode Technical Committee to revert their decis

Re: Consensus check: Asking the Unicode Technical Committee to revert their decision to change the preferred UTF-8 error handling

2017-06-07 Thread Jet Villegas
SGTM, Thanks for pushing on this one. One comment: although this is a proposed change to non-normative spec text, it appears that several implementations already implement the original (also non-normative) recommendation. Would it be worthwhile to propose the reversal and also mark the section as

Re: Consensus check: Asking the Unicode Technical Committee to revert their decision to change the preferred UTF-8 error handling

2017-06-07 Thread Henri Sivonen
On Wed, Jun 7, 2017 at 12:16 PM, Jet Villegas wrote: > SGTM, Thanks. > Thanks for pushing on this one. > > One comment: although this is a proposed change to non-normative spec > text, it appears that several implementations already implement the > original (also non-normative) recommendation. W

Re: Sheriff Survey started & Sheriff Statistics May 2017

2017-06-07 Thread Carsten Book
since some people had problems filing out the survey - some better links :) http://bit.ly/2s4rACF - https://docs.google.com/a/mozilla.com/forms/d/e/1FAIpQLSfGBZ50zkG9W-Wnk1ACBfFvj1iu8e46I5gs9t-G3ZWDpcy4-A/viewform

Re: Consensus check: Asking the Unicode Technical Committee to revert their decision to change the preferred UTF-8 error handling

2017-06-07 Thread Simon Sapin
On 07/06/17 12:45, Henri Sivonen wrote: It seems to me that this episode has revealed that the Unicode Consortium doesn't have an objective way to deem one way of doing things as clearly the best one, so it seems to me that there's a better chance of Unicode toning down the language expresses a p

Intent to unship: window.showModalDialog

2017-06-07 Thread Blake Kaplan
Hey all, 3 years ago (!) sicking commented in bug 981796 [1] that we were removing window.showModalDialog. The following year, I wrote a patch to disable it via a pref at the same time as pushing some telemetry to try to track usage. We saw more usage than we were hoping, so we held off on turning

Re: Intent to unship: window.showModalDialog

2017-06-07 Thread jm . acuna73
In one of my projects we have replaced this method with the tag that only supports Google Chrome. It would be interesting that when window.showModalDialog is turned off, the dialog element is operational. When do you want to implement the dialog tag html5? Thanks. _