Bug 23972 - The HTML5 database does not work in webkit nightly
Summary: The HTML5 database does not work in webkit nightly
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-16 08:36 PST by Markus Joschko
Modified: 2009-02-17 01:05 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Joschko 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.
Comment 1 Alexey Proskuryakov 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.