-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[GTK3] Fix build after 296427@main #47302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
EWS run on current version of this PR (hash 31e27a5) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah nice. I was just about to start working on this.
(Although notably this is not enough to build for GTK 3.) |
Ah, but you already addressed the other problem I'm seeing in 296729@main. Thanks. |
https://bugs.webkit.org/show_bug.cgi?id=289440 Reviewed by Michael Catanzaro. Rename setter/getter functions, according to changes in 296427@main. * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLBaseElement.cpp: (webkit_dom_html_base_element_set_href): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLButtonElement.cpp: (webkit_dom_html_button_element_set_button_type): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLCanvasElement.cpp: (webkit_dom_html_canvas_element_set_width): (webkit_dom_html_canvas_element_set_height): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLElement.cpp: (webkit_dom_html_element_set_dir): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLEmbedElement.cpp: (webkit_dom_html_embed_element_get_height): (webkit_dom_html_embed_element_get_width): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLFormElement.cpp: (webkit_dom_html_form_element_set_enctype): (webkit_dom_html_form_element_set_encoding): (webkit_dom_html_form_element_set_method): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLImageElement.cpp: (webkit_dom_html_image_element_set_height): (webkit_dom_html_image_element_get_hspace): (webkit_dom_html_image_element_get_vspace): (webkit_dom_html_image_element_set_width): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLInputElement.cpp: (webkit_dom_html_input_element_set_height): (webkit_dom_html_input_element_set_input_type): (webkit_dom_html_input_element_get_default_value): (webkit_dom_html_input_element_set_default_value): (webkit_dom_html_input_element_set_width): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLLIElement.cpp: (webkit_dom_html_li_element_get_value): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOListElement.cpp: (webkit_dom_html_o_list_element_set_start): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLObjectElement.cpp: (webkit_dom_html_object_element_get_hspace): (webkit_dom_html_object_element_get_vspace): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLOptionElement.cpp: (webkit_dom_html_option_element_set_label): (webkit_dom_html_option_element_set_value): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLPreElement.cpp: (webkit_dom_html_pre_element_get_width): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTableCellElement.cpp: (webkit_dom_html_table_cell_element_set_scope): * Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLTextAreaElement.cpp: (webkit_dom_html_text_area_element_set_default_value): Canonical link: https://commits.webkit.org/296732@main
31e27a5
to
bbbf39e
Compare
Committed 296732@main (bbbf39e): https://commits.webkit.org/296732@main Reviewed commits have been landed. Closing PR #47302 and removing active labels. |
bbbf39e
31e27a5
🛠 win🧪 wpe-wk2🧪 win-tests🧪 ios-wk2🧪 mac-AS-debug-wk2🧪 gtk-wk2🛠 mac-safer-cpp