Bug 10869

Summary: Auto-generate the internal methods for the Objective-C bindings
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch timothy: review+

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+
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.