Bug 168930 - check-webkit-style should guard against breaking Windows ABI
Summary: check-webkit-style should guard against breaking Windows ABI
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-27 13:50 PST by Brent Fulgham
Modified: 2017-02-27 13:51 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2017-02-27 13:50:59 PST
From time to time, people unwittingly break WebKit.dll COM ABI by inserting new method declarations into existing interfaces. This breaks existing Windows clients, and should be avoided.

We should modify 'check-webkit-style' to flag cases where new methods are inserted into Windows interfaces.