Bug 203295 - [GTK][WPE] Enable runtime setting with experimental features for Server Timing API
Summary: [GTK][WPE] Enable runtime setting with experimental features for Server Timin...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Alberto Lopez Perez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-23 08:35 PDT by Carlos Alberto Lopez Perez
Modified: 2019-10-24 04:26 PDT (History)
8 users (show)

See Also:


Attachments
Patch (2.08 KB, patch)
2019-10-23 08:47 PDT, Carlos Alberto Lopez Perez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2019-10-23 08:35:32 PDT
On bug 175569 support for Server Timing API <https://w3c.github.io/server-timing/> was added to WebKit.

Support for it under WebKit is still classified as experimental and the implementation is not complete (e.g. PerformanceNavigationTiming is not implemented)

The feature is guarded with a run-time flag (ServerTimingEnabled) which is disabled by default

But I think it should be enabled for GTK and WPE when experimental features are enabled

A layout test for this is imported/w3c/web-platform-tests/server-timing/server_timing_header-parsing.html

The layout test passes currently because the feature is getting enabled on WTR
Comment 1 Carlos Alberto Lopez Perez 2019-10-23 08:47:24 PDT
Created attachment 381679 [details]
Patch
Comment 2 WebKit Commit Bot 2019-10-24 04:26:30 PDT
Comment on attachment 381679 [details]
Patch

Clearing flags on attachment: 381679

Committed r251535: <https://trac.webkit.org/changeset/251535>
Comment 3 WebKit Commit Bot 2019-10-24 04:26:32 PDT
All reviewed patches have been landed.  Closing bug.