Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2916)

Unified Diff: sky/specs/runloop.md

Issue 829133003: Specs: custom element constructor argument shouldn't clash with the module-global 'module' identifi… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/specs/modules.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/runloop.md
diff --git a/sky/specs/runloop.md b/sky/specs/runloop.md
index 20231fc07ef1570e6bb124f337be953777a0afe5..25b0c78f232fef4543953ca47711decfe523ebab 100644
--- a/sky/specs/runloop.md
+++ b/sky/specs/runloop.md
@@ -31,7 +31,7 @@ takes 8.333ms):
7. Run pending tasks until the 8.333ms expires. Each task may only run
for at most 1ms, after 1ms they get a (catchable) EDeadlineExceeded
exception. While there are no pending tasks, sleep.
- Tasks are thingsl like:
+ Tasks are things like:
- timers
- updating the DOM in response to parsing
- input events
@@ -39,3 +39,6 @@ takes 8.333ms):
TODO(ianh): Update the timings above to have some relationship to
reality.
+
+TODO(ianh): Define how scroll notifications get sent, or decide to
+drop them entirely from this model.
« no previous file with comments | « sky/specs/modules.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698