Changeset 63902 in webkit


Ignore:
Timestamp:
Jul 22, 2010 11:01:32 AM (14 years ago)
Author:
abecsi@webkit.org
Message:

2010-07-22 Andras Becsi <abecsi@webkit.org>

Reviewed by Antonio Gomes.

[Qt] Implement WebContext::applicationCacheDirectory() for the Qt port of WebKit2.
https://bugs.webkit.org/show_bug.cgi?id=42830

No new tests needed.

  • WebCore.pri: add ApplicationCacheStorage.h to wk2 headers
  • WebCore.pro: add WebContextQt.cpp to sources

2010-07-22 Andras Becsi <abecsi@webkit.org>

Reviewed by Antonio Gomes.

[Qt] Implement WebContext::applicationCacheDirectory() for the Qt port of WebKit2.
https://bugs.webkit.org/show_bug.cgi?id=42830

  • UIProcess/qt/WebContextQt.cpp: Added. (WebKit::WebContext::applicationCacheDirectory):
Location:
trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r63901 r63902  
     12010-07-22  Andras Becsi  <abecsi@webkit.org>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [Qt] Implement WebContext::applicationCacheDirectory() for the Qt port of WebKit2.
     6        https://bugs.webkit.org/show_bug.cgi?id=42830
     7
     8        No new tests needed.
     9
     10        * WebCore.pri: add ApplicationCacheStorage.h to wk2 headers
     11        * WebCore.pro: add WebContextQt.cpp to sources
     12
    1132010-07-22  Joone Hur  <joone.hur@samsung.com>
    214
  • trunk/WebCore/WebCore.pri

    r63898 r63902  
    682682    html/HTMLFrameOwnerElement.h \
    683683    inspector/InspectorClient.h \
     684    loader/appcache/ApplicationCacheStorage.h \
    684685    loader/DocumentLoader.h \
    685686    loader/FormState.h \
  • trunk/WebCore/WebCore.pro

    r63863 r63902  
    33493349    ../WebKit2/UIProcess/API/qt/ClientImpl.cpp \
    33503350    ../WebKit2/UIProcess/qt/ChunkedUpdateDrawingAreaProxyQt.cpp \
     3351    ../WebKit2/UIProcess/qt/WebContextQt.cpp \
    33513352    ../WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp \
    33523353    ../WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp \
  • trunk/WebKit2/ChangeLog

    r63898 r63902  
     12010-07-22  Andras Becsi  <abecsi@webkit.org>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [Qt] Implement WebContext::applicationCacheDirectory() for the Qt port of WebKit2.
     6        https://bugs.webkit.org/show_bug.cgi?id=42830
     7
     8        * UIProcess/qt/WebContextQt.cpp: Added.
     9        (WebKit::WebContext::applicationCacheDirectory):
     10
    1112010-07-22  Balazs Kelemen  <kb@inf.u-szeged.hu>
    212
Note: See TracChangeset for help on using the changeset viewer.