[webkit-changes] [WebKit/WebKit] 6c1979: Web Inspector: Remove throttling experimental feat...

Guoye Zhang noreply at github.com
Mon Feb 5 13:35:04 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6c1979d64380ab4eedf703a4dd4f92eca1e61515
      https://github.com/WebKit/WebKit/commit/6c1979d64380ab4eedf703a4dd4f92eca1e61515
  Author: Guoye Zhang <guoye_zhang at apple.com>
  Date:   2024-02-05 (Mon, 05 Feb 2024)

  Changed paths:
    M LayoutTests/platform/mac-wk2/TestExpectations
    M Source/WTF/wtf/PlatformEnableCocoa.h

  Log Message:
  -----------
  Web Inspector: Remove throttling experimental feature pending correct SPIs
https://bugs.webkit.org/show_bug.cgi?id=268685
rdar://122327408

Reviewed by Devin Rousso, Razvan Caliman.

The current implementation is based on _bytesPerSecondLimit SPI on NSURLSessionTask which is incorrect since this is a per-task limit, and it’s not intended to be a realistic simulation. New unified HTTP stack no longer supports this SPI, so we need to temporarily remove this feature and disable the test until better SPIs are available.

* LayoutTests/platform/mac-wk2/TestExpectations:
* Source/WTF/wtf/PlatformEnableCocoa.h:

Canonical link: https://commits.webkit.org/274112@main




More information about the webkit-changes mailing list