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

Allow arbitrary inter-document callback ordering #40

Merged
merged 1 commit into from
Apr 28, 2016
Merged

Conversation

igrigorik
Copy link
Member

Closes #29.

@igrigorik
Copy link
Member Author

@bzbarsky @rmcilroy as proposed in #29 (comment), please take a quick look.

@@ -391,14 +391,17 @@
</div>
<p>The <dfn>invoke idle callbacks algorithm</dfn>:</p>
<ol>
<li>Let <var>windows</var> be the <code>Window</code> object's list of <a href="https://www.w3.org/TR/html5/browsers.html#browsing-context">browsing context</a>'s <code>WindowProxy</code> objects that have a non-empty <a>list of runnable idle callbacks</a> (<var>runlist</var>).</li>
Copy link

@bzbarsky bzbarsky Apr 27, 2016

Choose a reason for hiding this comment

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

A Window doesn't have any sort of list of WindowProxy objects associated with it, except its child windows, I suppose. I'm not sure what this is trying to say.

Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm, I should have mentioned that this pull depends on #38 - related discussion in #25. Can you please take a look at that?

@bzbarsky
Copy link

I commented there; I don't see why WindowProxy is involved at all.

@igrigorik
Copy link
Member Author

@bzbarsky rebased against updated #38. Can you take another look?

@bzbarsky
Copy link

Looks reasonable, I think. Reading HTML diffs is no fun. ;)

@igrigorik
Copy link
Member Author

@bzbarsky thanks, merging!

Re, diffs: yeah, and that docs needs some formatting love. On my list..

@igrigorik igrigorik merged commit 5a56ed5 into window Apr 28, 2016
@igrigorik igrigorik deleted the ordering branch November 28, 2016 22:35
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.

None yet

2 participants