RESOLVED FIXED 49441
Web Inspector: [Extensions API] [refactoring] generate public API interfaces automatically
https://bugs.webkit.org/show_bug.cgi?id=49441
Summary Web Inspector: [Extensions API] [refactoring] generate public API interfaces ...
Andrey Kosyakov
Reported 2010-11-12 06:51:43 PST
In order to hide implementation fields from the client, the extensions API often makes publicly visible classes as wrappers that create an instance of implementation class as a lexical variable named impl in constructor and re-bind all public methods from impl. This used to be done manually, which produces annoying clutter in ExtensionsAPI.js. This patch automates creation of public interface wrappers.
Attachments
patch (9.84 KB, patch)
2010-11-12 06:56 PST, Andrey Kosyakov
no flags
patch (9.84 KB, patch)
2010-11-12 07:09 PST, Andrey Kosyakov
no flags
Andrey Kosyakov
Comment 1 2010-11-12 06:56:36 PST
Andrey Kosyakov
Comment 2 2010-11-12 07:09:51 PST
WebKit Commit Bot
Comment 3 2010-11-12 07:43:44 PST
Comment on attachment 73738 [details] patch Clearing flags on attachment: 73738 Committed r71911: <http://trac.webkit.org/changeset/71911>
WebKit Commit Bot
Comment 4 2010-11-12 07:43:49 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.