[Webkit-unassigned] [Bug 116225] [GTK] Remote Web Inspector sometimes won't serve any content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 21 05:42:35 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=116225





--- Comment #7 from Gustavo Noronha (kov) <gns at gnome.org>  2013-05-21 05:41:04 PST ---
We used char pointers a lot in the early days of webkitgtk, but we have mostly switched to using CString for storing strings in more recent times to avoid allocation churn and make the code simpler. I don't feel too strongly about this, but I think using a smart pointer is unnecessary in this case.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list