Bug 179691 - Try using WeakPtr in HTML collections and node lists
Summary: Try using WeakPtr in HTML collections and node lists
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-14 13:52 PST by Ryosuke Niwa
Modified: 2022-02-09 10:14 PST (History)
8 users (show)

See Also:


Attachments
WIP (22.16 KB, patch)
2017-11-14 13:54 PST, 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-11-14 13:52:33 PST
We should try using WeakPtr in HTML collections, node lists, and document ordered map.
Comment 1 Ryosuke Niwa 2017-11-14 13:54:17 PST
Created attachment 326921 [details]
WIP
Comment 2 Build Bot 2017-11-14 13:56:22 PST
Attachment 326921 [details] did not pass style-queue:


ERROR: Source/WebCore/html/CollectionTraversal.h:277:  value_type is incorrectly named. Don't use underscores in your identifier names.  [readability/naming/underscores] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Ryosuke Niwa 2017-11-14 18:31:09 PST
<rdar://problem/35062441>