epiphany r7986 - trunk/embed
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r7986 - trunk/embed
- Date: Mon, 25 Feb 2008 21:06:48 +0000 (GMT)
Author: chpe
Date: Mon Feb 25 21:06:48 2008
New Revision: 7986
URL: http://svn.gnome.org/viewvc/epiphany?rev=7986&view=rev
Log:
Add new types from xr 1.9.
Modified:
trunk/embed/ephy-adblock.h
Modified: trunk/embed/ephy-adblock.h
==============================================================================
--- trunk/embed/ephy-adblock.h (original)
+++ trunk/embed/ephy-adblock.h Mon Feb 25 21:06:48 2008
@@ -54,7 +54,15 @@
AD_URI_CHECK_TYPE_SUBDOCUMENT = 7U, /* Indicates a document contained
within another document (e.g.,
IFRAMEs, FRAMES, and OBJECTs) */
- AD_URI_CHECK_TYPE_REFRESH = 8U /* Indicates a timed refresh */
+ AD_URI_CHECK_TYPE_REFRESH = 8U, /* Indicates a timed refresh */
+
+ AD_URI_CHECK_TYPE_XBEL = 9U, /* Indicates an XBL binding request,
+ triggered either by -moz-binding CSS
+ property or Document.addBinding method */
+ AD_URI_CHECK_TYPE_PING = 10U, /* Indicates a ping triggered by a click on
+ <A PING="..."> element */
+ AD_URI_CHECK_TYPE_XMLHTTPREQUEST = 11U, /* Indicates a XMLHttpRequest */
+ AD_URI_CHECK_TYPE_OBJECT_SUBREQUEST = 12U /* Indicates a request by a plugin */
} AdUriCheckType;
typedef struct _EphyAdBlock EphyAdBlock;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]