On 29-01-2014 08:59, Gao, Shawn wrote:
Hi, Thiago,
Blob is living io_thread as private member of FileAPIMessageFilter. If we are 
going to reuse blob, our extension thread is hard to access it. So I suggest if 
we can modify Blink and Chromium to support native file system. That's a direct 
and simple way. Otherwise, if we don't want to reuse blob, we should recreate 
whole filesystem, filewriter, filereader for native filesystem.


Hi Shawn,

We have two ways of implementing this API:
1. Doing it inside Blink/Content API.
2. Implement using XWalk Extensions.

I don't think there is a compromise where you can mix the two approaches. Using XWalk Extensions will be easier to maintain as we bump the Chromium version.

I would only implement it directly on Blink/Content API with the bless of the Chromium folks. If you go for 2., the way to start is by sending an "Intent to Implement" email to blink-dev mailing list.

Keeping a patch like this in our own tree will be a burden way too heavy to bear.

- Thiago

_______________________________________________
Crosswalk-dev mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Reply via email to