On Wed, Apr 24, 2019 at 11:40 PM Jean-Yves Avenard
wrote:
>
> Before non-e10s support is removed, I'd love to see better
> development/debugging tools, particularly on Windows added to help our
> workflow.
Was there anything in particular that you had in mind?
- Aaron
>
>
At long last - thank you!
On Thu, May 2, 2019 at 7:20 PM Cameron McCormack wrote:
> On Fri, May 3, 2019, at 11:44 AM, Masayuki Nakano wrote:
> > Finally, I completely got rid of nsIPresShell from our tree.
> > https://bugzilla.mozilla.org/show_bug.cgi?id=253889
>
> Thank you for doing this, Masa
The hasFeature() method on some SVG elements comes from SVG 1.0 and was
intended to be used as part of SVG's extension mechanisms. This function never
returned anything other than false in browser implementations, and was removed
in SVG 2. Chrome no longer supports this, although WebKit still
On Fri, May 3, 2019, at 11:44 AM, Masayuki Nakano wrote:
> Finally, I completely got rid of nsIPresShell from our tree.
> https://bugzilla.mozilla.org/show_bug.cgi?id=253889
Thank you for doing this, Masayuki!
___
dev-platform mailing list
dev-platform@l
Hi, everybody.
Finally, I completely got rid of nsIPresShell from our tree.
https://bugzilla.mozilla.org/show_bug.cgi?id=253889
If you need to access presentation shell, treat mozilla::PresShell
directly (note that in some classes like nsIFrame and its subclasses,
`mozilla::` prefix is necessa
Hi,
I just landed a new linter into mach, and thus into treeherder and
phabricator.
It's called `l10n`, and `l1nt` on treeherder. It checks for common
errors in localizable files, like duplicate strings and parsing errors,
but also runs some more detailed checks.
On phabricator, it also re
6 matches
Mail list logo