Changeset 281111 in webkit


Ignore:
Timestamp:
Aug 16, 2021 2:45:04 PM (11 months ago)
Author:
commit-queue@webkit.org
Message:

Enable PerformanceNavigationAPI by default
https://bugs.webkit.org/show_bug.cgi?id=227336

Patch by Alex Christensen <achristensen@webkit.org> on 2021-08-16
Reviewed by Chris Dumez.

It passes WPT tests except the following:

navigation-timing/nav2_test_redirect_chain_xserver_partial_opt_in.html and navigation-timing/nav2_test_redirect_xserver.html pass when run from wpt.live,
and other browsers also don't pass when run from our local hosting infrastructure, which doesn't have a good cross-domain redirect.

nav2_test_attributes_values.html fails in Chrome and Firefox. There's something wrong with the port detection in the test.

  • Scripts/Preferences/WebPreferencesExperimental.yaml:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r281105 r281111  
     12021-08-16  Alex Christensen  <achristensen@webkit.org>
     2
     3        Enable PerformanceNavigationAPI by default
     4        https://bugs.webkit.org/show_bug.cgi?id=227336
     5
     6        Reviewed by Chris Dumez.
     7
     8        It passes WPT tests except the following:
     9
     10        navigation-timing/nav2_test_redirect_chain_xserver_partial_opt_in.html and navigation-timing/nav2_test_redirect_xserver.html pass when run from wpt.live,
     11        and other browsers also don't pass when run from our local hosting infrastructure, which doesn't have a good cross-domain redirect.
     12
     13        nav2_test_attributes_values.html fails in Chrome and Firefox.  There's something wrong with the port detection in the test.
     14
     15        * Scripts/Preferences/WebPreferencesExperimental.yaml:
     16
    1172021-08-16  Ryosuke Niwa  <rniwa@webkit.org>
    218
  • trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml

    r280953 r281111  
    838838  defaultValue:
    839839    WebKitLegacy:
    840       default: false
    841     WebKit:
    842       default: false
    843     WebCore:
    844       default: false
     840      default: true
     841    WebKit:
     842      default: true
     843    WebCore:
     844      default: true
    845845
    846846# Note: This is off by default because of privacy concerns
Note: See TracChangeset for help on using the changeset viewer.