Re: [webkit-dev] Proposal: Adopt Web Inspector coding style for all WebKit JS/CSS source code

2016-07-06 Thread Filip Pizlo
I like the idea of adopting inspector style for JS builtins! It might also be good to adopt it for JS tests that we write ourselves, with an escape hatch if you need to violate style to test some feature. For example, it should be a goal to follow inspector style for the JetStream harness code,

Re: [webkit-dev] Proposal: Adopt Web Inspector coding style for all WebKit JS/CSS source code

2016-07-06 Thread Ryosuke Niwa
On Wed, Jul 6, 2016 at 7:34 PM, Dean Jackson wrote: > I propose we make it official that the Web Inspector Coding Style is what > must be used for all JavaScript and CSS that count as source code in the > project. > https://trac.webkit.org/wiki/WebInspectorCodingStyleGuide > >

[webkit-dev] Proposal: Adopt Web Inspector coding style for all WebKit JS/CSS source code

2016-07-06 Thread Dean Jackson
I propose we make it official that the Web Inspector Coding Style is what must be used for all JavaScript and CSS that count as source code in the project. https://trac.webkit.org/wiki/WebInspectorCodingStyleGuide Now that JavaScript is used in more places (JS builtins, some parts of the DOM,