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

2008-06-08 Thread Kalle Vahlman
2008/6/9 ying lcs <[EMAIL PROTECTED]>: > no. I am not using a Proxy. i am able to load mail.google.com using > Firefox on the same linux environment. I think you might be experiencing the same as the reporter of this bug: https://bugs.webkit.org/show_bug.cgi?id=19146 There is a work-around th

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

2008-06-08 Thread ying lcs
On Mon, Jun 9, 2008 at 12:18 AM, zaheer ahmad <[EMAIL PROTECTED]> wrote: > Are you using a proxy to connect to nw? we have seen that gmail does not > open with a proxy. > > thanks > > On Mon, Jun 9, 2008 at 10:04 AM, ying lcs <[EMAIL PROTECTED]> wrote: >> >> On Sun, Jun 8, 2008 at 9:18 PM, Ryan Lea

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

2008-06-08 Thread zaheer ahmad
Are you using a proxy to connect to nw? we have seen that gmail does not open with a proxy. thanks On Mon, Jun 9, 2008 at 10:04 AM, ying lcs <[EMAIL PROTECTED]> wrote: > On Sun, Jun 8, 2008 at 9:18 PM, Ryan Leavengood <[EMAIL PROTECTED]> > wrote: > > On Sun, Jun 8, 2008 at 9:44 PM, ying lcs <[EM

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

2008-06-08 Thread Ryan Leavengood
On Sun, Jun 8, 2008 at 9:44 PM, ying lcs <[EMAIL PROTECTED]> wrote:. > > But when I try './Programs/GtkLauncher' and load > 'http://mail.gmail.com', nothing get loaded. > But when I do 'http://www.cnn.com', it works. As far as I can tell there is no such site as mail.gmail.com. Try just plain old

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

2008-06-08 Thread Darren VanBuren
should be http://mail.google.com/ not http://mail.gmail.com/ ;-) On Jun 8, 2008, at 6:44 PM, ying lcs wrote: > On Sun, Jun 8, 2008 at 8:20 PM, Matt Lilek <[EMAIL PROTECTED]> > wrote: >> On Jun 8, 2008, at 8:10 PM, ying lcs wrote: >> >>> Hi, >>> >>> I tried the step from http://live.gnome.org/Web

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

2008-06-08 Thread ying lcs
On Sun, Jun 8, 2008 at 8:20 PM, Matt Lilek <[EMAIL PROTECTED]> wrote: > On Jun 8, 2008, at 8:10 PM, ying lcs wrote: > >> Hi, >> >> I tried the step from http://live.gnome.org/WebKitGtk : >> >> Check out using GIT (large download, advanced users only) >> >> * git clone git://git.webkit.org/WebK

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

2008-06-08 Thread Matt Lilek
On Jun 8, 2008, at 8:10 PM, ying lcs wrote: > Hi, > > I tried the step from http://live.gnome.org/WebKitGtk : > > Check out using GIT (large download, advanced users only) > > * git clone git://git.webkit.org/WebKit.git WebKit > > To get the webkit source code. > > Can you please tell me if

[webkit-dev] Get SquirrelFish for Webkit in linux

2008-06-08 Thread ying lcs
Hi, I tried the step from http://live.gnome.org/WebKitGtk : Check out using GIT (large download, advanced users only) * git clone git://git.webkit.org/WebKit.git WebKit To get the webkit source code. Can you please tell me if i get the latest JavaScript engine (SquirrelFish) in Webkit?

Re: [webkit-dev] Open Link In New Tab

2008-06-08 Thread David Kilzer
Hi Dave, Thanks for the complements! Regarding the open-a-window-in-a-new-tab feature, the best thing to do is to create a bug report on with steps to reproduce the issue (even if it only reproduces 50% of the time). If you are able to create a self-contained, reduc

Re: [webkit-dev] Static source code analysis

2008-06-08 Thread Ferenc, Rudolf
Hi, Darin Adler wrote: > On May 29, 2008, at 6:21 AM, Ferenc, Rudolf wrote: > >> - Calculating source code metrics (e.g. highlighting the too complex >> functions) > > I'm not sure this would be valuable. However, there's no harm in sending > the list of those functions to this mailing list. I

Re: [webkit-dev] construct the dom tree of non Xml valid page

2008-06-08 Thread Adam Treat
Hi Nina, If I understand correctly, you are loading a page in QtWebKit and then using the QWebFrame::toHtml() method to retrieve the actual markup which is missing closing tags. If the html is missing *all* closing tags then this sounds like a bug in the toHtml method. If the html is missin

[webkit-dev] Open Link In New Tab

2008-06-08 Thread Dave Cronk
I've been running the nightly builds. Can't tell you how impressed I am with the quality of your work and lately SquirrelFish. There is one thing that gets to me. Even though I set the option to open a window in a new tab, it's a 50/50 proposition. I don't mind getting involved in the Web

Re: [webkit-dev] construct the dom tree of non Xml valid page

2008-06-08 Thread nina
Thanks David for response, I want to load an html page with webkit then contruct his dom tree, I use Qt4.4 which integrate Webkit. QWebView v; QString frameText = v . page() -> mainFrame() -> toHtml(); Loading the page void Charger::Dom-tree(QDomNode node) Function which construct dom