Bug 146983 - [Win] Maintain consistent COM Interfaces
Summary: [Win] Maintain consistent COM Interfaces
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-07-15 14:45 PDT by Brent Fulgham
Modified: 2015-07-15 18:46 PDT (History)
2 users (show)

See Also:


Attachments
Patch (50.63 KB, patch)
2015-07-15 15:07 PDT, Brent Fulgham
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-07-15 14:45:49 PDT
Our COM interfaces should follow proper behavior, and not change. As we add new features, we should be adding new interface versions to allow existing binaries to continue to work with newer WebKit releases.
Comment 1 Brent Fulgham 2015-07-15 14:46:05 PDT
<rdar://problem/21822278>
Comment 2 Brent Fulgham 2015-07-15 15:07:15 PDT
Created attachment 256868 [details]
Patch
Comment 3 Brent Fulgham 2015-07-15 18:46:58 PDT
Committed r186881: <http://trac.webkit.org/changeset/186881>