Re: [webkit-dev] Double-Resolution (Retina) Images - Re: -webkit-image-set

2012-04-23 Thread Kalle Vahlman
obviously not up-to-date in its definition (eg. handheld devices are not typically small screen, limited bandwidth anymore), but on the other hand it allows undefined types as well so nothing prevents implementers to extend it beforehand (like is done with most CSS properties anyway). -- Kalle Vahlman

Re: [webkit-dev] Moving to Git?

2012-03-10 Thread Kalle Vahlman
in everybody's minds. It is not. It is always subjective what workflow makes sense. -- Kalle Vahlman, z...@iki.fi Powered by http://movial.com Interesting stuff at http://sandbox.movial.com ___ webkit-dev mailing list webkit-dev@lists.webkit.org http

Re: [webkit-dev] Moving to Git?

2012-03-09 Thread Kalle Vahlman
. I'm sure people using svn do not check the log often, for obvious reasons, but it is still a factor to consider. -- Kalle Vahlman, z...@iki.fi Powered by http://movial.com Interesting stuff at http://sandbox.movial.com ___ webkit-dev mailing list webkit

Re: [webkit-dev] Moving to Git?

2012-03-09 Thread Kalle Vahlman
2012/3/9 Mark Rowe mr...@apple.com: On 2012-03-09, at 09:15, Kalle Vahlman kalle.vahl...@gmail.com wrote: 2012/3/9 Ryosuke Niwa rn...@webkit.org: Frankly, I don't quite understand the benefit of this transition. Do we really need to move to git? If the only problem of keeping svn was about

Re: [webkit-dev] About the Video conferencing and peer-to-peer communication implementation

2011-11-10 Thread Kalle Vahlman
.html I suppose bugzilla has bugs for this, although they are not mentioned in the announcement. Would probably be a good idea to have a tracking bug for this though? -- Kalle Vahlman, z...@iki.fi Powered by http://movial.com Interesting stuff at http://sandbox.movial.com

Re: [webkit-dev] when is expose_event fired

2010-10-21 Thread Kalle Vahlman
-draw-area or invalidate the whole widget with gtk_widget_queue_draw(). This will (eventually, not immediately) result in the widget receiving an expose event for the invalid area. -- Kalle Vahlman, z...@iki.fi Powered by http://movial.com Interesting stuff at http://sandbox.movial.com See also

Re: [webkit-dev] webkit-patch and SVN

2010-04-14 Thread Kalle Vahlman
possible to make the git part of the script cwd-aware too. -- Kalle Vahlman, z...@iki.fi Powered by http://movial.com Interesting stuff at http://sandbox.movial.com See also http://syslog.movial.fi ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] JSObjectMakeFunction question

2009-06-01 Thread Kalle Vahlman
to do is get the function object (most likely JSObjectGetProperty() on the global object) and then call it with JSObjectCallAsFunction(). -- Kalle Vahlman, z...@iki.fi Powered by http://movial.com Interesting stuff at http://sandbox.movial.com See also http://syslog.movial.fi

Re: [webkit-dev] Problems with JavaScript bison parser

2009-02-19 Thread Kalle Vahlman
and bison earlier than version 2.2: https://bugs.webkit.org/show_bug.cgi?id=22456 though that one outright chrashes (and it's CSS parsing that is crashing). But maybe you should try different bison versions to see if it makes a difference? -- Kalle Vahlman, z...@iki.fi Powered by http

Re: [webkit-dev] Fail to build WebKit r37132 with GTK on Fedora core 10

2009-01-07 Thread Kalle Vahlman
of the revision you used and the gtk+ build got fixed (multiple times) some time after that: http://trac.webkit.org/changeset/37172/trunk/WebCore/platform/gtk/ScrollViewGtk.cpp Probably best to upgrade to a newer revision, unless you have specific reasons to stick with that one... -- Kalle Vahlman, z

Re: [webkit-dev] WebKit runtime image compression

2008-12-16 Thread Kalle Vahlman
is doing that already in browser engines? -- Kalle Vahlman, z...@iki.fi Powered by http://movial.fi Interesting stuff at http://sandbox.movial.com See also http://syslog.movial.fi ___ webkit-dev mailing list webkit-dev@lists.webkit.org http

Re: [webkit-dev] How to enable Inspector in Webkit/GTK

2008-11-30 Thread Kalle Vahlman
2008/11/30 ying lcs [EMAIL PROTECTED]: On Sat, Nov 29, 2008 at 3:29 AM, Kalle Vahlman [EMAIL PROTECTED] wrote: 2008/11/29 ying lcs [EMAIL PROTECTED]: From this entry, it said Inspector is ported to Webkit/GTK http://blog.kov.eti.br/?p=25 Can you please tell me how can I enable it? There's

Re: [webkit-dev] How to enable Inspector in Webkit/GTK

2008-11-30 Thread Kalle Vahlman
the inspector files only from the install location currently, so if you didn't run 'make install', that would explain why it doesn't find them. -- Kalle Vahlman, [EMAIL PROTECTED] Powered by http://movial.fi Interesting stuff at http://sandbox.movial.com See also http://syslog.movial.fi

Re: [webkit-dev] How to enable Inspector in Webkit/GTK

2008-11-29 Thread Kalle Vahlman
/show_bug.cgi?id=22551 -- Kalle Vahlman, [EMAIL PROTECTED] Powered by http://movial.fi Interesting stuff at http://sandbox.movial.com See also http://syslog.movial.fi ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman

Re: [webkit-dev] SquirrelFish in WebKitGtk

2008-11-28 Thread Kalle Vahlman
2008/11/28 ying lcs [EMAIL PROTECTED]: If I get the source for WebKitGtk, using the documentation described here: http://live.gnome.org/WebKitGtk Does it have SquirrelFish? Yes, it will. All ports share the same JavaScript engine code. -- Kalle Vahlman, [EMAIL PROTECTED] Powered by http

Re: [webkit-dev] Extending WebKit JavaScript support

2008-11-13 Thread Kalle Vahlman
/gitweb?p=browser-dbus-bridge.git;a=blob;f=jscorebus/jscorebus.c#l392 -- Kalle Vahlman, [EMAIL PROTECTED] Powered by http://movial.fi Interesting stuff at http://sandbox.movial.com See also http://syslog.movial.fi ___ webkit-dev mailing list webkit-dev

Re: [webkit-dev] Request for comments

2008-08-14 Thread Kalle Vahlman
you better support in any case... [1] That's why the license says: 'THIS SOFTWARE IS PROVIDED [...] AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES [...]' -- Kalle Vahlman, [EMAIL PROTECTED] Powered by http://movial.fi Interesting stuff at http://syslog.movial.fi

Re: [webkit-dev] WebKit/GTK+ and N810

2008-08-01 Thread Kalle Vahlman
to be, but for example here is an example of how to check the version when common unix tools (sed, awk) are available: https://svn.apache.org/repos/asf/quetzalcoatl/mod_python/trunk/configure.in Any comments from Alp regarding this? I can cook up a patch if using sed awk (or just sed) is ok... -- Kalle Vahlman

Re: [webkit-dev] WebKit/GTK+ and N810

2008-08-01 Thread Kalle Vahlman
2008/8/1 Afonso Costa [EMAIL PROTECTED]: Hi Kalle, On Fri, Aug 1, 2008 at 4:47 AM, Kalle Vahlman [EMAIL PROTECTED] wrote: 2008/7/23 Afonso Costa [EMAIL PROTECTED]: Hi Kalle, I upgraded flex in my scratchbox environment and now GtkLauncher is able to open www.gtk.org in right way. I

Re: [webkit-dev] Get SquirrelFish for Webkit in linux

2008-06-08 Thread Kalle Vahlman
that you can try out, mentioned in comment 2. -- Kalle Vahlman, [EMAIL PROTECTED] Powered by http://movial.fi Interesting stuff at http://syslog.movial.fi ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi

Re: [webkit-dev] The SquirrelFish Cometh

2008-05-18 Thread Kalle Vahlman
://svn.webkit.org/repository/webkit/squirrelfish. Just to make it obvious for anyone trying to check out the branch, the URL above misses the branches dir. The correct URL is http://svn.webkit.org/repository/webkit/branches/squirrelfish/ -- Kalle Vahlman, [EMAIL PROTECTED] Powered by http