[Webkit-unassigned] [Bug 27899] [Gtk] Expose a database API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 22:18:54 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27899


Jan Alonzo <jmalonzo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39037|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #20 from Jan Alonzo <jmalonzo at gmail.com>  2009-09-03 22:18:54 PDT ---
(From update of attachment 39037)
> diff --git a/GNUmakefile.am b/GNUmakefile.am
> index 53a04cd..41806e4 100644
> --- a/GNUmakefile.am
> +++ b/GNUmakefile.am
> @@ -331,6 +331,7 @@ webkitgtk_h_api += \
>  	$(srcdir)/WebKit/gtk/webkit/webkitwebsettings.h \
>  	$(srcdir)/WebKit/gtk/webkit/webkitwebwindowfeatures.h \
>  	$(srcdir)/WebKit/gtk/webkit/webkitwebview.h \
> +	$(srcdir)/WebKit/gtk/webkit/webkitwebdatabase.h \
>  	$(top_builddir)/WebKit/gtk/webkit/webkitversion.h
>  
>  webkitgtk_built_sources += \
> @@ -372,6 +373,10 @@ webkitgtk_sources += \
>  	WebKit/gtk/webkit/webkitwebnavigationaction.cpp \
>  	WebKit/gtk/webkit/webkitwebpolicydecision.cpp \
>  	WebKit/gtk/webkit/webkitwebresource.cpp \
> +	WebKit/gtk/webkit/webkitwebdatabase.cpp \
> +	WebKit/gtk/webkit/webkitwebdatabase.h \
> +	WebKit/gtk/webkit/webkitsecurityorigin.cpp \
> +	WebKit/gtk/webkit/webkitsecurityorigin.h \

Should the header be in the API section?

Other than that looks great! r=me.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list