Bug 130769 - Make _processText and _traverseNode in HTMLConverter more efficient
Summary: Make _processText and _traverseNode in HTMLConverter more efficient
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 130227
  Show dependency treegraph
 
Reported: 2014-03-26 01:19 PDT by Ryosuke Niwa
Modified: 2014-03-26 21:17 PDT (History)
4 users (show)

See Also:


Attachments
Cleanup (20.91 KB, patch)
2014-03-26 01:21 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Reverted erroneous changes to PerformanceTests (19.67 KB, patch)
2014-03-26 01:22 PDT, Ryosuke Niwa
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.