RESOLVED FIXED 226990
Remove Storage Access API quirk on live.com
https://bugs.webkit.org/show_bug.cgi?id=226990
Summary Remove Storage Access API quirk on live.com
Kate Cheney
Reported 2021-06-14 14:28:44 PDT
Remove Storage Access API quirk on live.com
Attachments
Patch (5.02 KB, patch)
2021-06-14 14:29 PDT, Kate Cheney
ews-feeder: commit-queue-
Patch (5.08 KB, patch)
2021-06-14 15:03 PDT, Kate Cheney
no flags
Kate Cheney
Comment 1 2021-06-14 14:29:56 PDT
Brent Fulgham
Comment 2 2021-06-14 14:41:50 PDT
Comment on attachment 431365 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=431365&action=review r=me > Source/WebCore/page/Quirks.cpp:1055 > && (element.classNames().contains("glyph_signIn_circle") Observation: It sure seems like there should be a predicate that lets us test if one set contains any of another set...
Kate Cheney
Comment 3 2021-06-14 15:03:53 PDT
Kate Cheney
Comment 4 2021-06-14 15:05:14 PDT
(In reply to Brent Fulgham from comment #2) > Comment on attachment 431365 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=431365&action=review > > r=me > > > Source/WebCore/page/Quirks.cpp:1055 > > && (element.classNames().contains("glyph_signIn_circle") > > Observation: It sure seems like there should be a predicate that lets us > test if one set contains any of another set... Agreed, this would be useful for quirks when we check for similar classnames. Awaiting EWS before landing. Thanks for the review!
EWS
Comment 5 2021-06-14 16:40:16 PDT
Committed r278852 (238798@main): <https://commits.webkit.org/238798@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 431369 [details].
Kate Cheney
Comment 6 2021-06-14 16:41:09 PDT
Note You need to log in before you can comment on or make changes to this bug.