[Webkit-unassigned] [Bug 127307] Web Inspector: Preferences/breakpoints don't persist by default in 3rd party apps

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 20 14:25:05 PST 2014


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





--- Comment #1 from Daniel Jalkut <jalkut at red-sweater.com>  2014-01-20 14:22:37 PST ---
I wasn't very clear in my description above. The path is imposed by setting the value for the WebKitLocalStorageDatabasePathPreferenceKey key on NSUserDefaults. Something like:

[[NSUserDefaults standardUserDefaults] setObject:localStoragePath forKey:@"WebKitLocalStorageDatabasePathPreferenceKey"]

Where localStoragePath is a path to a folder where the Web Inspector will store its state for the host app.

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