Changeset 119771 in webkit


Ignore:
Timestamp:
Jun 7, 2012 4:44:04 PM (12 years ago)
Author:
zhajiang@rim.com
Message:

[BlackBerry] Get rid of unused maximumLayoutSize in WebPage
https://bugs.webkit.org/show_bug.cgi?id=88574

Reviewed by Rob Buis.
Patch by Jacky Jiang <zhajiang@rim.com>

PR: 164098
maximumLayoutSize was deprecated when we made use of
WebCore::computeViewportAttributes for
WebPagePrivate::recomputeVirtualViewportFromViewportArguments.
So clean it up.

  • Api/WebPage.cpp:

(WebKit):

Location:
trunk/Source/WebKit/blackberry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/blackberry/Api/WebPage.cpp

    r119721 r119771  
    199199
    200200const IntSize minimumLayoutSize(10, 10); // Needs to be a small size, greater than 0, that we can grow the layout from.
    201 const IntSize maximumLayoutSize(10000, 10000); // Used with viewport meta tag, but we can still grow from this of course.
    202201
    203202const double minimumExpandingRatio = 0.15;
  • trunk/Source/WebKit/blackberry/ChangeLog

    r119721 r119771  
     12012-06-07  Jacky Jiang  <zhajiang@rim.com>
     2
     3        [BlackBerry] Get rid of unused maximumLayoutSize in WebPage
     4        https://bugs.webkit.org/show_bug.cgi?id=88574
     5
     6        Reviewed by Rob Buis.
     7        Patch by Jacky Jiang <zhajiang@rim.com>
     8
     9        PR: 164098
     10        maximumLayoutSize was deprecated when we made use of
     11        WebCore::computeViewportAttributes for
     12        WebPagePrivate::recomputeVirtualViewportFromViewportArguments.
     13        So clean it up.
     14
     15        * Api/WebPage.cpp:
     16        (WebKit):
     17
    1182012-06-07  Arvid Nilsson  <anilsson@rim.com>
    219
Note: See TracChangeset for help on using the changeset viewer.