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

Side by Side Diff: chrome/browser/chromeos/file_manager/file_manager_browsertest.cc

Issue 354543002: Gallery.app: Fix removeEventListener call in Gallery.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | ui/file_manager/gallery/js/image_editor/image_transform.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 (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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 // Browser test for basic Chrome OS file manager functionality: 5 // Browser test for basic Chrome OS file manager functionality:
6 // - The file list is updated when a file is added externally to the Downloads 6 // - The file list is updated when a file is added externally to the Downloads
7 // folder. 7 // folder.
8 // - Selecting a file and copy-pasting it with the keyboard copies the file. 8 // - Selecting a file and copy-pasting it with the keyboard copies the file.
9 // - Selecting a file and pressing delete deletes it. 9 // - Selecting a file and pressing delete deletes it.
10 10
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 set_test_case_name("rotateImageOnDownloads"); 1429 set_test_case_name("rotateImageOnDownloads");
1430 StartTest(); 1430 StartTest();
1431 } 1431 }
1432 1432
1433 IN_PROC_BROWSER_TEST_F(GalleryBrowserTest, RotateImageOnDrive) { 1433 IN_PROC_BROWSER_TEST_F(GalleryBrowserTest, RotateImageOnDrive) {
1434 AddScript("gallery/photo_editor.js"); 1434 AddScript("gallery/photo_editor.js");
1435 set_test_case_name("rotateImageOnDrive"); 1435 set_test_case_name("rotateImageOnDrive");
1436 StartTest(); 1436 StartTest();
1437 } 1437 }
1438 1438
1439 IN_PROC_BROWSER_TEST_F(GalleryBrowserTest, DISABLED_CropImageOnDownloads) { 1439 IN_PROC_BROWSER_TEST_F(GalleryBrowserTest, CropImageOnDownloads) {
1440 AddScript("gallery/photo_editor.js"); 1440 AddScript("gallery/photo_editor.js");
1441 set_test_case_name("cropImageOnDownloads"); 1441 set_test_case_name("cropImageOnDownloads");
1442 StartTest(); 1442 StartTest();
1443 } 1443 }
1444 1444
1445 IN_PROC_BROWSER_TEST_F(GalleryBrowserTestInGuestMode, 1445 IN_PROC_BROWSER_TEST_F(GalleryBrowserTestInGuestMode,
1446 DISABLED_CropImageOnDownloads) { 1446 CropImageOnDownloads) {
1447 AddScript("gallery/photo_editor.js"); 1447 AddScript("gallery/photo_editor.js");
1448 set_test_case_name("cropImageOnDownloads"); 1448 set_test_case_name("cropImageOnDownloads");
1449 StartTest(); 1449 StartTest();
1450 } 1450 }
1451 1451
1452 IN_PROC_BROWSER_TEST_F(GalleryBrowserTest, DISABLED_CropImageOnDrive) { 1452 IN_PROC_BROWSER_TEST_F(GalleryBrowserTest, CropImageOnDrive) {
1453 AddScript("gallery/photo_editor.js"); 1453 AddScript("gallery/photo_editor.js");
1454 set_test_case_name("cropImageOnDrive"); 1454 set_test_case_name("cropImageOnDrive");
1455 StartTest(); 1455 StartTest();
1456 } 1456 }
1457 1457
1458 IN_PROC_BROWSER_TEST_F(GalleryBrowserTest, ExposureImageOnDownloads) { 1458 IN_PROC_BROWSER_TEST_F(GalleryBrowserTest, ExposureImageOnDownloads) {
1459 AddScript("gallery/photo_editor.js"); 1459 AddScript("gallery/photo_editor.js");
1460 set_test_case_name("exposureImageOnDownloads"); 1460 set_test_case_name("exposureImageOnDownloads");
1461 StartTest(); 1461 StartTest();
1462 } 1462 }
1463 1463
1464 IN_PROC_BROWSER_TEST_F(GalleryBrowserTestInGuestMode, 1464 IN_PROC_BROWSER_TEST_F(GalleryBrowserTestInGuestMode,
1465 ExposureImageOnDownloads) { 1465 ExposureImageOnDownloads) {
1466 AddScript("gallery/photo_editor.js"); 1466 AddScript("gallery/photo_editor.js");
1467 set_test_case_name("exposureImageOnDownloads"); 1467 set_test_case_name("exposureImageOnDownloads");
1468 StartTest(); 1468 StartTest();
1469 } 1469 }
1470 1470
1471 IN_PROC_BROWSER_TEST_F(GalleryBrowserTest, ExposureImageOnDrive) { 1471 IN_PROC_BROWSER_TEST_F(GalleryBrowserTest, ExposureImageOnDrive) {
1472 AddScript("gallery/photo_editor.js"); 1472 AddScript("gallery/photo_editor.js");
1473 set_test_case_name("exposureImageOnDrive"); 1473 set_test_case_name("exposureImageOnDrive");
1474 StartTest(); 1474 StartTest();
1475 } 1475 }
1476 1476
1477 } // namespace 1477 } // namespace
1478 } // namespace file_manager 1478 } // namespace file_manager
OLDNEW
« no previous file with comments | « no previous file | ui/file_manager/gallery/js/image_editor/image_transform.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698