Bug 154354 - Need listener-based version of runBeforeUnloadConfirmPanel
Summary: Need listener-based version of runBeforeUnloadConfirmPanel
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-17 12:52 PST by Anders Carlsson
Modified: 2016-02-17 13:46 PST (History)
1 user (show)

See Also:


Attachments
Patch (28.82 KB, patch)
2016-02-17 12:54 PST, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>