Re: [webkit-dev] Formatting style for inline comments in Python code

2017-10-26 Thread Ryosuke Niwa
On Thu, Oct 26, 2017 at 11:05 AM, Alexey Proskuryakov wrote: > > > 26 окт. 2017 г., в 9:50, Brian Burg написал(а): > > why differ from the vast majority of all other Python code in existence, > just to be different? What's the point? > > > My point is that people familiar with all other Python c

Re: [webkit-dev] Formatting style for inline comments in Python code

2017-10-26 Thread Alexey Proskuryakov
> 26 окт. 2017 г., в 10:21, Maciej Stachowiak написал(а): > > I'm very used to WebKit style for C++, and I agree that we should use PEP8 > style for Python even where it differs from our C++ style. We have one PEP8 check that is currently disabled, the one for 79 character line length limit.

Re: [webkit-dev] Formatting style for inline comments in Python code

2017-10-26 Thread Alexey Proskuryakov
> 26 окт. 2017 г., в 9:50, Brian Burg написал(а): > > why differ from the vast majority of all other Python code in existence, just > to be different? What's the point? My point is that people familiar with all other Python code in existence will not be hacking on webkitpy. It's WebKit C++

Re: [webkit-dev] Formatting style for inline comments in Python code

2017-10-26 Thread Maciej Stachowiak
> On Oct 26, 2017, at 10:20 AM, Eric Carlson wrote: > > > >> On Oct 26, 2017, at 9:50 AM, Brian Burg > > wrote: >> >> >> >>> 2017/10/26 午前9:21、Alexey Proskuryakov >> >のメール: >>> >>> >>> 25 окт. 2017 г., в 18:21, Michael Catanzaro >>> <

Re: [webkit-dev] Formatting style for inline comments in Python code

2017-10-26 Thread Eric Carlson
> On Oct 26, 2017, at 9:50 AM, Brian Burg wrote: > > > >> 2017/10/26 午前9:21、Alexey Proskuryakov > >のメール: >> >> >> >>> 25 окт. 2017 г., в 18:21, Michael Catanzaro >> > написал(а): >>> >>> On Wed, Oct 25, 2017 at 4:58 PM, Aakash Jain >>

Re: [webkit-dev] Formatting style for inline comments in Python code

2017-10-26 Thread Brian Burg
> 2017/10/26 午前9:21、Alexey Proskuryakov のメール: > > > >> 25 окт. 2017 г., в 18:21, Michael Catanzaro > > написал(а): >> >> On Wed, Oct 25, 2017 at 4:58 PM, Aakash Jain > > wrote: >>> Does anyone else has any opinion/preference for this

Re: [webkit-dev] Formatting style for inline comments in Python code

2017-10-26 Thread Alexey Proskuryakov
> 25 окт. 2017 г., в 18:21, Michael Catanzaro > написал(а): > > On Wed, Oct 25, 2017 at 4:58 PM, Aakash Jain wrote: >> Does anyone else has any opinion/preference for this? > > The number of spaces before a comment really does not matter, but my $0.02: > PEP8 is an extremely common style fo

[webkit-dev] Server based HTML features

2017-10-26 Thread Nagendra K
Hi, I have a Linux based embedded device which has WebKit of 2010, can I backport features like xhr2, CSP1. Do these features depend on any other features? Reading the standard there seems to be dependencies with feature like webworkers, ES6. Can someone share the info on xhr2 and CSP1 dependencie