Re: Intent to implement and ship: User timing API in workers

2015-05-21 Thread Ms2ger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/20/2015 07:16 PM, Andrea Marchesini wrote: > Summary: user timing API in workers. We already have this API > exposed to main-thread content but it's nice to have it also in > workers, shared workers and service workers. > > Bug: https://bugzilla

Re: Intent to implement and ship: User timing API in workers

2015-05-20 Thread Andrea Marchesini
Not yet but the editor is in CC to the first email of this thread. About navigationStart, bkelly is right: in my patch I keep the navigationStat from the window performance object. When we don't have the window I take the creation time of the WorkerPrivate. On Wed, May 20, 2015 at 7:12 PM, Boris Z

Re: Intent to implement and ship: User timing API in workers

2015-05-20 Thread Boris Zbarsky
On 5/20/15 1:16 PM, Andrea Marchesini wrote: Link to standard: http://www.w3.org/TR/user-timing/ This standard does not define this API in workers. Have you reached out to the working group already? -Boris ___ dev-platform mailing list dev-platfo

Re: Intent to implement and ship: User timing API in workers

2015-05-20 Thread Benjamin Kelly
On Wed, May 20, 2015 at 1:16 PM, Andrea Marchesini wrote: > Summary: user timing API in workers. We already have this API exposed to > main-thread content but it's nice to have it also in workers, shared > workers and service workers. > > Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1155761

Intent to implement and ship: User timing API in workers

2015-05-20 Thread Andrea Marchesini
Summary: user timing API in workers. We already have this API exposed to main-thread content but it's nice to have it also in workers, shared workers and service workers. Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1155761 Link to stand