Changeset 37800 in webkit


Ignore:
Timestamp:
Oct 22, 2008 5:49:27 PM (15 years ago)
Author:
dsmith@webkit.org
Message:

WebCore:

2008-10-22 David Smith <catfish.man@gmail.com>

Reviewed by andersca.


https://bugs.webkit.org/show_bug.cgi?id=19974
getElementsByClassName not live enough

Test: fast/dom/getElementsByClassName/015.html

  • dom/StyledElement.cpp: (WebCore::StyledElement::classAttributeChanged): call dispatchSubtreeModifiedEvent()

LayoutTests:

2008-10-22 David Smith <catfish.man@gmail.com>

Reviewed by andersca.


https://bugs.webkit.org/show_bug.cgi?id=19974
getElementsByClassName not live enough

  • fast/dom/getElementsByClassName/015-expected.txt: Added.
  • fast/dom/getElementsByClassName/015.html: Added.
Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r37796 r37800  
     12008-10-22  David Smith  <catfish.man@gmail.com>
     2
     3        Reviewed by andersca.
     4       
     5        https://bugs.webkit.org/show_bug.cgi?id=19974
     6        getElementsByClassName not live enough
     7
     8        * fast/dom/getElementsByClassName/015-expected.txt: Added.
     9        * fast/dom/getElementsByClassName/015.html: Added.
     10
    1112008-10-22  Brady Eidson  <beidson@apple.com>
    212
  • trunk/WebCore/ChangeLog

    r37799 r37800  
     12008-10-22  David Smith  <catfish.man@gmail.com>
     2
     3        Reviewed by andersca.
     4               
     5        https://bugs.webkit.org/show_bug.cgi?id=19974
     6        getElementsByClassName not live enough
     7
     8        Test: fast/dom/getElementsByClassName/015.html
     9
     10        * dom/StyledElement.cpp:
     11        (WebCore::StyledElement::classAttributeChanged): call dispatchSubtreeModifiedEvent()
     12
    1132008-10-22  Darin Adler  <darin@apple.com>
    214
  • trunk/WebCore/dom/StyledElement.cpp

    r37431 r37800  
    228228    }
    229229    setChanged();
     230    dispatchSubtreeModifiedEvent();
    230231}
    231232
Note: See TracChangeset for help on using the changeset viewer.