[Webkit-unassigned] [Bug 61601] Implement CSSPropertyOutlineStyle handler in CSSStyleApplyProperty
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 26 21:56:37 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61601
--- Comment #2 from Eric Seidel <eric at webkit.org> 2011-05-26 21:56:37 PST ---
(From update of attachment 95108)
I worry I've pushed a little too hard on the bool -> enum thing. Bools can make sense when answering isFoo() quesitons or setIsFoo(). But they don't make sense when calling bar(foo, true). In the latter case, a enum is *strongly* preferred over a bool as it adds clarity. I don't see this bool being used in any bar(foo, bool) cases, and I wonder if we want to go through the trouble of making it an enum?
I guess I'm mostly confused and don't fully understand what this patch is doing.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list