Add needsPlainTextQuirk and send it to the UIProcess rdar://problem/26013388
Created attachment 288875 [details] Patch
Comment on attachment 288875 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=288875&action=review > Source/WebKit2/WebProcess/WebPage/WebPage.cpp:4820 > + String fragmentIdentifier = url.fragmentIdentifier(); Why compute this up front, when you won't use it for twitter, onedrive etc?
Thanks Anders! https://trac.webkit.org/changeset/205934
(In reply to comment #2) > Comment on attachment 288875 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=288875&action=review > > > Source/WebKit2/WebProcess/WebPage/WebPage.cpp:4820 > > + String fragmentIdentifier = url.fragmentIdentifier(); > > Why compute this up front, when you won't use it for twitter, onedrive etc? https://trac.webkit.org/changeset/205935 Thanks Simon!