Bug 42435 - Enable Web Timing for Win port
Summary: Enable Web Timing for Win port
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 42772
Blocks: 30685
  Show dependency treegraph
 
Reported: 2010-07-15 17:59 PDT by Tony Gentilcore
Modified: 2017-02-10 12:24 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Gentilcore 2010-07-15 17:59:34 PDT
Web Timing should be enabled for the Qt port.

This involves the following:
1. Implement http://trac.webkit.org/browser/trunk/WebCore/platform/network/ResourceLoadTiming.h
2. Flip WEB_TIMING flag
Comment 1 Joseph Pecoraro 2017-02-10 12:24:16 PST
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>