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

Side by Side Diff: ui/file_manager/zip_archiver/js/types.js

Issue 2804453002: Move files from zip_archiver/unpacker/ to zip_archiver/. (Closed)
Patch Set: Move files from zip_archiver/unpacker/ to zip_archiver/. Created 3 years, 8 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
« no previous file with comments | « ui/file_manager/zip_archiver/js/request.js ('k') | ui/file_manager/zip_archiver/js/unpacker.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 'use strict'; 5 'use strict';
6 6
7 /** 7 /**
8 * Namespace for custom types. 8 * Namespace for custom types.
9 * @namespace 9 * @namespace
10 */ 10 */
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 /** 71 /**
72 * @see 72 * @see
73 * https://developer.chrome.com/apps/fileSystemProvider#event-onReadFileRequeste d 73 * https://developer.chrome.com/apps/fileSystemProvider#event-onReadFileRequeste d
74 * @typedef {!Object<{fileSystemId: !unpacker.types.FileSystemId, 74 * @typedef {!Object<{fileSystemId: !unpacker.types.FileSystemId,
75 * requestId: !unpacker.types.RequestId, 75 * requestId: !unpacker.types.RequestId,
76 * openRequestId: !unpacker.types.RequestId, 76 * openRequestId: !unpacker.types.RequestId,
77 * offset: number, 77 * offset: number,
78 * length: number}>} 78 * length: number}>}
79 */ 79 */
80 unpacker.types.ReadFileRequestedOptions; 80 unpacker.types.ReadFileRequestedOptions;
OLDNEW
« no previous file with comments | « ui/file_manager/zip_archiver/js/request.js ('k') | ui/file_manager/zip_archiver/js/unpacker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698