Intent to prototype: Sanitizer API

2020-07-16 Thread Frederik Braun
Hi all, *Summary*: We would like to expose a sanitizer API that accepts "bad" HTML (string, DocFragment) and returns a sanitized DocFragment, using a pre-defined list of allowed elements / attributes. The implementation is using code that we have had in mozilla-central for a long while: The exist

Re: Soft code freeze for Firefox 71, Oct 14

2020-07-16 Thread alirezajavani . eng
در دوشنبه 14 اکتبر 2019، ساعت 14:32:22 (UTC+3:30)، Pascal Chevrel نوشته: > Hi all, > > We will be merging Firefox 71 from mozilla-central to beta for the first > time later today, Oct. 14. > > In order to avoid invalidating the testing we get out of late Nightly > and the early Developer Edition

Intent to ship: Javascript `export * as ns from "mod";` syntax

2020-07-16 Thread tcam...@mozilla.com
Hi, In Firefox 80, we'll ship the `export * as ns from "mod";` JavaScript syntax. *Bug: *https://bugzilla.mozilla.org/show_bug.cgi?id=1496852 *Standard: *https://github.com/tc39/ecma262/pull/1174 *Platform coverage: *All, no pref *DevTools bug: *N/A. *Other browsers: *Shipping in Chrome *Testing

Re: New system for landing + cancelling landing jobs in Lando

2020-07-16 Thread Ryan VanderMeulen
Being able to cancel landing requests has been a top request for a long time and will allow us to save computing resources on unwanted pushes. Thanks for making this possible! -Ryan On Thu, Jul 16, 2020 at 12:30 PM Zeid Zabaneh wrote: > Greetings everyone, > > The new Lando landing worker syste

`mach node` and `mach npm` commands now available

2020-07-16 Thread dmos...@mozilla.com
Many developers have multiple versions of NodeJS installed on their systems. Using different versions of `node` and `npm` on the same data can lead to weird and hard-to-diagnose errors. For those developers who need to directly invoke the version of node used by the build system in the mozilla