Re: W3C Proposed Recommendation: CSS Color Module Level 3

2018-03-15 Thread Tantek Çelik
3.org/TR/css-color-3/ > Deadline for responses: April 12, 2018 > > This is a minor revision of a previous recommendation; the changes > are listed at > https://www.w3.org/TR/2018/PR-css-color-3-20180315/#changes-since-REC > FYI, dbaron and I are both editors of this spec.

W3C Proposed Recommendation: TTML Profiles for Internet Media Subtitles and Captions 1.0.1 (IMSC1)

2018-03-15 Thread L. David Baron
A W3C Proposed Recommendation is available for the membership of W3C (including Mozilla) to vote on, before it proceeds to the final stage of being a W3C Recomendation: TTML Profiles for Internet Media Subtitles and Captions 1.0.1 (IMSC1) https://www.w3.org/TR/ttml-imsc1.0.1/ https://w3c.git

Re: Reading data needed by MOZ_GTEST_BENCH outside the timed benchmark

2018-03-15 Thread Ted Mielczarek
On Thu, Mar 15, 2018, at 9:07 AM, Henri Sivonen wrote: > On Thu, Mar 15, 2018 at 2:51 PM, Ted Mielczarek wrote: > > On Thu, Mar 15, 2018, at 7:22 AM, Henri Sivonen wrote: > >> Do we have a way to read the prerequisite data for MOZ_GTEST_BENCH > >> outside MOZ_GTEST_BENCH so that the disk IO doesn'

W3C Proposed Recommendation: CSS Color Module Level 3

2018-03-15 Thread L. David Baron
revision of a previous recommendation; the changes are listed at https://www.w3.org/TR/2018/PR-css-color-3-20180315/#changes-since-REC I intend to vote in favor, but if anybody disagrees with that or thinks we should make certain comments, please reply to this thread. (I plan to comment that it would be

Re: Intent to ship: Pointer Events (Desktop)

2018-03-15 Thread Kartikaya Gupta
Looks like it was enabled in https://bugzilla.mozilla.org/show_bug.cgi?id=1411467 On Thu, Mar 15, 2018 at 1:23 PM, wrote: > Is there a specific bug for enabling this, aside from the meta implement bug? > ___ > dev-platform mailing list > dev-platform@l

Intent to ship: Pointer Events (Desktop)

2018-03-15 Thread l . pmdiggo
Is there a specific bug for enabling this, aside from the meta implement bug? ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Reading data needed by MOZ_GTEST_BENCH outside the timed benchmark

2018-03-15 Thread Henri Sivonen
On Thu, Mar 15, 2018 at 2:51 PM, Ted Mielczarek wrote: > On Thu, Mar 15, 2018, at 7:22 AM, Henri Sivonen wrote: >> Do we have a way to read the prerequisite data for MOZ_GTEST_BENCH >> outside MOZ_GTEST_BENCH so that the disk IO doesn't get timed? > > I don't know that we have any stock way to do

Re: Reading data needed by MOZ_GTEST_BENCH outside the timed benchmark

2018-03-15 Thread Ted Mielczarek
On Thu, Mar 15, 2018, at 7:22 AM, Henri Sivonen wrote: > Do we have a way to read the prerequisite data for MOZ_GTEST_BENCH > outside MOZ_GTEST_BENCH so that the disk IO doesn't get timed? I don't know that we have any stock way to do this. I can offer three plausible solutions: 1) If putting the

Reading data needed by MOZ_GTEST_BENCH outside the timed benchmark

2018-03-15 Thread Henri Sivonen
Do we have a way to read the prerequisite data for MOZ_GTEST_BENCH outside MOZ_GTEST_BENCH so that the disk IO doesn't get timed? -- Henri Sivonen hsivo...@hsivonen.fi https://hsivonen.fi/ ___ dev-platform mailing list dev-platform@lists.mozilla.org htt

Re: Do we still need the C++ portability guide distinct from "Using C++" doc?

2018-03-15 Thread Henri Sivonen
On Wed, Mar 14, 2018 at 6:53 PM, L. David Baron wrote: > On Wednesday 2018-03-14 09:55 +0200, Henri Sivonen wrote: >> Is it still useful that >> https://developer.mozilla.org/en-US/docs/Mozilla/C%2B%2B_Portability_Guide >> exists as a document that's separate from >> https://developer.mozilla.org/