[GTK] Add WebKitError to GTK+ WebKit2 API
authorcarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 28 Sep 2011 16:20:57 +0000 (16:20 +0000)
committercarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 28 Sep 2011 16:20:57 +0000 (16:20 +0000)
commit67484bc1c6f9f304eba89d3b531eabdf8eb70732
tree5f4a160b1018f45c2f2416ac6b8938dcd08508d1
parent2655e878f756df1cd6794a99e7ac3dfe97306c21
[GTK] Add WebKitError to GTK+ WebKit2 API
https://bugs.webkit.org/show_bug.cgi?id=68508

Reviewed by Martin Robinson.

Source/WebKit2:

Add WebKitNetworkError enum to define network errors.

* GNUmakefile.am: Add new files to compilation.
* UIProcess/API/gtk/WebKitError.cpp: Added.
(webkit_network_error_quark):
* UIProcess/API/gtk/WebKitError.h:
* UIProcess/API/gtk/WebKitPrivate.h: Add
COMPILE_ASSERT_MATCHING_ENUM macro.
* UIProcess/API/gtk/webkit2.h: Add WebKitError.h and
WebKitEnumTypes.h

Tools:

* GNUmakefile.am: Add path to webkitgtk derived sources to the
include path.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96225 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebKit2/ChangeLog
Source/WebKit2/GNUmakefile.am
Source/WebKit2/UIProcess/API/gtk/WebKitError.cpp [new file with mode: 0644]
Source/WebKit2/UIProcess/API/gtk/WebKitError.h [new file with mode: 0644]
Source/WebKit2/UIProcess/API/gtk/WebKitPrivate.h
Source/WebKit2/UIProcess/API/gtk/webkit2.h
Tools/ChangeLog
Tools/GNUmakefile.am