[Webkit-unassigned] [Bug 44732] Add DOMFileSystem implementation to support Entry manipulation operations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 27 14:40:16 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44732
--- Comment #3 from Darin Fisher (:fishd, Google) <fishd at chromium.org> 2010-08-27 14:40:16 PST ---
(From update of attachment 65653)
WebCore/storage/DOMFileSystem.cpp:157
+ errorCallback->handleEvent(FileError::create(INVALID_MODIFICATION_ERR).get());
should this be dispatched asynchronously? it seems like all events should be
dispatched asynchronously for consistency. plus nesting JS -> C++ -> JS can
sometimes be problematic.
otherwise LGTM
--
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