WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
87076
DOM Attr objects pointing to "style" attribute should force reification when read.
https://bugs.webkit.org/show_bug.cgi?id=87076
Summary
DOM Attr objects pointing to "style" attribute should force reification when ...
Andreas Kling
Reported
2012-05-21 19:58:34 PDT
DOM Attr needs to respect the lazy serialization strategy of the style attribute.
Attachments
Patch
(3.63 KB, patch)
2012-05-22 00:30 PDT
,
Andreas Kling
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2012-05-22 00:30:23 PDT
Created
attachment 143212
[details]
Patch
Antti Koivisto
Comment 2
2012-05-22 01:14:19 PDT
Comment on
attachment 143212
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=143212&action=review
r=me
> Source/WebCore/dom/Attr.cpp:206 > if (m_element) > - return m_element->getAttributeItem(qualifiedName())->value(); > + return m_element->getAttribute(qualifiedName());
Could use a comment.
Andreas Kling
Comment 3
2012-05-22 05:05:44 PDT
Comment on
attachment 143212
[details]
Patch Clearing flags on attachment: 143212 Committed
r117956
: <
http://trac.webkit.org/changeset/117956
>
Andreas Kling
Comment 4
2012-05-22 05:05:52 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.
Top of Page
Format For Printing
XML
Clone This Bug