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

Unified Diff: sky/specs/README.md

Issue 824773002: Specs: Split apis.md into dom.md, events.md, idl.md, and move the remainder into README.md and modu… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 | « no previous file | sky/specs/animation.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/README.md
diff --git a/sky/specs/README.md b/sky/specs/README.md
index ad96c47604e918cd735f2531e30e4941061f0d02..90e01f1af5fa29001c6c4ac3841234bb5b0c7933 100644
--- a/sky/specs/README.md
+++ b/sky/specs/README.md
@@ -24,3 +24,16 @@ For module files, one of the following:
* ``53 4b 59 20 4d 4f 44 55 4c 45 0a`` ("``SKY MODULE\n``")
* ``53 4b 59 20 4d 4f 44 55 4c 45 0d`` ("``SKY MODULE\r``")
* ``53 4b 59 20 4d 4f 44 55 4c 45 20`` ("``SKY MODULE ``")
+
+
+Notes
+-----
+
+```
+magical imports:
+ the core mojo fabric JS API sky:mojo:fabric:core
+ the asyncWait/cancelWait mojo fabric JS API (interface to IPC thread) sky:mojo:fabric:ipc
+ the mojom for the shell, proxying through C++ so that the shell pipe isn't exposed sky:mojo:shell
+ the sky API sky:core
+ the sky debug symbols for private APIs sky:debug
+```
« no previous file with comments | « no previous file | sky/specs/animation.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698