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

Side by Side Diff: chrome/test/data/chromeos/gdata/contacts/feed_unicode.json

Issue 190063004: chromeos: Delete old, unused contacts code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again Created 6 years, 9 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
OLDNEW
(Empty)
1 {
2 "encoding": "UTF-8",
3 "feed": {
4 "author": [ {
5 "email": {
6 "$t": "test.user@gmail.com"
7 },
8 "name": {
9 "$t": "Test User"
10 }
11 } ],
12 "category": [ {
13 "scheme": "http://schemas.google.com/g/2005#kind",
14 "term": "http://schemas.google.com/contact/2008#contact"
15 } ],
16 "entry": [ {
17 "app$edited": {
18 "$t": "2012-06-04T15:53:36.023Z",
19 "xmlns$app": "http://www.w3.org/2007/app"
20 },
21 "category": [ {
22 "scheme": "http://schemas.google.com/g/2005#kind",
23 "term": "http://schemas.google.com/contact/2008#contact"
24 } ],
25 "gContact$groupMembershipInfo": [ {
26 "deleted": "false",
27 "href": "http://www.google.com/m8/feeds/groups/test.user%40gmail.com /base/6"
28 } ],
29 "gd$etag": "\"R345ezVSLit7I2A9WhVbGE8PRQU.\"",
30 "gd$name": {
31 "gd$familyName": {
32 "$t": "\u5B89\u85E4"
33 },
34 "gd$fullName": {
35 "$t": "\u5B89\u85E4 \u5FE0\u96C4"
36 },
37 "gd$givenName": {
38 "$t": "\u5FE0\u96C4"
39 }
40 },
41 "id": {
42 "$t":
43 "http://example.com/1"
44 },
45 "title": {
46 "$t": "\u5B89\u85E4 \u5FE0\u96C4"
47 },
48 "updated": {
49 "$t": "2012-06-04T15:53:36.023Z"
50 }
51 }, {
52 "app$edited": {
53 "$t": "2012-06-21T16:20:13.208Z",
54 "xmlns$app": "http://www.w3.org/2007/app"
55 },
56 "category": [ {
57 "scheme": "http://schemas.google.com/g/2005#kind",
58 "term": "http://schemas.google.com/contact/2008#contact"
59 } ],
60 "gContact$groupMembershipInfo": [ {
61 "deleted": "false",
62 "href": "http://www.google.com/m8/feeds/groups/test.user%40gmail.com /base/6"
63 } ],
64 "gd$etag": "\"Qnw7cDVSLCt7I2A9WhJTEkQPQQU.\"",
65 "gd$name": {
66 "gd$familyName": {
67 "$t": "Smith\uFEFF"
68 },
69 "gd$fullName": {
70 "$t": "\uFEFFBob\uFEFF\uFEFF Smith\uFEFF"
71 },
72 "gd$givenName": {
73 "$t": "\uFEFFBob\uFEFF\uFEFF"
74 }
75 },
76 "id": {
77 "$t": "http://example.com/2"
78 },
79 "title": {
80 "$t": "\uFEFFBob\uFEFF\uFEFF Smith\uFEFF"
81 },
82 "updated": {
83 "$t": "2012-06-21T16:20:13.208Z"
84 }
85 } ],
86 "gd$etag": "W/\"CEUHSXg8fSt7I2A9WhJSEEw.\"",
87 "generator": {
88 "$t": "Contacts",
89 "uri": "http://www.google.com/m8/feeds",
90 "version": "1.0"
91 },
92 "id": {
93 "$t": "test.user@gmail.com"
94 },
95 "link": [ {
96 "href": "http://www.google.com/",
97 "rel": "alternate",
98 "type": "text/html"
99 }, {
100 "href": "https://www.google.com/m8/feeds/contacts/test.user%40gmail.com /full",
101 "rel": "http://schemas.google.com/g/2005#feed",
102 "type": "application/atom+xml"
103 }, {
104 "href": "https://www.google.com/m8/feeds/contacts/test.user%40gmail.com /full",
105 "rel": "http://schemas.google.com/g/2005#post",
106 "type": "application/atom+xml"
107 }, {
108 "href": "https://www.google.com/m8/feeds/contacts/test.user%40gmail.com /full/batch",
109 "rel": "http://schemas.google.com/g/2005#batch",
110 "type": "application/atom+xml"
111 }, {
112 "href": "https://www.google.com/m8/feeds/contacts/test.user%40gmail.com /full?alt=json&max-results=1000&showdeleted=true",
113 "rel": "self",
114 "type": "application/atom+xml"
115 } ],
116 "openSearch$itemsPerPage": {
117 "$t": "1000"
118 },
119 "openSearch$startIndex": {
120 "$t": "1"
121 },
122 "openSearch$totalResults": {
123 "$t": "2"
124 },
125 "title": {
126 "$t": "Test User's Contacts"
127 },
128 "updated": {
129 "$t": "2012-06-29T23:23:58.675Z"
130 },
131 "xmlns": "http://www.w3.org/2005/Atom",
132 "xmlns$batch": "http://schemas.google.com/gdata/batch",
133 "xmlns$gContact": "http://schemas.google.com/contact/2008",
134 "xmlns$gd": "http://schemas.google.com/g/2005",
135 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
136 },
137 "version": "1.0"
138 }
OLDNEW
« no previous file with comments | « chrome/test/data/chromeos/gdata/contacts/feed_photo_404.json ('k') | chrome/test/data/chromeos/gdata/contacts/groups.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698