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

Chris Dumez noreply at github.com
Thu Sep 8 02:43:16 PDT 2022


  Branch: refs/heads/webkitgtk/2.36
  Home:   https://github.com/WebKit/WebKit
  Commit: 7a11107c7c9efcfd2f8cef26153522635ba13188
      https://github.com/WebKit/WebKit/commit/7a11107c7c9efcfd2f8cef26153522635ba13188
  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