Bug 178505 - Add an argument indicating the type of removal to Node::removedFrom
Summary: Add an argument indicating the type of removal to Node::removedFrom
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-18 23:36 PDT by Ryosuke Niwa
Modified: 2017-10-20 14:31 PDT (History)
5 users (show)

See Also:


Attachments
Cleanup (67.84 KB, patch)
2017-10-19 00:11 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Updated for trunk (67.85 KB, patch)
2017-10-19 00:17 PDT, Ryosuke Niwa
no flags 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-18 23:36:34 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 removedFrom like https://trac.webkit.org/changeset/223628.
Comment 1 Ryosuke Niwa 2017-10-19 00:11:49 PDT
Created attachment 324211 [details]
Cleanup
Comment 2 Ryosuke Niwa 2017-10-19 00:17:02 PDT
Created attachment 324212 [details]
Updated for trunk
Comment 3 Antti Koivisto 2017-10-19 02:21:17 PDT
Comment on attachment 324212 [details]
Updated for trunk

r=me
Comment 4 WebKit Commit Bot 2017-10-19 03:05:25 PDT
Comment on attachment 324212 [details]
Updated for trunk

Clearing flags on attachment: 324212

Committed r223685: <https://trac.webkit.org/changeset/223685>
Comment 5 WebKit Commit Bot 2017-10-19 03:05:27 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2017-10-20 14:31:28 PDT
<rdar://problem/35102409>