RESOLVED FIXED Bug 209788
Update to new Data Detectors SPI
https://bugs.webkit.org/show_bug.cgi?id=209788
Summary Update to new Data Detectors SPI
Megan Gardner
Reported 2020-03-30 16:02:42 PDT
Update to new Data Detectors SPI
Attachments
Patch (5.52 KB, patch)
2020-03-30 16:05 PDT, Megan Gardner
no flags
Patch (5.59 KB, patch)
2020-03-30 16:06 PDT, Megan Gardner
no flags
Patch (6.31 KB, patch)
2020-03-30 17:24 PDT, Megan Gardner
no flags
Patch (6.41 KB, patch)
2020-03-30 17:28 PDT, Megan Gardner
no flags
Megan Gardner
Comment 1 2020-03-30 16:05:05 PDT
Megan Gardner
Comment 2 2020-03-30 16:06:11 PDT
Megan Gardner
Comment 3 2020-03-30 16:06:36 PDT
Darin Adler
Comment 4 2020-03-30 16:34:31 PDT
Comment on attachment 394979 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=394979&action=review Is this OK all the way back to Mojave? > Source/WebCore/page/mac/ServicesOverlayController.mm:519 > + RetainPtr<DDHighlightRef> ddHighlight = adoptCF(DDHighlightCreateWithRectsInVisibleRectWithStyleScaleAndDirection(nullptr, &cgRect, 1, mainFrameView.visibleContentRect(), DDHighlightStyleBubbleStandard | DDHighlightStyleStandardIconArrow, YES, NSWritingDirectionNatural, NO, YES, 0)); Might be nicer to use auto here. > Source/WebCore/page/mac/ServicesOverlayController.mm:561 > + RetainPtr<DDHighlightRef> ddHighlight = adoptCF(DDHighlightCreateWithRectsInVisibleRectWithStyleScaleAndDirection(nullptr, cgRects.begin(), cgRects.size(), visibleRect, DDHighlightStyleBubbleNone | DDHighlightStyleStandardIconArrow | DDHighlightStyleButtonShowAlways, YES, NSWritingDirectionNatural, NO, YES, 0)); Ditto.
Megan Gardner
Comment 5 2020-03-30 17:24:31 PDT
Megan Gardner
Comment 6 2020-03-30 17:28:37 PDT
EWS
Comment 7 2020-03-30 20:12:17 PDT
Committed r259276: <https://trac.webkit.org/changeset/259276> All reviewed patches have been landed. Closing bug and clearing flags on attachment 394991 [details].
Note You need to log in before you can comment on or make changes to this bug.