WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
210294
Add an API test for <
https://trac.webkit.org/r259766
>
https://bugs.webkit.org/show_bug.cgi?id=210294
Summary
Add an API test for <https://trac.webkit.org/r259766>
Wenson Hsieh
Reported
2020-04-09 11:34:27 PDT
Followup to <
https://webkit.org/b/210215
>.
Attachments
Patch
(5.31 KB, patch)
2020-04-09 12:02 PDT
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Fix a minor typo
(5.31 KB, patch)
2020-04-09 12:09 PDT
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Wenson Hsieh
Comment 1
2020-04-09 12:02:39 PDT
Comment hidden (obsolete)
Created
attachment 395985
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug