WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
130284
Rewrite WebHTMLConverter::_getComputedFloat in C++
https://bugs.webkit.org/show_bug.cgi?id=130284
Summary
Rewrite WebHTMLConverter::_getComputedFloat in C++
Ryosuke Niwa
Reported
2014-03-14 21:39:21 PDT
_getComputedFloat should be rewritten in C++ for performance.
Attachments
Patch
(7.63 KB, patch)
2014-03-14 21:42 PDT
,
Ryosuke Niwa
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2014-03-14 21:42:26 PDT
Created
attachment 226805
[details]
Patch
Andreas Kling
Comment 2
2014-03-15 14:42:25 PDT
Comment on
attachment 226805
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=226805&action=review
> Source/WebCore/platform/mac/HTMLConverter.mm:769 > + if (Node* parent = node.parentNode())
This is really a ContainerNode*.
> Source/WebCore/platform/mac/HTMLConverter.mm:802 > + if (Node* parent = node.parentNode())
This is really a ContainerNode*.
Ryosuke Niwa
Comment 3
2014-03-17 18:36:10 PDT
Committed
r165786
: <
http://trac.webkit.org/changeset/165786
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug