Summary: | Mobile Safari desktop mode user agent reports a different macOS version than Safari on Mac | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Nitin Seshadri <apps> | ||||||||
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | achristensen, ap, bfulgham, gsnedders, luming_yin, thorton, webkit-bug-importer, wenson_hsieh | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | WebKit Nightly Build | ||||||||||
Hardware: | iPhone / iPad | ||||||||||
OS: | All | ||||||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=217364 | ||||||||||
Attachments: |
|
Description
Nitin Seshadri
2022-06-05 19:27:37 PDT
Created attachment 460042 [details]
Patch
This has repeatedly bugged me (after all, it provides another way to sniff for iOS v. macOS), but I've never taken the small amount of time to actually fix this. (Thanks Nitin!) Thank you for the patch! Would you be willing to re-submit it with a commit message? It cannot be landed without one. `webkit-patch upload` would include the commit message, and you can confirm that its format matches existing landed commits. It looks like https://webkit.org/contributing-code/ is currently out of date, we need to fix it ASAP. Created attachment 460050 [details]
Patch
(In reply to Alexey Proskuryakov from comment #3) > Would you be willing to re-submit it with a commit message? It cannot be > landed without one. `webkit-patch upload` would include the commit message, > and you can confirm that its format matches existing landed commits. done! Sorry, it's not quite it yet (needs a "Reviewed by NOBODY (OOPS!)" line, otherwise tooling that replaces it with an actual reviewer name won't work). I think that if you reset, run `git-webkit setup`, and re-commit, the correct template should be generated. Created attachment 460054 [details]
Patch
(In reply to Alexey Proskuryakov from comment #6) > Sorry, it's not quite it yet (needs a "Reviewed by NOBODY (OOPS!)" line, > otherwise tooling that replaces it with an actual reviewer name won't work). > > I think that if you reset, run `git-webkit setup`, and re-commit, the > correct template should be generated. Should be fixed now. Comment on attachment 460054 [details]
Patch
Let's see what happens!
Committed r295305 (251347@main): <https://commits.webkit.org/251347@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 460054 [details]. |