WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 121484
[GTK] Don't make the GObject DOM bindings API break test fatal
https://bugs.webkit.org/show_bug.cgi?id=121484
Summary
[GTK] Don't make the GObject DOM bindings API break test fatal
Alberto Garcia
Reported
2013-09-17 05:09:45 PDT
This test may easily give false positives, because the API can vary depending on the compilation options. For example, if you run configure with the default options, video track support will be disabled, which will produce this error: API incompatibility detected in GObject DOM bindings @@ -14,7 +14,6 @@ WebKitDOMAttr* webkit_dom_element_set_attribute_node_ns(WebKitDOMElement*, WebKitDOMAttr*, GError**) WebKitDOMAudioTrack* webkit_dom_audio_track_list_get_track_by_id(WebKitDOMAudioTrackList*, const gchar*) WebKitDOMAudioTrack* webkit_dom_audio_track_list_item(WebKitDOMAudioTrackList*, gulong) -WebKitDOMAudioTrackList* webkit_dom_html_media_element_get_audio_tracks(WebKitDOMHTMLMediaElement*) WebKitDOMBarProp* webkit_dom_dom_window_get_locationbar(WebKitDOMDOMWindow*) WebKitDOMBarProp* webkit_dom_dom_window_get_menubar(WebKitDOMDOMWindow*) WebKitDOMBarProp* webkit_dom_dom_window_get_personalbar(WebKitDOMDOMWindow*) [...] Until we don't figure out a way to handle this (see
bug 121481
) this check shouldn't be made fatal.
Attachments
Patch
(1.71 KB, patch)
2013-09-17 05:11 PDT
,
Alberto Garcia
cgarcia
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alberto Garcia
Comment 1
2013-09-17 05:11:29 PDT
Created
attachment 211889
[details]
Patch
Carlos Garcia Campos
Comment 2
2013-09-17 05:12:51 PDT
Comment on
attachment 211889
[details]
Patch Excellent, thanks!
Alberto Garcia
Comment 3
2013-09-17 05:16:03 PDT
Committed
r155948
: <
http://trac.webkit.org/changeset/155948
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug