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

Side by Side Diff: chrome/browser/debugger/devtools_sanity_unittest.cc

Issue 3067034: Revert 55072 - Revert 55063 - WebKit roll: 64705:64742.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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
« no previous file with comments | « DEPS ('k') | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #include "base/command_line.h" 5 #include "base/command_line.h"
6 #include "base/path_service.h" 6 #include "base/path_service.h"
7 #include "base/string_util.h" 7 #include "base/string_util.h"
8 #include "chrome/browser/browser.h" 8 #include "chrome/browser/browser.h"
9 #include "chrome/browser/debugger/devtools_client_host.h" 9 #include "chrome/browser/debugger/devtools_client_host.h"
10 #include "chrome/browser/debugger/devtools_manager.h" 10 #include "chrome/browser/debugger/devtools_manager.h"
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, DISABLED_TestPauseInEval) { 452 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, DISABLED_TestPauseInEval) {
453 RunTest("testPauseInEval", kDebuggerTestPage); 453 RunTest("testPauseInEval", kDebuggerTestPage);
454 } 454 }
455 455
456 // Tests console eval. 456 // Tests console eval.
457 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestConsoleEval) { 457 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestConsoleEval) {
458 RunTest("testConsoleEval", kEvalTestPage); 458 RunTest("testConsoleEval", kEvalTestPage);
459 } 459 }
460 460
461 // Tests console log. 461 // Tests console log.
462 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestConsoleLog) { 462 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, DISABLED_TestConsoleLog) {
463 RunTest("testConsoleLog", kConsoleTestPage); 463 RunTest("testConsoleLog", kConsoleTestPage);
464 } 464 }
465 465
466 // Tests eval global values. 466 // Tests eval global values.
467 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestEvalGlobal) { 467 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestEvalGlobal) {
468 RunTest("testEvalGlobal", kEvalTestPage); 468 RunTest("testEvalGlobal", kEvalTestPage);
469 } 469 }
470 470
471 // Test that Storage panel can be shown. 471 // Test that Storage panel can be shown.
472 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestShowStoragePanel) { 472 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestShowStoragePanel) {
473 RunTest("testShowStoragePanel", kDebuggerTestPage); 473 RunTest("testShowStoragePanel", kDebuggerTestPage);
474 } 474 }
475 475
476 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestMessageLoopReentrant) { 476 IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestMessageLoopReentrant) {
477 RunTest("testMessageLoopReentrant", kDebuggerTestPage); 477 RunTest("testMessageLoopReentrant", kDebuggerTestPage);
478 } 478 }
479 479
480 } // namespace 480 } // namespace
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698