1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

webkit: upgraded to rev 31467, enabled SVG fonts

http://bugs.webkit.org/show_bug.cgi?id=18239 was reported as SVG fonts
support is required to make Webkit built.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4151 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-03-31 18:34:18 +00:00
parent 544fa41378
commit 133a314a4f
7 changed files with 126 additions and 64 deletions
-12
View File
@@ -1,12 +0,0 @@
Index: webkit-gtk-0.1+svnr28656-r4/WebKit/gtk/WebView/webkitwebview.cpp
===================================================================
--- webkit-gtk-0.1+svnr28656-r4.orig/WebKit/gtk/WebView/webkitwebview.cpp 2008-02-08 17:41:55.000000000 +0000
+++ webkit-gtk-0.1+svnr28656-r4/WebKit/gtk/WebView/webkitwebview.cpp 2008-02-08 17:42:17.000000000 +0000
@@ -183,6 +183,7 @@
hildon_gtk_im_context_filter_event(webViewData->imContext, (GdkEvent*)event);
hildon_gtk_im_context_show(webViewData->imContext);
#endif
+ gtk_im_context_focus_in(webViewData->imContext);
}
return frame->eventHandler()->handleMouseReleaseEvent(PlatformMouseEvent(event));