Bug 237263

Summary: Unable to add the new method in DOMWindow
Product: WebKit Reporter: Bharanitharan <vasubharani96>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Major    
Priority: P2    
Version: WebKit Local Build   
Hardware: Other   
OS: Linux   

Description Bharanitharan 2022-02-27 18:35:15 PST
In our Webkit Revision : v2.16.5

As per our requirement need to add the one new method in DOMWindow we have tried to add method in the JSDOMWindow and corresponding files also we have added the method in DOMWindow.idl file  but the method not triggered.
In existing methods are working properly(ex:window.open()).
Our new method called from JS window.getDisplayInfo().
We need your support is there any procedure to add the new method in DOMWindow please confirm.
Comment 1 Alexey Proskuryakov 2022-02-28 10:07:32 PST
Please reach out to webkit-dev on Slack or in e-mail: https://webkit.org/getting-started/#staying-in-touch

Marking as INVALID as this doesn't describe a WebKit bug or enhancement.