Re: [webkit-dev] Removing ENABLE(DATA_TRANSFER_ITEMS)

2016-01-29 Thread Anders Carlsson
While we do understand the value for your port in keeping these classes, WebKit 
has never had any obligations to downstream ports and forks. Nothing is 
stopping you from copying these files to your repository.

Gyuyoung, since nobody else has objected I think it’s fine to remove this.

- Anders


> On Jan 26, 2016, at 2:04 AM, Konstantin Tokarev  wrote:
> 
> 
> 
> 22.12.2015, 09:02, "Gyuyoung Kim" :
>> Hello,
>> 
>> It looks like no ports have used a data transfer items feature. Even the 
>> feature hasn't been updated since 2011. If anyone doesn't have a plan to use 
>> it in future, I plan to remove it. Any objections ?
> 
> In Qt port (I'm working on it downstream) we have implementations of 
> DataTransferItem and DataTransferItemList, please don't remove them.
> 
> 
> -- 
> Regards,
> Konstantin
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Removing ENABLE(DATA_TRANSFER_ITEMS)

2016-01-29 Thread Chris Dumez
Hi,

It is part of the HTML specification:
https://html.spec.whatwg.org/multipage/interaction.html#the-datatransferitemlist-interface
https://html.spec.whatwg.org/multipage/interaction.html#datatransferitem

Chrome seems to support it. It is also covered by the W3C web-platform tests.
Should we work on enabling this feature rather than removing it?

Kr,
--
 Chris Dumez




> On Dec 21, 2015, at 10:02 PM, Gyuyoung Kim  wrote:
> 
> Hello,
> 
> It looks like no ports have used a data transfer items feature. Even the 
> feature hasn't been updated since 2011. If anyone doesn't have a plan to use 
> it in future, I plan to remove it. Any objections ?
> 
> Gyuyoung. 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Removing ENABLE(DATA_TRANSFER_ITEMS)

2016-01-29 Thread Gyuyoung Kim
Chris and Alexey seem to want to keep the feature because it is part of w3c
spec. I don't want to remove it if someone has any plan to use|enable it in
future.

Gyuyoung.

On Sat, Jan 30, 2016 at 2:51 AM, Chris Dumez  wrote:

> Hi,
>
> It is part of the HTML specification:
>
> https://html.spec.whatwg.org/multipage/interaction.html#the-datatransferitemlist-interface
> https://html.spec.whatwg.org/multipage/interaction.html#datatransferitem
>
> Chrome seems to support it. It is also covered by the W3C web-platform
> tests.
> Should we work on enabling this feature rather than removing it?
>
> Kr,
> --
>  Chris Dumez
>
>
>
>
> On Dec 21, 2015, at 10:02 PM, Gyuyoung Kim 
> wrote:
>
> Hello,
>
> It looks like no ports have used a data transfer items feature. Even the
> feature hasn't been updated since 2011. If anyone doesn't have a plan to
> use it in future, I plan to remove it. Any objections ?
>
> Gyuyoung.
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Removing ENABLE(DATA_TRANSFER_ITEMS)

2016-01-26 Thread Konstantin Tokarev


22.12.2015, 09:02, "Gyuyoung Kim" :
> Hello,
>
> It looks like no ports have used a data transfer items feature. Even the 
> feature hasn't been updated since 2011. If anyone doesn't have a plan to use 
> it in future, I plan to remove it. Any objections ?

In Qt port (I'm working on it downstream) we have implementations of 
DataTransferItem and DataTransferItemList, please don't remove them.


-- 
Regards,
Konstantin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Removing ENABLE(DATA_TRANSFER_ITEMS)

2015-12-22 Thread Gyuyoung Kim
> DataTransfer.items is part of the spec, so it seems like we should
support it. Are you saying that the code that's currently in trunk is not
useful enough to help with eventually adding full support?

No, current implementation seems to support the spec. If some ports want to
use it, current implementation is enough to be useful. I meant that the
feature hasn't been maintained for a long time and nobody uses it now. But
if you have a plan to use it in future as well as supporting it, the
current implementation should be kept.

Gyuyoung.

On Wed, Dec 23, 2015 at 2:02 AM, Alexey Proskuryakov <
aproskurya...@gmail.com> wrote:

>
> 21 дек. 2015 г., в 22:02, Gyuyoung Kim 
> написал(а):
>
> It looks like no ports have used a data transfer items feature. Even the
> feature hasn't been updated since 2011. If anyone doesn't have a plan to
> use it in future, I plan to remove it. Any objections ?
>
>
> DataTransfer.items is part of the spec, so it seems like we should support
> it. Are you saying that the code that's currently in trunk is not useful
> enough to help with eventually adding full support?
>
> - Alexey
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Removing ENABLE(DATA_TRANSFER_ITEMS)

2015-12-21 Thread Gyuyoung Kim
Hello,

It looks like no ports have used a data transfer items feature. Even the
feature hasn't been updated since 2011. If anyone doesn't have a plan to
use it in future, I plan to remove it. Any objections ?

Gyuyoung.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev