[Webkit-unassigned] [Bug 46633] WebKit2: allow debug opt-out from sandbox via default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 27 13:13:01 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46633


Mark Rowe (bdash) <mrowe at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68933|review?                     |review+
               Flag|                            |




--- Comment #1 from Mark Rowe (bdash) <mrowe at apple.com>  2010-09-27 13:13:01 PST ---
(From update of attachment 68933)
View in context: https://bugs.webkit.org/attachment.cgi?id=68933&action=review

> WebProcess/mac/WebProcessMainMac.mm:75
> +    } else {
> +        fprintf(stderr, "WebProcess: bypassing sandbox due to com.apple.WebProcess.DisableSandbox default; behavior will differ from production builds\n");
>      }

The braces around this “else” are unnecessary and should be removed.  I think it would be preferable to use NSLog here rather than printf.  I will make those changes when landing this patch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list