Bug 54762 - [Gtk] Re-enable meter tag support
Summary: [Gtk] Re-enable meter tag support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-18 11:55 PST by Zan Dobersek
Modified: 2011-02-18 21:53 PST (History)
1 user (show)

See Also:


Attachments
Enable Meter Tag by default in build-webkit (1.24 KB, patch)
2011-02-18 11:57 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff
Updated patch (2.43 KB, patch)
2011-02-18 12:09 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2011-02-18 11:55:02 PST
After r78981 [1] the meter tag (HTMLMeterElement) was disabled by default in the GNUmakefile. We should re-enable its compilation by modifying build-webkit script properly.

[1] http://trac.webkit.org/changeset/78981
Comment 1 Zan Dobersek 2011-02-18 11:57:35 PST
Created attachment 82991 [details]
Enable Meter Tag by default in build-webkit

Enables the Meter Tag so it compiles.

Resolves failing tests that fail because HTMLMeterElement is not included in compilation.
Comment 2 Zan Dobersek 2011-02-18 12:09:24 PST
Created attachment 82992 [details]
Updated patch

This patch also enables meter tag support in the configure script. The support was previously enabled in the makefile, so it should now be enabled in configure.ac.
Comment 3 Martin Robinson 2011-02-18 12:14:20 PST
Comment on attachment 82992 [details]
Updated patch

Thanks! This may require a full rebuild on the bots. Let's see.
Comment 4 WebKit Commit Bot 2011-02-18 21:53:43 PST
Comment on attachment 82992 [details]
Updated patch

Clearing flags on attachment: 82992

Committed r79096: <http://trac.webkit.org/changeset/79096>
Comment 5 WebKit Commit Bot 2011-02-18 21:53:47 PST
All reviewed patches have been landed.  Closing bug.