Changeset 136120 in webkit


Ignore:
Timestamp:
Nov 29, 2012 3:26:33 AM (11 years ago)
Author:
shinyak@chromium.org
Message:

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

Reviewed by Hajime Morita.

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 select attribute of HTMLContentElement is changed.

  • ShadowDOM/ChangingSelect.html: Added.
  • ShadowDOM/ChangingSelectWithoutShadow.html: Added.
  • Skipped:
Location:
trunk/PerformanceTests
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r135174 r136120  
     12012-11-29  Shinya Kawanaka  <shinyak@chromium.org>
     2
     3        [Shadow] Performance tests of distribution for changing select attribute
     4        https://bugs.webkit.org/show_bug.cgi?id=103611
     5
     6        Reviewed by Hajime Morita.
     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 select attribute of HTMLContentElement is changed.
     10
     11        * ShadowDOM/ChangingSelect.html: Added.
     12        * ShadowDOM/ChangingSelectWithoutShadow.html: Added.
     13        * Skipped:
     14
    1152012-11-19  Shinya Kawanaka  <shinyak@chromium.org>
    216
  • trunk/PerformanceTests/Skipped

    r132815 r136120  
    6161SVG/SvgNestedUse.html
    6262
     63# Bug 102646 - ShadowDOM is not enabled in some ports.
     64ShadowDOM
Note: See TracChangeset for help on using the changeset viewer.