[Webkit-unassigned] [Bug 10684] Auto-generate the Objective-C DOM CSS bindings
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Sep 1 19:38:16 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=10684
timothy at hatcher.name changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #10357|review? |review-
Flag| |
------- Comment #2 from timothy at hatcher.name 2006-09-01 19:38 PDT -------
(From update of attachment 10357)
Looking good.
Some comments before I r+ this:
Double ChangeLog entry.
+//- (NSString *)description
+//{
+// return [NSString stringWithFormat:@"DOMCSSStyleDeclaration: %@", [self
cssText]];
+//}
That should be removed. We can add back in descriptions per-class if we feel
they are needed.
@interface DOMDocument (DOMViewCSS)
- (DOMCSSStyleDeclaration *)getComputedStyle:(DOMElement *)elt :(NSString
*)pseudoElt;
@end
Can that be moved to another headers? DOMExtensions.h?
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list