Bug 37762

Summary: Sandbox option does not work (typo)
Product: WebKit Reporter: Michael Forney <mforney>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Fixes the sandbox option
none
Fixes the sandbox option
none
Fixes the sandbox option none

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.