Changeset 50026 in webkit


Ignore:
Timestamp:
Oct 24, 2009 8:28:20 AM (14 years ago)
Author:
eric@webkit.org
Message:

2009-10-24 Laszlo Gombos <Laszlo Gombos>

Reviewed by Holger Freyther.

[Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
https://bugs.webkit.org/show_bug.cgi?id=30476

Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
to all executables linking against WebKit library.

  • WebKit.pri:

2009-10-24 Laszlo Gombos <Laszlo Gombos>

Reviewed by Holger Freyther.

[Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
https://bugs.webkit.org/show_bug.cgi?id=30476

Assign ReadUserData WriteUserData NetworkServices Symbian capabilities
to jsc.exe.

  • jsc.pro:

2009-10-24 Laszlo Gombos <Laszlo Gombos>

Reviewed by Holger Freyther.

[Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
https://bugs.webkit.org/show_bug.cgi?id=30476

Assign ReadUserData WriteUserData NetworkServices Symbian capabilities
to all QtWebkit executables.

  • QGVLauncher/QGVLauncher.pro:
  • QtLauncher/QtLauncher.pro:
  • tests/benchmarks/loading/tst_loading.pro:
  • tests/benchmarks/painting/tst_painting.pro:
  • tests/qgraphicswebview/qgraphicswebview.pro:
  • tests/qwebelement/qwebelement.pro:
  • tests/qwebframe/qwebframe.pro:
  • tests/qwebhistory/qwebhistory.pro:
  • tests/qwebhistoryinterface/qwebhistoryinterface.pro:
  • tests/qwebpage/qwebpage.pro:
  • tests/qwebplugindatabase/qwebplugindatabase.pro:
  • tests/qwebview/qwebview.pro:
Location:
trunk
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r49755 r50026  
     12009-10-24  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Holger Freyther.
     4
     5        [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
     6        https://bugs.webkit.org/show_bug.cgi?id=30476
     7
     8        Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
     9        to all executables linking against WebKit library.
     10
     11        * WebKit.pri:
     12
    1132009-10-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
    214
  • trunk/JavaScriptCore/ChangeLog

    r49977 r50026  
     12009-10-24  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Holger Freyther.
     4
     5        [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
     6        https://bugs.webkit.org/show_bug.cgi?id=30476
     7
     8        Assign ReadUserData WriteUserData NetworkServices Symbian capabilities
     9        to jsc.exe.
     10
     11        * jsc.pro:
     12
    1132009-10-23  Steve Block  <steveblock@google.com>
    214
  • trunk/JavaScriptCore/jsc.pro

    r46114 r50026  
    3030*-g++*:QMAKE_CXXFLAGS_RELEASE -= -O2
    3131*-g++*:QMAKE_CXXFLAGS_RELEASE += -O3
     32
     33symbian {
     34    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     35}
  • trunk/WebKit.pri

    r49090 r50026  
    2626            } else {
    2727                LIBS += -lQtWebKit
     28                symbian {
     29                    TARGET.EPOCSTACKSIZE = 0x14000 // 80 kB
     30                    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB
     31                }
    2832            }
    2933        }
  • trunk/WebKit/qt/ChangeLog

    r49966 r50026  
     12009-10-24  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Holger Freyther.
     4
     5        [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
     6        https://bugs.webkit.org/show_bug.cgi?id=30476
     7
     8        Assign ReadUserData WriteUserData NetworkServices Symbian capabilities
     9        to all QtWebkit executables.
     10
     11        * QGVLauncher/QGVLauncher.pro:
     12        * QtLauncher/QtLauncher.pro:
     13        * tests/benchmarks/loading/tst_loading.pro:
     14        * tests/benchmarks/painting/tst_painting.pro:
     15        * tests/qgraphicswebview/qgraphicswebview.pro:
     16        * tests/qwebelement/qwebelement.pro:
     17        * tests/qwebframe/qwebframe.pro:
     18        * tests/qwebhistory/qwebhistory.pro:
     19        * tests/qwebhistoryinterface/qwebhistoryinterface.pro:
     20        * tests/qwebpage/qwebpage.pro:
     21        * tests/qwebplugindatabase/qwebplugindatabase.pro:
     22        * tests/qwebview/qwebview.pro:
     23
    1242009-10-22  Gavin Barraclough  <barraclough@apple.com>
    225
  • trunk/WebKit/qt/QGVLauncher/QGVLauncher.pro

    r48528 r50026  
    1111QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
    1212
    13 symbian:TARGET.UID3 = 0xA000E544
     13symbian {
     14    TARGET.UID3 = 0xA000E544
     15    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     16}
  • trunk/WebKit/qt/QtLauncher/QtLauncher.pro

    r48528 r50026  
    1111QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
    1212
    13 symbian:TARGET.UID3 = 0xA000E543
     13symbian {
     14    TARGET.UID3 = 0xA000E543
     15    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     16}
  • trunk/WebKit/qt/tests/benchmarks/loading/tst_loading.pro

    r48528 r50026  
    66QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
    77
    8 symbian:TARGET.UID3 = 0xA000E541
     8symbian {
     9    TARGET.UID3 = 0xA000E541
     10    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     11}
  • trunk/WebKit/qt/tests/benchmarks/painting/tst_painting.pro

    r48528 r50026  
    66QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
    77
    8 symbian:TARGET.UID3 = 0xA000E542
     8symbian {
     9    TARGET.UID3 = 0xA000E542
     10    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     11}
  • trunk/WebKit/qt/tests/qgraphicswebview/qgraphicswebview.pro

    r48974 r50026  
    55QT += testlib network
    66QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
     7
     8symbian {
     9    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     10}
  • trunk/WebKit/qt/tests/qwebelement/qwebelement.pro

    r48528 r50026  
    77QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
    88
    9 symbian:TARGET.UID3 = 0xA000E53A
     9symbian {
     10    TARGET.UID3 = 0xA000E53A
     11    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     12}
  • trunk/WebKit/qt/tests/qwebframe/qwebframe.pro

    r48972 r50026  
    88DEFINES += SRCDIR=\\\"$$PWD/resources\\\"
    99
    10 symbian:TARGET.UID3 = 0xA000E53D
     10symbian {
     11    TARGET.UID3 = 0xA000E53D
     12    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     13}
  • trunk/WebKit/qt/tests/qwebhistory/qwebhistory.pro

    r48528 r50026  
    77QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
    88
    9 symbian:TARGET.UID3 = 0xA000E53B
     9symbian {
     10    TARGET.UID3 = 0xA000E53B
     11    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     12}
  • trunk/WebKit/qt/tests/qwebhistoryinterface/qwebhistoryinterface.pro

    r48528 r50026  
    66QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
    77
    8 symbian:TARGET.UID3 = 0xA000E53C
     8symbian {
     9    TARGET.UID3 = 0xA000E53C
     10    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     11}
  • trunk/WebKit/qt/tests/qwebpage/qwebpage.pro

    r49771 r50026  
    88DEFINES += SRCDIR=\\\"$$PWD/\\\"
    99
    10 symbian:TARGET.UID3 = 0xA000E53E
     10symbian {
     11    TARGET.UID3 = 0xA000E53E
     12    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     13}
  • trunk/WebKit/qt/tests/qwebplugindatabase/qwebplugindatabase.pro

    r48528 r50026  
    66QMAKE_RPATHDIR = $$OUTPUT_DIR/lib $$QMAKE_RPATHDIR
    77
    8 symbian:TARGET.UID3 = 0xA000E540
     8symbian {
     9    TARGET.UID3 = 0xA000E540
     10    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     11}
  • trunk/WebKit/qt/tests/qwebview/qwebview.pro

    r49770 r50026  
    77DEFINES += SRCDIR=\\\"$$PWD/\\\"
    88
    9 symbian:TARGET.UID3 = 0xA000E53F
     9symbian {
     10    TARGET.UID3 = 0xA000E53F
     11    TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
     12}
Note: See TracChangeset for help on using the changeset viewer.