Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Call to GSFontInitialize() #9705

Conversation

AtariDreams
Copy link
Contributor

@AtariDreams AtariDreams commented Feb 6, 2023

508f25c

Remove Call to GSFontInitialize()
https://bugs.webkit.org/show_bug.cgi?id=251807
<rdar://problem/32886715>

Reviewed by NOBODY (OOPS!).

Now that <rdar://problem/32886715> has been addressed, we can remove
this function call. So basically, revert commit
5bea31adfd254b9b192498abdd9852e51442bbd2

*Source\WebCore\PAL\pal\spi\ios\GraphicsServicesSPI.h:
*Source\WebCore\page\cocoa\MemoryReleaseCocoa.mm:

508f25c

Misc iOS, tvOS & watchOS macOS Linux Windows
βœ… πŸ§ͺ style βœ… πŸ›  ios βœ… πŸ›  mac βœ… πŸ›  wpe βœ… πŸ›  wincairo
βœ… πŸ§ͺ bindings βœ… πŸ›  ios-sim βœ… πŸ›  mac-AS-debug βœ… πŸ›  gtk
βœ… πŸ§ͺ webkitperl βœ… πŸ§ͺ ios-wk2 βœ… πŸ§ͺ api-mac βœ… πŸ§ͺ gtk-wk2
βœ… πŸ§ͺ api-ios βœ… πŸ§ͺ mac-wk1 βœ… πŸ§ͺ api-gtk
βœ… πŸ›  tv βœ… πŸ§ͺ mac-wk2
βœ… πŸ›  tv-sim βœ… πŸ§ͺ mac-AS-debug-wk2
βœ… πŸ›  watch βœ… πŸ§ͺ mac-wk2-stress
βœ… πŸ›  watch-sim

@AtariDreams AtariDreams force-pushed the eng/Remove-call-to-GSFontInitialize branch from 971c2d1 to 56b1ed9 Compare February 6, 2023 19:33
@AtariDreams AtariDreams force-pushed the eng/Remove-call-to-GSFontInitialize branch from 56b1ed9 to 976169d Compare February 6, 2023 23:04
@nt1m nt1m requested review from litherum and heycam February 7, 2023 20:11
https://bugs.webkit.org/show_bug.cgi?id=251807
<rdar://problem/32886715>

Reviewed by NOBODY (OOPS!).

Now that <rdar://problem/32886715> has been addressed, we can remove
this function call. So basically, revert commit
5bea31a

*Source\WebCore\PAL\pal\spi\ios\GraphicsServicesSPI.h:
*Source\WebCore\page\cocoa\MemoryReleaseCocoa.mm:
@AtariDreams
Copy link
Contributor Author

@cdumez Do you think we can merge this one?

@AtariDreams AtariDreams force-pushed the eng/Remove-call-to-GSFontInitialize branch from 976169d to 508f25c Compare February 10, 2023 18:51
@AtariDreams AtariDreams changed the title Remove call to GSFontInitialize() Remove Call to GSFontInitialize() Feb 10, 2023
@cdumez
Copy link
Contributor

cdumez commented Feb 10, 2023

@cdumez Do you think we can merge this one?

Where do you see that rdar://problem/32886715 was addressed?

Copy link
Contributor

@brentfulgham brentfulgham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe we can safely remove the call to GSFontInitialize(). As far as I can tell, the underlying framework retains the behavior present when @cdumez added this code, and I see no reason why it would be safe to remove it.

If you know that this bug was fixed through some change other than rdar://problem/32886715, please let me know and I'll happily support removing it!

Thank you!

@AtariDreams AtariDreams deleted the eng/Remove-call-to-GSFontInitialize branch February 11, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants