Re: Intent to ship: Changing default Japanese fonts to modern fonts

2017-08-23 Thread Masayuki Nakano
Ah, yes, this change is only on Windows (only on Windows, we still use legacy Japanese fonts as default settings). FYI: We still need to keep using legacy "MS Gothic" font for default Japanese monospace font since Windows doesn't have modern monospace font. On 8/24/2017 7:47 AM,

Re: Triage Summary 2017-08-21

2017-08-23 Thread Emma Humphries
Correcting some links at the bottom of this report: *Untriaged Bugs in Current Cycle* Bugs filed since the start of the Firefox 57 release cycle which do not have a triage decision. https://mzl.la/2wzJxLP Recommendation: review bugs you are responsible for ([*

Propose a Treeherder downtime / Tree closure 8/28/17 4:00am PT

2017-08-23 Thread Cameron Dawson
I have to run a DB migration on Treeherder that will take around 4 hours to complete. And during that time, job ingestion will be paused. So Treeherder will be in maintenance mode during that window. You won’t be able to even query existing data at that time. Tomcat— I think you’ll be the

Re: Intent to ship: Changing default Japanese fonts to modern fonts

2017-08-23 Thread ISHIKAWA,chiaki
Hi, I use firefox under Windows most of the time, and so it will be very nice. But obviously this is only for Windows platform, and does not affect linux or OSX versions. Correct? On 2017/08/23 14:19, Masayuki Nakano wrote: Hi, We decided that we should change our default Japanese fonts

Re: JavaScript Binary AST Engineering Newsletter #1

2017-08-23 Thread Jim Blandy
Can code transmitted as an AST be source-mapped, so that developer tools can work properly? On Fri, Aug 18, 2017 at 4:39 AM, David Teller wrote: > Hey, all cool kids have exciting Engineering Newsletters these days, so > it's high time the JavaScript Binary AST got one! > >

Re: Retaining Nightly users after disabling of legacy extensions

2017-08-23 Thread Andrew McKay
If an extension updates to a WebExtension, users will automatically get that update. If the author or another author creates an alternative then a user will have to find that. The recommendations are being populated and other changes are being made. For example, on September 1st only

PSA: Use nsStringFwd.h for forward declaring strings

2017-08-23 Thread Eric Rahm
Hi all- In bug 1391803 I'm removing all manually forward declared string types and replacing them with a #include "nsStringFwd.h". Moving forward please use that include file if you want to forward declare a string class. In the next few

Re: Retaining Nightly users after disabling of legacy extensions

2017-08-23 Thread Chris Hutten-Czapski
For those interested, preliminary data shows a continuing increase in the Nightly population since 57. The number of users using Nightly 57 on August 17 was the highest number of users on any day on any Nightly version since... well, our data retention policy cuts out at 6 months, so since at

Triage Summary 2017-08-21

2017-08-23 Thread Emma Humphries
It's the weekly report on the state of triage in Firefox-related components. I apologize for missing last week’s report. I was travelling and did not have a chance to sit down and focus on this. Hotspots The components with the most untriaged bugs remain the JavaScript Engine and Build Config.

You don't need to use nsIEditor, nsIPlaintextEditor and nsIHTMLEditor in most places of native code

2017-08-23 Thread Masayuki Nakano
Hi, I was working on making editor users use concrete classes rather than interface classes in a couple of weeks. As I posted 2 months ago, editor concrete classes are now mozilla::EditorBase, mozilla::TextEditor and mozilla::HTMLEditor (old names are nsEditor, nsPlaintextEditor and