[webkit-changes] [WebKit/WebKit] 0437fd: Merge 254254 at main - imported/w3c/web-platform-test...

Chris Dumez noreply at github.com
Thu Sep 8 01:33:41 PDT 2022


  Branch: refs/heads/webkitglib/2.38
  Home:   https://github.com/WebKit/WebKit
  Commit: 0437fdeadd6e7bac35ea7b1f128071d71ad28d09
      https://github.com/WebKit/WebKit/commit/0437fdeadd6e7bac35ea7b1f128071d71ad28d09
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2022-09-08 (Thu, 08 Sep 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/FileAPI/url/url-reload.window-expected.txt
    M Source/WebCore/dom/Document.cpp
    M Source/WebCore/dom/Document.h

  Log Message:
  -----------
  Merge 254254 at main - imported/w3c/web-platform-tests/FileAPI/url/url-reload.window.html is timing out in WebKit
https://bugs.webkit.org/show_bug.cgi?id=244864

Reviewed by Geoffrey Garen.

imported/w3c/web-platform-tests/FileAPI/url/url-reload.window.html is timing
out in WebKit but passing in Gecko.

The test is reloading a frame with a Blob URL after revoking that URL,
expecting the reload to succeed. To support this, the Document now keeps its
blob URL alive using a BlobURLHandle.

* LayoutTests/imported/w3c/web-platform-tests/FileAPI/url/url-reload.window-expected.txt:
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::setURL):
* Source/WebCore/dom/Document.h:

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

(cherry picked from commit e295563ee5ae3226673799a8ec66672ed6080473)




More information about the webkit-changes mailing list