Bug 45403 - Add Entry.getMetadata for FileSystem API
Summary: Add Entry.getMetadata for FileSystem API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 42903
  Show dependency treegraph
 
Reported: 2010-09-08 11:39 PDT by Kinuko Yasuda
Modified: 2010-09-30 13:39 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.64 KB, patch)
2010-09-08 12:05 PDT, Kinuko Yasuda
dumi: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>