Re: [webkit-dev] Qt/Win32 build environment

2007-08-17 Thread Artem Ananiev

Hi, Lars,

thank you for the link. As I understand, Qt/Win32 port requires some 
libs from GnuWin32 - why not Cygwin? Are there any principal problems 
with Cygwin?


Thanks,

Artem

Lars Knoll wrote:

Hi Artem,

there are some instructions on howto build QtWebKit on Windows on the WebKit 
wiki:


http://trac.webkit.org/projects/webkit/wiki/BuildingQtOnWindows

Hope this helps,
Lars


On Wednesday 15 August 2007, Artem Ananiev wrote:

Hi, all,

looking at the recent WebKit changes, I noticed some activity about
Qt/Win32 platform implementation. Some time ago I tried to build it
myself using cygwin environment, but with no success, mostly because of
cygwin paths and missing the corresponding QMAKESPECS in the free
version of Qt 4.3.0

The question is what environment is now supposed for Qt/Win32 build? MS
VC++ 2005 (like the current Win32 build) or QMake/Win32 (similar to
Qt/Linux)?

Thanks,

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



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

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


Re: [webkit-dev] Qt/Win32 build environment

2007-08-17 Thread Lars Knoll
On Friday 17 August 2007 15:21:27 Artem Ananiev wrote:
 Hi, Lars,

 thank you for the link. As I understand, Qt/Win32 port requires some
 libs from GnuWin32 - why not Cygwin? Are there any principal problems
 with Cygwin?

We require some libs from GnuWin32 for the build tools (bison et.al). QtWebKit 
itself has no external dependency (apart from Qt).

I'm not sure if things would build in cygwin. It's something we haven't 
tested.

Cheers,
Lars


 Thanks,

 Artem

 Lars Knoll wrote:
  Hi Artem,
 
  there are some instructions on howto build QtWebKit on Windows on the
  WebKit wiki:
 
  http://trac.webkit.org/projects/webkit/wiki/BuildingQtOnWindows
 
  Hope this helps,
  Lars
 
  On Wednesday 15 August 2007, Artem Ananiev wrote:
  Hi, all,
 
  looking at the recent WebKit changes, I noticed some activity about
  Qt/Win32 platform implementation. Some time ago I tried to build it
  myself using cygwin environment, but with no success, mostly because of
  cygwin paths and missing the corresponding QMAKESPECS in the free
  version of Qt 4.3.0
 
  The question is what environment is now supposed for Qt/Win32 build? MS
  VC++ 2005 (like the current Win32 build) or QMake/Win32 (similar to
  Qt/Linux)?
 
  Thanks,
 
  Artem
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo/webkit-dev
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo/webkit-dev


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


[webkit-dev] identifying a unique iPhone?

2007-08-17 Thread Scott

Hopefully this is the proper list to post to:
 I am writing an iPhone web application, and know how to tell that I am 
talking to an iPhone, but is there a way to uniquely identify a specific 
iPhone?   For example, some header or something I can get with either 
server side or browser side code and store on the server side so in the 
future I know which iPhone this is?


I know I can implement a cookie style log-in system, but I was hoping 
for some value I can just get and use.


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


Re: [webkit-dev] identifying a unique iPhone?

2007-08-17 Thread Timothy Hatcher
Anything other than a cookie would be a privacy risk. So there is no  
other way.


This list is also not the best place to ask iPhone specific questions  
like this. (Though I don't have another list to recommend.)


On Aug 17, 2007, at 12:07 PM, Scott wrote:


Hopefully this is the proper list to post to:
I am writing an iPhone web application, and know how to tell that I  
am talking to an iPhone, but is there a way to uniquely identify a  
specific iPhone?   For example, some header or something I can get  
with either server side or browser side code and store on the server  
side so in the future I know which iPhone this is?


I know I can implement a cookie style log-in system, but I was  
hoping for some value I can just get and use.


— Timothy Hatcher


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


Re: [webkit-dev] identifying a unique iPhone?

2007-08-17 Thread Oliver Hunt
Errr, you can get and use a cookie.  That's why cookies exist.  I  
very much doubt that there's an ability to uniquely identify a  
specific iPhone without a cookie anymore than you can uniquely  
identify any other computer/web browser


--Oliver

On 17/08/2007, at 12:07 PM, Scott wrote:


Hopefully this is the proper list to post to:
 I am writing an iPhone web application, and know how to tell that  
I am talking to an iPhone, but is there a way to uniquely identify  
a specific iPhone?   For example, some header or something I can  
get with either server side or browser side code and store on the  
server side so in the future I know which iPhone this is?


I know I can implement a cookie style log-in system, but I was  
hoping for some value I can just get and use.


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


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