[Webkit-unassigned] [Bug 72889] Add interface for runtime option settings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 11:12:56 PST 2011


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





--- Comment #11 from Filip Pizlo <fpizlo at apple.com>  2011-11-21 11:12:56 PST ---
(In reply to comment #10)
> Sorry for my ignorance, but what do you mean by per-instance?  My patch sets global variables, basically.

Ooops, it was me who was being ignorant.  I saw that Options class and assumed that you wanted to pass different instances of it around.  Now I see that it's meant to be static.

I do like the way you've structured Options, in that it should presumably allow adding new options fairly simple and provide discoverability.  But on the other hand, anything you do in Options should be done in such a way that it can be tuned from a full browser.  The environment variables are a cheap way to accomplish this.  Do you know how you'd interface this to WebCore/WebKit so that the options can be modified even for a browser?

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