[Webkit-unassigned] [Bug 87453] New: configure.ac has duplicated AC_MSG_RESULT([$enable_sandbox]) and nothing for seamless iframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 20:14:33 PDT 2012


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

           Summary: configure.ac has duplicated
                    AC_MSG_RESULT([$enable_sandbox]) and nothing for
                    seamless iframes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Frames
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy_horton at apple.com
                CC: eric at webkit.org, zandobersek at gmail.com


# check whether to enable HTML5 sandbox iframe support
AC_MSG_CHECKING([whether to enable HTML5 sandboxed iframe support])
AC_ARG_ENABLE(sandbox,
              AC_HELP_STRING([--enable-sandbox],
                             [enable HTML5 sandboxed iframe support [default=yes]]),
              [],[enable_sandbox="yes"])
AC_MSG_RESULT([$enable_sandbox])

# check whether to enable HTML5 iframe seamless attribute support
AC_MSG_CHECKING([whether to enable HTML5 iframe seamless attribute support])
AC_ARG_ENABLE(iframe-seamless,
              AC_HELP_STRING([--enable-iframe-seamless],
                             [enable HTML5 iframe seamless attribute support [default=yes]]),
              [],[enable_iframe_seamless="yes"])
AC_MSG_RESULT([$enable_sandbox])


Note the two AC_MSG_RESULTs are the same; I think this is the result of a failed copy and paste.

-- 
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