[Webkit-unassigned] [Bug 134907] New: [GTK] Update GObject DOM bindings symbols file after r171014.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 14 15:41:34 PDT 2014


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

           Summary: [GTK] Update GObject DOM bindings symbols file after
                    r171014.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: clopez at igalia.com
                CC: cgarcia at igalia.com


The following API breaks were detected in GObject DOM bindings after Element.scroll* APIs were reverted to type int on r171014 <http://trac.webkit.org/r171014>.

$ Tools/gtk/check-for-webkitdom-api-breaks

Missing API (API break!) detected in GObject DOM bindings
    gdouble webkit_dom_element_get_scroll_left(WebKitDOMElement*)
    void webkit_dom_element_set_scroll_left(WebKitDOMElement*, gdouble)
    gdouble webkit_dom_element_get_scroll_top(WebKitDOMElement*)
    gdouble webkit_dom_element_get_scroll_height(WebKitDOMElement*)
    void webkit_dom_element_set_scroll_top(WebKitDOMElement*, gdouble)
    gdouble webkit_dom_element_get_scroll_width(WebKitDOMElement*)

Re-add the missing API and rerun the ./Tools/gtk/check-for-webkitdom-api-breaks.

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