Bug 47835

Summary: The description parameter of IDBFactory::open() should be mandatory.
Product: WebKit Reporter: Andrei Popescu <andreip>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jorlow
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch jorlow: review+

Description Andrei Popescu 2010-10-18 10:46:07 PDT
The description parameter of IDBFactory::open() should be mandatory.
Comment 1 Andrei Popescu 2010-10-18 10:53:38 PDT
Created attachment 71058 [details]
Patch
Comment 2 Jeremy Orlow 2010-10-18 10:59:08 PDT
Comment on attachment 71058 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=71058&action=review

r=me

> LayoutTests/storage/indexeddb/basics.html:57
> +

nit: extra newline not required

> WebCore/ChangeLog:8
> +        Makes the description parameter mandatory, as per the IndexedDatabase specification.

Add a mention of existing tests being modified to cover it.
Comment 3 Andrei Popescu 2010-10-18 11:05:20 PDT
Committed r69974: <http://trac.webkit.org/changeset/69974>