Re: Disparity between time bases in HighResolutionTime and ResourceTiming

On Wed, Aug 22, 2012 at 12:35 AM, Pan Deng <pan.pdeng6@gmail.com> wrote:

> For cross-origin resource.
>
>
>
>  Document A
>
>          <iframe B>
>
>                    SubResource C
>
>                    …
>
>          </iframe>
>
>
>
> If C and B are in the same origin(or pass timing allow check), A is
> another origin, shall we populator full timing info of C to B’s timeline?
>

Yes.


> If C and A are in the same origin(or pass timing allow check), B is
> another, full timing info of C to B’s timeline?
>

No. You only ever report to your parent document, so that should be the
only check performed.

James

Received on Wednesday, 29 August 2012 01:08:43 UTC