Bug 237263 - Unable to add the new method in DOMWindow
Summary: Unable to add the new method in DOMWindow
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Local Build
Hardware: Other Linux
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-27 18:35 PST by Bharanitharan
Modified: 2022-02-28 10:07 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.