Changeset 71302 in webkit


Ignore:
Timestamp:
Nov 3, 2010 8:40:13 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2010-11-03 George Guo <George.Guo@Nokia.com>

Reviewed by Andreas Kling.

[Qt] QtTestBrowser : set mmp rule pageddata in Symbian
https://bugs.webkit.org/show_bug.cgi?id=48767

Paging is needd on Symbian devices to support benchmarks tests like
dromaeo.com and Celtic Kane that need a lot of memory to run

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

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r71297 r71302  
     12010-11-03  George Guo  <George.Guo@Nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [Qt] QtTestBrowser : set mmp rule pageddata in Symbian
     6        https://bugs.webkit.org/show_bug.cgi?id=48767
     7   
     8        Paging is needd on Symbian devices to support benchmarks tests like
     9        dromaeo.com and Celtic Kane that need a lot of memory to run 
     10
     11        * QtTestBrowser/QtTestBrowser.pro:
     12
    1132010-11-03  Jenn Braithwaite  <jennb@chromium.org>
    214
  • trunk/WebKitTools/QtTestBrowser/QtTestBrowser.pro

    r64349 r71302  
    5050    TARGET.UID3 = 0xA000E543
    5151    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices Location
     52    MMP_RULES *= pageddata
    5253}
    5354
Note: See TracChangeset for help on using the changeset viewer.