Bug 93942 - Rename LayoutTestController to TestRunner in WebKitTestRunner
Summary: Rename LayoutTestController to TestRunner in WebKitTestRunner
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on: 88210
Blocks:
  Show dependency treegraph
 
Reported: 2012-08-14 01:21 PDT by Ryosuke Niwa
Modified: 2012-08-15 18:22 PDT (History)
7 users (show)

See Also:


Attachments
Patch (210.01 KB, patch)
2012-08-14 01:23 PDT, Ryosuke Niwa
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-08-14 01:21:30 PDT
Rename LayoutTestController to TestRunner in WebKitTestRunner
Comment 1 Ryosuke Niwa 2012-08-14 01:23:27 PDT
Created attachment 158255 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-14 01:27:42 PDT
Attachment 158255 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Tools/ChangeLog', u'Tools/WebKitTestRunner..." exit_code: 1
Tools/WebKitTestRunner/InjectedBundle/TestRunner.cpp:282:  One line control clauses should not use braces.  [whitespace/braces] [4]
Tools/WebKitTestRunner/InjectedBundle/TestRunner.h:37:  Alphabetical sorting problem.  [build/include_order] [4]
Tools/WebKitTestRunner/InjectedBundle/qt/TestRunnerQt.cpp:57:  Missing space inside { }.  [whitespace/braces] [5]
Total errors found: 3 in 20 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Simon Fraser (smfr) 2012-08-15 17:22:08 PDT
Comment on attachment 158255 [details]
Patch

rs=me
Comment 4 Ryosuke Niwa 2012-08-15 18:22:33 PDT
Committed r125732: <http://trac.webkit.org/changeset/125732>