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

Side by Side Diff: chrome/common/extensions/docs/templates/json/chrome_sidenav.json

Issue 419803005: PNaCl documentation: clarify vector alignment, and update navigation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes. Created 6 years, 4 months 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 843 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 }, 854 },
855 { 855 {
856 "title": "Native Client Manifest (nmf) Format", 856 "title": "Native Client Manifest (nmf) Format",
857 "href": "/native-client/reference/nacl-manifest-format" 857 "href": "/native-client/reference/nacl-manifest-format"
858 }, 858 },
859 { 859 {
860 "title": "PNaCl Bitcode Reference Manual", 860 "title": "PNaCl Bitcode Reference Manual",
861 "href": "/native-client/reference/pnacl-bitcode-abi" 861 "href": "/native-client/reference/pnacl-bitcode-abi"
862 }, 862 },
863 { 863 {
864 "title": "PNaCl Undefined Behavior",
865 "href": "/native-client/reference/pnacl-undefined-behavior"
866 },
867 {
864 "title": "PNaCl C/C++ Language Support", 868 "title": "PNaCl C/C++ Language Support",
865 "href": "/native-client/reference/pnacl-c-cpp-language-support" 869 "href": "/native-client/reference/pnacl-c-cpp-language-support"
866 }, 870 },
867 { 871 {
868 "title": "Sandbox Internals", 872 "title": "Sandbox Internals",
869 "href": "/native-client/reference/sandbox_internals/index", 873 "href": "/native-client/reference/sandbox_internals/index",
870 "items": [ 874 "items": [
871 { 875 {
872 "title": "ARM 32-bit Sandbox", 876 "title": "ARM 32-bit Sandbox",
873 "href": "/native-client/reference/sandbox_internals/arm-32 -bit-sandbox" 877 "href": "/native-client/reference/sandbox_internals/arm-32 -bit-sandbox"
878 },
879 {
880 "title": "x86-64 Sandbox",
881 "href": "/native-client/reference/sandbox_internals/x86-64 -sandbox"
874 } 882 }
875 ] 883 ]
876 } 884 }
877 ] 885 ]
878 }, 886 },
879 { 887 {
880 "title": "Help", 888 "title": "Help",
881 "href": "/native-client/faq", 889 "href": "/native-client/faq",
882 "items": [ 890 "items": [
883 { 891 {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 "title": "Articles", 1017 "title": "Articles",
1010 "href": "/webstore/articles" 1018 "href": "/webstore/articles"
1011 } 1019 }
1012 ] 1020 ]
1013 } 1021 }
1014 ] 1022 ]
1015 } 1023 }
1016 ] 1024 ]
1017 } 1025 }
1018 ] 1026 ]
OLDNEW
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698