Re: [webkit-dev] Calling all WebKit bloggers

2007-11-29 Thread Robert Błaut
On 11/29/07, Adam Roben <[EMAIL PROTECTED]> wrote:
> Hey everyone-
>I'm starting to work on setting up a blog aggregator at
>  and am looking for a set of blogs to seed it
> with. If you have a blog that you'd like included, please send me an
> email at <[EMAIL PROTECTED]> with the URL of the feed you want
> aggregated. WebKit-specific category feeds are preferred over general
> ones. Thanks!

It's great to hear that official Planet Webkit is creating now :) I've
prepared to set up a sort of unofficial Planet Webkit on webkit.pl
domain but it's currently pointless ;) So I want to share a part of
my Venus (http://www.intertwingly.net/code/venus/) config file with
blog URLs I've collected so far. I hope it will be helpful:

[http://webkit.org/blog/feed/atom/]
name = Surfin' Safari
blog = 1

[http://www.atoker.com/blog/feed/]
name = Alp Toker
blog = 1
filter = webkit|kthml

[http://labs.trolltech.com/blogs/feed/atom/]
name = Trolltech Labs
blog = 1
filter = webkit|khtml

[http://zrusin.blogspot.com/feeds/posts/default]
name = Zack Rusin
blog = 1
filter  = webkit|khtml

[http://bdash.net.nz/blog/feed.atom]
name = Mark Rowe
blog = 1
filter = webkit

[http://www.kdedevelopers.org/blog/278/feed]
name = Allan Sandfeld Jensen
blog = 1
filter = webkit|khtml

[http://www.kdedevelopers.org/blog/1088/feed]
name = Nikolas Zimmermann
blog = 1
filter = webkit|khtml

[http://www.kdedevelopers.org/blog/1089/feed]
name = Rob Buis
blog = 1
filter = webkit|khtml

[http://www.kdedevelopers.org/blog/105/feed]
name = Adam Treat
blog = 1
filter = webkit|khtml

[http://www.kdedevelopers.org/blog/11/feed]
name = Maksim Orlovich
blog = 1
filter = webkit|khtml

[http://blog.justinhaygood.com/feed/]
name = Justin Haygood
blog = 1
filter = webkit|khtml

[http://zecke.blogspot.com/feeds/posts/default]
name = Holger Freyther
blog = 1
filter = webkit|khtml

PS. Adam, sorry for duplicate :(
-- 
Regards
Robert Blaut
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Suggestion

2007-11-18 Thread Robert Błaut
On Nov 18, 2007 5:20 PM, Mark Rowe <[EMAIL PROTECTED]> wrote:

> Thanks for the suggestion, but please note that WebKit is only the
> rendering engine that displays web pages within the Safari
> application.  The feature you describe would be at the application-
> level, so it is out of the scope of WebKit.  For application-level
> features such as this you should file a feature request with Apple at 
> http://bugreport.apple.com/

In my opinion WebKit behavior is very important to achieve above
described comfort browsing.  For example I don't know why WebKit fire
onClick event after using middle click or ctrl + click
http://bugs.webkit.org/show_bug.cgi?id=15173 ?! This is the only
WebKit strange behavior. All of other main Windows browsers like
Internet Explorer, Firefox and Opera don't  do that. "Thanks" to this
WebKit behavior is almost impossible to force open links from Gmail on
a new tab instead of a new window with Safari :(

-- 
Regards
Robert Błaut
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Windows WebKit/Safari incompatibilities have been resolved

2007-11-09 Thread Robert Błaut
On 10/31/07, Adam Roben <[EMAIL PROTECTED]> wrote:

>The incompatibilities between ToT WebKit and the Safari 3 Public Beta
> have been resolved. Any revision from trunk at or after r27294 should
> work fine with the Safari 3 Beta. Mark Rowe tells me we will have a new
> Windows WebKit nightly build uploaded to http://nightly.webkit.org/
> soon,

Unfortunately the latest Safari for Windows Public Seed 310A29
published on ADC is unable to load Webkit Nightly inside it :( Is a
chance to fix this problem as well?

I have to stuck with old crashy seed 310A18 to be able to test the
latest Nightlies :(

-- 
Regards
Robert Błaut
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Impossible to compile Webkit on Windows

2006-12-20 Thread Robert Błaut

Hello

Probably after changeset:


2006-12-16  Adele Peterson  <[EMAIL PROTECTED]>
   RS by Adam.
   Removed RenderLineEdit, TextField, WebCoreTextField classes, and  
use of isNonWidgetTextField,


it's impossible to compile Webkit on Windows :(

Errors:

RenderLineEdit.cpp
c1xx : fatal error C1083: Cannot open source file:  
'..\..\rendering\RenderLineEdit.cpp': No such file or directory


TemporaryLinkStubs.cpp
..\..\platform\win\TemporaryLinkStubs.cpp(80) : fatal error C1083: Cannot  
open include file: 'TextField.h': No such file or directory


FontWin.cpp
..\..\platform\win\FontWin.cpp(51) : error C2039: 'pen' : is not a member  
of 'WebCore::GraphicsContext'
d:\cygwin\home\quiris\Webkit\WebCore\platform\graphics\GraphicsContext.h(81)  
: see declaration of 'WebCore::GraphicsContext'
..\..\platform\win\FontWin.cpp(51) : error C2228: left of '.color' must  
have class/struct/union



GraphicsContextCairo.cpp
..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(131) : error C2228:  
left of '.style' must have class/struct/union

type is ''unknown-type''
..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(131) : error C2653:  
'Pen' : is not a class or namespace name
..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(131) : error C2065:  
'NoPen' : undeclared identifier
..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(131) : error C3861:  
'pen': identifier not found


[...]

..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(344) : error C3861:  
'pen': identifier not found
..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(345) : error C2228:  
left of '.width' must have class/struct/union

type is ''unknown-type''
..\..\platform\graphics\cairo\GraphicsContextCairo.cpp(345) : error C3861:  
'pen': identifier not found


GraphicsContext.cpp
..\..\platform\graphics\GraphicsContext.cpp(344) : error C2761: 'void  
WebCore::GraphicsContext::setPlatformStrokeColor(const WebCore::Color &)'  
: member function redeclaration not allowed
..\..\platform\graphics\GraphicsContext.cpp(345) : error C2447: '{' :  
missing function header (old-style formal list?)


--
Regards
Robert Błaut
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev