Bug 109213 - [GTK] Cleanup command-line defines
Summary: [GTK] Cleanup command-line defines
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Martin Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 11:11 PST by Martin Robinson
Modified: 2013-02-20 11:03 PST (History)
2 users (show)

See Also:


Attachments
Patch (17.75 KB, patch)
2013-02-07 11:43 PST, Martin Robinson
no flags Details | Formatted Diff | Diff
Patch (17.98 KB, patch)
2013-02-07 13:07 PST, Martin Robinson
no flags Details | Formatted Diff | Diff
Patch (17.74 KB, patch)
2013-02-07 13:20 PST, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2013-02-07 11:11:11 PST
A lot of defines are set in the command-line via automake. This means that the command-line is very long and that other build systems using autoconf cannot share the defines.
Comment 1 Martin Robinson 2013-02-07 11:43:05 PST
Created attachment 187139 [details]
Patch
Comment 2 Xan Lopez 2013-02-07 12:12:27 PST
Comment on attachment 187139 [details]
Patch

I assume there's really no reason to define some things to 1 and others to nothing (ie, just define th esymbol), so I'd rather make it consistent while we are at it. Other than that it makes sense to me.
Comment 3 Martin Robinson 2013-02-07 13:07:03 PST
Created attachment 187158 [details]
Patch
Comment 4 WebKit Review Bot 2013-02-07 13:16:39 PST
Comment on attachment 187158 [details]
Patch

Rejecting attachment 187158 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=gce-cq-02', 'validate-changelog', '--non-interactive', 187158, '--port=chromium-xvfb']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue

/mnt/git/webkit-commit-queue/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).

Full output: http://queues.webkit.org/results/16426341
Comment 5 Martin Robinson 2013-02-07 13:20:52 PST
Created attachment 187161 [details]
Patch
Comment 6 Martin Robinson 2013-02-07 14:09:40 PST
Committed r142179: <http://trac.webkit.org/changeset/142179>