[Webkit-unassigned] [Bug 35205] [Chromium API] Disambiguate allowJavaScript from didFailToExecuteJavaScript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 22 15:45:18 PST 2010


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





--- Comment #6 from Peter Kasting <pkasting at google.com>  2010-02-22 15:45:18 PST ---
(From update of attachment 49146)
> +enum ReasonForCallingCanExecuteScripts {
> +    AboutToExecuteScript,
> +    NotAboutToExecuteScript
> +};

I wonder if there could be a better name for the second choice...
"NotPlanningToExecuteScript"?  "JustCuriousAboutCurrentSetting"?  I dunno :(. 
In any case it seems like rationale for this enum should be given in comments
above it.

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