Bug 188277

Summary: Move queue processing logic from CustomElementReactionStack to CustomElementReactionQueue
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, dbates, esprehn+autocc, ews-watchlist, kangil.han, webkit-bug-importer, wenson_hsieh, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 187805    
Attachments:
Description Flags
Cleanup wenson_hsieh: review+

Ryosuke Niwa
Reported 2018-08-02 14:19:51 PDT
CustomElementReactionStack is supposed to be a simple class which simply invokes the logic in CustomElementReactionQueue. Move more code from CustomElementReactionStack to CustomElementReactionQueue to that end.
Attachments
Cleanup (8.70 KB, patch)
2018-08-02 14:22 PDT, Ryosuke Niwa
wenson_hsieh: review+
Ryosuke Niwa
Comment 1 2018-08-02 14:22:28 PDT
Wenson Hsieh
Comment 2 2018-08-02 14:37:57 PDT
Comment on attachment 346417 [details] Cleanup View in context: https://bugs.webkit.org/attachment.cgi?id=346417&action=review rs=me > Source/WebCore/dom/CustomElementReactionQueue.h:97 > + CustomElementReactionQueue::ElementQueue* m_queue { nullptr }; // Use raw pointer to avoid generarting delete in the destructor. generarting!
Ryosuke Niwa
Comment 3 2018-08-02 15:37:11 PDT
Radar WebKit Bug Importer
Comment 4 2018-08-02 15:38:36 PDT
Note You need to log in before you can comment on or make changes to this bug.