Changeset 147725 in webkit


Ignore:
Timestamp:
Apr 5, 2013 1:22:13 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK][WK2] WebKitLoaderClient: add missing initializers
https://bugs.webkit.org/show_bug.cgi?id=112961

Patch by Alberto Garcia <agarcia@igalia.com> on 2013-04-05
Reviewed by Carlos Garcia Campos.

There are two new attributes: pluginLoadPolicy and pluginDidFail.

  • UIProcess/API/gtk/WebKitLoaderClient.cpp:

(attachLoaderClientToView):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r147723 r147725  
     12013-04-05  Alberto Garcia  <agarcia@igalia.com>
     2
     3        [GTK][WK2] WebKitLoaderClient: add missing initializers
     4        https://bugs.webkit.org/show_bug.cgi?id=112961
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        There are two new attributes: pluginLoadPolicy and pluginDidFail.
     9
     10        * UIProcess/API/gtk/WebKitLoaderClient.cpp:
     11        (attachLoaderClientToView):
     12
    1132013-04-05  Mikhail Pozdnyakov  <mikhail.pozdnyakov@intel.com>
    214
  • trunk/Source/WebKit2/UIProcess/API/gtk/WebKitLoaderClient.cpp

    r142762 r147725  
    169169        0, // willGoToBackForwardListItem
    170170        0, // interactionOccurredWhileProcessUnresponsive
    171         0, // pluginDidFail
     171        0, // pluginDidFail_deprecatedForUseWithV1
    172172        0, // didReceiveIntentForFrame
    173173        0, // registerIntentServiceForFrame
    174174        0, // didLayout
     175        0, // pluginLoadPolicy
     176        0, // pluginDidFail
    175177    };
    176178    WKPageRef wkPage = toAPI(webkitWebViewBaseGetPage(WEBKIT_WEB_VIEW_BASE(webView)));
Note: See TracChangeset for help on using the changeset viewer.