Bug 129006 - [Win] WebSQL does not seem to work
Summary: [Win] WebSQL does not seem to work
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-18 15:02 PST by Brent Fulgham
Modified: 2024-03-05 13:12 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2014-02-18 15:02:48 PST
Investigate why WebSQL tests fail on Windows.
Comment 1 Brent Fulgham 2014-02-18 15:12:10 PST
The following Worker tests, which are built on top of WebSQL functions, fail to run properly:

fast/workers/storage/change-version-handle-reuse-worker.html failed unexpectedly (text diff)
fast/workers/storage/change-version-sync.html failed unexpectedly (text diff)
fast/workers/storage/empty-statement-sync.html failed unexpectedly (text diff)
fast/workers/storage/execute-sql-args-sync.html failed unexpectedly (text diff)
fast/workers/storage/execute-sql-args-worker.html failed unexpectedly (text diff)
fast/workers/storage/executesql-accepts-only-one-statement-sync.html failed unexpectedly (text diff)
fast/workers/storage/interrupt-database.html failed unexpectedly (text diff)
fast/workers/storage/multiple-databases-garbage-collection.html failed unexpectedly (text diff)
fast/workers/storage/multiple-transactions-on-different-handles-sync.html failed unexpectedly (text diff)
fast/workers/storage/multiple-transactions-on-different-handles.html failed unexpectedly (text diff)
fast/workers/storage/multiple-transactions.html failed unexpectedly (text diff)
fast/workers/storage/open-database-creation-callback-sync.html failed unexpectedly (text diff)
fast/workers/storage/open-database-empty-version-sync.html failed unexpectedly (text diff)
fast/workers/storage/open-database-inputs-sync.html failed unexpectedly (text diff)
fast/workers/storage/open-database-set-empty-version-sync.html failed unexpectedly (text diff)
fast/workers/storage/open-database-while-transaction-in-progress-sync.html failed unexpectedly (text diff)
fast/workers/storage/open-database-while-transaction-in-progress.html failed unexpectedly (text diff)
fast/workers/storage/read-and-write-transactions-dont-run-together.html failed unexpectedly (text diff)
fast/workers/storage/sql-data-types-sync.html failed unexpectedly (text diff)
fast/workers/storage/sql-exception-codes-sync.html failed unexpectedly (text diff)
fast/workers/storage/test-authorizer-sync.html failed unexpectedly (text diff)
fast/workers/storage/test-authorizer.html failed unexpectedly (text diff)
fast/workers/storage/transaction-in-transaction-sync.html failed unexpectedly (text diff)
Comment 2 Brent Fulgham 2024-03-05 13:12:16 PST
We have removed WebSQL as a feature. We won't make further improvements to it.