Changeset 62176 in webkit


Ignore:
Timestamp:
Jun 30, 2010 5:01:50 AM (14 years ago)
Author:
Simon Hausmann
Message:

[Qt][Symbian] Only 10 websites can be loaded consecutively when using QtWebkit 2.0
https://bugs.webkit.org/show_bug.cgi?id=40446

Reviewed by Laszlo Gombos.

We quickly run out of memory on Symbian when loading web pages. This is
caused by the default heap size, which is not suited for a web browser.

This change bumps the max heap size to 32MB.

  • QtTestBrowser/QtTestBrowser.pro:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r62170 r62176  
     12010-06-30  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [Qt][Symbian] Only 10 websites can be loaded consecutively when using QtWebkit 2.0
     6        https://bugs.webkit.org/show_bug.cgi?id=40446
     7
     8        We quickly run out of memory on Symbian when loading web pages. This is
     9        caused by the default heap size, which is not suited for a web browser.
     10
     11        This change bumps the max heap size to 32MB.
     12
     13        * QtTestBrowser/QtTestBrowser.pro:
     14
    1152010-06-30  Eric Seidel  <eric@webkit.org>
    216
  • trunk/WebKitTools/QtTestBrowser/QtTestBrowser.pro

    r59827 r62176  
    4848    TARGET.UID3 = 0xA000E543
    4949    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     50    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
    5051}
    5152
Note: See TracChangeset for help on using the changeset viewer.