Hi,
On Sat, 29 Mar 2008, Blake Ramsdell wrote:
There is a 100% unofficial git repo available at
http://folks.o-hand.com/iain/git/WebKit although it requires a patch for
clutter-cairo which isn't in yet but will hopefully go in soon (although
you should be able to comment out the undefined function if you don't
want to resize the webkit actor)
I tried to grab it:
~/Source/OpenSource$ git clone http://folks.o-hand.com/iain/git/WebKit
Initialized empty Git repository in /Users/blake/Source/OpenSource/WebKit/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
You can now try again and it will work. However, OH site renders very well
but for other things like google.com, text is very small to not visible.
Do you see the same Iain? Then, I tried to build the gtk flavour out of
the same tree and could confirm this is a problem specific to the clutter
backend.
BTW, there are also some glitches when you move the pointer other the OH's
'Home', 'Work', 'About' tabs.
You can find the relevant gtk patches hereunder, should iain want to
commit them to the git tree.
diff --git a/GNUmakefile.am b/GNUmakefile.am
index 5044658..77b6fb4 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -210,7 +210,7 @@ libWebCore_gtk_la_CFLAGS = \
libWebCore_gtk_la_CPPFLAGS = \
$(global_cppflags) \
$(webcore_cppflags) \
- $(javasciptcore_cppflags) \
+ $(javascriptcore_cppflags) \
$(webkitgtk_cppflags)
libWebCore_gtk_la_LIBADD = \
diff --git a/WebKitTools/GNUmakefile.am b/WebKitTools/GNUmakefile.am
index b9ceb9c..ef6071c 100644
--- a/WebKitTools/GNUmakefile.am
+++ b/WebKitTools/GNUmakefile.am
@@ -15,6 +15,7 @@ Programs_GtkLauncher_SOURCES = \
Programs_GtkLauncher_CFLAGS = \
$(GLOBALDEPS_CFLAGS) \
$(WEBKITDEPS_CFLAGS) \
+ $(GTKDEPS_CFLAGS) \
$(global_cflags)
Programs_GtkLauncher_LDADD = \
@@ -42,6 +43,7 @@ Programs_DumpRenderTree_SOURCES = \
Programs_DumpRenderTree_CXXFLAGS = \
$(GLOBALDEPS_CFLAGS) \
$(WEBKITDEPS_CFLAGS) \
+ $(GTKDEPS_CFLAGS) \
$(global_cxxflags) \
$(global_cflags)
--
To unsubscribe send a mail to [EMAIL PROTECTED]