WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
patch
(9.84 KB, patch)
2010-11-12 07:09 PST
,
Andrey Kosyakov
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Andrey Kosyakov
Comment 1
2010-11-12 06:56:36 PST
Created
attachment 73736
[details]
patch
Andrey Kosyakov
Comment 2
2010-11-12 07:09:51 PST
Created
attachment 73738
[details]
patch
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.
Top of Page
Format For Printing
XML
Clone This Bug