Re: Intent to Change: Reducing the number of severity values in Bugzilla

2019-07-10 Thread Emma Humphries
The first part of this change has been made in Bugzilla. The Major and Trivial severity levels have been disabled for filing and editing bugs. Soon we will remap existing Major bugs to Critical, and Trivial bugs to Minor. If, for any reason, you need to see which bugs have the old value, you can

Re: Intent to Implement: CSS backdrop-filter

2019-07-10 Thread Connor Brewster
Hi David, > It's not clear to me what this option means in terms of what you're > proposing to implement and ship. @supports is a feature that web > developers can use -- and it should clearly match whether the > feature is supported. However, I think what you're suggesting here > is that you mi

Please watch your character encodings

2019-07-10 Thread Dave Townsend
(If you don't know much about character encodings and how they can cause issues I just posted the blog post for you: https://www.oxymoronical.com/blog/2019/07/Please-watch-your-character-encodings ) I've run into a few bugs recently where non-english characters were causing things to break because

Crash reporting flow documentation

2019-07-10 Thread Gabriele Svelto
[cross-posting to dev-platform] Hello all, I just wanted to point out an excellent blog post by :willkg that describes the whole crash reporting flow from the exception handler and all the way to crash-stats.mozilla.com. You can find it here: https://bluesock.org/~willkg/blog/mozilla/crash_pings

Re: Intent to ship: Percentage opacity

2019-07-10 Thread Anne van Kesteren
On Wed, Jul 10, 2019 at 9:20 AM wrote: > Why fixing something that isn't broken and a well established standard for > something longer? https://github.com/w3c/csswg-drafts/issues/3342 as pointed out in OP offers plenty of justification to make this change. That's also a better forum if you want

Redesigning password field implementation

2019-07-10 Thread Masayuki Nakano
Hi, I'm currently working on bug 1548389. https://bugzilla.mozilla.org/show_bug.cgi?id=1548389 And here are the patches and binaries: https://treeherder.mozilla.org/#/jobs?repo=try&revision=1542e008bb9fa0f97002c73298a5346002f21ffe With this change, chrome JS will be able to unmask a part of or a

Re: Intent to ship: Percentage opacity

2019-07-10 Thread remi . grumeau
Why fixing something that isn't broken and a well established standard for something longer? 50% = five chars, .5 is two. 47.5% must be parsed and truncated, .47 is already in the right type. Also, % values in CSS are most of the time based on the cascading or element scope related. If the pare