[Webkit-unassigned] [Bug 134735] Implement webkit_web_view_load_string() in WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 10 05:22:15 PDT 2014


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





--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-07-10 05:22:30 PST ---
(In reply to comment #2)
> How about (for 1.x compatibility reasons) implementing both? _load_string() may internally convert the null-terminated strings into GBytes and call _load_bytes() maybe. I don’t know how hard it would be, even navigating the sources is hard for me as a webkit newbie…

I think load_string is a confusing name in any case, so in case of adding a new (convenient) API to load a const char, it would be load_data that receives const char + data length. But I think it's very easy for users to simply create a GBytes.

-- 
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