RESOLVED FIXED 155001
[iOS] Crash during font loading when injected bundle cancels load
https://bugs.webkit.org/show_bug.cgi?id=155001
Summary [iOS] Crash during font loading when injected bundle cancels load
Myles C. Maxfield
Reported 2016-03-03 18:57:54 PST
[iOS] Crash during font loading when plug in cancels load
Attachments
Patch (20.12 KB, patch)
2016-03-03 18:59 PST, Myles C. Maxfield
no flags
Patch (20.29 KB, patch)
2016-03-04 10:22 PST, Myles C. Maxfield
thorton: review+
Myles C. Maxfield
Comment 1 2016-03-03 18:59:38 PST
Simon Fraser (smfr)
Comment 2 2016-03-03 22:39:03 PST
Comment on attachment 272816 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=272816&action=review > Source/WebCore/ChangeLog:3 > + [iOS] Crash during font loading when plug in cancels load We call them plug-ins, but do you mean Content Blockers?
Tim Horton
Comment 3 2016-03-03 22:42:43 PST
(In reply to comment #2) > Comment on attachment 272816 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=272816&action=review > > > Source/WebCore/ChangeLog:3 > > + [iOS] Crash during font loading when plug in cancels load > > We call them plug-ins, but do you mean Content Blockers? He means injected bundles. But I doubt this is exclusive to cancellation from the bundle.
Myles C. Maxfield
Comment 4 2016-03-04 10:22:38 PST
Tim Horton
Comment 5 2016-03-04 10:24:56 PST
Comment on attachment 273013 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=273013&action=review > Tools/TestWebKitAPI/Tests/WebKit2Cocoa/CancelFontSubresource.mm:47 > +@interface NavigationHandlerDelegate : NSObject <WKNavigationDelegate> ObjC class names have to be unique across the whole project. While you got lucky here, I would put the name of your test in here ("CancelFontSubresourceNavigationDelegate")
Myles C. Maxfield
Comment 6 2016-03-04 10:30:44 PST
Note You need to log in before you can comment on or make changes to this bug.