Bug 130769

Summary: Make _processText and _traverseNode in HTMLConverter more efficient
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: HTML EditingAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, enrica, kling, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 130227    
Attachments:
Description Flags
Cleanup
none
Reverted erroneous changes to PerformanceTests sam: review+

Description Ryosuke Niwa 2014-03-26 01:19:58 PDT
_processText and _traverseNode are two hottest functions in HTMLConverter.
Make them faster by using more raw WebCore objects.
Comment 1 Ryosuke Niwa 2014-03-26 01:21:41 PDT
Created attachment 227833 [details]
Cleanup
Comment 2 Ryosuke Niwa 2014-03-26 01:22:21 PDT
Created attachment 227834 [details]
Reverted erroneous changes to PerformanceTests
Comment 3 Ryosuke Niwa 2014-03-26 21:17:11 PDT
Committed in http://trac.webkit.org/r166342.