WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
36988
Need a way to figure out if a database or an origin has been successfully deleted
https://bugs.webkit.org/show_bug.cgi?id=36988
Summary
Need a way to figure out if a database or an origin has been successfully del...
Ada Chan
Reported
2010-04-01 16:30:51 PDT
Currently the SPI WebDatabaseManager::deleteDatabase() and WebDatabaseManager::deleteOrigin() are void so there's no way to find out whether there's an error in deleting a database or an origin.
Attachments
Patch
(9.06 KB, patch)
2010-04-01 16:42 PDT
,
Ada Chan
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ada Chan
Comment 1
2010-04-01 16:42:31 PDT
Created
attachment 52351
[details]
Patch Make deleteDatabase() and deleteOrigin() in DatabaseTracker and WebDatabaseManager return a boolean so the caller can find out if there are any errors during the delete operation.
Ada Chan
Comment 2
2010-04-01 17:13:55 PDT
Fixed in
r56954
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug