[webkit-dev] How to add a new interface for ObjC bindings?

Darin Adler darin at apple.com
Tue Dec 22 15:55:25 PST 2009


On Dec 22, 2009, at 3:05 PM, Jian Li wrote:

> I am working on adding Blob interface based on the latest File API spec. I have one question about the various kinds of bindings we need to put up for this new interface. I got JSC and V8 bindings generated and built successfully. I have some problem with ObjC bindings. What's the right procedure to add a new interface for ObjC bindings? I could see DOMBlob.h being created under Debug/DerivedSources/WebCore, but not under Debug/WebCore.framework/PrivateHeaders and Debug/WebKit.framework/Headers as other interfaces do. How could I change WebCore.xcodeproj to add the build steps for these? Any other things I need to pay attention to?

The code to copy headers to public locations is in WebKit/mac/MigrateHeaders.make.

> In addition, where do we use COM bindings? Is it only used when building WebKit under Windows?

Auto-generated COM bindings are no longer being used. They intended were for WebKit on the Windows platform at one time.

    -- Darin



More information about the webkit-dev mailing list