Bug 168951 - Export WKPluginInformationBundleShortVersionKey
Summary: Export WKPluginInformationBundleShortVersionKey
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Safari 9
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-27 17:05 PST by Alexey Proskuryakov
Modified: 2017-02-27 18:08 PST (History)
4 users (show)

See Also:


Attachments
proposed patch (1.23 KB, patch)
2017-02-27 17:06 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff
Another proposed patch (1.98 KB, patch)
2017-02-27 17:16 PST, Aakash Jain
ap: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2017-02-27 17:05:23 PST
WKPluginInformationBundleShortVersionKey was accidentally not exported from the framework in https://trac.webkit.org/changeset/151767
Comment 1 Alexey Proskuryakov 2017-02-27 17:06:45 PST
Created attachment 302894 [details]
proposed patch
Comment 2 Aakash Jain 2017-02-27 17:13:07 PST
Do we need the WKPluginInformationBundleShortVersionKey method at all. It doesn't seems to be used anywhere. Shouldn't we just delete it from WKPluginInformation.h and WKPluginInformation.cpp
Comment 3 Aakash Jain 2017-02-27 17:16:10 PST
Created attachment 302896 [details]
Another proposed patch
Comment 4 Alexey Proskuryakov 2017-02-27 17:40:20 PST
Comment on attachment 302894 [details]
proposed patch

It's not used, but I think that it's better to keep for consistency. It would be strange to expose WKPluginInformationBundleVersionKey, but not WKPluginInformationBundleShortVersionKey.
Comment 5 WebKit Commit Bot 2017-02-27 18:08:09 PST
Comment on attachment 302894 [details]
proposed patch

Clearing flags on attachment: 302894

Committed r213111: <http://trac.webkit.org/changeset/213111>
Comment 6 WebKit Commit Bot 2017-02-27 18:08:13 PST
All reviewed patches have been landed.  Closing bug.