OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "title": "Devtools", | 3 "title": "Devtools", |
4 "items": [ | 4 "items": [ |
5 { | 5 { |
6 "title": "Learn Basics", | 6 "title": "Learn Basics", |
7 "items": [ | 7 "items": [ |
8 { | 8 { |
9 "title": "Overview", | 9 "title": "Overview", |
10 "href": "/devtools/index" | 10 "href": "/devtools/index" |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 } | 43 } |
44 ] | 44 ] |
45 } | 45 } |
46 ] | 46 ] |
47 }, | 47 }, |
48 { | 48 { |
49 "title": "Use Tools", | 49 "title": "Use Tools", |
50 "items": [ | 50 "items": [ |
51 { | 51 { |
52 "title": "Inspecting & Tweaking", | 52 "title": "Inspecting & Tweaking", |
53 "href": "/devtools/docs/elements", | 53 "href": "/devtools/docs/dom-and-styles", |
54 "items": [ | 54 "items": [ |
55 { | 55 { |
56 "title": "Editing Styles & DOM", | 56 "title": "Editing Styles & DOM", |
57 "href": "/devtools/docs/elements" | 57 "href": "/devtools/docs/elements" |
58 }, | 58 }, |
59 { | 59 { |
60 "title": "Working with CSS Preprocessors", | 60 "title": "Working with CSS Preprocessors", |
61 "href": "/devtools/docs/css-preprocessors" | 61 "href": "/devtools/docs/css-preprocessors" |
62 }, | 62 }, |
63 { | 63 { |
(...skipping 29 matching lines...) Expand all Loading... |
93 }, | 93 }, |
94 { | 94 { |
95 "title": "Timeline Demo: Finding Forced Synchronous Layouts", | 95 "title": "Timeline Demo: Finding Forced Synchronous Layouts", |
96 "href": "/devtools/docs/demos/too-much-layout/index" | 96 "href": "/devtools/docs/demos/too-much-layout/index" |
97 }, | 97 }, |
98 { | 98 { |
99 "title": "Profiling JavaScript Performance", | 99 "title": "Profiling JavaScript Performance", |
100 "href": "/devtools/docs/cpu-profiling" | 100 "href": "/devtools/docs/cpu-profiling" |
101 }, | 101 }, |
102 { | 102 { |
103 "title": "JavaScripting Performance Flame Chart", | |
104 "href": "/devtools/docs/flame-chart" | |
105 }, | |
106 { | |
107 "title": "JavaScript Memory Profiling", | 103 "title": "JavaScript Memory Profiling", |
108 "href": "/devtools/docs/javascript-memory-profiling", | 104 "href": "/devtools/docs/javascript-memory-profiling", |
109 "items": [ | 105 "items": [ |
110 { | 106 { |
111 "title": "JavaScript Memory Profiling", | 107 "title": "JavaScript Memory Profiling", |
112 "href": "/devtools/docs/javascript-memory-profiling" | 108 "href": "/devtools/docs/javascript-memory-profiling" |
113 }, | 109 }, |
114 { | 110 { |
115 "title": "Demos", | 111 "title": "Demos", |
116 "href": "/devtools/docs/heap-profiling-summary" | 112 "href": "/devtools/docs/heap-profiling-summary" |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 } | 186 } |
191 ] | 187 ] |
192 }, | 188 }, |
193 { | 189 { |
194 "title": "Multi-device", | 190 "title": "Multi-device", |
195 "items": [ | 191 "items": [ |
196 { | 192 { |
197 "title": "Getting Started", | 193 "title": "Getting Started", |
198 "items": [ | 194 "items": [ |
199 { | 195 { |
200 "title": "Develop Apps for Chrome Mobile", | 196 "title": "Chrome for a Multi-Device World", |
201 "href": "/multidevice/index" | 197 "href": "/multidevice/index" |
202 }, | 198 }, |
203 { | 199 { |
204 "title": "Data Compression Proxy", | 200 "title": "Data Compression Proxy", |
205 "href": "/multidevice/data-compression" | 201 "href": "/multidevice/data-compression" |
206 }, | 202 }, |
207 { | 203 { |
208 "title": "User Agents", | 204 "title": "User Agents", |
209 "href": "/multidevice/user-agent" | 205 "href": "/multidevice/user-agent" |
210 }, | 206 }, |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 ] | 294 ] |
299 }, | 295 }, |
300 { | 296 { |
301 "title": "Platform", | 297 "title": "Platform", |
302 "items": [ | 298 "items": [ |
303 { | 299 { |
304 "title": "Apps", | 300 "title": "Apps", |
305 "items": [ | 301 "items": [ |
306 { | 302 { |
307 "title": "Learn Basics", | 303 "title": "Learn Basics", |
308 "href": "/apps/first_app", | 304 "href": "/apps/about_apps", |
309 "items": [ | 305 "items": [ |
310 { | 306 { |
| 307 "title": "What Are Chrome Apps?", |
| 308 "href": "/apps/about_apps" |
| 309 }, |
| 310 { |
311 "title": "Create Your First App", | 311 "title": "Create Your First App", |
312 "href": "/apps/first_app" | 312 "href": "/apps/first_app" |
313 }, | 313 }, |
314 { | 314 { |
315 "title": "App Architecture", | 315 "title": "App Architecture", |
316 "href": "/apps/app_architecture" | 316 "href": "/apps/app_architecture" |
317 }, | 317 }, |
318 { | 318 { |
319 "title": "App Lifecycle", | 319 "title": "App Lifecycle", |
320 "href": "/apps/app_lifecycle" | 320 "href": "/apps/app_lifecycle" |
321 }, | 321 }, |
322 { | 322 { |
323 "title": "Content Security Policy", | 323 "title": "Content Security Policy", |
324 "href": "/apps/contentSecurityPolicy" | 324 "href": "/apps/contentSecurityPolicy" |
| 325 }, |
| 326 { |
| 327 "title": "About MVC Architecture", |
| 328 "href": "/apps/app_frameworks" |
| 329 }, |
| 330 { |
| 331 "title": "Build Apps with AngularJS", |
| 332 "href": "/apps/angular_framework" |
| 333 }, |
| 334 { |
| 335 "title": "Build Apps with SenchaJS", |
| 336 "href": "/apps/sencha_framework" |
325 } | 337 } |
326 ] | 338 ] |
327 }, | 339 }, |
328 { | 340 { |
329 "title": "Learn with Codelab", | 341 "title": "Learn with Codelab", |
330 "href": "/apps/app_codelab1_setup", | 342 "href": "/apps/app_codelab1_setup", |
331 "items": [ | 343 "items": [ |
332 { | 344 { |
333 "title": "1 - Set Up Development Environment", | 345 "title": "1 - Set Up Development Environment", |
334 "href": "/apps/app_codelab1_setup" | 346 "href": "/apps/app_codelab1_setup" |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 { | 416 { |
405 "title": "Serial", | 417 "title": "Serial", |
406 "href": "/apps/app_serial" | 418 "href": "/apps/app_serial" |
407 }, | 419 }, |
408 { | 420 { |
409 "title": "Network Communications", | 421 "title": "Network Communications", |
410 "href": "/apps/app_network" | 422 "href": "/apps/app_network" |
411 } | 423 } |
412 ] | 424 ] |
413 }, | 425 }, |
414 { | |
415 "title": "MVC Architecture & Frameworks", | |
416 "href": "/apps/app_frameworks", | |
417 "items": [ | |
418 { | |
419 "title": "About MVC Architecture", | |
420 "href": "/apps/app_frameworks" | |
421 }, | |
422 { | |
423 "title": "Build Apps with AngularJS", | |
424 "href": "/apps/angular_framework" | |
425 }, | |
426 { | |
427 "title": "Build Apps with SenchaJS", | |
428 "href": "/apps/sencha_framework" | |
429 } | |
430 ] | |
431 }, | |
432 { | 426 { |
433 "title": "Distribute Apps", | 427 "title": "Distribute Apps", |
434 "href": "/apps/publish_app", | 428 "href": "/apps/publish_app", |
435 "items": [ | 429 "items": [ |
436 { | 430 { |
437 "title": "Publish Your App", | 431 "title": "Publish Your App", |
438 "href": "/apps/publish_app" | 432 "href": "/apps/publish_app" |
439 }, | 433 }, |
440 { | 434 { |
441 "title": "Monetize Your App", | 435 "title": "Monetize Your App", |
442 "href": "/apps/google_wallet" | 436 "href": "/apps/google_wallet" |
443 }, | 437 }, |
444 { | 438 { |
| 439 "title": "One-Time Payments", |
| 440 "href": "/webstore/one_time_payments" |
| 441 }, |
| 442 { |
445 "title": "Analytics", | 443 "title": "Analytics", |
446 "href": "/apps/analytics" | 444 "href": "/apps/analytics" |
447 } | 445 } |
448 ] | 446 ] |
449 }, | 447 }, |
450 { | 448 { |
| 449 "title": "Chrome Platform APIs", |
| 450 "href": "/apps/api_index" |
| 451 }, |
| 452 { |
451 "title": "Reference", | 453 "title": "Reference", |
452 "href": "/apps/api_index", | 454 "href": "/apps/manifest", |
453 "items": [ | 455 "items": [ |
454 { | 456 { |
| 457 "title": "Manifest File Format", |
| 458 "href": "/apps/manifest" |
| 459 }, |
| 460 { |
455 "title": "Chrome Platform APIs", | 461 "title": "Chrome Platform APIs", |
456 "href": "/apps/api_index" | 462 "href": "/apps/api_index" |
457 }, | 463 }, |
458 { | 464 { |
459 "title": "Webview Tag", | 465 "title": "Webview Tag", |
460 "href": "/apps/tags/webview" | 466 "href": "/apps/tags/webview" |
461 }, | 467 }, |
462 { | 468 { |
463 "title": "Web APIs", | 469 "title": "Web APIs", |
464 "href": "/apps/api_other" | 470 "href": "/apps/api_other" |
465 }, | 471 }, |
466 { | 472 { |
467 "title": "Manifest File Format", | |
468 "href": "/apps/manifest" | |
469 }, | |
470 { | |
471 "title": "Disabled Web Features", | 473 "title": "Disabled Web Features", |
472 "href": "/apps/app_deprecated" | 474 "href": "/apps/app_deprecated" |
473 } | 475 } |
474 ] | 476 ] |
475 }, | 477 }, |
476 { | 478 { |
477 "title": "Help", | 479 "title": "Help", |
478 "href": "/apps/faq", | 480 "href": "/apps/faq", |
479 "items": [ | 481 "items": [ |
480 { | 482 { |
(...skipping 27 matching lines...) Expand all Loading... |
508 "title": "Event Pages", | 510 "title": "Event Pages", |
509 "href": "/extensions/event_pages" | 511 "href": "/extensions/event_pages" |
510 }, | 512 }, |
511 { | 513 { |
512 "title": "Content Scripts", | 514 "title": "Content Scripts", |
513 "href": "/extensions/content_scripts" | 515 "href": "/extensions/content_scripts" |
514 }, | 516 }, |
515 { | 517 { |
516 "title": "activeTab Permission", | 518 "title": "activeTab Permission", |
517 "href": "/extensions/activeTab" | 519 "href": "/extensions/activeTab" |
| 520 }, |
| 521 { |
| 522 "title": "What's New?", |
| 523 "href": "/extensions/whats_new" |
518 } | 524 } |
519 ] | 525 ] |
520 }, | 526 }, |
521 { | 527 { |
522 "title": "Getting Started Tutorial", | 528 "title": "Getting Started Tutorial", |
523 "href": "/extensions/getstarted" | 529 "href": "/extensions/getstarted" |
524 }, | 530 }, |
525 { | 531 { |
526 "title": "Samples", | 532 "title": "Samples", |
527 "href": "/extensions/samples" | 533 "href": "/extensions/samples" |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 "items": [ | 576 "items": [ |
571 { | 577 { |
572 "title": "Hosting", | 578 "title": "Hosting", |
573 "href": "/extensions/hosting" | 579 "href": "/extensions/hosting" |
574 }, | 580 }, |
575 { | 581 { |
576 "title": "Packaging", | 582 "title": "Packaging", |
577 "href": "/extensions/packaging" | 583 "href": "/extensions/packaging" |
578 }, | 584 }, |
579 { | 585 { |
| 586 "title": "One-Time Payments", |
| 587 "href": "/webstore/one_time_payments" |
| 588 }, |
| 589 { |
580 "title": "Autoupdating", | 590 "title": "Autoupdating", |
581 "href": "/extensions/autoupdate" | 591 "href": "/extensions/autoupdate" |
582 }, | 592 }, |
583 { | 593 { |
584 "title": "Other Deployment Options", | 594 "title": "Other Deployment Options", |
585 "href": "/extensions/external_extensions" | 595 "href": "/extensions/external_extensions" |
586 }, | 596 }, |
587 { | 597 { |
588 "title": "Google Analytics", | 598 "title": "Google Analytics", |
589 "href": "/extensions/tut_analytics" | 599 "href": "/extensions/tut_analytics" |
590 }, | 600 }, |
591 { | 601 { |
592 "title": "Publishing Themes", | 602 "title": "Publishing Themes", |
593 "href": "/extensions/themes" | 603 "href": "/extensions/themes" |
594 } | 604 } |
595 ] | 605 ] |
596 }, | 606 }, |
597 { | 607 { |
| 608 "title": "Chrome Platform APIs", |
| 609 "href": "/extensions/api_index" |
| 610 }, |
| 611 { |
598 "title": "Reference", | 612 "title": "Reference", |
599 "href": "/extensions/api_index", | 613 "href": "/extensions/manifest", |
600 "items": [ | 614 "items": [ |
601 { | 615 { |
602 "title": "What's New?", | 616 "title": "Manifest File Format", |
603 "href": "/extensions/whats_new" | 617 "href": "/extensions/manifest" |
604 }, | 618 }, |
605 { | 619 { |
606 "title": "Chrome Platform APIs", | 620 "title": "Chrome Platform APIs", |
607 "href": "/extensions/api_index" | 621 "href": "/extensions/api_index" |
608 }, | 622 }, |
609 { | 623 { |
610 "title": "Web APIs", | 624 "title": "Web APIs", |
611 "href": "/extensions/api_other" | 625 "href": "/extensions/api_other" |
612 }, | 626 }, |
613 { | 627 { |
614 "title": "Manifest File Format", | |
615 "href": "/extensions/manifest" | |
616 }, | |
617 { | |
618 "title": "Permission Warnings", | 628 "title": "Permission Warnings", |
619 "href": "/extensions/permission_warnings" | 629 "href": "/extensions/permission_warnings" |
620 }, | 630 }, |
621 { | 631 { |
622 "title": "Optional Permissions", | 632 "title": "Optional Permissions", |
623 "href": "/extensions/permissions" | 633 "href": "/extensions/permissions" |
624 }, | 634 }, |
625 { | 635 { |
626 "title": "Match Patterns", | 636 "title": "Match Patterns", |
627 "href": "/extensions/match_patterns" | 637 "href": "/extensions/match_patterns" |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 "href": "/native-client/pepper_stable/c/global_defs" | 812 "href": "/native-client/pepper_stable/c/global_defs" |
803 }, | 813 }, |
804 { | 814 { |
805 "title": "Pepper C++ Classes", | 815 "title": "Pepper C++ Classes", |
806 "href": "/native-client/pepper_stable/cpp/inherits" | 816 "href": "/native-client/pepper_stable/cpp/inherits" |
807 } | 817 } |
808 ] | 818 ] |
809 }, | 819 }, |
810 { | 820 { |
811 "title": "Additional Reference & Versions", | 821 "title": "Additional Reference & Versions", |
812 "href": "/native-client/version", | 822 "href": "/native-client/glossary", |
813 "items": [ | 823 "items": [ |
814 { | 824 { |
815 "title": "Glossary", | 825 "title": "Glossary", |
816 "href": "/native-client/glossary" | 826 "href": "/native-client/glossary" |
817 }, | 827 }, |
818 { | 828 { |
819 "title": "Native Client Manifest (nmf) Format", | 829 "title": "Native Client Manifest (nmf) Format", |
820 "href": "/native-client/reference/nacl-manifest-format" | 830 "href": "/native-client/reference/nacl-manifest-format" |
821 }, | 831 }, |
822 { | 832 { |
823 "title": "PNaCl Bitcode Reference Manual", | 833 "title": "PNaCl Bitcode Reference Manual", |
824 "href": "/native-client/reference/pnacl-bitcode-abi" | 834 "href": "/native-client/reference/pnacl-bitcode-abi" |
825 }, | 835 }, |
826 { | 836 { |
827 "title": "PNaCl C/C++ Language Support", | 837 "title": "PNaCl C/C++ Language Support", |
828 "href": "/native-client/reference/pnacl-c-cpp-language-support" | 838 "href": "/native-client/reference/pnacl-c-cpp-language-support" |
829 }, | 839 }, |
830 { | 840 { |
831 "title": "Previous Versions", | |
832 "href": "/native-client/version" | |
833 }, | |
834 { | |
835 "title": "Sandbox Internals", | 841 "title": "Sandbox Internals", |
836 "href": "/native-client/reference/sandbox_internals/index", | 842 "href": "/native-client/reference/sandbox_internals/index", |
837 "items": [ | 843 "items": [ |
838 { | 844 { |
839 "title": "ARM 32-bit Sandbox", | 845 "title": "ARM 32-bit Sandbox", |
840 "href": "/native-client/reference/sandbox_internals/arm-32
-bit-sandbox" | 846 "href": "/native-client/reference/sandbox_internals/arm-32
-bit-sandbox" |
841 } | 847 } |
842 ] | 848 ] |
843 } | 849 } |
844 ] | 850 ] |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
910 }, | 916 }, |
911 { | 917 { |
912 "title": "Using Google Accounts", | 918 "title": "Using Google Accounts", |
913 "href": "/webstore/identify_user" | 919 "href": "/webstore/identify_user" |
914 }, | 920 }, |
915 { | 921 { |
916 "title": "Checking for Payment", | 922 "title": "Checking for Payment", |
917 "href": "/webstore/check_for_payment" | 923 "href": "/webstore/check_for_payment" |
918 }, | 924 }, |
919 { | 925 { |
| 926 "title": "One-Time Payments", |
| 927 "href": "/webstore/one_time_payments" |
| 928 }, |
| 929 { |
920 "title": "Pricing", | 930 "title": "Pricing", |
921 "href": "/webstore/pricing" | 931 "href": "/webstore/pricing" |
922 } | 932 } |
923 ] | 933 ] |
924 }, | 934 }, |
925 { | 935 { |
926 "title": "Publishing", | 936 "title": "Publishing", |
927 "href": "/webstore/publish", | 937 "href": "/webstore/publish", |
928 "items": [ | 938 "items": [ |
929 { | 939 { |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
972 "title": "Articles", | 982 "title": "Articles", |
973 "href": "/webstore/articles" | 983 "href": "/webstore/articles" |
974 } | 984 } |
975 ] | 985 ] |
976 } | 986 } |
977 ] | 987 ] |
978 } | 988 } |
979 ] | 989 ] |
980 } | 990 } |
981 ] | 991 ] |
OLD | NEW |