[webkit-dev] Elika Etemad (fantasai) is now a WebKit reviewer

2025-08-22 Thread Tim Nguyen via webkit-dev
Hi everyone! I’m delighted to announce that Elika Etemad (fantasai) is now a WebKit reviewer! 🎉 Elika has done amazing work around anchor positioning, writing modes, layout, text and other CSS things. She is also a very proficient CSS editor :) Please feel free to reach out to her for review

[webkit-dev] Patrick Griffis is now a WebKit reviewer

2025-03-11 Thread Tim Nguyen via webkit-dev
Hi everyone! I’m delighted to announce that Patrick Griffis is now a WebKit reviewer! 🎉 Patrick has showed expertise in Navigation code, maintains the GTK port and built the Linux web process sandbox. Please feel free to reach out to him for reviews. Cheers, Tim__

[webkit-dev] Matthieu Dubet is now a WebKit reviewer

2024-01-11 Thread Tim Nguyen via webkit-dev
Hi everyone! I’m delighted to announce that Matthieu Dubet is now a WebKit reviewer! 🎉 He’s been working on many complex CSS features, and many areas of the CSS engine. Please feel free to reach out to him for reviews. Cheers, Tim ___ webkit-dev ma

[webkit-dev] Anne Van Kesteren is now a WebKit reviewer

2024-01-11 Thread Tim Nguyen via webkit-dev
Hi everyone! I’m delighted to announce that Anne Van Kesteren is now a WebKit reviewer! 🎉 He’s been working on HTML parsing, CSS parsing and native theme related things. Please feel free to reach out to him for reviews. Cheers, Tim ___ webkit-dev ma

Re: [webkit-dev] Approving / Rejects PRs on GitHub when not a reviewer?

2023-11-28 Thread Tim Nguyen via webkit-dev
(I already answered this, but that message failed to reach the mailing list, sorry to the folks receiving my reply twice) Everyone in the WebKit Github organization gets a green checkmark afaik (that’s just how the Github UI works), so as of right now that means everyone in contributors.json wi

[webkit-dev] Oriol Brufau is now a reviewer!

2023-01-10 Thread Tim Nguyen via webkit-dev
Hi! I’m happy to announce that Oriol Brufau is now a WebKit reviewer. 🎉 Oriol has shown great expertise on CSS cascade and serialization related things. Please feel free to reach out to Oriol for reviews! Cheers, Tim___ webkit-dev mailing list webkit-

[webkit-dev] Matt Woodrow is now a WebKit reviewer

2022-12-09 Thread Tim Nguyen via webkit-dev
Hi! I’m happy to announce that Matt Woodrow is now a WebKit reviewer. 🎉 Matt has shown expertise in various CSS and Graphics areas such as CSS Grid/Subgrid, CSS Transforms, and OffscreenCanvas. Please feel free to reach out to Matt for reviews! Cheers, Tim__

[webkit-dev] Style guide: enforce `while (true)` over `for (;;)`

2022-10-05 Thread Tim Nguyen via webkit-dev
Hi everyone, The WebKit codebase has an inconsistent mix of `while (true)` and `for (;;)`. Given 2/3 of the usages are `while (true)` and only 1/3 is `for (;;)` from code search, I would suggest enforcing `while (true)`. I also think it is generally more explicit and readable than `for (;;)`. I

Re: [webkit-dev] Proposed changes to Bugzilla 'Resolution' categories

2022-02-10 Thread Tim Nguyen via webkit-dev
Hi! Pretty sure WORKSFORME corresponds to “Behaves As Designed”, that’s how Mozilla’s bugzilla’s instance uses it at least. Adding new resolution statuses seems fine, but maybe old ones (WORKSFORME, WONTFIX, INVALID, etc.) should be cleaned up/migrated too, otherwise folks (coming from other O

[webkit-dev] WPT first test policy proposal

2021-11-19 Thread Tim Nguyen via webkit-dev
Hello everyone, I would like to start a discussion on a policy to enforce WPT usage as a first choice, that would be enforced via check-webkit-style on Changelog files. Why use WPT? Contributing to WPT has many benefits: interoperability/compatibility issues with WPT we write may be detected by