Intent to unship: XUL grid implementation

2020-11-16 Thread Tim Nguyen
Hi folks, Thanks to Mats Palmgren & Rares Doghi, XUL grid got removed from tab prompts (`alert`/`confirm`/`prompt`) last week, this was the last usage in mozilla-central. If you notice any regressions, please file a bug and mark it as a

Intent to ship: CSS conic-gradient

2020-10-09 Thread Tim Nguyen
Summary: CSS conic-gradients allow developers to specify gradients that start from a certain angle where color stops are placed around the circumference of a circle centered around a specified point. Thanks to my friend Mohamed's work on Direct2D

Removing the XUL grid implementation

2020-04-24 Thread Tim Nguyen
Hello folks, After a year of work, all XUL grid usages have been removed from Firefox! The Thunderbird team also has been doing a lot of hard work on their side. This means the XUL grid implementation can now be removed: https://bugzilla.mozilla.org/show_bug.cgi?id=1525737 I'm planning to

Intent to implement: CSS conic-gradient

2020-02-16 Thread Tim Nguyen
Summary: CSS conic-gradients allow developers to specify gradients that start from a certain angle where color stops are placed around the circumference of a circle centered around a specified point. Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=conic-gradients Standard:

Intent to remove: nsStackFrame aka. `display: -moz-stack` and related features

2019-10-18 Thread Tim Nguyen
Hi folks, I’m planning to remove nsStackFrame in bug 1576946 [0]. This is part of a larger effort to make the browser stop using XUL layouts and align on more standard CSS layouts such as CSS grid or flexbox instead. The removal is targeted for Firefox 72. The removal includes these two non

[Intent to change] display: -moz-box elements will no longer be forced to display: block (browser chrome only)

2019-09-18 Thread Tim Nguyen
Hi everyone, We plan to soon land a change behind a pref [0] where we’ll stop “blockifiying” elements with `display: -moz-box`. Before this change, elements with `display: -moz-box` are forced to `display: block` when the element: 1. Is a child of a CSS grid or CSS flex container 2. Has

Re: Intent to implement: HTML5 element

2016-12-22 Thread Tim Nguyen
window isn't the thing I'm > wondering about.) > > Justin > > On Tue, Dec 20, 2016 at 3:56 PM, Tim Nguyen <ntim...@gmail.com> wrote: > >> *Summary*: >> The *HTML element* represents a dialog box or other interactive >> component, such as an inspector or win

Intent to implement: HTML5 element

2016-12-20 Thread Tim Nguyen
*Summary*: The *HTML element* represents a dialog box or other interactive component, such as an inspector or window. It will initially be implemented behind a pref. *Bug*: https://bugzilla.mozilla.org/show_bug.cgi?id=840640 *Link to standard*:

SVG in our source code

2015-06-20 Thread Tim Nguyen
. Thoughts ? [0] : https://etherpad.mozilla.org/svg-guidelines [1] : https://bugzilla.mozilla.org/show_bug.cgi?id=1160771 Tim Nguyen [:ntim] ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform