Bug 168930
Summary: | check-webkit-style should guard against breaking Windows ABI | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | lforschler, pvollan |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Brent Fulgham
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |