RESOLVED FIXED 228929
Don't instantiate a SYNotesActivationObserver to just say that it's not active or visible.
https://bugs.webkit.org/show_bug.cgi?id=228929
Summary Don't instantiate a SYNotesActivationObserver to just say that it's not activ...
Megan Gardner
Reported 2021-08-09 15:45:57 PDT
Don't instantiate a SYNotesActivationObserver to just say that it's not active or visible.
Attachments
Patch (1.93 KB, patch)
2021-08-09 15:48 PDT, Megan Gardner
wenson_hsieh: review+
Patch (1.91 KB, patch)
2021-08-09 16:25 PDT, Megan Gardner
no flags
Megan Gardner
Comment 1 2021-08-09 15:48:23 PDT
Wenson Hsieh
Comment 2 2021-08-09 15:51:07 PDT
Comment on attachment 435219 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435219&action=review > Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm:602 > if (!m_appHighlightsObserver) > - setUpHighlightsObserver(); > + return false; Nit - I think you can just remove this early return altogether.
Megan Gardner
Comment 3 2021-08-09 16:25:59 PDT
EWS
Comment 4 2021-08-10 10:29:47 PDT
Committed r280850 (240395@main): <https://commits.webkit.org/240395@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 435224 [details].
Radar WebKit Bug Importer
Comment 5 2021-08-10 10:40:27 PDT
Note You need to log in before you can comment on or make changes to this bug.