Re: [webkit-dev] Is WebKit really working with QT4 ?

2007-10-17 Thread Lars Knoll
Lionel,

don't use that ubuntu package for Qt4. It's based on qt 4.3.0 beta1, and there 
have been some API changes between beta1 and 4.3.0 final. Get yourself Qt 
4.3.1 or 4.3.2 from www.trolltech.com, and use that.

QtWebKit is still work in progress, but most things do actually work (even 
though you'll see tons of notImplemented warnings).

Lars

On Wednesday 17 October 2007, Lionel Jive wrote:
 Guys,

 i'm a newbie for QT and WebKit.  can please somebody clear me up ?

 I can successfully build WebKit with QT4 (libqt4-dev-kdecopy), but when
 i run it i get no rendering and some error message such as:

 FIXME: UNIMPLEMENTED: ../../../WebCore/platform/qt/WidgetQt.cpp:120
 (virtual void WebCore::Widget::show())
 FIXME: UNIMPLEMENTED:
 ../../../WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp:195 (virtual
 void WebCore::FrameLoaderClientQt::forceLayoutForNonHTML())

 and when i have a look at FrameLoaderClientQt.cpp if see numerous
 functions that only call notImplemented() ;

 does WebKit fully work with QT, or is it a work in progress ?

 Thanks,
 Lionel


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


[webkit-dev] Resizing a WebView

2007-10-17 Thread Michael Seydl

Hi,

I'm embedding a WebView via COM under Windows in a QTWindow. I know it 
sounds akward, but on to my questions.


I implemented a certain fake widget and gave it's HWND via 
webView-setHostWindow() to the webview. In the QT window i've used a 
layout so the my widget will be resized with the window (i'm also 
receiving the resizing events of the same). Now i'd like to resize my 
webview to this new size information accordingly. Unfortunatelly i 
haven't found any clue on how to resize a webview onz it's initialized.


I'd be glad about any help and best regards,

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


[webkit-dev] CAC Support in AIR?

2007-10-17 Thread Jim Leether
Hello all,

 

I  have been building an AIR application for the US DOD
since May and didn't realize until moving my project up from the development
box to the production box that Common Access Cards are not supported.  If my
research is correct, I see that CAC is supported by the MAC OS-X version of
Safari, but not the Windows version as of yet.  I also understand that
Safari and Webkit aren't the exact same thing.  Many of my cfc files and
html content sits behind a CAC enabled site.  Is CAC support in the future
of Webkit and AIR?  

 

Thanks for your help,

 

 

Jim Leether

Sr. Programmer - nSite, LLC

www.nSite.info

office - (443)450-4422

cell - (443)944-4840

[EMAIL PROTECTED]

 

 

 



smime.p7s
Description: S/MIME cryptographic signature
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] CAC Support in AIR?

2007-10-17 Thread Darin Adler

On Oct 17, 2007, at 7:22 AM, Jim Leether wrote:

I  have been building an AIR application for the US DOD since May  
and didn’t realize until moving my project up from the development  
box to the production box that Common Access Cards are not  
supported.  If my research is correct, I see that CAC is supported  
by the MAC OS-X version of Safari, but not the Windows version as of  
yet.  I also understand that Safari and Webkit aren’t the exact same  
thing.  Many of my cfc files and html content sits behind a CAC  
enabled site.  Is CAC support in the future of Webkit and AIR?


Common Access Card support is a feature of the networking layer, not  
the browser engine. WebKit doesn't itself have a networking layer.


Different ports connect to the appropriate networking layer on each  
platform. So the question of whether Common Access Cards are supported  
are independent for Mac OS X, Windows, and AIR.


To make it clear that you'd like this feature for Windows, a bug  
report at http://bugreport.apple.com would be welcome.


I don't know what the answer is for AIR; I'm not sure what the best  
way to contact Adobe about this is.


-- Darin

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


[webkit-dev] Build errors on WinXP

2007-10-17 Thread Amit Joshi
 
I am building webkit (on Qt) on winXp. I have my 'path' set up as per
twiki instructions.
While trying to run 'perl build-webkit' from the qt command prompt - I
get following
 
 
In file included from c:\YDev\WebKit\JavaScriptCore\wtf\/HashTable.h:27,
 from
c:\YDev\WebKit\JavaScriptCore\wtf\HashTable.cpp:23:
c:\YDev\WebKit\JavaScriptCore\wtf\/HashTraits.h: In static member
function `stat
ic T WTF::FloatHashTraitsT::emptyValue()':
c:\YDev\WebKit\JavaScriptCore\wtf\/HashTraits.h:100: error:
`numeric_limits' is
not a member of `std'
c:\YDev\WebKit\JavaScriptCore\wtf\/HashTraits.h:100: error: expected
primary-exp
ression before '' token
 
 
 
While twiki mentioned we should not have Microsoft Platform SDK in the
%INCLUDE%, my %INCLUDE% was empty.
So I am not sure were its picking up conflicting headers.
 
Any ideas on what I am doing wrong ?
 
-- Amit 
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Build errors on WinXP

2007-10-17 Thread David D. Kilzer
You probably just need to update to revision r26603 or later.

http://trac.webkit.org/projects/webkit/changeset/26603

Dave


Amit Joshi [EMAIL PROTECTED] wrote:

 I am building webkit (on Qt) on winXp. I have my 'path' set up as per
 twiki instructions.
 While trying to run 'perl build-webkit' from the qt command prompt - I
 get following
  
  
 In file included from c:\YDev\WebKit\JavaScriptCore\wtf\/HashTable.h:27,
  from
 c:\YDev\WebKit\JavaScriptCore\wtf\HashTable.cpp:23:
 c:\YDev\WebKit\JavaScriptCore\wtf\/HashTraits.h: In static member
 function `stat
 ic T WTF::FloatHashTraitsT::emptyValue()':
 c:\YDev\WebKit\JavaScriptCore\wtf\/HashTraits.h:100: error:
 `numeric_limits' is
 not a member of `std'
 c:\YDev\WebKit\JavaScriptCore\wtf\/HashTraits.h:100: error: expected
 primary-exp
 ression before '' token
  
  
  
 While twiki mentioned we should not have Microsoft Platform SDK in the
 %INCLUDE%, my %INCLUDE% was empty.
 So I am not sure were its picking up conflicting headers.
  
 Any ideas on what I am doing wrong ?
  
 -- Amit 



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