[Webkit-unassigned] [Bug 42435] Enable Web Timing for Win port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 10 12:24:16 PST 2017


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org
             Status|NEW                         |RESOLVED
         Resolution|---                         |CONFIGURATION CHANGED

--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> ---
It looks like all ports, including Windows, enable WEB_TIMING. Lets close.

    Tools/Scripts/webkitperl/FeatureList.pm
    408:      define => "ENABLE_WEB_TIMING", default => 1, value => \$webTimingSupport },

    Tools/TestWebKitAPI/Configurations/FeatureDefines.xcconfig
    199:ENABLE_WEB_TIMING = ENABLE_WEB_TIMING;

    Source/cmake/OptionsEfl.cmake
    133:WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_TIMING PUBLIC ON)

    Source/cmake/OptionsWin.cmake
    61:WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_TIMING PUBLIC ON)

    Source/cmake/WebKitFeatures.cmake
    193:    WEBKIT_OPTION_DEFINE(ENABLE_WEB_TIMING "Toggle Web Timing support" PRIVATE ON)

    Source/cmake/tools/vsprops/FeatureDefines.props
    77:    <ENABLE_WEB_TIMING>ENABLE_WEB_TIMING</ENABLE_WEB_TIMING>

    Source/cmake/tools/vsprops/FeatureDefinesCairo.props
    76:    <ENABLE_WEB_TIMING>ENABLE_WEB_TIMING</ENABLE_WEB_TIMING>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170210/9a5925ee/attachment-0001.html>


More information about the webkit-unassigned mailing list