Changeset 53799 in webkit


Ignore:
Timestamp:
Jan 25, 2010 5:14:23 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-25 Janne Koskinen <janne.p.koskinen@digia.com>

Reviewed by Simon Hausmann.

[Qt] Phone backup support for QtWebkit for Symbian devices.
https://bugs.webkit.org/show_bug.cgi?id=34077

  • WebCore.pro:

2010-01-25 Janne Koskinen <janne.p.koskinen@digia.com>

Reviewed by Simon Hausmann.

[Qt] Phone backup support for QtWebkit for Symbian devices.
https://bugs.webkit.org/show_bug.cgi?id=34077

  • symbian/backup_registration.xml: Added.
Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r53797 r53799  
     12010-01-25  Janne Koskinen  <janne.p.koskinen@digia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] Phone backup support for QtWebkit for Symbian devices.
     6        https://bugs.webkit.org/show_bug.cgi?id=34077
     7
     8        * WebCore.pro:
     9
    1102010-01-25  Benjamin Poulain  <benjamin.poulain@nokia.com>
    211
  • trunk/WebCore/WebCore.pro

    r53699 r53799  
    77    TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 // Min 128kB, Max 32MB
    88    TARGET.CAPABILITY = All -Tcb
     9    TARGET.UID3 = 0x200267C2
    910
    1011    webkitlibs.sources = QtWebKit.dll
     
    1920    webkitlibs.pkg_prerules = vendorinfo
    2021
    21     DEPLOYMENT += webkitlibs
    22 
    23     TARGET.UID3 = 0x200267C2
     22    webkitbackup.sources = ../WebKit/qt/symbian/backup_registration.xml
     23    webkitbackup.path = /private/10202D56/import/packages/$$replace(TARGET.UID3, 0x,)
     24
     25    DEPLOYMENT += webkitlibs webkitbackup
     26
    2427    # Need to guarantee that these come before system includes of /epoc32/include
    2528    MMP_RULES += "USERINCLUDE rendering"
  • trunk/WebKit/qt/ChangeLog

    r53769 r53799  
     12010-01-25  Janne Koskinen  <janne.p.koskinen@digia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] Phone backup support for QtWebkit for Symbian devices.
     6        https://bugs.webkit.org/show_bug.cgi?id=34077
     7
     8        * symbian/backup_registration.xml: Added.
     9
    1102010-01-23  Girish Ramakrishnan  <girish@forwardbias.in>
    211
Note: See TracChangeset for help on using the changeset viewer.