[Webkit-unassigned] [Bug 25689] [Qt] Implement SearchPopupMenuQt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 18 10:05:40 PDT 2009


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





------- Comment #10 from treat at kde.org  2009-06-18 10:05 PDT -------
 118 static void initializeWebCoreIfNeeded()
 119 {
 120     static bool called = false;
 121     if (!called)
 122         return;
 123 
 124     called = true;

I believe that should be 'if (called) no?

Also, I think you've addressed the privacy issues, but might I suggest adding
API so clients can very easily delete the stored settings much like they would
do when clearing cookies, history, etc?


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list