WebKit Bugzilla
Attachment 362673 Details for
Bug 194267
: [WinCairo] Turn ENABLE_RESOURCE_LOAD_STATISTICS on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194267.diff (text/plain), 1.19 KB, created by
Don Olmstead
on 2019-02-21 17:19:35 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Don Olmstead
Created:
2019-02-21 17:19:35 PST
Size:
1.19 KB
patch
obsolete
>diff --git a/ChangeLog b/ChangeLog >index e268e87a207..bcd68d989f6 100644 >--- a/ChangeLog >+++ b/ChangeLog >@@ -1,3 +1,12 @@ >+2019-02-21 Don Olmstead <don.olmstead@sony.com> >+ >+ [WinCairo] Turn ENABLE_RESOURCE_LOAD_STATISTICS on >+ https://bugs.webkit.org/show_bug.cgi?id=194267 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Source/cmake/OptionsWin.cmake: >+ > 2019-02-21 Adrian Perez de Castro <aperez@igalia.com> > > [WPE] Do not hardcode WPEBackend-fdo library name for linking tests >diff --git a/Source/cmake/OptionsWin.cmake b/Source/cmake/OptionsWin.cmake >index 6847b484132..ba22f460cc6 100644 >--- a/Source/cmake/OptionsWin.cmake >+++ b/Source/cmake/OptionsWin.cmake >@@ -85,6 +85,9 @@ if (${WTF_PLATFORM_WIN_CAIRO}) > > # FIXME: Implement plugin process on Modern WebKit. https://bugs.webkit.org/show_bug.cgi?id=185313 > WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_NETSCAPE_PLUGIN_API PRIVATE OFF) >+ >+ # Experimental features >+ WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_RESOURCE_LOAD_STATISTICS PRIVATE ${ENABLE_EXPERIMENTAL_FEATURES}) > else () > WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_LEGACY_ENCRYPTED_MEDIA PUBLIC ON) > WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_INTL PUBLIC OFF)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194267
:
362673
|
362674
|
363273