[webkit-dev] Can I get the editbugs-bit?

2017-03-01 Thread Suzuki, Basuke
Hi My name is Basuke Suzuki, working at SONY Interactive Entertainment, a.k.a PlayStation, working with Don Olmstead and Hironori Fujii I want to ask to assign the editbugs-bit on me. I have started to commit WebKit repository since last month. I filed some bugs and also some of my fixes have

Re: [webkit-dev] Use of [[maybe_unused]]

2020-01-14 Thread Suzuki, Basuke
> > `sessionID` is used in RELEASE_LOG_IF_ALLOWED() and we have empty > > implementation of RELEASE_LOG() so that it's ended up with unused > > parameter warning of sessionID. We can add UNUSED_PARAM(sessionID) in > > this case, but [[maybe_unused]] is more correct choice to describe the code > >

[webkit-dev] Use of [[maybe_unused]]

2020-01-13 Thread Suzuki, Basuke
Hi WebKit-dev, I'm asking about whether we can use C++ 17's new attribute [[maybe_unused]]. These are situations I cannot solve well with UNUSED_PARAM(). Case 1: The function parameter is only used in RELEASE_LOG macro which is empty in some platform

Re: [webkit-dev] Basuke Suzuki is now a WebKit reviewer!

2022-03-07 Thread Suzuki, Basuke via webkit-dev
Thank you very much! Basuke Get Outlook for iOS From: youenn fablet via webkit-dev Sent: Monday, March 7, 2022 12:33:47 PM To: Kirsling, Ross Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Basuke Suzuki is now a WebKit