Re: [webkit-dev] Proposal to remove: VIEW_MODE_CSS_MEDIA

2017-08-12 Thread Michael Catanzaro
That's our old deleted API. We don't expose that API anymore so that 
won't be a problem for us.


Michael

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


Re: [webkit-dev] Python

2017-08-12 Thread Ryosuke Niwa
On Fri, Aug 11, 2017 at 8:06 AM, Michael Catanzaro
 wrote:
> On Mon, Aug 7, 2017 at 10:56 AM, Carlos Alberto Lopez Perez
>  wrote:
>>
>> That's a good thing.
>>
>> I believe all Linux distros we support have this, right?
>> And all the scripts actually assume python2.7 (AFAIK).
>>
>> Would it work for everyone having as shebang :
>>
>> #!/usr/bin/env python2.7
>>
>> ?
>
>
> So this is by far the easiest solution of those that have been proposed. I
> think we should try this as a stopgap until macOS is fixed to provide a
> python2 binary.

What's wrong with using that as the permanent solution until we make
it Python3 compatible?

I don't think it's wise to assume /usr/bin/python2 will be added on
Mac anytime soon.

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


Re: [webkit-dev] Intent to remove: ENABLE_REQUEST_AUTOCOMPLETE

2017-08-12 Thread Ryosuke Niwa
I support removing this code. We have too many autofill/autocomplete
related features. It's good to simplify code in this area especially
if it's not used anywhere.

- R. Niwa

On Fri, Aug 11, 2017 at 4:51 PM, Simon Fraser  wrote:
> ENABLE_REQUEST_AUTOCOMPLETE and its AutocompleteErrorEvent was added via 
> webkit.org/b/105568 for https://wiki.whatwg.org/wiki/RequestAutocomplete but 
> as far as I can see that never made it into the HTML spec, and the code 
> wasn't enabled anywhere.
>
> Speak up if you don't want this code removed.
>
> Simon
>
> ___
> 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