Intent to unship: cross-context @@hasInstance in IDL interfaces

2021-03-04 Thread Kagami Rosylight
https://github.com/heycam/webidl/pull/356 removed custom hasInstance behavior in 2017, and the feature has only been shipped by Firefox. Dropping the support means that JavaScript `instanceof` operator will return false when the contexts of the object and the constructor don't match, e.g. the

Intent to remove intl.uidirection pref

2021-03-04 Thread Daniel Minor
In Bug 1676137 I'm planning to remove the intl.uidirection pref. This pref was introduced in Bug 1312049 to make it easier to test right-to-left (RTL) locales, but since that time, pseudolocale support has been added to Firefox. For testing purposes, setting the intl.l10n.pseudo preference to

Re: Build on IllumOS, where can I find the version of external dependencies

2021-03-04 Thread Gabriele Svelto
Il 04/03/2021 15.53, Carsten Grzemba ha scritto: > Is there a recommendation for the gcc version to use for building the 78esr > release? You need GCC 7.1 or newer: https://hg.mozilla.org/releases/mozilla-esr78/file/tip/build/moz.configure/toolchain.configure#l890 Gabriele

Re: Build on IllumOS, where can I find the version of external dependencies

2021-03-04 Thread Carsten Grzemba
Nick Alexander schrieb am Donnerstag, 25. Februar 2021 um 18:55:36 UTC+1: > Hello Carsten, > On Thu, Feb 25, 2021 at 2:05 AM Carsten Grzemba wrote: > > > I like to build the current Firefox on Openindiana (illumos), for that > > I'am interessted in the necessary libraries and their versions,