[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 04:21:49 PDT 2014


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





--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-07-10 04:22:06 PST ---
load_string() like in webkit1 limits the API to null terminated array of characters, so in this case I would use webkit_web_view_load_bytes() that receives a GBytes. That way we can take a reference and create an API::Data object without duplicating the memory.

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