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

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

Issue 10835031: gdata: Trigger delta feed when search results contained unknown entries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 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
OLDNEW
1 { 1 {
2 "encoding": "UTF-8", 2 "encoding": "UTF-8",
3 "feed": { 3 "feed": {
4 "author": [ { 4 "author": [ {
5 "email": { 5 "email": {
6 "$t": "tester@testing.com" 6 "$t": "tester@testing.com"
7 }, 7 },
8 "name": { 8 "name": {
9 "$t": "tester" 9 "$t": "tester"
10 } 10 }
(...skipping 28 matching lines...) Expand all
39 "docs$filename": { 39 "docs$filename": {
40 "$t": "SubDirectory File 1.txt" 40 "$t": "SubDirectory File 1.txt"
41 }, 41 },
42 "docs$md5Checksum": { 42 "docs$md5Checksum": {
43 "$t": "3b4382ebefec6e743578c76bbd0575ce" 43 "$t": "3b4382ebefec6e743578c76bbd0575ce"
44 }, 44 },
45 "docs$size": { 45 "docs$size": {
46 "$t": "892721" 46 "$t": "892721"
47 }, 47 },
48 "docs$suggestedFilename": { 48 "docs$suggestedFilename": {
49 "$t": "SubDirectory File 1.txt" 49 "$t": "SubDirectory Newly Added File.txt"
50 }, 50 },
51 "docs$writersCanInvite": { 51 "docs$writersCanInvite": {
52 "value": "true" 52 "value": "true"
53 }, 53 },
54 "gd$etag": "\"HhMOFgxXHit7ImBr\"", 54 "gd$etag": "\"HhMOFgxXHit7ImBr\"",
55 "gd$feedLink": [ { 55 "gd$feedLink": [ {
56 "href": "https://file_feed_link_url", 56 "href": "https://file_feed_link_url",
57 "rel": "http://schemas.google.com/docs/2007/revisions" 57 "rel": "http://schemas.google.com/docs/2007/revisions"
58 } ], 58 } ],
59 "gd$lastModifiedBy": { 59 "gd$lastModifiedBy": {
60 "email": { 60 "email": {
61 "$t": "tester@testing.com" 61 "$t": "tester@testing.com"
62 }, 62 },
63 "name": { 63 "name": {
64 "$t": "tester" 64 "$t": "tester"
65 } 65 }
66 }, 66 },
67 "gd$quotaBytesUsed": { 67 "gd$quotaBytesUsed": {
68 "$t": "892721" 68 "$t": "892721"
69 }, 69 },
70 "gd$resourceId": { 70 "gd$resourceId": {
71 "$t": "file:subdirectory_file_1_id" 71 "$t": "file:subdirectory_newly_added_file_id"
72 }, 72 },
73 "id": { 73 "id": {
74 "$t": "2_file_id" 74 "$t": "newly_added_file_id"
75 }, 75 },
76 "link": [ { 76 "link": [ {
77 "href": "https://file_link_alternate", 77 "href": "https://file_link_alternate",
78 "rel": "alternate", 78 "rel": "alternate",
79 "type": "text/html" 79 "type": "text/html"
80 }, { 80 }, {
81 "href": "https://file_link_resumable_edit_media", 81 "href": "https://file_link_resumable_edit_media",
82 "rel": "http://schemas.google.com/g/2005#resumable-edit-media", 82 "rel": "http://schemas.google.com/g/2005#resumable-edit-media",
83 "type": "application/atom+xml" 83 "type": "application/atom+xml"
84 }, { 84 }, {
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "$t": "2011-12-14T01:03:21.151Z" 230 "$t": "2011-12-14T01:03:21.151Z"
231 }, 231 },
232 "xmlns": "http://www.w3.org/2005/Atom", 232 "xmlns": "http://www.w3.org/2005/Atom",
233 "xmlns$batch": "http://schemas.google.com/gdata/batch", 233 "xmlns$batch": "http://schemas.google.com/gdata/batch",
234 "xmlns$docs": "http://schemas.google.com/docs/2007", 234 "xmlns$docs": "http://schemas.google.com/docs/2007",
235 "xmlns$gd": "http://schemas.google.com/g/2005", 235 "xmlns$gd": "http://schemas.google.com/g/2005",
236 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" 236 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
237 }, 237 },
238 "version": "1.0" 238 "version": "1.0"
239 } 239 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698