[desktop] Bugs logged by Desktop Release QA in the last 7 days

2020-01-05 Thread Mihai Boldan
Hello, Here's the list of new issues found and filed by the Desktop Release QA team in the last 7 days. Additional details on the team's priorities last week, as well as the plans for the current week are available at: https://tinyurl.com/wecwaxz. Bugs logged by Desktop Release QA in the last

Intent to ship: text-underline-position

2020-01-05 Thread Jonathan Kew
I'm shortly intending to turn on support for the CSS property text-underline-position on all platforms. This feature was developed behind the preference "layout.css.text-underline-position.enabled". Other UAs shipping this feature: * Internet Explorer v6 (an earlier non-standard version of the

[desktop] Bugs logged by Desktop Release QA in the last 7 days

2020-01-05 Thread Mihai Boldan
Hello, Here's the list of new issues found and filed by the Desktop Release QA team in the last 7 days. Additional details on the team's priorities last week, as well as the plans for the current week are available at: https://tinyurl.com/wecwaxz. Bugs logged by Desktop Release QA in the last

PSA: You can use UTF8String from WebIDL

2020-01-05 Thread Emilio Cobos Álvarez
If you need UTF-8 inputs from WebIDL (for example if you are passing the input to Rust), chances are you're doing an extra copy from JS. In bug 1449861 I've added an UTF8String so that you can convert a JSString to UTF-8 in a single operation, instead of going through UTF-16. I can't think if