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

Side by Side Diff: ui/file_manager/gallery/js/slide_mode_unittest.html

Issue 2299493002: Add an ability for resize in gallery. (Closed)
Patch Set: Make a change in GalleryJsTest.SlideModeTest Created 4 years, 3 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 -- Use of this source code is governed by a BSD-style license that can be 3 -- Use of this source code is governed by a BSD-style license that can be
4 -- found in the LICENSE file. 4 -- found in the LICENSE file.
5 --> 5 -->
6 6
7 <script> 7 <script>
8 // These variables are referenced in the definition of EDITOR_MODES const 8 // These variables are referenced in the definition of EDITOR_MODES const
9 // variable of slide mode. 9 // variable of slide mode.
10 var ImageEditor = { 10 var ImageEditor = {
11 Mode: { 11 Mode: {
12 InstantAutofix: function() {}, 12 InstantAutofix: function() {},
13 Crop: function() {}, 13 Crop: function() {},
14 Resize: function() {},
14 Exposure: function() {}, 15 Exposure: function() {},
15 OneClick: function() {} 16 OneClick: function() {}
16 } 17 }
17 }; 18 };
18 19
19 var Command = { 20 var Command = {
20 Rotate: function() {} 21 Rotate: function() {}
21 }; 22 };
22 </script> 23 </script>
23 <script src="../../../webui/resources/js/assert.js"></script> 24 <script src="../../../webui/resources/js/assert.js"></script>
24 <script src="../../../webui/resources/js/cr.js"></script> 25 <script src="../../../webui/resources/js/cr.js"></script>
25 <script src="../../../webui/resources/js/cr/event_target.js"></script> 26 <script src="../../../webui/resources/js/cr/event_target.js"></script>
26 <script src="../../file_manager/common/js/unittest_util.js"></script> 27 <script src="../../file_manager/common/js/unittest_util.js"></script>
27 <script src="slide_mode.js"></script> 28 <script src="slide_mode.js"></script>
28 29
29 <script src="slide_mode_unittest.js"></script> 30 <script src="slide_mode_unittest.js"></script>
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/slide_mode.js ('k') | ui/file_manager/integration_tests/gallery/photo_editor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698