[Webkit-unassigned] [Bug 77006] [StorageTracker] Make one able to set the local storage (tracker) database dir's path

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 26 12:49:17 PST 2012


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





--- Comment #12 from Gustavo Lima Chaves <glima at profusion.mobi>  2012-01-26 12:49:15 PST ---
(In reply to comment #11)
> You'll need to return after saving the path string and clearing m_originSet, but before doing any importing.
> 
> // save new path
> // lock m_originSetGuard and clear m_origin
> 
> if (!m_isActive)
>     return;
> 
> importOriginIdentifiers();

Thanks for the feedback on the logic, since you're giving them, I'll assume you get our point/reason a little :) This thing is we call initializeTracker() in our port, too, with "~/.webkit". But that locks us down to a pre-set folder and, what we want is the browser being able to choose that. DatabaseTracker does that. I'll re-submit the patch with the corrections pointed out, thanks muchly.

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