Bug 178431 - Add an argument indicating the type of insertion to Node::insertedInto
Summary: Add an argument indicating the type of insertion to Node::insertedInto
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-10-17 23:55 PDT by Ryosuke Niwa
Modified: 2017-10-18 23:36 PDT (History)
5 users (show)

See Also:


Attachments
Cleanup (99.22 KB, patch)
2017-10-18 00:35 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Cleanup (99.50 KB, patch)
2017-10-18 01:16 PDT, Ryosuke Niwa
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2017-10-17 23:55:44 PDT
In order to have a better guarantee of node flags,  etc... we need to have an argument
indicating what kind of insertion mutation and happened to insertedInto.
Comment 1 Ryosuke Niwa 2017-10-18 00:35:19 PDT
Created attachment 324102 [details]
Cleanup
Comment 2 Ryosuke Niwa 2017-10-18 01:16:16 PDT
Created attachment 324105 [details]
Cleanup
Comment 3 Antti Koivisto 2017-10-18 05:24:00 PDT
Comment on attachment 324105 [details]
Cleanup

r=me
Comment 4 Ryosuke Niwa 2017-10-18 14:34:28 PDT
Committed r223628: <https://trac.webkit.org/changeset/223628>
Comment 5 Radar WebKit Bug Importer 2017-10-18 14:35:44 PDT
<rdar://problem/35060952>