RESOLVED FIXED 42323
WebKitTestRunner needs to support layoutTestController.keepWebHistory
https://bugs.webkit.org/show_bug.cgi?id=42323
Summary WebKitTestRunner needs to support layoutTestController.keepWebHistory
Maciej Stachowiak
Reported 2010-07-14 20:49:56 PDT
WebKitTestRunner needs to support layoutTestController.keepWebHistory
Attachments
Patch (46.46 KB, patch)
2010-07-25 22:47 PDT, Darin Adler
mjs: review+
Maciej Stachowiak
Comment 1 2010-07-14 20:58:14 PDT
Darin Adler
Comment 2 2010-07-25 22:47:39 PDT
WebKit Review Bot
Comment 3 2010-07-25 22:49:17 PDT
Attachment 62543 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundle.h:63: _didReceiveMessage is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] WebKitTools/WebKitTestRunner/TestController.h:70: _didReceiveMessageFromInjectedBundle is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] WebKit2/WebProcess/InjectedBundle/API/c/WKBundle.h:46: Extra space between WKBundleDidReceiveMessageCallback and didReceiveMessage [whitespace/declaration] [3] WebKit2/UIProcess/API/C/WKContext.h:41: Extra space between WKContextDidReceiveMessageFromInjectedBundleCallback and didReceiveMessageFromInjectedBundle [whitespace/declaration] [3] WebKitTools/WebKitTestRunner/TestController.cpp:129: TestController::_didReceiveMessageFromInjectedBundle is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundle.cpp:60: InjectedBundle::_didReceiveMessage is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Total errors found: 6 in 30 files If any of these errors are false positives, please file a bug against check-webkit-style.
Maciej Stachowiak
Comment 4 2010-07-25 22:56:02 PDT
Comment on attachment 62543 [details] Patch WebKitTools/WebKitTestRunner/InjectedBundle/LayoutTestController.cpp:114 + // FIXME: Is it OK this works only for the main frmae? Typo: frmae. Repeated in several places. r=me
Darin Adler
Comment 5 2010-07-25 23:04:03 PDT
Note You need to log in before you can comment on or make changes to this bug.