Bug 252367 - [Win] The generic URL::fileSystemPath has to remove a leading slash
Summary: [Win] The generic URL::fileSystemPath has to remove a leading slash
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks: 175336
  Show dependency treegraph
 
Reported: 2023-02-15 17:32 PST by Fujii Hironori
Modified: 2023-02-23 03:40 PST (History)
8 users (show)

See Also:


Attachments
Patch (1018 bytes, patch)
2023-02-15 17:38 PST, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2023-02-15 17:32:10 PST
REGRESSION(260269@main) [Win] URL::fileSystemPath has to remove a leading slash

Regressions: Unexpected timeouts (7)
  fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-async-delegate.html [ Timeout ]
  fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download.html [ Timeout ]
  js/weakref-finalizationregistry.html [ Timeout ]
  storage/domstorage/localstorage/blocked-file-access-permitted-by-quirk.html [ Timeout ]
  storage/domstorage/localstorage/blocked-file-access.html [ Timeout ]
  storage/domstorage/localstorage/file-can-access.html [ Timeout ]
  storage/domstorage/sessionstorage/blocked-file-access.html [ Timeout ]

Regressions: Unexpected text-only failures (6)
  fast/dom/HTMLAnchorElement/anchor-file-blob-download-blank-base-target-popup-not-allowed.html [ Failure ]
  fast/dom/HTMLAnchorElement/anchor-file-blob-download-blank-target-popup-not-allowed.html [ Failure ]
  fast/dom/HTMLAnchorElement/anchor-file-blob-download-blank-target.html [ Failure ]
  fast/dom/HTMLAnchorElement/anchor-file-blob-download-includes-unicode.html [ Failure ]
  fast/dom/HTMLAnchorElement/anchor-file-blob-download-no-extension.html [ Failure ]
  fast/dom/HTMLAnchorElement/anchor-file-blob-download.html [ Failure ]
Comment 1 Fujii Hironori 2023-02-15 17:38:47 PST
Created attachment 465014 [details]
Patch
Comment 2 Darin Adler 2023-02-16 00:01:08 PST
Comment on attachment 465014 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=465014&action=review

> COMMIT_MESSAGE:1
> +REGRESSION(260269@main) [Win] URL::fileSystemPath has to remove a leading slash 

Why does Windows need to do this?

Why does no other platform need to do this?
Comment 3 Fujii Hironori 2023-02-16 11:50:38 PST
Comment on attachment 465014 [details]
Patch

Good point. I should explain it in the commit log. Thank you.
I was feeling pressed. 260355@main reverted the change. I will revise the patch.
Comment 4 Fujii Hironori 2023-02-21 20:13:29 PST
Pull request: https://github.com/WebKit/WebKit/pull/10492
Comment 5 Darin Adler 2023-02-22 08:59:19 PST
Now that the Apple Windows port is not supported, is any Windows port still using Core Foundation?
Comment 6 Fujii Hironori 2023-02-22 11:49:39 PST
WinCairo is using CFLite and enabling USE_CF.
bug#22527
https://sourceforge.net/projects/opencflite/
Comment 7 Radar WebKit Bug Importer 2023-02-22 17:33:21 PST
<rdar://problem/105808089>
Comment 8 EWS 2023-02-23 03:40:05 PST
Committed 260739@main (5e1c8e09258c): <https://commits.webkit.org/260739@main>

Reviewed commits have been landed. Closing PR #10492 and removing active labels.