Bug 28331 - dbName and originIdentifier parameters are switched in DatabaseTracker when calling SQLiteFileSystem::getFileNameForNewDatabase()
Summary: dbName and originIdentifier parameters are switched in DatabaseTracker when c...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-14 16:27 PDT by Dumitru Daniliuc
Modified: 2009-08-18 16:54 PDT (History)
2 users (show)

See Also:


Attachments
patch (1.27 KB, patch)
2009-08-18 15:30 PDT, Dumitru Daniliuc
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dumitru Daniliuc 2009-08-14 16:27:18 PDT
This results in dbName_originIdentifier.db files in Chromium, instead of originIdentifier_dbName.db.

This bug has no effect on WebCore/Safari.
Comment 1 Dumitru Daniliuc 2009-08-18 15:30:10 PDT
Created attachment 35084 [details]
patch
Comment 2 Dimitri Glazkov (Google) 2009-08-18 15:34:35 PDT
Comment on attachment 35084 [details]
patch

r=me.
Comment 3 Eric Seidel (no email) 2009-08-18 16:54:45 PDT
Comment on attachment 35084 [details]
patch

Clearing flags on attachment: 35084

Committed r47464: <http://trac.webkit.org/changeset/47464>
Comment 4 Eric Seidel (no email) 2009-08-18 16:54:49 PDT
All reviewed patches have been landed.  Closing bug.