[Webkit-unassigned] [Bug 41529] Add the ability for user scripts and user styles to affect just the top frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 2 13:26:41 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41529





--- Comment #2 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-07-02 13:26:41 PST ---
(From update of attachment 60390)
WebKit/chromium/public/WebView.h:298
 +                                           bool runAtStart,
a string of bool parameters is fairly bad for readability.  the better
approach is to define enums.  you should just define enums that match
the WebCore enums.  use AssertMatchingEnums.cpp to help so that you can
just cast between WebCore and WebKit API enums.

-- 
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