Bug 154354

Summary: Need listener-based version of runBeforeUnloadConfirmPanel
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2016-02-17 12:52:09 PST
Need listener-based version of runBeforeUnloadConfirmPanel
Comment 1 Anders Carlsson 2016-02-17 12:54:12 PST
Created attachment 271579 [details]
Patch
Comment 2 WebKit Commit Bot 2016-02-17 12:55:55 PST
Attachment 271579 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/API/APIUIClient.h:119:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/API/C/WKPage.cpp:1520:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/API/C/WKPage.cpp:1535:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/API/C/WKPage.cpp:1540:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/API/C/WKPage.cpp:2013:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 5 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2016-02-17 13:46:14 PST
Committed r196720: <http://trac.webkit.org/changeset/196720>