Changeset 29968 in webkit


Ignore:
Timestamp:
Feb 4, 2008 11:04:18 AM (16 years ago)
Author:
harrison@apple.com
Message:

WebCore:

Reviewed by Tim Hatcher.

  • fix <rdar://problem/5715481> REGRESSION (r26499): JavaScript document.lastModified is not supported

Re-add attribute inadvertantly lost by r26499.

Test: fast/js/lastModified.html: Added.

  • dom/Document.idl: Add lastModified.

LayoutTests:

Reviewed by Tim Hatcher.

Test for <rdar://problem/5715481> REGRESSION (r26499): JavaScript document.lastModified is not supported

  • fast/js/lastModified-expected.txt: Added.
  • fast/js/lastModified.html: Added.
  • fast/js/resources/lastModified.js: Added.
Location:
trunk
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r29963 r29968  
     12008-02-03   David Harrison  <harrison@apple.com>
     2
     3        Reviewed by Tim Hatcher.
     4
     5        Test for <rdar://problem/5715481> REGRESSION (r26499): JavaScript document.lastModified is not supported
     6
     7        * fast/js/lastModified-expected.txt: Added.
     8        * fast/js/lastModified.html: Added.
     9        * fast/js/resources/lastModified.js: Added.
     10
    1112008-02-04  Darin Adler  <darin@apple.com>
    212
  • trunk/WebCore/ChangeLog

    r29967 r29968  
     12008-02-04   David Harrison  <harrison@apple.com>
     2
     3        Reviewed by Tim Hatcher.
     4
     5        - fix <rdar://problem/5715481> REGRESSION (r26499): JavaScript document.lastModified is not supported
     6
     7        Re-add attribute inadvertantly lost by r26499.
     8
     9        Test: fast/js/lastModified.html: Added.
     10
     11        * dom/Document.idl:
     12        Add lastModified.
     13
    1142008-02-04  Darin Adler  <darin@apple.com>
    215
  • trunk/WebCore/dom/Document.idl

    r29952 r29968  
    177177        readonly attribute HTMLCollection forms;
    178178        readonly attribute HTMLCollection anchors;
     179        readonly attribute DOMString lastModified;
    179180
    180181        NodeList getElementsByName(in DOMString elementName);
Note: See TracChangeset for help on using the changeset viewer.