WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 45724
Add custom binding code for DirectoryEntry to allow JSON parameters for Flags
https://bugs.webkit.org/show_bug.cgi?id=45724
Summary
Add custom binding code for DirectoryEntry to allow JSON parameters for Flags
Kinuko Yasuda
Reported
2010-09-13 18:18:12 PDT
Add custom binding code for DirectoryEntry to allow JSON parameters for Flags. DirectoryEntry.getFile() and getDirectory() need to be able to take Flags parameters in JSON format as in the example code:
http://dev.w3.org/2009/dap/file-system/file-dir-sys.html#examples-1
4.2 Flags interface, 4.2.2 Examples:
> lockFile = dataDir.getFile("lockfile.txt", {create: true, exclusive: true});
Until we add some generic code in the generator (
bug 45237
) we need a short-term solution to make it work.
Attachments
Patch
(22.67 KB, patch)
2010-09-13 18:20 PDT
,
Kinuko Yasuda
dumi
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kinuko Yasuda
Comment 1
2010-09-13 18:20:50 PDT
Created
attachment 67501
[details]
Patch
Dumitru Daniliuc
Comment 2
2010-09-14 14:59:04 PDT
Comment on
attachment 67501
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=67501&action=prettypatch
r=me, sorry it took so long to take a look at this patch.
Kinuko Yasuda
Comment 3
2010-09-14 23:41:59 PDT
Committed
r67538
: <
http://trac.webkit.org/changeset/67538
>
WebKit Review Bot
Comment 4
2010-09-15 00:09:59 PDT
http://trac.webkit.org/changeset/67538
might have broken GTK Linux 32-bit Release
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug