Changeset 141396 in webkit


Ignore:
Timestamp:
Jan 31, 2013 3:25:30 AM (11 years ago)
Author:
yurys@chromium.org
Message:

Web Inspector: test that references from DOM nodes to event listeners are presented in heap snapshots
https://bugs.webkit.org/show_bug.cgi?id=108322

Reviewed by Vsevolod Vlasov.

Test that links from DOM node wrappers to event listener functions are presented
in heap snapshots.

  • inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt: Added.
  • inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r141395 r141396  
     12013-01-30  Yury Semikhatsky  <yurys@chromium.org>
     2
     3        Web Inspector: test that references from DOM nodes to event listeners are presented in heap snapshots
     4        https://bugs.webkit.org/show_bug.cgi?id=108322
     5
     6        Reviewed by Vsevolod Vlasov.
     7
     8        Test that links from DOM node wrappers to event listener functions are presented
     9        in heap snapshots.
     10
     11        * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener-expected.txt: Added.
     12        * inspector-protocol/heap-profiler/heap-snapshot-with-event-listener.html: Added.
     13
    1142013-01-31  Kent Tamura  <tkent@chromium.org>
    215
Note: See TracChangeset for help on using the changeset viewer.