Bug 37762 - Sandbox option does not work (typo)
Summary: Sandbox option does not work (typo)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-17 20:54 PDT by Michael Forney
Modified: 2010-04-18 21:08 PDT (History)
2 users (show)

See Also:


Attachments
Fixes the sandbox option (798 bytes, patch)
2010-04-17 20:54 PDT, Michael Forney
no flags Details | Formatted Diff | Diff
Fixes the sandbox option (1.37 KB, patch)
2010-04-18 12:50 PDT, Michael Forney
no flags Details | Formatted Diff | Diff
Fixes the sandbox option (1.39 KB, patch)
2010-04-18 15:19 PDT, Michael Forney
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Forney 2010-04-17 20:54:30 PDT
Created attachment 53623 [details]
Fixes the sandbox option

When you try to build WebKit with --{enable,disable}-sandbox, configure complains because it is not a valid option. This is because it is declared with AC_ARG_ENABLE(ruby ...) in configure.ac, a cut and paste error from the ruby option.

Configure output:
configure: WARNING: unrecognized options: --disable-sandbox

The attached patch fixes this issue.
Comment 1 Mark Rowe (bdash) 2010-04-18 06:17:11 PDT
If this patch had a ChangeLog entry and the review flag set to ? Iā€™d have been more than happy to r+ it and mark it as ready to be committed.
Comment 2 Mark Rowe (bdash) 2010-04-18 06:17:47 PDT
By the way, you can see <http://webkit.org/coding/contributing.html> for some more info about that.
Comment 3 Michael Forney 2010-04-18 12:50:23 PDT
Created attachment 53631 [details]
Fixes the sandbox option

Sorry about that. Here is an updated patch.
Comment 4 WebKit Review Bot 2010-04-18 12:54:58 PDT
Attachment 53631 [details] did not pass style-queue:

Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1
ChangeLog:9:  Line contains tab character.  [whitespace/tab] [5]
ChangeLog:10:  Line contains tab character.  [whitespace/tab] [5]
ChangeLog:11:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 3 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Michael Forney 2010-04-18 15:19:25 PDT
Created attachment 53637 [details]
Fixes the sandbox option

Fixed the tabs.
Comment 6 Laszlo Gombos 2010-04-18 20:38:39 PDT
Comment on attachment 53637 [details]
Fixes the sandbox option

lgtm, r+.
Comment 7 WebKit Commit Bot 2010-04-18 21:08:39 PDT
Comment on attachment 53637 [details]
Fixes the sandbox option

Clearing flags on attachment: 53637

Committed r57801: <http://trac.webkit.org/changeset/57801>
Comment 8 WebKit Commit Bot 2010-04-18 21:08:44 PDT
All reviewed patches have been landed.  Closing bug.