[Webkit-unassigned] [Bug 163892] [GTK] Add function webkit_dom_element_get_bounding_client_rect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 26 15:57:56 PST 2017


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

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Go ahead! This seems like a good newcomers bug.

(In reply to comment #1)
> This would be a good newcomers task if anyone is looking for one, you'd just
> need to modify WebKitDOMElement.[cpp,h] in
> Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/ to add a wrapper for
> the function mentioned in the first comment, then update
> webkitdomgtk-4.0-sections.txt in
> Source/WebKit2/WebProcess/InjectedBundle/API/gtk/DOM/docs.

Note the function you'd be wrapping is Element::getBoundingClientRect from Source/WebCore/dom/Element.cpp.

Also note that we don't require API tests for exposing new DOM API, like we do for all other new API, so your own manual testing is sufficient for this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170226/4a4cc606/attachment.html>


More information about the webkit-unassigned mailing list