UNCONFIRMED 23972
The HTML5 database does not work in webkit nightly
https://bugs.webkit.org/show_bug.cgi?id=23972
Summary The HTML5 database does not work in webkit nightly
Markus Joschko
Reported 2009-02-16 08:36:05 PST
I noticed that one of my sites which works fine in safari 3.2.1 release is broken in the latest webkit nightly and that's because of broken database support. I can open a database but if I call a transaction, no handler is executed. The same problem appears to me on the official webkit database example: http://webkit.org/misc/DatabaseExample.html The notes are not stored for me when running webkit nightly. They are when running safari standalone.
Attachments
Alexey Proskuryakov
Comment 1 2009-02-17 01:05:52 PST
This could be related to the fact that messages from workers are not delivered to main thread when running ToT WebKit against Safari 3.2.1 on Windows. I don't know why that happens.
Note You need to log in before you can comment on or make changes to this bug.