[dev-platform] Minimum vs. Comfortable Building Requirements

2023-05-02 Thread ISHIKAWA,chiaki
Hi, When I first started to create patches for thunderbird about a dozen years ago, I read someone's blog/post that said we need 12 GB memory for comfortable build. I had to do with 8GB of memory and it worked. Well, C compiler has become larger, I think. Many tools including the linker have

[dev-platform] Intent to ship: Module Workers

2023-05-02 Thread Yoshi Cheng-Hao Huang
[I am sending this on behalf of Yulia Startsev, who is taking parental leave now] Summary: Module workers enables you to use ECMAScript modules on workers rather than just classic scripts. This enables the `import` `export` style syntax to be run in a worker. It also enables dynamic import to

[dev-platform] [dev-quality] [desktop] Bugs logged by Desktop QA in the last week

2023-05-02 Thread mihai boldan
Hello, Here's the list of new issues found and filed by the Desktop QA team in the last week. Additional details on the team's priorities last week, as well as the plans for the current week are available at: https://tinyurl.com/379pk35e. Bugs logged by Desktop QA in the last week: Firefox:

[dev-platform] Intent to prototype & ship: submitting element directionality via the dirname attribute

2023-05-02 Thread Vincent Hilla
Summary: A new attribute that enables submitting the directionality of an element within an HTML form. Languages are written left to right or right to left and this attribute enables certain form control elements, such as text input, to include this directionality information in the form