After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 584762 - support cookies if installed libsoup > 2.26
support cookies if installed libsoup > 2.26
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Rendering
3.27.x
Other Linux
: Normal normal
: ---
Assigned To: Srinivasa Ragavan
Srinivasa Ragavan
Depends on:
Blocks:
 
 
Reported: 2009-06-03 19:13 UTC by Denis Pauk
Modified: 2009-06-15 05:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
add support by configure script (3.57 KB, patch)
2009-06-03 20:18 UTC, Denis Pauk
none Details | Review
little fix patch (3.57 KB, patch)
2009-06-07 10:21 UTC, Denis Pauk
committed Details | Review

Description Denis Pauk 2009-06-03 19:13:53 UTC
Add support cookies if installed soup > 2.26
Comment 1 Denis Pauk 2009-06-03 20:18:20 UTC
Created attachment 135906 [details] [review]
add support by configure script
Comment 2 Denis Pauk 2009-06-07 10:21:40 UTC
Created attachment 136088 [details] [review]
little fix patch
Comment 3 Srinivasa Ragavan 2009-06-08 04:01:21 UTC
Makes sense. Commit to trunk.

Btw, why do you have the other AC_ checks?
Comment 4 Denis Pauk 2009-06-08 09:07:52 UTC
It's fix autoscan warning, add check existing standard headers and functions used in source:
---
configure.ac: warning: missing AC_CHECK_FUNCS([memchr]) wanted by: gtkhtml/htmlurl.c:66
configure.ac: warning: missing AC_CHECK_FUNCS([memmove]) wanted by: gtkhtml/gtkhtml.c:1594
configure.ac: warning: missing AC_CHECK_FUNCS([memset]) wanted by: gtkhtml/htmlfontmanager.c:34
configure.ac: warning: missing AC_CHECK_FUNCS([regcomp]) wanted by: gtkhtml/htmltext.c:3172
configure.ac: warning: missing AC_CHECK_FUNCS([setlocale]) wanted by: gtkhtml/gtkhtml-properties.c:44
configure.ac: warning: missing AC_CHECK_FUNCS([strchr]) wanted by: gtkhtml/htmlstringtokenizer.c:95
configure.ac: warning: missing AC_CHECK_FUNCS([strcspn]) wanted by: gtkhtml/htmltokenizer.c:462
configure.ac: warning: missing AC_CHECK_FUNCS([strrchr]) wanted by: gtkhtml/gtkhtml.c:1567
configure.ac: warning: missing AC_CHECK_FUNCS([strstr]) wanted by: gtkhtml/htmlshape.c:71
configure.ac: warning: missing AC_CHECK_FUNCS([strtoull]) wanted by: gtkhtml/htmltokenizer.c:482
configure.ac: warning: missing AC_CHECK_HEADERS([fcntl.h]) wanted by: gtkhtml/test.c:26
configure.ac: warning: missing AC_CHECK_HEADERS([libintl.h]) wanted by: components/editor/main.c:21
configure.ac: warning: missing AC_CHECK_HEADERS([locale.h]) wanted by: components/editor/main.c:22
configure.ac: warning: missing AC_CHECK_HEADERS([stdlib.h]) wanted by: components/editor/main.c:23
configure.ac: warning: missing AC_CHECK_HEADERS([string.h]) wanted by: components/editor/gtkhtml-editor.c:23
configure.ac: warning: missing AC_CHECK_HEADERS([unistd.h]) wanted by: gtkhtml/test.c:29
configure.ac: warning: missing AC_C_INLINE wanted by: gtkhtml/htmlcursor.c:91
configure.ac: warning: missing AC_FUNC_ALLOCA wanted by: gtkhtml/gtkhtml-compat.h:4
configure.ac: warning: missing AC_FUNC_MALLOC wanted by: gtkhtml/testgtkhtml.c:1187
configure.ac: warning: missing AC_PREREQ wanted by: autoscan
configure.ac: warning: missing AC_PROG_INSTALL wanted by: autogen.sh:35
configure.ac: warning: missing AC_PROG_MAKE_SET wanted by: autogen.sh:35
----
Comment 5 Bharath Acharya 2009-06-15 05:45:55 UTC
Committed to master
http://git.gnome.org/cgit/gtkhtml/commit/?id=1e95a4e609cce84563ce88bd44d19e54dd23b299