Changeset 50026 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Oct 24, 2009, 8:28:20 AM (16 years ago)
Author:
[email protected]
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/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r49977 r50026  
     12009-10-24  Laszlo Gombos  <[email protected]>
     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  <[email protected]>
    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}
Note: See TracChangeset for help on using the changeset viewer.