RESOLVED FIXED 134907
[GTK] Update GObject DOM bindings symbols file after r171014.
https://bugs.webkit.org/show_bug.cgi?id=134907
Summary [GTK] Update GObject DOM bindings symbols file after r171014.
Carlos Alberto Lopez Perez
Reported 2014-07-14 15:41:50 PDT
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.
Attachments
Patch (2.23 KB, patch)
2014-07-14 16:15 PDT, Carlos Alberto Lopez Perez
no flags
Archive of layout-test-results from webkit-ews-10 for mac-mountainlion-wk2 (634.71 KB, application/zip)
2014-07-14 17:30 PDT, Build Bot
no flags
Patch (2.23 KB, patch)
2014-07-14 18:05 PDT, Carlos Alberto Lopez Perez
no flags
Archive of layout-test-results from webkit-ews-16 for mac-mountainlion-wk2 (746.75 KB, application/zip)
2014-07-14 20:40 PDT, Build Bot
no flags
Carlos Alberto Lopez Perez
Comment 1 2014-07-14 16:15:02 PDT
Build Bot
Comment 2 2014-07-14 17:30:08 PDT
Comment on attachment 234887 [details] Patch Attachment 234887 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/5664178383618048 New failing tests: media/W3C/video/src/src_reflects_attribute_not_source_elements.html
Build Bot
Comment 3 2014-07-14 17:30:11 PDT
Created attachment 234896 [details] Archive of layout-test-results from webkit-ews-10 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-10 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Carlos Alberto Lopez Perez
Comment 4 2014-07-14 18:03:42 PDT
??? Is impossible that a patch that only touches the file Source/WebCore/bindings/gobject/webkitdom.symbols makes any test on the Mac port fail...... I guess this is just a flaky test. I'm going to re-upload the patch to double check it (just in case)
Carlos Alberto Lopez Perez
Comment 5 2014-07-14 18:05:23 PDT
Build Bot
Comment 6 2014-07-14 20:40:28 PDT
Comment on attachment 234899 [details] Patch Attachment 234899 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/5550052512628736 New failing tests: media/media-fragments/TC0001.html
Build Bot
Comment 7 2014-07-14 20:40:32 PDT
Created attachment 234903 [details] Archive of layout-test-results from webkit-ews-16 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-16 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
WebKit Commit Bot
Comment 8 2014-07-15 02:34:38 PDT
Comment on attachment 234899 [details] Patch Clearing flags on attachment: 234899 Committed r171103: <http://trac.webkit.org/changeset/171103>
WebKit Commit Bot
Comment 9 2014-07-15 02:34:41 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.