- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Mon, 08 Jun 2015 14:28:32 -0400
- To: Justin Rogers <justrog@microsoft.com>
- CC: Ilya Grigorik <igrigorik@google.com>, Jonas Sicking <jonas@sicking.cc>, "public-web-perf@w3.org" <public-web-perf@w3.org>, Przemysław Pietrzkiewicz <ppi@google.com>
On 6/8/15 2:14 PM, Justin Rogers wrote: > DOMHighResTimeStamp computeWorkerStart([SameOrigin] optional Window timeOriginBasis); It would need to be: optional (Window or WorkerGlobalScope) timeOriginBasis for the argument, right? > This is under the assumption that we add [SameOrigin] or similar annotation capabilities to WebIDL I'd think the [SameOrigin] behavior would just be the default behavior for WebIDL. The other behavior really doesn't make much sense. > The only thing I could think is if you are using postMessage to funnel all of your time deltas into a single cross origin logging domain. Yeah, opting in to communicating offset info cross-origin might be nice; I'm not sure how best to do that. -Boris
Received on Monday, 8 June 2015 18:29:08 UTC