Re: Help: why won't Thunderbird display mail in mochitest conditions?

2019-08-28 Thread Geoff Lankow
Just to wrap things up nicely, Gijs found the answer for me: mochitests run with e10s by default, even though Thunderbird's prefs are set for no e10s. Setting --disable-e10s makes my test work. (This is something that *would* work on the CI but not for me locally – now that would be a change f

Proposed W3C Charter: Cascading Style Sheets (CSS) Working Group

2019-08-28 Thread L. David Baron
The W3C is proposing a revised charter for: Cascading Style Sheets (CSS) Working Group https://www.w3.org/2019/08/proposed-css-2019.html https://lists.w3.org/Archives/Public/public-new-work/2019Aug/0015.html The comparison to the group's previous charter is: https://services.w3.org/htmld

Re: Help: why won't Thunderbird display mail in mochitest conditions?

2019-08-28 Thread Geoff Lankow
I've only recently noticed because until now we've had no mochitests that require displaying mail. (We have other test suites.) There's some leads here I can follow. I'm pretty sure we're at least getting to the loadURI but beyond that I don't know. This stuff is well outside my areas of exper

Proposed W3C Charter: Timed Text (TT) Working Group

2019-08-28 Thread L. David Baron
The W3C is proposing a revised charter for: Timed Text (TT) Working Group https://www.w3.org/2019/08/ttwg-proposed-charter.html https://lists.w3.org/Archives/Public/public-new-work/2019Aug/0004.html The comparison to the group's previous charter is: https://services.w3.org/htmldiff?doc1=

Proposed W3C Charter: Decentralized Identifier (DID) Working Group

2019-08-28 Thread L. David Baron
The W3C is proposing a new charter for: Decentralized Identifier (DID) Working Group https://www.w3.org/2019/08/did-wg-charter.html https://lists.w3.org/Archives/Public/public-new-work/2019Aug/.html Mozilla has the opportunity to send comments or objections through this Saturday, August

Re: Help: why won't Thunderbird display mail in mochitest conditions?

2019-08-28 Thread ISHIKAWA,chiaki
Hi, those familiar with test infrastructure I am sorry that I am piggybacking my question/comment on a not directly related topic. During xpcshell test of TB, no display (of X11, say, under linux) is shown. Is this a design decision and is to be expected? If TB tries to show an error messag

[ Intent to Change ] Enabling the Triage Lead role to see security bugs in their component

2019-08-28 Thread Emma Humphries
When work on https://bugzilla.mozilla.org/show_bug.cgi?id=1417229 is completed and the patch deployed to Bugzilla, users who are a Triage Owner will be able to see security bugs in their components without needing membership in security group or access through a role. This follows the same pattern

Re: Must we rebuild all our rust code constantly?

2019-08-28 Thread mwoerister
On Friday, August 23, 2019 at 9:37:12 AM UTC+2, Simon Sapin wrote: > On 23/08/2019 04:00, Mike Hommey wrote: > > I had a similar experience on a 36-core machine earlier today. It seems > > incremental is not working properly for the style crate: incremental is > > supposed to have the same effect a

Re: Help: why won't Thunderbird display mail in mochitest conditions?

2019-08-28 Thread Gijs Kruitbosch
On 26/08/2019 23:40, Geoff Lankow wrote: Hi Over the past year or so, I've been adding mochitests for new Thunderbird features. It's recently occurred to me that in a mochitest, Thunderbird does not display mail messages. Not even the message header list, just a blank rectangle where the mess

Re: Help: why won't Thunderbird display mail in mochitest conditions?

2019-08-28 Thread Geoff Lankow
They're browser mochitests, it's just a normal Thunderbird window. GL On 28/08/19 01:53, Andrew Sutherland wrote: Can you elaborate on the execution context?  Are these more like "browser" mochitests or "plain" mochitests? (https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Mochitest#Ru