WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
62747
Try to use fastGetAttribute where possible
https://bugs.webkit.org/show_bug.cgi?id=62747
Summary
Try to use fastGetAttribute where possible
Rob Buis
Reported
2011-06-15 12:39:22 PDT
From the comment in Element.h: // Call this to get the value of an attribute that is known not to be the style // attribute or one of the SVG animatable attributes. bool fastHasAttribute(const QualifiedName&) const; const AtomicString& fastGetAttribute(const QualifiedName&) const; There are places in SVG where we do not need to call getAttribute but can use fastGetAttribute, fix that.
Attachments
Patch
(32.93 KB, patch)
2011-06-15 13:17 PDT
,
Rob Buis
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Rob Buis
Comment 1
2011-06-15 13:17:06 PDT
Created
attachment 97353
[details]
Patch
Rob Buis
Comment 2
2011-06-15 18:54:55 PDT
Committed
r88989
: <
http://trac.webkit.org/changeset/88989
>
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