Bug 164778

Summary: Avoid copying vector of attributes as much as possible in the HTML parser
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, cdumez, commit-queue, darin, esprehn+autocc, gyuyoung.kim, rniwa
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Chris Dumez
Reported 2016-11-15 10:02:12 PST
Avoid copying vector of attributes as much as possible in the HTML parser by moving AtomicHTMLToken around and making it obvious it is safe to move its attributes vector as well.
Attachments
Patch (88.46 KB, patch)
2016-11-15 10:04 PST, Chris Dumez
no flags
Patch (88.98 KB, patch)
2016-11-15 10:18 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-11-15 10:04:45 PST
Chris Dumez
Comment 2 2016-11-15 10:18:01 PST
WebKit Commit Bot
Comment 3 2016-11-15 17:16:35 PST
Comment on attachment 294848 [details] Patch Clearing flags on attachment: 294848 Committed r208776: <http://trac.webkit.org/changeset/208776>
WebKit Commit Bot
Comment 4 2016-11-15 17:16:40 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.