WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
42539
WebKitTestRunner needs to support printing ALERT, PROMPT and CONFIRM messages
https://bugs.webkit.org/show_bug.cgi?id=42539
Summary
WebKitTestRunner needs to support printing ALERT, PROMPT and CONFIRM messages
Maciej Stachowiak
Reported
2010-07-18 21:42:18 PDT
WebKitTestRunner needs to support printing ALERT, PROMPT and CONFIRM messages
Attachments
Patch
(31.34 KB, patch)
2010-07-21 12:58 PDT
,
Sam Weinig
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Maciej Stachowiak
Comment 1
2010-07-18 21:51:20 PDT
<
rdar://problem/8204909
>
Sam Weinig
Comment 2
2010-07-21 12:58:37 PDT
Created
attachment 62223
[details]
Patch
WebKit Review Bot
Comment 3
2010-07-21 13:05:04 PDT
Attachment 62223
[details]
did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h:72: Extra space between WKBundlePageWillAddMessageToConsoleCallback and willAddMessageToConsole [whitespace/declaration] [3] WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h:73: Extra space between WKBundlePageWillSetStatusbarTextCallback and willSetStatusbarText [whitespace/declaration] [3] WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h:74: Extra space between WKBundlePageWillRunJavaScriptAlertCallback and willRunJavaScriptAlert [whitespace/declaration] [3] WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h:75: Extra space between WKBundlePageWillRunJavaScriptConfirmCallback and willRunJavaScriptConfirm [whitespace/declaration] [3] WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.h:76: Extra space between WKBundlePageWillRunJavaScriptPromptCallback and willRunJavaScriptPrompt [whitespace/declaration] [3] WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.h:63: _willAddMessageToConsole is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.h:64: _willSetStatusbarText is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.h:65: _willRunJavaScriptAlert is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.h:66: _willRunJavaScriptConfirm is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.h:67: _willRunJavaScriptPrompt is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:199: InjectedBundlePage::_willAddMessageToConsole is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:204: InjectedBundlePage::_willSetStatusbarText is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:209: InjectedBundlePage::_willRunJavaScriptAlert is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:214: InjectedBundlePage::_willRunJavaScriptConfirm is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:219: InjectedBundlePage::_willRunJavaScriptPrompt is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Total errors found: 15 in 10 files If any of these errors are false positives, please file a bug against check-webkit-style.
Sam Weinig
Comment 4
2010-07-21 13:10:53 PDT
Landed in
r63850
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug