[Webkit-unassigned] [Bug 115650] [GTK][WK2] Blocks when fetching plugins information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 27 08:36:54 PST 2014


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





--- Comment #13 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-02-27 08:33:59 PST ---
(In reply to comment #12)
> (In reply to comment #11)
> 
> > > I guess we don't have to be concerned about multiple webkit clients trying to write to the file at the same time since this is atomic, right?
> > 
> > This is only run in the main thread, because other threads "send" the task to the main thread using g_idle (the other threads that can run this use the same main context).
> 
> I think he's concerned about multiple applications running that are all using WebKit.

Oh!, good point, we should make sure that the save is atomic, indeed.

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