Bug 21496 - Auto-generated ObjC DOM bindings should have availability macros
Summary: Auto-generated ObjC DOM bindings should have availability macros
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-08 21:17 PDT by Timothy Hatcher
Modified: 2008-10-09 20:23 PDT (History)
2 users (show)

See Also:


Attachments
Proposed patch (79.80 KB, patch)
2008-10-09 00:39 PDT, Timothy Hatcher
sam: review+
Details | Formatted Diff | Diff
Example Header (8.12 KB, text/plain)
2008-10-09 00:57 PDT, Timothy Hatcher
no flags Details
Another Example Header (2.29 KB, text/plain)
2008-10-09 00:59 PDT, Timothy Hatcher
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2008-10-08 21:17:08 PDT
We should add availability macros to the generated DOM bindings.
Comment 1 Timothy Hatcher 2008-10-09 00:39:30 PDT
Created attachment 24223 [details]
Proposed patch
Comment 2 Timothy Hatcher 2008-10-09 00:57:41 PDT
Created attachment 24224 [details]
Example Header
Comment 3 Timothy Hatcher 2008-10-09 00:59:12 PDT
Created attachment 24225 [details]
Another Example Header
Comment 4 Sam Weinig 2008-10-09 20:13:39 PDT
Comment on attachment 24223 [details]
Proposed patch

DOMAbstractViewFrame.h should not be API at all.  It should only be used for internal purposes.

r=me.
Comment 5 Timothy Hatcher 2008-10-09 20:23:35 PDT
Landed in r37465.