Bug 9058 - add wrappers for primitive css types when bridged to objective-c
Summary: add wrappers for primitive css types when bridged to objective-c
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-23 02:30 PDT by James G. Speth
Modified: 2007-10-11 18:31 PDT (History)
0 users

See Also:


Attachments
broken patch - why doesn't it work? (1.59 KB, patch)
2006-05-23 02:31 PDT, James G. Speth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James G. Speth 2006-05-23 02:30:36 PDT
There are a few remaining classes that need to be wrapped properly when bridged to objective-c.  These are the ones that did not get fixed in bug 8331.  They are DOMRGBColor, DOMRect, and DOMCounter, and I'm sure that it would be a straight-forward fix, and i'm just missing something.  I'm attaching a patch in case someone wants to look at what i tried (it doesn't work), and possibly shed some light on this.
Comment 1 James G. Speth 2006-05-23 02:31:44 PDT
Created attachment 8477 [details]
broken patch - why doesn't it work?
Comment 2 Geoffrey Garen 2006-05-23 10:51:29 PDT
More info on why this doesn't work would be helpful (failed compile? test case fails?).

I think the issue is that you need to implement the xxxWith: methods for the classes in question.
Comment 3 Eric Seidel (no email) 2007-10-11 18:31:56 PDT
These have all been fixed by now.