Bug 45403

Summary: Add Entry.getMetadata for FileSystem API
Product: WebKit Reporter: Kinuko Yasuda <kinuko>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dumi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 42903    
Attachments:
Description Flags
Patch dumi: review+

Description Kinuko Yasuda 2010-09-08 11:39:47 PDT
Add Entry.getMetadata for FileSystem API.
http://dev.w3.org/2009/dap/file-system/file-dir-sys.html#widl-Entry-getMetadata

I had missed to include this method in my previous Entry.idl patch.
Comment 1 Kinuko Yasuda 2010-09-08 12:05:48 PDT
Created attachment 66923 [details]
Patch
Comment 2 Dumitru Daniliuc 2010-09-09 15:28:00 PDT
Comment on attachment 66923 [details]
Patch

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

r=me.

> WebCore/ChangeLog:16
> +
no need for empty line.
Comment 3 Kinuko Yasuda 2010-09-09 19:19:19 PDT
Committed r67147: <http://trac.webkit.org/changeset/67147>