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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 6 07:32:03 PDT 2009


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


Xan Lopez <xan.lopez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|                            |FIXED
             Status|NEW                         |RESOLVED




--- Comment #21 from Xan Lopez <xan.lopez at gmail.com>  2009-09-06 07:32:03 PDT ---
(In reply to comment #20)
> (From update of attachment 39037 [details])
> > 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.

I have pushed this with this fix and one "Since" tag that was missing. Landed
in r48101, closing.

-- 
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