Bug 105327 - [GTK] Remove the --enable-unstable-features configuration option
Summary: [GTK] Remove the --enable-unstable-features configuration option
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords: Gtk
Depends on:
Blocks: 87126
  Show dependency treegraph
 
Reported: 2012-12-18 10:49 PST by Zan Dobersek
Modified: 2012-12-20 07:27 PST (History)
3 users (show)

See Also:


Attachments
Patch (12.76 KB, patch)
2012-12-20 00:31 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff
Patch (12.37 KB, patch)
2012-12-20 01:30 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 2012-12-18 10:49:03 PST
The unstabe-features configuration option was introduced so the build-webkit script usage could force enabling the unstable features (i.e. features under development, unstable features). The build-webkit script now does Some Other Magic (TM) to get that done, so this feature should be disabled.

There are some usages of the Automake variable tied to this configure option that require a small amount of attention to remove them properly, but otherwise this is straightforward.
Comment 1 Zan Dobersek 2012-12-20 00:31:33 PST
Created attachment 180289 [details]
Patch
Comment 2 Zan Dobersek 2012-12-20 01:30:18 PST
Created attachment 180296 [details]
Patch

Applyable patch
Comment 3 Zan Dobersek 2012-12-20 07:27:34 PST
Comment on attachment 180296 [details]
Patch

Clearing flags on attachment: 180296

Committed r138252: <http://trac.webkit.org/changeset/138252>
Comment 4 Zan Dobersek 2012-12-20 07:27:39 PST
All reviewed patches have been landed.  Closing bug.