RESOLVED FIXED 131400
HTMLConverter::aggregatedAttributesForAncestors should cache intermediate results
https://bugs.webkit.org/show_bug.cgi?id=131400
Summary HTMLConverter::aggregatedAttributesForAncestors should cache intermediate res...
Ryosuke Niwa
Reported 2014-04-08 15:19:34 PDT
Right now, aggregatedAttributesForAncestors merges attributes from each ancestor all the way up for each text node. We should cache the intermediate results on each ancestor along the way.
Attachments
Fixes the bug (4.20 KB, patch)
2014-04-08 15:21 PDT, Ryosuke Niwa
no flags
Patch for landing (5.67 KB, patch)
2014-04-08 16:27 PDT, Ryosuke Niwa
no flags
Patch for landing 2 (4.24 KB, patch)
2014-04-08 16:28 PDT, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2014-04-08 15:21:58 PDT
Created attachment 228900 [details] Fixes the bug
Ryosuke Niwa
Comment 2 2014-04-08 16:27:45 PDT
Created attachment 228908 [details] Patch for landing
Ryosuke Niwa
Comment 3 2014-04-08 16:28:18 PDT
Created attachment 228909 [details] Patch for landing 2
WebKit Commit Bot
Comment 4 2014-04-08 17:06:36 PDT
Comment on attachment 228909 [details] Patch for landing 2 Clearing flags on attachment: 228909 Committed r166981: <http://trac.webkit.org/changeset/166981>
WebKit Commit Bot
Comment 5 2014-04-08 17:06:40 PDT
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.