WKContextPrivate.h   WKContextPrivate.h 
skipping to change at line 82 skipping to change at line 82
WK_EXPORT void WKContextEnableProcessTermination(WKContextRef context); WK_EXPORT void WKContextEnableProcessTermination(WKContextRef context);
WK_EXPORT void WKContextSetHTTPPipeliningEnabled(WKContextRef context, bool enabled); WK_EXPORT void WKContextSetHTTPPipeliningEnabled(WKContextRef context, bool enabled);
WK_EXPORT void WKContextWarmInitialProcess(WKContextRef context); WK_EXPORT void WKContextWarmInitialProcess(WKContextRef context);
// FIXME: This function is temporary and useful during the development of t he NetworkProcess feature. // FIXME: This function is temporary and useful during the development of t he NetworkProcess feature.
// At some point it should be removed. // At some point it should be removed.
WK_EXPORT void WKContextSetUsesNetworkProcess(WKContextRef context, bool us esNetworkProcess); WK_EXPORT void WKContextSetUsesNetworkProcess(WKContextRef context, bool us esNetworkProcess);
// Test only. Should be called before any secondary processes are started.
WK_EXPORT void WKContextUseTestingNetworkSession(WKContextRef context);
typedef void (*WKContextInvalidMessageFunction)(WKStringRef messageName); typedef void (*WKContextInvalidMessageFunction)(WKStringRef messageName);
WK_EXPORT void WKContextSetInvalidMessageFunction(WKContextInvalidMessageFu nction invalidMessageFunction); WK_EXPORT void WKContextSetInvalidMessageFunction(WKContextInvalidMessageFu nction invalidMessageFunction);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif /* WKContextPrivate_h */ #endif /* WKContextPrivate_h */
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added


 WKPage.h   WKPage.h 
skipping to change at line 82 skipping to change at line 82
typedef void (*WKPageDidFirstLayoutForFrameCallback)(WKPageRef page, WKFram eRef frame, WKTypeRef userData, const void *clientInfo); typedef void (*WKPageDidFirstLayoutForFrameCallback)(WKPageRef page, WKFram eRef frame, WKTypeRef userData, const void *clientInfo);
typedef void (*WKPageDidFirstVisuallyNonEmptyLayoutForFrameCallback)(WKPage Ref page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); typedef void (*WKPageDidFirstVisuallyNonEmptyLayoutForFrameCallback)(WKPage Ref page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo);
typedef void (*WKPageDidRemoveFrameFromHierarchyCallback)(WKPageRef page, W KFrameRef frame, WKTypeRef userData, const void *clientInfo); typedef void (*WKPageDidRemoveFrameFromHierarchyCallback)(WKPageRef page, W KFrameRef frame, WKTypeRef userData, const void *clientInfo);
typedef void (*WKPageDidDisplayInsecureContentForFrameCallback)(WKPageRef p age, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); typedef void (*WKPageDidDisplayInsecureContentForFrameCallback)(WKPageRef p age, WKFrameRef frame, WKTypeRef userData, const void *clientInfo);
typedef void (*WKPageDidRunInsecureContentForFrameCallback)(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); typedef void (*WKPageDidRunInsecureContentForFrameCallback)(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo);
typedef void (*WKPageDidDetectXSSForFrameCallback)(WKPageRef page, WKFrameR ef frame, WKTypeRef userData, const void *clientInfo); typedef void (*WKPageDidDetectXSSForFrameCallback)(WKPageRef page, WKFrameR ef frame, WKTypeRef userData, const void *clientInfo);
typedef bool (*WKPageCanAuthenticateAgainstProtectionSpaceInFrameCallback)( WKPageRef page, WKFrameRef frame, WKProtectionSpaceRef protectionSpace, con st void *clientInfo); typedef bool (*WKPageCanAuthenticateAgainstProtectionSpaceInFrameCallback)( WKPageRef page, WKFrameRef frame, WKProtectionSpaceRef protectionSpace, con st void *clientInfo);
typedef void (*WKPageDidReceiveAuthenticationChallengeInFrameCallback)(WKPa geRef page, WKFrameRef frame, WKAuthenticationChallengeRef authenticationCh allenge, const void *clientInfo); typedef void (*WKPageDidReceiveAuthenticationChallengeInFrameCallback)(WKPa geRef page, WKFrameRef frame, WKAuthenticationChallengeRef authenticationCh allenge, const void *clientInfo);
typedef void (*WKPageDidChangeBackForwardListCallback)(WKPageRef page, WKBa ckForwardListItemRef addedItem, WKArrayRef removedItems, const void *client Info); typedef void (*WKPageDidChangeBackForwardListCallback)(WKPageRef page, WKBa ckForwardListItemRef addedItem, WKArrayRef removedItems, const void *client Info);
typedef bool (*WKPageShouldGoToBackForwardListItemCallback)(WKPageRef page, WKBackForwardListItemRef item, const void *clientInfo); typedef bool (*WKPageShouldGoToBackForwardListItemCallback)(WKPageRef page, WKBackForwardListItemRef item, const void *clientInfo);
typedef void (*WKPageDidNewFirstVisuallyNonEmptyLayoutCallback)(WKPageRef p age, WKTypeRef userData, const void *clientInfo);
typedef void (*WKPageWillGoToBackForwardListItemCallback)(WKPageRef page, W KBackForwardListItemRef item, WKTypeRef userData, const void *clientInfo); typedef void (*WKPageWillGoToBackForwardListItemCallback)(WKPageRef page, W KBackForwardListItemRef item, WKTypeRef userData, const void *clientInfo);
typedef void (*WKPageDidLayoutCallback)(WKPageRef page, WKLayoutMilestones milestones, WKTypeRef userData, const void *clientInfo); typedef void (*WKPageDidLayoutCallback)(WKPageRef page, WKLayoutMilestones milestones, WKTypeRef userData, const void *clientInfo);
typedef WKPluginLoadPolicy (*WKPagePluginLoadPolicyCallback)(WKPageRef page , WKPluginLoadPolicy currentPluginLoadPolicy, WKDictionaryRef pluginInfoDic tionary, WKStringRef* unavailabilityDescription, const void* clientInfo); typedef WKPluginLoadPolicy (*WKPagePluginLoadPolicyCallback)(WKPageRef page , WKPluginLoadPolicy currentPluginLoadPolicy, WKDictionaryRef pluginInfoDic tionary, WKStringRef* unavailabilityDescription, const void* clientInfo);
typedef void (*WKPagePluginDidFailCallback)(WKPageRef page, WKErrorCode err orCode, WKDictionaryRef pluginInfoDictionary, const void* clientInfo); typedef void (*WKPagePluginDidFailCallback)(WKPageRef page, WKErrorCode err orCode, WKDictionaryRef pluginInfoDictionary, const void* clientInfo);
// Deprecated // Deprecated
typedef void (*WKPageDidFailToInitializePluginCallback_deprecatedForUseWith V0)(WKPageRef page, WKStringRef mimeType, const void* clientInfo); typedef void (*WKPageDidFailToInitializePluginCallback_deprecatedForUseWith V0)(WKPageRef page, WKStringRef mimeType, const void* clientInfo);
typedef void (*WKPagePluginDidFailCallback_deprecatedForUseWithV1)(WKPageRe f page, WKErrorCode errorCode, WKStringRef mimeType, WKStringRef pluginIden tifier, WKStringRef pluginVersion, const void* clientInfo); typedef void (*WKPagePluginDidFailCallback_deprecatedForUseWithV1)(WKPageRe f page, WKErrorCode errorCode, WKStringRef mimeType, WKStringRef pluginIden tifier, WKStringRef pluginVersion, const void* clientInfo);
typedef WKPluginLoadPolicy (*WKPagePluginLoadPolicyCallback_deprecatedForUs eWithV2)(WKPageRef page, WKPluginLoadPolicy currentPluginLoadPolicy, WKDict ionaryRef pluginInfoDictionary, const void* clientInfo); typedef WKPluginLoadPolicy (*WKPagePluginLoadPolicyCallback_deprecatedForUs eWithV2)(WKPageRef page, WKPluginLoadPolicy currentPluginLoadPolicy, WKDict ionaryRef pluginInfoDictionary, const void* clientInfo);
skipping to change at line 129 skipping to change at line 128
WKPageCallback pro cessDidBecomeUnresponsive; WKPageCallback pro cessDidBecomeUnresponsive;
WKPageCallback pro cessDidBecomeResponsive; WKPageCallback pro cessDidBecomeResponsive;
WKPageCallback pro cessDidCrash; WKPageCallback pro cessDidCrash;
WKPageDidChangeBackForwardListCallback did ChangeBackForwardList; WKPageDidChangeBackForwardListCallback did ChangeBackForwardList;
WKPageShouldGoToBackForwardListItemCallback sho uldGoToBackForwardListItem; WKPageShouldGoToBackForwardListItemCallback sho uldGoToBackForwardListItem;
WKPageDidFailToInitializePluginCallback_deprecatedForUseWithV0 did FailToInitializePlugin_deprecatedForUseWithV0; WKPageDidFailToInitializePluginCallback_deprecatedForUseWithV0 did FailToInitializePlugin_deprecatedForUseWithV0;
// Version 1 // Version 1
WKPageDidDetectXSSForFrameCallback did DetectXSSForFrame; WKPageDidDetectXSSForFrameCallback did DetectXSSForFrame;
// FIXME: didNewFirstVisuallyNonEmptyLayout should be removed. We shoul void* did
d consider removing didFirstVisuallyNonEmptyLayoutForFrame NewFirstVisuallyNonEmptyLayout_unavailable;
// as well. Their functionality is replaced by didLayout.
WKPageDidNewFirstVisuallyNonEmptyLayoutCallback did
NewFirstVisuallyNonEmptyLayout;
WKPageWillGoToBackForwardListItemCallback wil lGoToBackForwardListItem; WKPageWillGoToBackForwardListItemCallback wil lGoToBackForwardListItem;
WKPageCallback int eractionOccurredWhileProcessUnresponsive; WKPageCallback int eractionOccurredWhileProcessUnresponsive;
WKPagePluginDidFailCallback_deprecatedForUseWithV1 plu ginDidFail_deprecatedForUseWithV1; WKPagePluginDidFailCallback_deprecatedForUseWithV1 plu ginDidFail_deprecatedForUseWithV1;
// Version 2 // Version 2
void (*d idReceiveIntentForFrame_unavailable)(void); void (*d idReceiveIntentForFrame_unavailable)(void);
void (*r egisterIntentServiceForFrame_unavailable)(void); void (*r egisterIntentServiceForFrame_unavailable)(void);
WKPageDidLayoutCallback did Layout; WKPageDidLayoutCallback did Layout;
WKPagePluginLoadPolicyCallback_deprecatedForUseWithV2 pluginLoadPolicy_deprecatedForUseWithV2; WKPagePluginLoadPolicyCallback_deprecatedForUseWithV2 plu ginLoadPolicy_deprecatedForUseWithV2;
WKPagePluginDidFailCallback plu ginDidFail; WKPagePluginDidFailCallback plu ginDidFail;
// Version 3 // Version 3
WKPagePluginLoadPolicyCallback plu ginLoadPolicy; WKPagePluginLoadPolicyCallback plu ginLoadPolicy;
}; };
typedef struct WKPageLoaderClient WKPageLoaderClient; typedef struct WKPageLoaderClient WKPageLoaderClient;
enum { kWKPageLoaderClientCurrentVersion = 3 }; enum { kWKPageLoaderClientCurrentVersion = 3 };
// Policy Client. // Policy Client.
 End of changes. 3 change blocks. 
7 lines changed or deleted 3 lines changed or added


 WebKitContextMenuActions.h   WebKitContextMenuActions.h 
skipping to change at line 75 skipping to change at line 75
* @WEBKIT_CONTEXT_MENU_ACTION_OPEN_VIDEO_IN_NEW_WINDOW: Open current video element in a new window. * @WEBKIT_CONTEXT_MENU_ACTION_OPEN_VIDEO_IN_NEW_WINDOW: Open current video element in a new window.
* @WEBKIT_CONTEXT_MENU_ACTION_OPEN_AUDIO_IN_NEW_WINDOW: Open current audio element in a new window. * @WEBKIT_CONTEXT_MENU_ACTION_OPEN_AUDIO_IN_NEW_WINDOW: Open current audio element in a new window.
* @WEBKIT_CONTEXT_MENU_ACTION_COPY_VIDEO_LINK_TO_CLIPBOARD: Copy video lin k location in to the clipboard. * @WEBKIT_CONTEXT_MENU_ACTION_COPY_VIDEO_LINK_TO_CLIPBOARD: Copy video lin k location in to the clipboard.
* @WEBKIT_CONTEXT_MENU_ACTION_COPY_AUDIO_LINK_TO_CLIPBOARD: Copy audio lin k location in to the clipboard. * @WEBKIT_CONTEXT_MENU_ACTION_COPY_AUDIO_LINK_TO_CLIPBOARD: Copy audio lin k location in to the clipboard.
* @WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_CONTROLS: Enable or disable med ia controls. * @WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_CONTROLS: Enable or disable med ia controls.
* @WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_LOOP: Enable or disable media l oop. * @WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_LOOP: Enable or disable media l oop.
* @WEBKIT_CONTEXT_MENU_ACTION_ENTER_VIDEO_FULLSCREEN: Show current video e lement in fullscreen mode. * @WEBKIT_CONTEXT_MENU_ACTION_ENTER_VIDEO_FULLSCREEN: Show current video e lement in fullscreen mode.
* @WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PLAY: Play current media element. * @WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PLAY: Play current media element.
* @WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PAUSE: Pause current media element. * @WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PAUSE: Pause current media element.
* @WEBKIT_CONTEXT_MENU_ACTION_MEDIA_MUTE: Mute current media element. * @WEBKIT_CONTEXT_MENU_ACTION_MEDIA_MUTE: Mute current media element.
* @WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_VIDEO_TO_DISK: Download video to di
sk. Since 2.2
* @WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_AUDIO_TO_DISK: Download audio to di
sk. Since 2.2
* @WEBKIT_CONTEXT_MENU_ACTION_CUSTOM: Custom action defined by application s. * @WEBKIT_CONTEXT_MENU_ACTION_CUSTOM: Custom action defined by application s.
* *
* Enum values used to denote the stock actions for * Enum values used to denote the stock actions for
* #WebKitContextMenuItem<!-- -->s * #WebKitContextMenuItem<!-- -->s
*/ */
typedef enum { typedef enum {
WEBKIT_CONTEXT_MENU_ACTION_NO_ACTION = 0, WEBKIT_CONTEXT_MENU_ACTION_NO_ACTION = 0,
WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK, WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK,
WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK_IN_NEW_WINDOW, WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK_IN_NEW_WINDOW,
skipping to change at line 124 skipping to change at line 126
WEBKIT_CONTEXT_MENU_ACTION_OPEN_VIDEO_IN_NEW_WINDOW, WEBKIT_CONTEXT_MENU_ACTION_OPEN_VIDEO_IN_NEW_WINDOW,
WEBKIT_CONTEXT_MENU_ACTION_OPEN_AUDIO_IN_NEW_WINDOW, WEBKIT_CONTEXT_MENU_ACTION_OPEN_AUDIO_IN_NEW_WINDOW,
WEBKIT_CONTEXT_MENU_ACTION_COPY_VIDEO_LINK_TO_CLIPBOARD, WEBKIT_CONTEXT_MENU_ACTION_COPY_VIDEO_LINK_TO_CLIPBOARD,
WEBKIT_CONTEXT_MENU_ACTION_COPY_AUDIO_LINK_TO_CLIPBOARD, WEBKIT_CONTEXT_MENU_ACTION_COPY_AUDIO_LINK_TO_CLIPBOARD,
WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_CONTROLS, WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_CONTROLS,
WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_LOOP, WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_LOOP,
WEBKIT_CONTEXT_MENU_ACTION_ENTER_VIDEO_FULLSCREEN, WEBKIT_CONTEXT_MENU_ACTION_ENTER_VIDEO_FULLSCREEN,
WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PLAY, WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PLAY,
WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PAUSE, WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PAUSE,
WEBKIT_CONTEXT_MENU_ACTION_MEDIA_MUTE, WEBKIT_CONTEXT_MENU_ACTION_MEDIA_MUTE,
WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_VIDEO_TO_DISK,
WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_AUDIO_TO_DISK,
WEBKIT_CONTEXT_MENU_ACTION_CUSTOM = 10000 WEBKIT_CONTEXT_MENU_ACTION_CUSTOM = 10000
} WebKitContextMenuAction; } WebKitContextMenuAction;
G_END_DECLS G_END_DECLS
#endif #endif
 End of changes. 2 change blocks. 
0 lines changed or deleted 6 lines changed or added


 WebKitDOMCustom.h   WebKitDOMCustom.h 
skipping to change at line 22 skipping to change at line 22
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-13 01 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-13 01 USA
*/ */
#ifndef WebKitDOMCustom_h #ifndef WebKitDOMCustom_h
#define WebKitDOMCustom_h #define WebKitDOMCustom_h
#include <glib-object.h>
#include <glib.h> #include <glib.h>
#include <webkitdom/webkitdomdefines.h> #include <webkitdom/webkitdomdefines.h>
G_BEGIN_DECLS G_BEGIN_DECLS
/** /**
* webkit_dom_html_text_area_element_is_edited: * webkit_dom_html_text_area_element_is_edited:
* @input: A #WebKitDOMHTMLTextAreaElement * @input: A #WebKitDOMHTMLTextAreaElement
* *
*/ */
skipping to change at line 93 skipping to change at line 94
WEBKIT_API void webkit_dom_html_form_element_dispatch_form_change(WebKitDOM HTMLFormElement* self); WEBKIT_API void webkit_dom_html_form_element_dispatch_form_change(WebKitDOM HTMLFormElement* self);
/** /**
* webkit_dom_html_form_element_dispatch_form_input: * webkit_dom_html_form_element_dispatch_form_input:
* @self: A #WebKitDOMHTMLFormElement * @self: A #WebKitDOMHTMLFormElement
* *
*/ */
WEBKIT_API void webkit_dom_html_form_element_dispatch_form_input(WebKitDOMH TMLFormElement* self); WEBKIT_API void webkit_dom_html_form_element_dispatch_form_input(WebKitDOMH TMLFormElement* self);
/** /**
* webkit_dom_html_element_get_id:
* @self: A #WebKitDOMHTMLElement
*
* This method is deprecated. Use webkit_dom_element_set_id() instead.
*
* Returns:
*
**/
WEBKIT_API gchar* webkit_dom_html_element_get_id(WebKitDOMHTMLElement* self
);
/**
* webkit_dom_html_element_set_id:
* @self: A #WebKitDOMHTMLElement
* @value: A #gchar
*
* This method is deprecated. Use webkit_dom_element_set_id() instead.
*
* Returns:
*
**/
WEBKIT_API void webkit_dom_html_element_set_id(WebKitDOMHTMLElement* self,
const gchar* value);
/**
* webkit_dom_webkit_named_flow_get_overflow: * webkit_dom_webkit_named_flow_get_overflow:
* @flow: A #WebKitDOMWebKitNamedFlow * @flow: A #WebKitDOMWebKitNamedFlow
* *
* Returns: * Returns:
* *
*/ */
WEBKIT_API gboolean webkit_dom_webkit_named_flow_get_overflow(WebKitDOMWebK itNamedFlow* flow); WEBKIT_API gboolean webkit_dom_webkit_named_flow_get_overflow(WebKitDOMWebK itNamedFlow* flow);
/** /**
* webkit_dom_element_get_webkit_region_overflow: * webkit_dom_element_get_webkit_region_overflow:
skipping to change at line 129 skipping to change at line 153
/** /**
* webkit_dom_webkit_named_flow_get_regions_by_content_node: * webkit_dom_webkit_named_flow_get_regions_by_content_node:
* @flow: A #WebKitDOMWebKitNamedFlow * @flow: A #WebKitDOMWebKitNamedFlow
* @content_node: A #WebKitDOMNode * @content_node: A #WebKitDOMNode
* *
* Returns: (transfer none): * Returns: (transfer none):
* *
*/ */
WEBKIT_API WebKitDOMNodeList* webkit_dom_webkit_named_flow_get_regions_by_c ontent_node(WebKitDOMWebKitNamedFlow* flow, WebKitDOMNode* content_node); WEBKIT_API WebKitDOMNodeList* webkit_dom_webkit_named_flow_get_regions_by_c ontent_node(WebKitDOMWebKitNamedFlow* flow, WebKitDOMNode* content_node);
WEBKIT_API GType webkit_dom_bar_info_get_type(void);
/**
* webkit_dom_bar_info_get_visible:
* @self: A #WebKitDOMBarInfo
*
* The BarInfo type has been removed from the DOM spec, this function does
nothing.
*
* Returns:
*
**/
WEBKIT_API gboolean webkit_dom_bar_info_get_visible(void* self);
/**
* webkit_dom_console_get_memory:
* @self: A #WebKitDOMConsole
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns: (transfer none):
*
**/
WEBKIT_API void* webkit_dom_console_get_memory(WebKitDOMConsole* self);
/**
* webkit_dom_css_style_declaration_get_property_css_value:
* @self: A #WebKitDOMCSSStyleDeclaration
* @propertyName: A #gchar
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns: (transfer none):
*
**/
WEBKIT_API WebKitDOMCSSValue* webkit_dom_css_style_declaration_get_property
_css_value(WebKitDOMCSSStyleDeclaration* self, const gchar* propertyName);
/**
* webkit_dom_document_get_webkit_hidden:
* @self: A #WebKitDOMDocument
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns:
*
**/
WEBKIT_API gboolean webkit_dom_document_get_webkit_hidden(WebKitDOMDocument
* self);
/**
* webkit_dom_document_get_webkit_visibility_state:
* @self: A #WebKitDOMDocument
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns:
*
**/
WEBKIT_API gchar* webkit_dom_document_get_webkit_visibility_state(WebKitDOM
Document* self);
/**
* webkit_dom_html_document_open:
* @self: A #WebKitDOMHTMLDocument
*
* Returns:
*
**/
WEBKIT_API void webkit_dom_html_document_open(WebKitDOMHTMLDocument* self);
/**
* webkit_dom_html_element_set_item_id:
* @self: A #WebKitDOMHTMLElement
* @value: A #gchar
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns:
*
**/
WEBKIT_API void webkit_dom_html_element_set_item_id(WebKitDOMHTMLElement* s
elf, const gchar* value);
/**
* webkit_dom_html_element_get_item_id:
* @self: A #WebKitDOMHTMLElement
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns:
*
**/
WEBKIT_API gchar* webkit_dom_html_element_get_item_id(WebKitDOMHTMLElement*
self);
/**
* webkit_dom_html_element_get_item_ref:
* @self: A #WebKitDOMHTMLElement
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns: (transfer none):
*
**/
WEBKIT_API WebKitDOMDOMSettableTokenList* webkit_dom_html_element_get_item_
ref(WebKitDOMHTMLElement* self);
/**
* webkit_dom_html_element_get_item_prop:
* @self: A #WebKitDOMHTMLElement
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns: (transfer none):
*
**/
WEBKIT_API WebKitDOMDOMSettableTokenList* webkit_dom_html_element_get_item_
prop(WebKitDOMHTMLElement* self);
/**
* webkit_dom_html_element_set_item_scope:
* @self: A #WebKitDOMHTMLElement
* @value: A #gboolean
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns:
*
**/
WEBKIT_API void webkit_dom_html_element_set_item_scope(WebKitDOMHTMLElement
* self, gboolean value);
/**
* webkit_dom_html_element_get_item_scope:
* @self: A #WebKitDOMHTMLElement
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns:
*
**/
WEBKIT_API gboolean webkit_dom_html_element_get_item_scope(WebKitDOMHTMLEle
ment* self);
/**
* webkit_dom_html_element_get_item_type:
* @self: A #WebKitDOMHTMLElement
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns: (transfer none):
*
**/
WEBKIT_API void* webkit_dom_html_element_get_item_type(WebKitDOMHTMLElement
* self);
WEBKIT_API GType webkit_dom_html_properties_collection_get_type(void);
/**
* webkit_dom_html_properties_collection_item:
* @self: A #WebKitDOMHTMLPropertiesCollection
* @index: A #gulong
*
* The PropertiesCollection object has been removed from WebKit, this funct
ion does nothing.
*
* Returns: (transfer none):
*
**/
WEBKIT_API WebKitDOMNode* webkit_dom_html_properties_collection_item(void*
self, gulong index);
/**
* webkit_dom_html_properties_collection_named_item:
* @self: A #WebKitDOMHTMLPropertiesCollection
* @name: A #gchar
*
* The PropertiesCollection object has been removed from WebKit, this funct
ion does nothing.
*
* Returns: (transfer none):
*
**/
WEBKIT_API void* webkit_dom_html_properties_collection_named_item(void* sel
f, const gchar* name);
/**
* webkit_dom_html_properties_collection_get_length:
* @self: A #WebKitDOMHTMLPropertiesCollection
*
* The PropertiesCollection object has been removed from WebKit, this funct
ion does nothing.
*
* Returns:
*
**/
WEBKIT_API gulong webkit_dom_html_properties_collection_get_length(void* se
lf);
/**
* webkit_dom_html_properties_collection_get_names:
* @self: A #WebKitDOMHTMLPropertiesCollection
*
* The PropertiesCollection object has been removed from WebKit, this funct
ion does nothing.
*
* Returns: (transfer none):
*
**/
WEBKIT_API WebKitDOMDOMStringList* webkit_dom_html_properties_collection_ge
t_names(void* self);
/**
* webkit_dom_node_get_attributes:
* @self: A #WebKitDOMNode
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns: (transfer none):
*
**/
WEBKIT_API WebKitDOMNamedNodeMap* webkit_dom_node_get_attributes(WebKitDOMN
ode* self);
/**
* webkit_dom_node_has_attributes:
* @self: A #WebKitDOMNode
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns:
*
**/
WEBKIT_API gboolean webkit_dom_node_has_attributes(WebKitDOMNode* self);
WEBKIT_API GType webkit_dom_memory_info_get_type(void);
/**
* webkit_dom_memory_info_get_total_js_heap_size:
* @self: A #WebKitDOMMemoryInfo
*
* The MemoryInfo object has been removed from WebKit, this function does n
othing.
*
* Returns:
*
**/
WEBKIT_API gulong webkit_dom_memory_info_get_total_js_heap_size(void* self)
;
/**
* webkit_dom_memory_info_get_used_js_heap_size:
* @self: A #WebKitDOMMemoryInfo
*
* The MemoryInfo object has been removed from WebKit, this function does n
othing.
*
* Returns:
*
**/
WEBKIT_API gulong webkit_dom_memory_info_get_used_js_heap_size(void* self);
/**
* webkit_dom_memory_info_get_js_heap_size_limit:
* @self: A #WebKitDOMMemoryInfo
*
* The MemoryInfo object has been removed from WebKit, this function does n
othing.
*
* Returns:
*
**/
WEBKIT_API gulong webkit_dom_memory_info_get_js_heap_size_limit(void* self)
;
WEBKIT_API GType webkit_dom_micro_data_item_value_get_type(void);
/**
* webkit_dom_performance_get_memory:
* @self: A #WebKitDOMPerformance
*
* This functionality has been removed from WebKit, this function does noth
ing.
*
* Returns: (transfer none):
*
**/
WEBKIT_API void* webkit_dom_performance_get_memory(WebKitDOMPerformance* se
lf);
WEBKIT_API GType webkit_dom_property_node_list_get_type(void);
/**
* webkit_dom_property_node_list_item:
* @self: A #WebKitDOMPropertyNodeList
* @index: A #gulong
*
* The PropertyNodeList object has been removed from WebKit, this function
does nothing.
*
* Returns: (transfer none):
*
**/
WEBKIT_API WebKitDOMNode* webkit_dom_property_node_list_item(void* self, gu
long index);
/**
* webkit_dom_property_node_list_get_length:
* @self: A #WebKitDOMPropertyNodeList
*
* The PropertyNodeList object has been removed from WebKit, this function
does nothing.
*
* Returns:
*
**/
WEBKIT_API gulong webkit_dom_property_node_list_get_length(void* self);
G_END_DECLS G_END_DECLS
#endif #endif
 End of changes. 3 change blocks. 
0 lines changed or deleted 358 lines changed or added


 WebKitDOMDOMWindow.h   WebKitDOMDOMWindow.h 
skipping to change at line 262 skipping to change at line 262
* Returns: (transfer none): * Returns: (transfer none):
* *
**/ **/
WEBKIT_API WebKitDOMMediaQueryList* WEBKIT_API WebKitDOMMediaQueryList*
webkit_dom_dom_window_match_media(WebKitDOMDOMWindow* self, const gchar* qu ery); webkit_dom_dom_window_match_media(WebKitDOMDOMWindow* self, const gchar* qu ery);
/** /**
* webkit_dom_dom_window_get_computed_style: * webkit_dom_dom_window_get_computed_style:
* @self: A #WebKitDOMDOMWindow * @self: A #WebKitDOMDOMWindow
* @element: A #WebKitDOMElement * @element: A #WebKitDOMElement
* @pseudoElement: A #gchar * @pseudoElement: (allow-none): A #gchar
* *
* Returns: (transfer none): * Returns: (transfer none):
* *
**/ **/
WEBKIT_API WebKitDOMCSSStyleDeclaration* WEBKIT_API WebKitDOMCSSStyleDeclaration*
webkit_dom_dom_window_get_computed_style(WebKitDOMDOMWindow* self, WebKitDO MElement* element, const gchar* pseudoElement); webkit_dom_dom_window_get_computed_style(WebKitDOMDOMWindow* self, WebKitDO MElement* element, const gchar* pseudoElement);
/** /**
* webkit_dom_dom_window_webkit_convert_point_from_page_to_node: * webkit_dom_dom_window_webkit_convert_point_from_page_to_node:
* @self: A #WebKitDOMDOMWindow * @self: A #WebKitDOMDOMWindow
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 WebKitDOMDocument.h   WebKitDOMDocument.h 
skipping to change at line 323 skipping to change at line 323
* *
**/ **/
WEBKIT_API WebKitDOMXPathNSResolver* WEBKIT_API WebKitDOMXPathNSResolver*
webkit_dom_document_create_ns_resolver(WebKitDOMDocument* self, WebKitDOMNo de* nodeResolver); webkit_dom_document_create_ns_resolver(WebKitDOMDocument* self, WebKitDOMNo de* nodeResolver);
/** /**
* webkit_dom_document_evaluate: * webkit_dom_document_evaluate:
* @self: A #WebKitDOMDocument * @self: A #WebKitDOMDocument
* @expression: A #gchar * @expression: A #gchar
* @contextNode: A #WebKitDOMNode * @contextNode: A #WebKitDOMNode
* @resolver: A #WebKitDOMXPathNSResolver * @resolver: (allow-none): A #WebKitDOMXPathNSResolver
* @type: A #gushort * @type: A #gushort
* @inResult: A #WebKitDOMXPathResult * @inResult: (allow-none): A #WebKitDOMXPathResult
* @error: #GError * @error: #GError
* *
* Returns: (transfer none): * Returns: (transfer none):
* *
**/ **/
WEBKIT_API WebKitDOMXPathResult* WEBKIT_API WebKitDOMXPathResult*
webkit_dom_document_evaluate(WebKitDOMDocument* self, const gchar* expressi on, WebKitDOMNode* contextNode, WebKitDOMXPathNSResolver* resolver, gushort type, WebKitDOMXPathResult* inResult, GError** error); webkit_dom_document_evaluate(WebKitDOMDocument* self, const gchar* expressi on, WebKitDOMNode* contextNode, WebKitDOMXPathNSResolver* resolver, gushort type, WebKitDOMXPathResult* inResult, GError** error);
/** /**
* webkit_dom_document_exec_command: * webkit_dom_document_exec_command:
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added


 WebKitDOMElement.h   WebKitDOMElement.h 
skipping to change at line 424 skipping to change at line 424
* webkit_dom_element_get_style: * webkit_dom_element_get_style:
* @self: A #WebKitDOMElement * @self: A #WebKitDOMElement
* *
* Returns: (transfer none): * Returns: (transfer none):
* *
**/ **/
WEBKIT_API WebKitDOMCSSStyleDeclaration* WEBKIT_API WebKitDOMCSSStyleDeclaration*
webkit_dom_element_get_style(WebKitDOMElement* self); webkit_dom_element_get_style(WebKitDOMElement* self);
/** /**
* webkit_dom_element_get_id:
* @self: A #WebKitDOMElement
*
* Returns:
*
**/
WEBKIT_API gchar*
webkit_dom_element_get_id(WebKitDOMElement* self);
/**
* webkit_dom_element_set_id:
* @self: A #WebKitDOMElement
* @value: A #gchar
*
* Returns:
*
**/
WEBKIT_API void
webkit_dom_element_set_id(WebKitDOMElement* self, const gchar* value);
/**
* webkit_dom_element_get_offset_left: * webkit_dom_element_get_offset_left:
* @self: A #WebKitDOMElement * @self: A #WebKitDOMElement
* *
* Returns: * Returns:
* *
**/ **/
WEBKIT_API glong WEBKIT_API glong
webkit_dom_element_get_offset_left(WebKitDOMElement* self); webkit_dom_element_get_offset_left(WebKitDOMElement* self);
/** /**
 End of changes. 1 change blocks. 
0 lines changed or deleted 21 lines changed or added


 WebKitDOMHTMLElement.h   WebKitDOMHTMLElement.h 
skipping to change at line 102 skipping to change at line 102
* webkit_dom_html_element_click: * webkit_dom_html_element_click:
* @self: A #WebKitDOMHTMLElement * @self: A #WebKitDOMHTMLElement
* *
* Returns: * Returns:
* *
**/ **/
WEBKIT_API void WEBKIT_API void
webkit_dom_html_element_click(WebKitDOMHTMLElement* self); webkit_dom_html_element_click(WebKitDOMHTMLElement* self);
/** /**
* webkit_dom_html_element_get_id:
* @self: A #WebKitDOMHTMLElement
*
* Returns:
*
**/
WEBKIT_API gchar*
webkit_dom_html_element_get_id(WebKitDOMHTMLElement* self);
/**
* webkit_dom_html_element_set_id:
* @self: A #WebKitDOMHTMLElement
* @value: A #gchar
*
* Returns:
*
**/
WEBKIT_API void
webkit_dom_html_element_set_id(WebKitDOMHTMLElement* self, const gchar* val
ue);
/**
* webkit_dom_html_element_get_title: * webkit_dom_html_element_get_title:
* @self: A #WebKitDOMHTMLElement * @self: A #WebKitDOMHTMLElement
* *
* Returns: * Returns:
* *
**/ **/
WEBKIT_API gchar* WEBKIT_API gchar*
webkit_dom_html_element_get_title(WebKitDOMHTMLElement* self); webkit_dom_html_element_get_title(WebKitDOMHTMLElement* self);
/** /**
 End of changes. 1 change blocks. 
22 lines changed or deleted 0 lines changed or added


 WebKitDOMNode.h   WebKitDOMNode.h 
skipping to change at line 56 skipping to change at line 56
WebKitDOMObjectClass parent_class; WebKitDOMObjectClass parent_class;
}; };
WEBKIT_API GType WEBKIT_API GType
webkit_dom_node_get_type (void); webkit_dom_node_get_type (void);
/** /**
* webkit_dom_node_insert_before: * webkit_dom_node_insert_before:
* @self: A #WebKitDOMNode * @self: A #WebKitDOMNode
* @newChild: A #WebKitDOMNode * @newChild: A #WebKitDOMNode
* @refChild: A #WebKitDOMNode * @refChild: (allow-none): A #WebKitDOMNode
* @error: #GError * @error: #GError
* *
* Returns: (transfer none): * Returns: (transfer none):
* *
**/ **/
WEBKIT_API WebKitDOMNode* WEBKIT_API WebKitDOMNode*
webkit_dom_node_insert_before(WebKitDOMNode* self, WebKitDOMNode* newChild, WebKitDOMNode* refChild, GError** error); webkit_dom_node_insert_before(WebKitDOMNode* self, WebKitDOMNode* newChild, WebKitDOMNode* refChild, GError** error);
/** /**
* webkit_dom_node_replace_child: * webkit_dom_node_replace_child:
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 WebKitVersion.h   WebKitVersion.h 
skipping to change at line 47 skipping to change at line 47
*/ */
#define WEBKIT_MAJOR_VERSION (2) #define WEBKIT_MAJOR_VERSION (2)
/** /**
* WEBKIT_MINOR_VERSION: * WEBKIT_MINOR_VERSION:
* *
* Like webkit_get_minor_version(), but from the headers used at * Like webkit_get_minor_version(), but from the headers used at
* application compile time, rather than from the library linked * application compile time, rather than from the library linked
* against at application run time. * against at application run time.
*/ */
#define WEBKIT_MINOR_VERSION (1) #define WEBKIT_MINOR_VERSION (2)
/** /**
* WEBKIT_MICRO_VERSION: * WEBKIT_MICRO_VERSION:
* *
* Like webkit_get_micro_version(), but from the headers used at * Like webkit_get_micro_version(), but from the headers used at
* application compile time, rather than from the library linked * application compile time, rather than from the library linked
* against at application run time. * against at application run time.
*/ */
#define WEBKIT_MICRO_VERSION (4) #define WEBKIT_MICRO_VERSION (6)
/** /**
* WEBKIT_CHECK_VERSION: * WEBKIT_CHECK_VERSION:
* @major: major version (e.g. 1 for version 1.2.5) * @major: major version (e.g. 1 for version 1.2.5)
* @minor: minor version (e.g. 2 for version 1.2.5) * @minor: minor version (e.g. 2 for version 1.2.5)
* @micro: micro version (e.g. 5 for version 1.2.5) * @micro: micro version (e.g. 5 for version 1.2.5)
* *
* Returns: %TRUE if the version of the WebKit header files * Returns: %TRUE if the version of the WebKit header files
* is the same as or newer than the passed-in version. * is the same as or newer than the passed-in version.
*/ */
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added


 WebKitWebPage.h   WebKitWebPage.h 
skipping to change at line 29 skipping to change at line 29
#if !defined(__WEBKIT_WEB_EXTENSION_H_INSIDE__) && !defined(WEBKIT2_COMPILA TION) #if !defined(__WEBKIT_WEB_EXTENSION_H_INSIDE__) && !defined(WEBKIT2_COMPILA TION)
#error "Only <webkit2/webkit-web-extension.h> can be included directly." #error "Only <webkit2/webkit-web-extension.h> can be included directly."
#endif #endif
#ifndef WebKitWebPage_h #ifndef WebKitWebPage_h
#define WebKitWebPage_h #define WebKitWebPage_h
#include <glib-object.h> #include <glib-object.h>
#include <webkit2/WebKitDefines.h> #include <webkit2/WebKitDefines.h>
#include <webkit2/WebKitFrame.h>
#include <webkitdom/webkitdom.h> #include <webkitdom/webkitdom.h>
G_BEGIN_DECLS G_BEGIN_DECLS
#define WEBKIT_TYPE_WEB_PAGE (webkit_web_page_get_type()) #define WEBKIT_TYPE_WEB_PAGE (webkit_web_page_get_type())
#define WEBKIT_WEB_PAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_TYPE_WEB_PAGE, WebKitWebPage)) #define WEBKIT_WEB_PAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), WEBKIT_TYPE_WEB_PAGE, WebKitWebPage))
#define WEBKIT_IS_WEB_PAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_TYPE_WEB_PAGE)) #define WEBKIT_IS_WEB_PAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), WEBKIT_TYPE_WEB_PAGE))
#define WEBKIT_WEB_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), WEBKIT_TYPE_WEB_PAGE, WebKitWebPageClass)) #define WEBKIT_WEB_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), WEBKIT_TYPE_WEB_PAGE, WebKitWebPageClass))
#define WEBKIT_IS_WEB_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), WEBKIT_TYPE_WEB_PAGE)) #define WEBKIT_IS_WEB_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), WEBKIT_TYPE_WEB_PAGE))
#define WEBKIT_WEB_PAGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), WEBKIT_TYPE_WEB_PAGE, WebKitWebPageClass)) #define WEBKIT_WEB_PAGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), WEBKIT_TYPE_WEB_PAGE, WebKitWebPageClass))
skipping to change at line 64 skipping to change at line 65
WEBKIT_API GType WEBKIT_API GType
webkit_web_page_get_type (void); webkit_web_page_get_type (void);
WEBKIT_API WebKitDOMDocument * WEBKIT_API WebKitDOMDocument *
webkit_web_page_get_dom_document (WebKitWebPage *web_page); webkit_web_page_get_dom_document (WebKitWebPage *web_page);
WEBKIT_API guint64 WEBKIT_API guint64
webkit_web_page_get_id (WebKitWebPage *web_page); webkit_web_page_get_id (WebKitWebPage *web_page);
WEBKIT_API const gchar * WEBKIT_API const gchar *
webkit_web_page_get_uri (WebKitWebPage *web_page); webkit_web_page_get_uri (WebKitWebPage *web_page);
WEBKIT_API WebKitFrame *
webkit_web_page_get_main_frame (WebKitWebPage *web_page);
G_END_DECLS G_END_DECLS
#endif #endif
 End of changes. 2 change blocks. 
1 lines changed or deleted 5 lines changed or added


 webkit-web-extension.h   webkit-web-extension.h 
skipping to change at line 25 skipping to change at line 25
* along with this library; see the file COPYING.LIB. If not, write to * along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#ifndef __WebKitWebExtension_h #ifndef __WebKitWebExtension_h
#define __WebKitWebExtension_h #define __WebKitWebExtension_h
#define __WEBKIT_WEB_EXTENSION_H_INSIDE__ #define __WEBKIT_WEB_EXTENSION_H_INSIDE__
#include <webkit2/WebKitFrame.h>
#include <webkit2/WebKitScriptWorld.h>
#include <webkit2/WebKitURIRequest.h> #include <webkit2/WebKitURIRequest.h>
#include <webkit2/WebKitURIResponse.h> #include <webkit2/WebKitURIResponse.h>
#include <webkit2/WebKitWebExtension.h> #include <webkit2/WebKitWebExtension.h>
#include <webkit2/WebKitWebPage.h> #include <webkit2/WebKitWebPage.h>
#undef __WEBKIT_WEB_EXTENSION_H_INSIDE__ #undef __WEBKIT_WEB_EXTENSION_H_INSIDE__
#endif #endif
 End of changes. 1 change blocks. 
0 lines changed or deleted 2 lines changed or added


 webkitversion.h   webkitversion.h 
skipping to change at line 29 skipping to change at line 29
#ifndef webkitversion_h #ifndef webkitversion_h
#define webkitversion_h #define webkitversion_h
#include <glib.h> #include <glib.h>
#include <webkit/webkitdefines.h> #include <webkit/webkitdefines.h>
G_BEGIN_DECLS G_BEGIN_DECLS
#define WEBKIT_MAJOR_VERSION (2) #define WEBKIT_MAJOR_VERSION (2)
#define WEBKIT_MINOR_VERSION (1) #define WEBKIT_MINOR_VERSION (2)
#define WEBKIT_MICRO_VERSION (4) #define WEBKIT_MICRO_VERSION (6)
#define WEBKIT_USER_AGENT_MAJOR_VERSION (538) #define WEBKIT_USER_AGENT_MAJOR_VERSION (538)
#define WEBKIT_USER_AGENT_MINOR_VERSION (1) #define WEBKIT_USER_AGENT_MINOR_VERSION (1)
/** /**
* WEBKITGTK_API_VERSION: (skip) * WEBKITGTK_API_VERSION: (skip)
*/ */
#define WEBKITGTK_API_VERSION (3.0) #define WEBKITGTK_API_VERSION (3.0)
#define WEBKIT_CHECK_VERSION(major, minor, micro) \ #define WEBKIT_CHECK_VERSION(major, minor, micro) \
(WEBKIT_MAJOR_VERSION > (major) || \ (WEBKIT_MAJOR_VERSION > (major) || \
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/