[webkit-dev] Per Arne Vollan is now a WebKit reviewer

2016-07-07 Thread Mark Lam
Hi everyone, Just want to announce that Per Arne Vollan is now a reviewer. Per has been contributing a lot to the Windows port. Feel free to ask him for reviews. Congratulations, Per. Mark ___ webkit-dev mailing list webkit-dev@lists.webkit.org http

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

2016-07-07 Thread Geoffrey Garen
👍 To make this policy easy for new folks, I agree with Ryosuke that we should extract a JS and CSS style guide that is separate from Inspector-specific concerns. Geoff > On Jul 6, 2016, at 10:17 PM, Filip Pizlo wrote: > > I like the idea of adopting inspector style for JS builtins! > > It m

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

2016-07-07 Thread manoj0011989
Sent from my HTC - Reply message - From: "Filip Pizlo" To: "Ryosuke Niwa" Cc: "WebKit-Dev Development" Subject: [webkit-dev] Proposal: Adopt Web Inspector coding style for all WebKit JS/CSS source code Date: Thu, Jul 7, 2016 10:47 AM I like the idea of adop ting inspezctor style for J

[webkit-dev] Reseting runtime-flag enabled features and IndexedDB

2016-07-07 Thread Yoav Weiss
After encountering flakiness as a result of runtime flags leaking between tests, I wrote a patch that resets all feature flags to their default values between tests. The problem I encountered was that IndexedDB was turned off by default in RuntimeEn