Changeset 110065 in webkit


Ignore:
Timestamp:
Mar 7, 2012 9:38:56 AM (12 years ago)
Author:
mitz@apple.com
Message:

<rdar://problem/10923294> REGRESSION (r100847): Entries are clipped out in Day One
https://bugs.webkit.org/show_bug.cgi?id=80494

Reviewed by Sam Weinig.

Source/WebCore:

Test: fast/dom/HTMLDocument/width-and-height.html

  • html/HTMLDocument.idl: Reverted r100847 by re-enabling the width and height properties

in the JavaScript bindings.

LayoutTests:

  • fast/dom/HTMLDocument/width-and-height-expected.txt: Added.
  • fast/dom/HTMLDocument/width-and-height.html: Added.
Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r110064 r110065  
     12012-03-07  Dan Bernstein  <mitz@apple.com>
     2
     3        <rdar://problem/10923294> REGRESSION (r100847): Entries are clipped out in Day One
     4        https://bugs.webkit.org/show_bug.cgi?id=80494
     5
     6        Reviewed by Sam Weinig.
     7
     8        * fast/dom/HTMLDocument/width-and-height-expected.txt: Added.
     9        * fast/dom/HTMLDocument/width-and-height.html: Added.
     10
    1112012-03-07  Philippe Normand  <pnormand@igalia.com>
    212
  • trunk/Source/WebCore/ChangeLog

    r110064 r110065  
     12012-03-07  Dan Bernstein  <mitz@apple.com>
     2
     3        <rdar://problem/10923294> REGRESSION (r100847): Entries are clipped out in Day One
     4        https://bugs.webkit.org/show_bug.cgi?id=80494
     5
     6        Reviewed by Sam Weinig.
     7
     8        Test: fast/dom/HTMLDocument/width-and-height.html
     9
     10        * html/HTMLDocument.idl: Reverted r100847 by re-enabling the width and height properties
     11        in the JavaScript bindings.
     12
    1132012-03-07  Philippe Normand  <pnormand@igalia.com>
    214
  • trunk/Source/WebCore/html/HTMLDocument.idl

    r107530 r110065  
    4646        void releaseEvents();
    4747
    48 #if defined(LANGUAGE_OBJECTIVE_C) && LANGUAGE_OBJECTIVE_C
    4948        readonly attribute long width;
    5049        readonly attribute long height;
    51 #endif
    5250                 attribute [TreatNullAs=NullString] DOMString dir;
    5351                 attribute [TreatNullAs=NullString] DOMString designMode;
Note: See TracChangeset for help on using the changeset viewer.