[WebKit-devel] RFC: API for KWebWallet...
David Faure
faure at kde.org
Thu Nov 12 11:33:28 CET 2009
On Monday 09 November 2009, Dawit A. wrote:
> // code to extract and store form data in a container...
> myfuture = QtConcurrent::run(doSaveFormData, ...);
which means a thread, which means all sorts of possible race
conditions between the saving of the form data and
- the destruction of the window
- the destruction of the form when navigating to another page
- other uses of kwallet, unless that api is re-entrant
- ...
--
David Faure, faure at kde.org, http://www.davidfaure.fr
Sponsored by Nokia to work on KDE, incl. Konqueror
(http://www.konqueror.org).
More information about the WebKit-devel
mailing list