Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "alarms": { | 2 "alarms": { |
| 3 "Learn More": [ | 3 "Learn More": [ |
| 4 { | 4 { |
| 5 "link": "event_pages", | 5 "link": "event_pages", |
| 6 "text": "Event Pages" | 6 "text": "Event Pages" |
| 7 } | 7 } |
| 8 ] | 8 ] |
| 9 }, | 9 }, |
| 10 "app_runtime": { | 10 "app_runtime": { |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 207 { | 207 { |
| 208 "link": "gcm_server", | 208 "link": "gcm_server", |
| 209 "text": "API Reference for GCM service" | 209 "text": "API Reference for GCM service" |
| 210 } | 210 } |
| 211 ] | 211 ] |
| 212 }, | 212 }, |
| 213 "runtime": { | 213 "runtime": { |
| 214 "Learn More": [ | 214 "Learn More": [ |
| 215 { | 215 { |
| 216 "link": "app_lifecycle", | 216 "link": "app_lifecycle", |
| 217 "text": "Manage App Lifecycle" | 217 "text": "Manage App Lifecycle", |
| 218 "restrictedTo": "apps" | |
|
not at google - send to devlin
2014/08/01 19:23:44
"restrictedTo" is a bit vague, maybe re-use the "e
ahernandez
2014/08/01 19:28:22
Should I add the annotation to every link then?
not at google - send to devlin
2014/08/01 19:29:19
nah just default to everything. just modify this l
| |
| 218 }, | 219 }, |
| 219 { | 220 { |
| 220 "link": "event_pages", | 221 "link": "event_pages", |
| 221 "text": "Event Pages" | 222 "text": "Event Pages" |
| 222 } | 223 } |
| 223 ] | 224 ] |
| 224 }, | 225 }, |
| 225 "serial": { | 226 "serial": { |
| 226 "Learn More": [ | 227 "Learn More": [ |
| 227 { | 228 { |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 327 ] | 328 ] |
| 328 }, | 329 }, |
| 329 "windows": { | 330 "windows": { |
| 330 "Permissions": [ | 331 "Permissions": [ |
| 331 { | 332 { |
| 332 "partial": "intro_tables/windows_permissions.html" | 333 "partial": "intro_tables/windows_permissions.html" |
| 333 } | 334 } |
| 334 ] | 335 ] |
| 335 } | 336 } |
| 336 } | 337 } |
| OLD | NEW |