Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass document as input to paint timing algorithms #67

Merged
merged 1 commit into from
Mar 10, 2020
Merged

Conversation

npm1
Copy link
Contributor

@npm1 npm1 commented Mar 9, 2020

Since these algorithms are called from the event loop directly, we need to specify the Documents explicitly. In addition, w3c/performance-timeline#162 has been filed to track the change to Performance Timeline to support receiving the global object as argument to the "queue an entry" algorithm. Relevant issue: #62


Preview | Diff

Since these algorithms are called from the event loop directly, we need to specify the Documents explicitly. In addition, w3c/performance-timeline#162 has been filed to track the change to Performance Timeline to support receiving the global object as argument to the "queue an entry" algorithm.
@npm1 npm1 requested a review from yoavweiss March 9, 2020 21:20
@rniwa
Copy link

rniwa commented Mar 10, 2020

This change looks good to me.

Copy link
Contributor

@yoavweiss yoavweiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@npm1 npm1 merged commit 3fe291f into master Mar 10, 2020
@npm1 npm1 deleted the plumb-document branch March 10, 2020 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants