Changeset 69764 in webkit


Ignore:
Timestamp:
Oct 14, 2010 7:14:19 AM (14 years ago)
Author:
steveblock@google.com
Message:

2010-10-14 Steve Block <steveblock@google.com>

Reviewed by Jeremy Orlow.

DeviceOrientation crash when page is in page cache and is navigated while listener is registered
https://bugs.webkit.org/show_bug.cgi?id=47257

This crash is avoided now that pages using DeviceOrientation are not put in
the page cache. See https://bugs.webkit.org/show_bug.cgi?id=47408.

This test serves to document the fact that the underlying problem needs to
be addressed before the page cache is enabled for DeviceOrientation.

  • fast/dom/DeviceOrientation/event-after-navigation-expected.txt: Added.
  • fast/dom/DeviceOrientation/event-after-navigation.html: Added.
  • fast/dom/DeviceOrientation/resources/event-after-navigation-new.html: Added.
  • fast/dom/DeviceOrientation/script-tests/event-after-navigation.js: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r69756 r69764  
     12010-10-14  Steve Block  <steveblock@google.com>
     2
     3        Reviewed by Jeremy Orlow.
     4
     5        DeviceOrientation crash when page is in page cache and is navigated while listener is registered
     6        https://bugs.webkit.org/show_bug.cgi?id=47257
     7
     8        This crash is avoided now that pages using DeviceOrientation are not put in
     9        the page cache. See https://bugs.webkit.org/show_bug.cgi?id=47408.
     10
     11        This test serves to document the fact that the underlying problem needs to
     12        be addressed before the page cache is enabled for DeviceOrientation.
     13
     14        * fast/dom/DeviceOrientation/event-after-navigation-expected.txt: Added.
     15        * fast/dom/DeviceOrientation/event-after-navigation.html: Added.
     16        * fast/dom/DeviceOrientation/resources/event-after-navigation-new.html: Added.
     17        * fast/dom/DeviceOrientation/script-tests/event-after-navigation.js: Added.
     18
    1192010-10-14  Hayato Ito  <hayato@chromium.org>
    220
Note: See TracChangeset for help on using the changeset viewer.