WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 215634
Rename replaceAllChildren to replaceAllChildrenWithNewText
https://bugs.webkit.org/show_bug.cgi?id=215634
Summary
Rename replaceAllChildren to replaceAllChildrenWithNewText
Ryosuke Niwa
Reported
2020-08-18 17:32:27 PDT
Rename replaceAllChildren to replaceAllChildrenWithNewText
Attachments
Renamed the function
(5.09 KB, patch)
2020-08-18 17:36 PDT
,
Ryosuke Niwa
no flags
Details
Formatted Diff
Diff
Updated per Darin's comment
(5.04 KB, patch)
2020-08-18 18:08 PDT
,
Ryosuke Niwa
darin
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2020-08-18 17:36:51 PDT
Created
attachment 406825
[details]
Renamed the function
Darin Adler
Comment 2
2020-08-18 17:38:04 PDT
Comment on
attachment 406825
[details]
Renamed the function View in context:
https://bugs.webkit.org/attachment.cgi?id=406825&action=review
> Source/WebCore/dom/ContainerNode.h:62 > + void replaceAllChildrenWithNewText(Ref<Text>&&);
Why not just take a String instead of requiring the caller make the text node?
Ryosuke Niwa
Comment 3
2020-08-18 17:38:31 PDT
(In reply to Darin Adler from
comment #2
)
> Comment on
attachment 406825
[details]
> Renamed the function > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=406825&action=review
> > > Source/WebCore/dom/ContainerNode.h:62 > > + void replaceAllChildrenWithNewText(Ref<Text>&&); > > Why not just take a String instead of requiring the caller make the text > node?
That's a good point. Let's just do that.
Darin Adler
Comment 4
2020-08-18 17:38:49 PDT
Comment on
attachment 406825
[details]
Renamed the function View in context:
https://bugs.webkit.org/attachment.cgi?id=406825&action=review
> Source/WebCore/dom/ContainerNode.cpp:635 > // This function assumes the input node is not a DocumentFragment and is parentless to decrease complexity.
I realized that there is one call site that *wishes* it could use this for DocumentFragment.
Ryosuke Niwa
Comment 5
2020-08-18 17:41:34 PDT
(In reply to Darin Adler from
comment #4
)
> Comment on
attachment 406825
[details]
> Renamed the function > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=406825&action=review
> > > Source/WebCore/dom/ContainerNode.cpp:635 > > // This function assumes the input node is not a DocumentFragment and is parentless to decrease complexity. > > I realized that there is one call site that *wishes* it could use this for > DocumentFragment.
Yeah but now that I think about it more, that just needs a separate function.
Ryosuke Niwa
Comment 6
2020-08-18 18:08:49 PDT
Created
attachment 406827
[details]
Updated per Darin's comment
Ryosuke Niwa
Comment 7
2020-08-18 18:28:58 PDT
Committed
r265844
: <
https://trac.webkit.org/changeset/265844
>
Radar WebKit Bug Importer
Comment 8
2020-08-18 18:29:13 PDT
<
rdar://problem/67367468
>
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