Re: [webkit-dev] Reminder: Planned Maintenance: svn.webkit.org downtime this weekend

2018-08-24 Thread Lucas Forschler
svn.webkit.org is closed now closed for commits. Thanks! Lucas > On Aug 23, 2018, at 1:02 PM, Lucas Forschler wrote: > > Friendly reminder: > > svn.webkit.org will be made read-only for a > maintenance window starting at 5pm on Friday

[webkit-dev] Introducing the GC Heap Inspector

2018-08-24 Thread Simon Fraser
Yesterday I landed support for a way to dump and inspect a GC heap snapshot. This work was motivated by the need to have easier ways to debug Document leaks, especially those involving GC. The basic idea is that you do some steps that trigger a document leak, then get a heap dump. Typically

Re: [webkit-dev] Bugzilla component for CMake

2018-08-24 Thread Michael Catanzaro
On Fri, Aug 24, 2018 at 12:23 PM, Lucas Forschler wrote: Done! Lucas I'm afraid you'll likely be hearing from me a lot less now! ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Bugzilla component for CMake

2018-08-24 Thread Lucas Forschler
Done! Lucas > On Aug 24, 2018, at 5:45 AM, Michael Catanzaro wrote: > > Bugzilla component for CMake build system changes ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Bugzilla component for CMake

2018-08-24 Thread Michael Catanzaro
Hi, I think it would be useful to have a Bugzilla component for CMake build system changes. We have a lot of such bugs, and normally use the Tools/Tests component for them currently, which is not a great fit (and causes Lucas to be CCed unnecessarily on a bunch of bugs ;) Michael