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

Side by Side Diff: sky/README.md

Issue 723773002: Bring back ScriptDebugServer and associated machinery (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | sky/engine/bindings/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Sky 1 Sky
2 === 2 ===
3 3
4 Sky is an experiment in building a UI framework for Mojo. The approach we're 4 Sky is an experiment in building a UI framework for Mojo. The approach we're
5 exploring is to create a layered framework based around a retained hierarchy of 5 exploring is to create a layered framework based around a retained hierarchy of
6 semantic elements. We're experimenting with different ideas and exploring 6 semantic elements. We're experimenting with different ideas and exploring
7 various approaches, many of which won't work and will need to be discarded, but, 7 various approaches, many of which won't work and will need to be discarded, but,
8 if we're lucky, some of which might turn out to be useful. 8 if we're lucky, some of which might turn out to be useful.
9 9
10 Sky has three layers, each of which also adds progressively more opinion. At 10 Sky has three layers, each of which also adds progressively more opinion. At
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 We're documenting Sky with a [set of technical specifications](specs) that 160 We're documenting Sky with a [set of technical specifications](specs) that
161 define precisely the behavior of the engine. Currently both the implementation 161 define precisely the behavior of the engine. Currently both the implementation
162 and the specification are in flux, but hopefully they'll converge over time. 162 and the specification are in flux, but hopefully they'll converge over time.
163 163
164 Contributing 164 Contributing
165 ------------ 165 ------------
166 166
167 Instructions for building and testing Sky are contained in [HACKING.md](HACKING. md). For 167 Instructions for building and testing Sky are contained in [HACKING.md](HACKING. md). For
168 coordination, we use the ``#mojo`` IRC channel on 168 coordination, we use the ``#mojo`` IRC channel on
169 [Freenode](https://freenode.net/). 169 [Freenode](https://freenode.net/).
170
171 History
172 -------
173 Sky started from the Blink codebase r181355:
174 http://blink.lc/blink/tree/?id=086acdd04cbe6fcb89b2fc6bd438fb8819a26776
OLDNEW
« no previous file with comments | « no previous file | sky/engine/bindings/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698