WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
206350
WebKit/Windows buildbot build ought to ship with Apple Application Support libraries
https://bugs.webkit.org/show_bug.cgi?id=206350
Summary
WebKit/Windows buildbot build ought to ship with Apple Application Support li...
Henk Poley
Reported
2020-01-16 05:20:26 PST
WebKit for Windows can be downloaded from the buildbot. But to run it secretly requires an old unsupported non-Windows-Store iTunes installation from 2018, for which the download is hidden for Windows 10 users. This brittle setup will probably keep working for the near future. But it is not wise to depend on unmentioned unmaintained legacy installers that need workarounds to download. (I could also mutter a bit about missing optimizations, but works, so it is fine for my occasional use.)
Attachments
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2020-01-16 19:26:08 PST
I'm also worry about availability of AppleApplicationSupport64.msi for the future. And, I want 64 bit version of WebKitAuxiliaryLibrary.zip and WebKitSupportLibrary.zip to build out 64bit AppleWin port. BTW, you can try WinCairo port.
https://trac.webkit.org/wiki/BuildingCairoOnWindows#DownloadbuildartifactsfromBuildbot
Alexey Proskuryakov
Comment 2
2020-01-18 22:53:11 PST
> But to run it secretly requires an old unsupported non-Windows-Store iTunes installation from 2018
Are you talking about following the instructions at <
https://webkit.org/webkit-on-windows/#installing-developer-tools
>?
> And, I want 64 bit version of WebKitAuxiliaryLibrary.zip and WebKitSupportLibrary.zip to build out 64bit AppleWin port.
I am not up to date about the big picture here. Hopefully others on CC list will eighteenths in.
Alexey Proskuryakov
Comment 3
2020-01-18 22:53:22 PST
weigh in*
Henk Poley
Comment 4
2020-01-21 04:23:31 PST
No I didn't follow any instructions. My process was more like: * Ah, someone has a problem with my company's API when using Safari, but I don't have my private MacBook at work, and I don't know how to attach a Web Inspector to my iPhone from Windows * Ah, I remember there is a WebKit buildbot running. * Okay, this needs some libraries, that I remember were shipped with iTunes. If the WinCairo build is better, maybe a nightly build should be available from WebKit itself? I'm not developing or building WebKit, I just needed a passable semblance of recent Safari, on Windows.
Henk Poley
Comment 5
2020-01-21 04:33:19 PST
Btw, if you follow point 10 on Windows 10, you will not get the correct download ``` 10. iTunes. This is only needed for the AppleWin port, not for the WinCairo port.
http://www.apple.com/itunes/download/
This is needed because it includes the .dlls which implement Apple frameworks like CoreGraphics, CoreAnimation, etc. ``` On Windows 10 you will be directed to the Windows Store, which has a containerized version of iTunes, that WebKit will not be able to access the libraries from.
Henk Poley
Comment 6
2020-01-21 06:03:17 PST
I see that 'build artifacts' is the in the continuous integration meaning, and not 'files that are required for building/compiling'. So I tried downloading the WinCairo build and WinCairoRequirements as described here:
https://trac.webkit.org/wiki/BuildingCairoOnWindows#DownloadbuildartifactsfromBuildbot
MiniBrowser starts but will not navigate to any website 🤷♂️. Could get ProcExp64 to get to show anything useful about things it is silently missing.
Henk Poley
Comment 7
2020-01-21 06:03:31 PST
ProcMon64..
Don Olmstead
Comment 8
2020-01-22 12:47:05 PST
So there are a couple different use cases and associated problems. For WebKit developers they are... The actual dlls for running the AppleWin port are not distributed outside of iTunes. The .msi version, apparently pre-Windows Store version, can be unzipped in 7Zip so you can get at the actual msi installer. That's more or less hidden knowledge. The Apple Win port has moved to 64-bit but the library files distributed in the WebKitAuxiliaryLibrary.zip and WebKitSupportLibrary.zip are 32-bit. At least the last time I checked. At this time anyone outside of Apple cannot build or run the AppleWin port in 64-bit. So this makes it harder for WebKit developers outside of Apple to fix issues with that build. Whether or not that's a big issue I don't know 🤷 since its an Apple decision. For someone who wants to run a version of WebKit on Windows for whatever reason they are... Its possibly not clear to someone outside of WebKit developers that there's really no reason to use the AppleWin port. It requires Apple specific libraries, CoreFoundation, CoreGraphics etc, that someone outside of Apple cannot redistribute. It only uses WebKitLegacy so its not a good comparison for someone whose on Windows and might want to see how their site looks in Safari without having a Mac. The features enabled are also not the same so an API in Safari is probably not there in AppleWin. The only completely open source version of WebKit for Windows that has build artifacts is WinCairo. If someone wanted to embed WebKit in a Windows app WinCairo is what you would use at this time. Sony is largely supporting WinCairo development due to the shared platform, curl, cairo, etc, and to support our internal developers. At this time we don't have any releases for WinCairo. So the only way to get a Windows build of WebKit is by downloading WinCairo and its requirements. I'm not entirely sure what Henk's motivations are but those are the problems I see. For getting the minibrowser working the directions on the site are lacking the fact that the dlls in the bin64 directory need to be copied to the same directory as the MiniBrowser.exe. If it still doesn't work its likely that a MSVC runtime isn't there. We use Visual Studio 2019 so that'll need to be installed. If the MiniBrowser.exe runs successfully then it'll display
https://webkit.org
. For further debugging
https://github.com/lucasg/Dependencies
can be used which will figure out what dlls are not loading.
Radar WebKit Bug Importer
Comment 9
2022-02-25 10:35:24 PST
<
rdar://problem/89481579
>
Fujii Hironori
Comment 10
2024-02-06 19:41:57 PST
Apple Windows port has gone. Closed.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug