Bug 44350 - [chromium] Add chromium-side callback implementation for FileSystem API
Summary: [chromium] Add chromium-side callback implementation for FileSystem API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 44349
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-20 13:14 PDT by Kinuko Yasuda
Modified: 2010-08-20 17:02 PDT (History)
6 users (show)

See Also:


Attachments
Patch (7.88 KB, patch)
2010-08-20 13:30 PDT, Kinuko Yasuda
fishd: 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-08-20 13:14:13 PDT
Add chromium-side callback implementation for FileSystem API.
WebFileSystemCallbacks needs implementation that calls back the application.
Comment 1 Kinuko Yasuda 2010-08-20 13:30:30 PDT
Created attachment 64984 [details]
Patch
Comment 2 WebKit Review Bot 2010-08-20 14:08:00 PDT
Attachment 64984 [details] did not build on chromium:
Build output: http://queues.webkit.org/results/3736411
Comment 3 Darin Fisher (:fishd, Google) 2010-08-20 14:37:06 PDT
Comment on attachment 64984 [details]
Patch

WebKit/chromium/ChangeLog:14
 +  2010-08-20  Kinuko Yasuda  <kinuko@chromium.org>
nit: duplicate changelog entry


R=me
Comment 4 Kinuko Yasuda 2010-08-20 17:02:30 PDT
Committed r65765: <http://trac.webkit.org/changeset/65765>