Changeset 20870 for S60/trunk/WebCore

Show
Ignore:
Timestamp:
04/13/07 05:59:03 (21 months ago)
Author:
zbujtas
Message:

anapatil <anand.1.patil@nokia.com>

Reviewed by zbujtas@gmail.com
DESC: Fix for : Browser - extra content seen when browsing www.kartta.ouka.fi

http://bugs.webkit.org/show_bug.cgi?id=13308
TSW ID : MRAA-6X4FVQ

WARNING: NO TEST CASES ADDED OR CHANGED

  • khtml/rendering/render_frames.cpp:
Location:
S60/trunk/WebCore
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • S60/trunk/WebCore/ChangeLog

    r20821 r20870  
     1anapatil <anand.1.patil@nokia.com> 
     2 
     3        Reviewed by zbujtas@gmail.com 
     4        DESC: Fix for : Browser - extra content seen when browsing www.kartta.ouka.fi  
     5         http://bugs.webkit.org/show_bug.cgi?id=13308 
     6         TSW ID : MRAA-6X4FVQ 
     7 
     8        WARNING: NO TEST CASES ADDED OR CHANGED 
     9 
     10        * khtml/rendering/render_frames.cpp: 
     11 
    112w3liu, reviewed by <yongjun.zhang@nokia.com> 
    213 DESC: [S60]  LXUU-6Z4HBB: GCF-AE-Browsing-S60-SPPR50.31: Fail in GCF test case: 45.15.30 Encoding Priority 1 
  • S60/trunk/WebCore/khtml/rendering/render_frames.cpp

    r17066 r20870  
    428428      child->layout(); 
    429429 
    430       if (highest<child->height()) 
     430      if (highest<child->height() && m_gridLayout[0][r] > 0) 
    431431        highest = child->height(); 
    432432