Bug 28331

Summary: dbName and originIdentifier parameters are switched in DatabaseTracker when calling SQLiteFileSystem::getFileNameForNewDatabase()
Product: WebKit Reporter: Dumitru Daniliuc <dumi>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, eric
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

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.