[webkit-dev] Intent to remove FileError

2020-06-12 Thread Tetsuharu OHZEKI
g.cgi?id=213117 I plan to remove internal usages for FileError.{h,cpp} in bug 213119. https://bugs.webkit.org/show_bug.cgi?id=213119 -- Tetsuharu OHZEKI tetsuharu.ohz...@gmail.com ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] Can we remove ENABLE_STREAMS_API compile flag?

2020-06-18 Thread Tetsuharu OHZEKI
https://trac.webkit.org/browser/trunk/Source/cmake/tools/vsprops/FeatureDefines.props?rev=263222#L276 If my assumption is right, I'd like to propose to remove this `ENABLE_STREAMS_API` flag. What do you think about this? If I missed some ports, please tell me about them. -- Tetsuharu OHZEKI tet

Re: [webkit-dev] Can we remove ENABLE_STREAMS_API compile flag?

2020-06-29 Thread Tetsuharu OHZEKI
There are no objections after 5 business days. I'll start to work this in https://bugs.webkit.org/show_bug.cgi?id=213728 -- Tetsuharu OHZEKI tetsuharu.ohz...@gmail.com On Fri, Jun 19, 2020 at 4:21 PM youenn fablet wrote: > > This would be a nice simplification. > > Le ven. 19

Re: [webkit-dev] WebKit Transition to Git

2020-10-02 Thread Tetsuharu OHZEKI
orate with some projects, Rust and Servo project's label management was nice to categorize issues. https://github.com/rust-lang/rust-wiki-backup/blob/master/Note-tag-label-names-and-definitions.md -- Tetsuharu OHZEKI tetsuharu.ohz...@gmail.com On Sat, Oct 3, 2020 at 1:43 AM Jonathan Bed

Re: [webkit-dev] WebKit Transition to Git

2020-10-03 Thread Tetsuharu OHZEKI
oduced this line to fix a bug. By contrast, WebKit's ChangeLog file is helpful to make it easier to trace both of adding ones and removing codes. -- Tetsuharu OHZEKI tetsuharu.ohz...@gmail.com On Sat, Oct 3, 2020 at 7:17 PM Ryosuke Niwa wrote: > > On Sat, Oct 3, 2020 at 2:25 AM Adrie

Re: [webkit-dev] WebKit Transition to Git

2020-10-06 Thread Tetsuharu OHZEKI
I'm not sure about how many people in WebKit watches creating or updating bugs, but I'd like to mention that because this might be a regression if we move from bugzilla. -- Tetsuharu OHZEKI tetsuharu.ohz...@gmail.com On Sat, Oct 3, 2020 at 1:43 AM Jonathan Bedard wrote: > >

Re: [webkit-dev] WebKit Transition to Git

2020-10-14 Thread Tetsuharu OHZEKI
oad -g HEAD` I don’t have an objection that we merge a squashed patch into trunk to simplify the history but we would have some chance to improve the script. -- Tetsuharu OHZEKI tetsuharu.ohz...@gmail.com On Sat, Oct 3, 2020 at 1:43 AM Jonathan Bedard wrote: > > Hello WebKit Contributors,

Re: [webkit-dev] WebKit Transition to Git

2020-10-14 Thread Tetsuharu OHZEKI
ome WebKit blog's articles related to JSC are nice because they usually talk about design details (I'm a fan of them!). I have not contributed to JSC but they help me with reading code. Overall, as a newcomer contributor, I think WebKit goes positively. To be honest, I think that moving to

Re: [webkit-dev] WebKit Transition to Git

2020-10-16 Thread Tetsuharu OHZEKI
a must support markdown in the comment form immediately. -- Tetsuharu OHZEKI tetsuharu.ohz...@gmail.com On Fri, Oct 16, 2020 at 4:49 AM Konstantin Tokarev wrote: > > > > 14.10.2020, 16:52, "Tetsuharu OHZEKI" : > > I feel from this discussion that everybody has their

Re: [webkit-dev] Removal of trailing whitespace

2023-04-12 Thread Tetsuharu OHZEKI via webkit-dev
think it's a nice first step for this topic. -- Tetsuharu OHZEKI tetsuharu.ohz...@gmail.com On Wed, Apr 12, 2023 at 5:22 PM Anne van Kesteren via webkit-dev wrote: > > To reduce the overhead of switching between projects with different > whitespace requirements, I would like to sug

Re: [webkit-dev] Removal of trailing whitespace

2023-04-12 Thread Tetsuharu Ohzeki via webkit-dev
To digress a little, why does webkit now use a style checker based on python script instead of clang-format? In today, I feel it's more reasonable to use such a formetter. (This is just a off topic & just my interesting about history, I don’t have a intention to propose in this discussion to switc