Make it possible to override debug preferences on a per-identifier basis as well as globally
Created attachment 233546 [details] Patch
Comment on attachment 233546 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=233546&action=review > Source/WebKit2/UIProcess/WebPageGroup.cpp:86 > +// FIXME: Why does the WebPreferences object here use â.WebKit2â instead of âWebKit2.â which all the other constructors use. > +// If it turns out that it's wrong, we can change it to to âWebKit2.â and get rid of the globalDebugKeyPrefix from WebPreferences. Are we using non-ASCII characters in comments now? > Source/WebKit2/UIProcess/mac/WebPreferencesMac.mm:121 > +#undef INITIALIZE_PREFERENCE_FROM_NSUSERDEFAULTS Why is this necessary here?
Committed r170253: <http://trac.webkit.org/changeset/170253>