Re: [webkit-dev] A quick note on Ref and RefPtr changes

2015-03-19 Thread Adam Bergkvist
On 17/02/15 10:28, Adam Bergkvist wrote: On 15/12/14 19:59, Andreas Kling wrote: PS. Once the kinks are ironed out, I’ll also be updating the RefPtr documentation on webkit.org. Any progress on this particular part? Bump. /Adam ___ webkit-dev

Re: [webkit-dev] A quick note on Ref and RefPtr changes

2015-02-17 Thread Adam Bergkvist
On 15/12/14 19:59, Andreas Kling wrote: PS. Once the kinks are ironed out, I’ll also be updating the RefPtr documentation on webkit.org. Any progress on this particular part? /Adam ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] A quick note on Ref and RefPtr changes

2014-12-15 Thread Andreas Kling
Howdy folks, Thanks to the magic of C++11, we don’t need PassRef and PassRefPtr anymore, as we can use rvalue references and move semantics to achieve churn-free ownership transfers. I’ve already removed PassRef entirely, and PassRefPtr will be next. Given how widely it’s used in the