RESOLVED FIXED 161996
Add needsPlainTextQuirk and send it to the UIProcess
https://bugs.webkit.org/show_bug.cgi?id=161996
Summary Add needsPlainTextQuirk and send it to the UIProcess
Beth Dakin
Reported 2016-09-14 15:37:56 PDT
Add needsPlainTextQuirk and send it to the UIProcess rdar://problem/26013388
Attachments
Patch (6.55 KB, patch)
2016-09-14 15:41 PDT, Beth Dakin
andersca: review+
Beth Dakin
Comment 1 2016-09-14 15:41:31 PDT
Simon Fraser (smfr)
Comment 2 2016-09-14 16:02:26 PDT
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?
Beth Dakin
Comment 3 2016-09-14 16:08:36 PDT
Beth Dakin
Comment 4 2016-09-14 16:17:27 PDT
(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!
Note You need to log in before you can comment on or make changes to this bug.