[Webkit-unassigned] [Bug 58443] [GTK] Support the file system API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 9 07:32:05 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=58443





--- Comment #17 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2012-04-09 07:32:04 PST ---
(From update of attachment 135795)
View in context: https://bugs.webkit.org/attachment.cgi?id=135795&action=review

Thank you for the review :)

>> Source/WebCore/Modules/filesystem/LocalFileSystem.cpp:55
>> +
> 
> We're essentially replacing the whole file for GTK+, I don't see any reason to use #if PLATFORM(GTK) in this file at all, better do like Chromium: http://trac.webkit.org/browser/trunk/Source/WebCore/Modules/filesystem/LocalFileSystem.cpp#L34

Done.

>> Source/WebCore/platform/gtk/AsyncFileSystemCallbacksGtk.cpp:3
>> + * Copyright (C) 2012 ChangSeok Oh <shivamidow at gmail.com>
> 
> This file seems to be essentially unchanged from Zan's patch, except for some code shuffling, so I think he should be the only copyright holder.

O.K Acceptable :) I removed my copyright except LocalFileSystemGtk.cpp, AsyncFileSystemGtk.cpp, & AsyncFileWriterGtk.cpp

>> Source/WebCore/platform/gtk/AsyncFileSystemCallbacksGtk.h:3
>> + * Copyright (C) 2012 ChangSeok Oh <shivamidow at gmail.com>
> 
> Ditto. Please check for more such cases =)

Done.

>> Source/WebCore/platform/gtk/AsyncFileSystemGtk.cpp:34
>>  
> 
> Empty line, don't need NotImplemented.h anymore, too.

Done. Removed.

>> LayoutTests/platform/gtk/Skipped:304
>> +# Following tests are passed, if FileSystem API feature is enabled.
> 
> I think when we land this we should enable filesystem by default in build-webkit, so that it gets tested in the bots.

Done. Enabled file-system for gtk port in build-webkit. And also I removed passed tests here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list