Bug 210294

Summary: Add an API test for <https://trac.webkit.org/r259766>
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: HTML EditingAssignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, ews-watchlist, mifenton, rniwa, sihui_liu, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: DoNotImportToRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=210215
Attachments:
Description Flags
Patch
none
Fix a minor typo none

Wenson Hsieh
Reported 2020-04-09 11:34:27 PDT
Attachments
Patch (5.31 KB, patch)
2020-04-09 12:02 PDT, Wenson Hsieh
no flags
Fix a minor typo (5.31 KB, patch)
2020-04-09 12:09 PDT, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2020-04-09 12:02:39 PDT Comment hidden (obsolete)
Tim Horton
Comment 2 2020-04-09 12:04:21 PDT
Comment on attachment 395985 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=395985&action=review > Source/WebCore/editing/TextManipulationController.cpp:379 > + if (start.isNull() || end.isNull()) I think this part landed already?
Wenson Hsieh
Comment 3 2020-04-09 12:07:10 PDT
Thanks for the review! (In reply to Tim Horton from comment #2) > Comment on attachment 395985 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=395985&action=review > > > Source/WebCore/editing/TextManipulationController.cpp:379 > > + if (start.isNull() || end.isNull()) > > I think this part landed already? Ah, this was a different null check (at the top of TextManipulationController::observeParagraphs). Technically, the early `continue;` here obviates the need for the early return in TextManipulationController::observeParagraphs. I considered reverting the other early return, but since there is at least one other call site of observeParagraphs (and possibly more in the future), I don’t think it’s a bad idea to keep observeParagraphs robust against null positions.
Wenson Hsieh
Comment 4 2020-04-09 12:09:36 PDT
Created attachment 395987 [details] Fix a minor typo
EWS
Comment 5 2020-04-09 13:16:43 PDT
Committed r259819: <https://trac.webkit.org/changeset/259819> All reviewed patches have been landed. Closing bug and clearing flags on attachment 395987 [details].
Note You need to log in before you can comment on or make changes to this bug.