Re: [webkit-dev] Legacy attributes in existing File interface

2010-01-16 Thread Darin Fisher
Since the existing APIs haven't been around for very long, we should
probably just remove them.  Any app using them is likely already on the
bleeding edge, and was probably developed recently enough that the
developers are still around and will be able to cope.

-Darin


On Fri, Jan 15, 2010 at 1:29 PM, Jian Li  wrote:

> Hi,
>
> I am in the process of implementing the new File API as in
> http://www.w3.org/TR/FileAPI/. I have a question regarding legacy methods
> in the existing File interface.
>
> The existing File interface defines fileName and fileSize attributes. In
> the new File API spec, they are called as name in File interface and size in
> Blob interface. How are we going to address these legacy attributes? Do we
> want to keep them side by side with the new attributes? Do we want to remove
> them after certain period of time?
>
> Thanks,
>
> Jian
>
>
>
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Legacy attributes in existing File interface

2010-01-15 Thread Jian Li
Hi,

I am in the process of implementing the new File API as in
http://www.w3.org/TR/FileAPI/. I have a question regarding legacy methods in
the existing File interface.

The existing File interface defines fileName and fileSize attributes. In the
new File API spec, they are called as name in File interface and size in
Blob interface. How are we going to address these legacy attributes? Do we
want to keep them side by side with the new attributes? Do we want to remove
them after certain period of time?

Thanks,

Jian
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev