RESOLVED FIXED 216710
Implementation for AXIsolatedObject::nextSibling and previousSibling.
https://bugs.webkit.org/show_bug.cgi?id=216710
Summary Implementation for AXIsolatedObject::nextSibling and previousSibling.
Andres Gonzalez
Reported 2020-09-18 12:03:40 PDT
Implementation for AXIsolatedObject::nextSibling and previousSibling.
Attachments
Patch (7.25 KB, patch)
2020-09-18 12:29 PDT, Andres Gonzalez
no flags
Patch (7.26 KB, patch)
2020-09-18 12:52 PDT, Andres Gonzalez
no flags
Andres Gonzalez
Comment 1 2020-09-18 12:29:27 PDT
chris fleizach
Comment 2 2020-09-18 12:32:05 PDT
Comment on attachment 409161 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=409161&action=review > Source/WebCore/accessibility/AccessibilityRenderObject.cpp:347 > + AXObjectCache* objectCache; is this an improvement in style?
Andres Gonzalez
Comment 3 2020-09-18 12:43:09 PDT
(In reply to chris fleizach from comment #2) > Comment on attachment 409161 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=409161&action=review > > > Source/WebCore/accessibility/AccessibilityRenderObject.cpp:347 > > + AXObjectCache* objectCache; > > is this an improvement in style? I guess not... First tried to have just one return statement, that I think was the style improvement, but then I added the check for the object cache which can be null and it is a bit cryptic now.
Andres Gonzalez
Comment 4 2020-09-18 12:52:14 PDT
Andres Gonzalez
Comment 5 2020-09-18 12:54:33 PDT
(In reply to chris fleizach from comment #2) > Comment on attachment 409161 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=409161&action=review > > > Source/WebCore/accessibility/AccessibilityRenderObject.cpp:347 > > + AXObjectCache* objectCache; > > is this an improvement in style? I think it's better in latest revision. Thanks.
EWS
Comment 6 2020-09-19 11:52:40 PDT
Committed r267320: <https://trac.webkit.org/changeset/267320> All reviewed patches have been landed. Closing bug and clearing flags on attachment 409166 [details].
Radar WebKit Bug Importer
Comment 7 2020-09-21 11:48:54 PDT
Note You need to log in before you can comment on or make changes to this bug.