Bug 169043 - Move declaration of _WKSetCrashReportApplicationSpecificInformation to header file
Summary: Move declaration of _WKSetCrashReportApplicationSpecificInformation to header...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-01 10:17 PST by Aakash Jain
Modified: 2017-03-03 13:37 PST (History)
6 users (show)

See Also:


Attachments
Proposed patch (1.24 KB, patch)
2017-03-01 10:17 PST, Aakash Jain
no flags Details | Formatted Diff | Diff
Updated patch (7.76 KB, patch)
2017-03-02 18:56 PST, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2017-03-01 10:17:04 PST
This symbols from WebProcess/cocoa/WebProcessCocoa.mm is not used by anyone outside WebKit2. Headers doesn't have this symbol. We should try to match the headers and library.
Comment 1 Aakash Jain 2017-03-01 10:17:55 PST
Created attachment 303077 [details]
Proposed patch
Comment 2 Aakash Jain 2017-03-01 10:23:59 PST
Seems like this symbol is required and was added recently in https://bugs.webkit.org/show_bug.cgi?id=168739
Comment 3 Aakash Jain 2017-03-02 18:56:54 PST
Created attachment 303288 [details]
Updated patch
Comment 4 WebKit Commit Bot 2017-03-02 18:59:46 PST
Attachment 303288 [details] did not pass style-queue:


ERROR: Source/WebKit2/WebProcess/cocoa/WebProcessCocoa.mm:28:  Found header this file implements after a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
Total errors found: 1 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Alex Christensen 2017-03-02 21:34:58 PST
Comment on attachment 303288 [details]
Updated patch

View in context: https://bugs.webkit.org/attachment.cgi?id=303288&action=review

> Source/WebKit2/WebProcess/cocoa/WebProcessCocoa.mm:451
>  // FIXME: This should live somewhere else, and it should have the implementation in line instead of calling out to WKSI.

This comment should be removed.
Comment 6 Alex Christensen 2017-03-02 21:35:37 PST
Comment on attachment 303288 [details]
Updated patch

View in context: https://bugs.webkit.org/attachment.cgi?id=303288&action=review

>> Source/WebKit2/WebProcess/cocoa/WebProcessCocoa.mm:451
>>  // FIXME: This should live somewhere else, and it should have the implementation in line instead of calling out to WKSI.
> 
> This comment should be removed.

Just kidding.  This comment should stay.
Comment 7 WebKit Commit Bot 2017-03-03 13:37:34 PST
Comment on attachment 303288 [details]
Updated patch

Clearing flags on attachment: 303288

Committed r213383: <http://trac.webkit.org/changeset/213383>
Comment 8 WebKit Commit Bot 2017-03-03 13:37:37 PST
All reviewed patches have been landed.  Closing bug.