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

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

Issue 12585003: drive: Add showroot=true to WAPI feed URLs and ignore "no parent" entries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser_tests. Created 7 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
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@test.com" 6 "$t": "tester@test.com"
7 }, 7 },
8 "name": { 8 "name": {
9 "$t": "tester" 9 "$t": "tester"
10 } 10 }
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "rel": "http://schemas.google.com/g/2005#resumable-create-media", 186 "rel": "http://schemas.google.com/g/2005#resumable-create-media",
187 "type": "application/atom+xml" 187 "type": "application/atom+xml"
188 }, { 188 }, {
189 "href": "https://dir_1_self_link/folder:1_folder_resource_id", 189 "href": "https://dir_1_self_link/folder:1_folder_resource_id",
190 "rel": "self", 190 "rel": "self",
191 "type": "application/atom+xml" 191 "type": "application/atom+xml"
192 }, { 192 }, {
193 "href": "https://dir_1_self_link/folder:1_folder_resource_id", 193 "href": "https://dir_1_self_link/folder:1_folder_resource_id",
194 "rel": "edit", 194 "rel": "edit",
195 "type": "application/atom+xml" 195 "type": "application/atom+xml"
196 }, {
197 "href": "https://fake_server/fake_root",
198 "rel": "http://schemas.google.com/docs/2007#parent",
199 "type": "application/atom+xml"
196 } ], 200 } ],
197 "published": { 201 "published": {
198 "$t": "2010-11-07T05:03:54.719Z" 202 "$t": "2010-11-07T05:03:54.719Z"
199 }, 203 },
200 "title": { 204 "title": {
201 "$t": "Directory 1" 205 "$t": "Directory 1"
202 }, 206 },
203 "updated": { 207 "updated": {
204 "$t": "2011-04-01T18:34:08.234Z" 208 "$t": "2011-04-01T18:34:08.234Z"
205 } 209 }
(...skipping 30 matching lines...) Expand all
236 "$t": "2012-04-11T01:35:29.973Z" 240 "$t": "2012-04-11T01:35:29.973Z"
237 }, 241 },
238 "xmlns": "http://www.w3.org/2005/Atom", 242 "xmlns": "http://www.w3.org/2005/Atom",
239 "xmlns$docs": "http://schemas.google.com/docs/2007", 243 "xmlns$docs": "http://schemas.google.com/docs/2007",
240 "xmlns$gd": "http://schemas.google.com/g/2005", 244 "xmlns$gd": "http://schemas.google.com/g/2005",
241 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" 245 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
242 }, 246 },
243 "version": "1.0" 247 "version": "1.0"
244 } 248 }
245 249
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698