Re: How to measure performance impact of l10n on UI

2016-07-22 Thread Mike Conley
Is the firstPaint timestamp in nsIAppStartup's getStartupInfo[1] not sufficient? It's apparently recording the time that firstPaint occurred. I think you're already aware of this, but I'm in the process of modifying ts_paint to record the delta between the firstPaint timestamp and the process start

Re: Tier-1 for Fennec api-15 Debug builds in TaskCluster at end of week (July 1st)

2016-07-22 Thread jlund
On Monday, July 11, 2016 at 10:24:05 AM UTC-7, jl...@mozilla.com wrote: > happy July 11th :) > > as proposed in this thread, we are going to try tc fennec debug builds as > tier 1 today closing loop here for now. TC trunk based fennec debug builds+tests have been tier 1 for ~10 days. I've just

Build System Project - Latest Update

2016-07-22 Thread David Burns
Below is a highlight of all work the build peers have done since the last report[1]. The build peers have been working to get faster builds in automation as well as well as local developers. We are currently testing the distributed cache rewrite (sccache) to make sure that we have not regressed an

Intent to implement: CSS Houdini - Properties & Values API Level 1

2016-07-22 Thread Jonathan Chan
Summary: Allow web developers to register typed and animatable custom CSS properties through JavaScript with configurable inheritance and initial values. Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1273706 Link to standard: https://drafts.css-houdini.org/css-properties-values-api/ Platform

Re: How to measure performance impact of l10n on UI

2016-07-22 Thread zbraniecki
On Friday, July 22, 2016 at 6:53:45 AM UTC-7, Mike Conley wrote: > Is the firstPaint timestamp in nsIAppStartup's getStartupInfo[1] not > sufficient? It's apparently recording the time that firstPaint occurred. > I think you're already aware of this, but I'm in the process of > modifying ts_paint t