Re: [webkit-dev] Patch in Qmake to split libQtWebkit.so

2012-01-13 Thread Konstantin Tokarev


13.01.2012, 10:07, Subha subhara...@gmail.com:
 The libQtWebkit.so size is too large and is around 32MB for MIPS Platform. Is
 there a patch in qmake to split the  libQtWebkit.so?

I also use QtWebKit on embedded platform. Some recommendations based on my
personal experience:

1) Build QtWebKit stand-alone with build-webkit script, and disable all 
unneeded features.
E.g. disabling SVG can save you a lot of space.

2) Add -fvisibility=hidden -fvisibility-inlines-hidden to build options (i.e., 
revert commit 
5700b25 in git). This saves a lot of space too.

-- 
Regards,
Konstantin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Patch in Qmake to split libQtWebkit.so

2012-01-13 Thread Alexis Menard
2012/1/13 Konstantin Tokarev annu...@yandex.ru:


 13.01.2012, 10:07, Subha subhara...@gmail.com:
 The libQtWebkit.so size is too large and is around 32MB for MIPS Platform. Is
 there a patch in qmake to split the  libQtWebkit.so?

 I also use QtWebKit on embedded platform. Some recommendations based on my
 personal experience:

 1) Build QtWebKit stand-alone with build-webkit script, and disable all 
 unneeded features.
 E.g. disabling SVG can save you a lot of space.

Maybe the --minimal of build-webkit is just enough for you?


 2) Add -fvisibility=hidden -fvisibility-inlines-hidden to build options 
 (i.e., revert commit
 5700b25 in git). This saves a lot of space too.

The conversation is more for webkit...@lists.webkit.org as it is Qt
specific. Let's move it there if someone have additional questions.


 --
 Regards,
 Konstantin
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev



-- 
Alexis Menard (darktears)
Software Engineer
INdT Recife Brazil
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Got a problem while attach a patch for review

2012-01-13 Thread huangxueqing
Hi all:
I got a problem while attach a path to review. It was my first patch.
I had implemented offline web applications new API 
applicationCache.abort(), i filed a 
bug(https://bugs.webkit.org/show_bug.cgi?id=76270) and attach a patch for 
review. But QT, GTK, EFL and chromium compile error, QT, GTK and EFL seem error 
on frame-domWindow()-console()-addMessage(...), which has not any difference 
with addMessage in ApplicationCacheGroup::didReceiveResponse.
Chromium implemented app_cache in main process, and Chromium port should 
implement abort() in WebKit\chromium\src\ApplicationCacheHost.
I don't know exactly how to fix these errors. In addition, should i 
implement abort() in WebKit\chromium\src\ApplicationCacheHost to fix chromium 
compile error?
Any help and suggestion will be appreciate.

xueqing
Baidu,Inc.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] New CSS property -webkit-control-text-overflow

2012-01-13 Thread Ojan Vafai
Is this specced anywhere? Do we need a new CSS property? Could we just make
text-overflow work on text inputs?

On Wed, Jan 11, 2012 at 11:30 PM, Jon Lee jon...@apple.com wrote:

 Hi WebKit!

 I wanted to let you know that we would like to add a new CSS property
 -webkit-control-text-overflow. It is a non-inheritable property that can
 only be applied to single-line text inputs. Acceptable values are the same
 as text-overflow, i.e. clip and ellipsis.

 When the input is set with the ellipsis value, both the placeholder and
 inner text value of the input render with an ellipsis if the text overflows
 and the input is not focused. When the input becomes focused, the
 placeholder or text value renders clipped, as before.

 Although this is a small enhancement to text controls, we think this is
 especially useful for authors developing on the mac platform, since the
 analog native widgets behave similarly.

 The bug that tracks this is: https://bugs.webkit.org/show_bug.cgi?id=76118

 Jon
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev