⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 179936 in webkit


Ignore:
Timestamp:
Feb 11, 2015, 10:33:14 AM (12 years ago)
Author:
weinig@apple.com
Message:

performance.now can crash if accessed from a window that has navigated
<rdar://problem/16892506>
https://bugs.webkit.org/show_bug.cgi?id=141478

Reviewed by Alexey Proskuryakov.

  • fast/performance/performance-now-crash-on-navigated-window-expected.txt: Added.
  • fast/performance/performance-now-crash-on-navigated-window.html: Added.
  • fast/performance/resources: Added.
  • fast/performance/resources/initialFrame.html: Added.
  • fast/performance/resources/secondFrame.html: Added.

Add test for calling performance.now() on from a navigated window.

Location:
trunk/LayoutTests
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r179933 r179936  
     12015-02-11  Sam Weinig  <sam@webkit.org>
     2
     3        performance.now can crash if accessed from a window that has navigated
     4        <rdar://problem/16892506>
     5        https://bugs.webkit.org/show_bug.cgi?id=141478
     6
     7        Reviewed by Alexey Proskuryakov.
     8
     9        * fast/performance/performance-now-crash-on-navigated-window-expected.txt: Added.
     10        * fast/performance/performance-now-crash-on-navigated-window.html: Added.
     11        * fast/performance/resources: Added.
     12        * fast/performance/resources/initialFrame.html: Added.
     13        * fast/performance/resources/secondFrame.html: Added.
     14        Add test for calling performance.now() on from a navigated window.
     15
    1162015-02-10  Alexey Proskuryakov  <ap@apple.com>
    217
Note: See TracChangeset for help on using the changeset viewer.