WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
10869
Auto-generate the internal methods for the Objective-C bindings
https://bugs.webkit.org/show_bug.cgi?id=10869
Summary
Auto-generate the internal methods for the Objective-C bindings
Sam Weinig
Reported
2006-09-15 08:48:29 PDT
Generate the internal methods (ie. _fooBar and _fooBarWith methods) where possible. Adding [ObjCNoInternal] extended attribute for interfaces where a custom set of internal methods is still required.
Attachments
patch
(73.93 KB, patch)
2006-09-15 09:45 PDT
,
Sam Weinig
timothy
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2006-09-15 09:45:02 PDT
Created
attachment 10576
[details]
patch - Auto-generates the internal method (ie. the _fooBar and _fooBarWith methods) implementations where standard. For cases where a custom implementation was needed, added a [ObjCNoInternal] extended attribute to the corresponding IDL. - Some general cleanup of some of the non-generated bindings, to bring them inline with what the generated bindings look like.
Sam Weinig
Comment 2
2006-09-15 15:17:36 PDT
Landed in
r16374
.
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