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

Side by Side Diff: src/site/samples/samples.yaml

Issue 47213005: Added geolocation (new); surfaced appcache and webaudio samples (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: More tweaks Created 7 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 | « src/site/samples/geolocation/index.markdown ('k') | src/site/samples/webaudio/index.markdown » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 col1: 1 col1:
2 - 2 -
3 heading: Working with the DOM 3 heading: Working with the DOM
4 examples: 4 examples:
5 - 5 -
6 title: Adding elements to the DOM 6 title: Adding elements to the DOM
7 explanation_url: /docs/tutorials/add-elements/ 7 explanation_url: /docs/tutorials/add-elements/
8 tryit_url: todo/ 8 tryit_url: todo/
9 source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/mas ter/web/todo 9 source_url: https://github.com/dart-lang/dart-tutorials-samples/tree/mas ter/web/todo
10 - 10 -
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 - 63 -
64 title: Exploring the Filesystem APIs 64 title: Exploring the Filesystem APIs
65 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/w eb/html5/file/filesystem 65 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/w eb/html5/file/filesystem
66 tryit_url: filesystem/ 66 tryit_url: filesystem/
67 source_url: https://github.com/dart-lang/dart-samples/tree/master/web/ht ml5/file/filesystem 67 source_url: https://github.com/dart-lang/dart-samples/tree/master/web/ht ml5/file/filesystem
68 - 68 -
69 title: Emulating a terminal for working with the file system 69 title: Emulating a terminal for working with the file system
70 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/w eb/html5/file/terminal 70 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/w eb/html5/file/terminal
71 tryit_url: terminal/ 71 tryit_url: terminal/
72 source_url: https://github.com/dart-lang/dart-samples/tree/master/web/ht ml5/file/terminal 72 source_url: https://github.com/dart-lang/dart-samples/tree/master/web/ht ml5/file/terminal
73
74
75 col2: 73 col2:
76 - 74 -
77 heading: Animation and graphics 75 heading: Animation and graphics
78 examples: 76 examples:
79 - 77 -
80 title: Working with requestAnimationFrame 78 title: Working with requestAnimationFrame
81 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/w eb/html5/speed/animations 79 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/w eb/html5/speed/animations
82 tryit_url: raf/ 80 tryit_url: raf/
83 source_url: https://github.com/dart-lang/dart-samples/tree/master/web/ht ml5/speed/animations 81 source_url: https://github.com/dart-lang/dart-samples/tree/master/web/ht ml5/speed/animations
84 - 82 -
(...skipping 26 matching lines...) Expand all
111 source_url: https://github.com/dart-lang/dart-samples/tree/master/web/ht ml5/file/dndfiles 109 source_url: https://github.com/dart-lang/dart-samples/tree/master/web/ht ml5/file/dndfiles
112 - 110 -
113 heading: WebSockets 111 heading: WebSockets
114 examples: 112 examples:
115 - 113 -
116 title: Basic WebSockets example 114 title: Basic WebSockets example
117 explanation_url: https://github.com/dart-lang/dart-samples/blob/master/w eb/html5/websockets/basics/ 115 explanation_url: https://github.com/dart-lang/dart-samples/blob/master/w eb/html5/websockets/basics/
118 tryit_url: websockets/ 116 tryit_url: websockets/
119 source_url: https://github.com/dart-lang/dart-samples/tree/master/web/ht ml5/websockets/basics 117 source_url: https://github.com/dart-lang/dart-samples/tree/master/web/ht ml5/websockets/basics
120 - 118 -
119 heading: Application Cache
120 examples:
121 -
122 title: Using Application Cache
123 explanation_url: https://github.com/dart-lang/dart-samples/blob/master/w eb/html5/appcache/beginner/
124 tryit_url: appcache/
125 source_url: https://github.com/dart-lang/dart-samples/tree/master/web/ht ml5/appcache/beginner
126 -
127 heading: Geolocation
128 examples:
129 -
130 title: Basic geolocation example
131 explanation_url: https://github.com/dart-lang/dart-samples/blob/master/w eb/html5/geolocation/trip-meter/
132 tryit_url: geolocation/
133 source_url: https://github.com/dart-lang/dart-samples/tree/master/web/ht ml5/geolocation/trip-meter
134 -
135 heading: Web Audio
136 examples:
137 -
138 title: Getting started with Web Audio API
139 explanation_url: https://github.com/dart-lang/dart-samples/blob/master/w eb/html5/webaudio/intro/
140 tryit_url: webaudio/
141 source_url: https://github.com/dart-lang/dart-samples/tree/master/web/ht ml5/webaudio/intro
142 -
121 heading: Files API 143 heading: Files API
122 examples: 144 examples:
123 - 145 -
124 title: Using the Files API 146 title: Using the Files API
125 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/w eb/html5/file/dndfiles 147 explanation_url: https://github.com/dart-lang/dart-samples/tree/master/w eb/html5/file/dndfiles
126 tryit_url: dndfiles/ 148 tryit_url: dndfiles/
127 source_url: https://githubo.com/dart-lang/dart-samples/tree/master/web/h tml5/file/dndfiles 149 source_url: https://githubo.com/dart-lang/dart-samples/tree/master/web/h tml5/file/dndfiles
OLDNEW
« no previous file with comments | « src/site/samples/geolocation/index.markdown ('k') | src/site/samples/webaudio/index.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698