Changeset 136801 in webkit


Ignore:
Timestamp:
Dec 5, 2012 10:08:19 PM (11 years ago)
Author:
shinyak@chromium.org
Message:

[Shadow] Performance tests of distribution for changing className
https://bugs.webkit.org/show_bug.cgi?id=103612

Reviewed by Dimitri Glazkov.

We would like to measure ShadowDOM performance and compare it to the similar functional HTML without using ShadowDOM.
In this patch, we add a case when classNames of distributed elemeents are changed.

  • ShadowDOM/ChangingClassName.html: Added.
  • ShadowDOM/ChangingClassNameShadowDOM.html: Added.
Location:
trunk/PerformanceTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r136492 r136801  
     12012-12-05  Shinya Kawanaka  <shinyak@chromium.org>
     2
     3        [Shadow] Performance tests of distribution for changing className
     4        https://bugs.webkit.org/show_bug.cgi?id=103612
     5
     6        Reviewed by Dimitri Glazkov.
     7
     8        We would like to measure ShadowDOM performance and compare it to the similar functional HTML without using ShadowDOM.
     9        In this patch, we add a case when classNames of distributed elemeents are changed.
     10
     11        * ShadowDOM/ChangingClassName.html: Added.
     12        * ShadowDOM/ChangingClassNameShadowDOM.html: Added.
     13
    1142012-12-03  Ryosuke Niwa  <rniwa@webkit.org>
    215
Note: See TracChangeset for help on using the changeset viewer.