[webkit-dev] use binary webkit

2011-10-23 Thread Atena L
hi
i want to use webkit in my c++ application
my os is win7 .
which steps i should do ?
should i use from dlls in nightly.webkit.org ? if yes ,how ?
-- 
*There's nothing like waking up with God in your heart. *
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Mobile Safari Source Code

2011-10-23 Thread 道雄野口
Hi

I am looking for a source code of mobile safari.(iOS Safari)
I want to see address bar and search bar source code.

Where is XCode Project File ?
(Have already looked here 'http://www.webkit.org/' , but could not find.

Please tell me somehow.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Mobile Safari Source Code

2011-10-23 Thread Eric Seidel
None of the Safari browsers (Mobile included) are open-source.

Chromium (chromium.org) is open source, if that helps you.

-eric

On Sun, Oct 23, 2011 at 7:36 AM, 道雄野口 mnopq...@gmail.com wrote:
 Hi

 I am looking for a source code of mobile safari.(iOS Safari)
 I want to see address bar and search bar source code.

 Where is XCode Project File ?
 (Have already looked here 'http://www.webkit.org/' , but could not find.

 Please tell me somehow.
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

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


Re: [webkit-dev] use binary webkit

2011-10-23 Thread Eric Seidel
This is the wrong list for this question.  webkit-help is a better
choice for these topics.

There is no free-to-distribute version of WebKit for windows to my
knowledge.  Apple's windows version (the DLLs from the nightly)
requires non-redistributable libraries from Apple.  Making it
il-suited for use with 3rd-party applications.

I'm told there is a Win-Cairo port of WebKit:
http://trac.webkit.org/wiki/BuildingCairoOnWindows
but I don't know how well it works.

There is also a Chromium port of WebKit which works on Windows
(chromium.org) which to the best of my knowledge is redistributable.
So that may be an option for you.

-eric

On Sun, Oct 23, 2011 at 12:15 AM, Atena L a0t0e0...@gmail.com wrote:
 hi
 i want to use webkit in my c++ application
 my os is win7 .
 which steps i should do ?
 should i use from dlls in nightly.webkit.org ? if yes ,how ?
 --
 *There's nothing like waking up with God in your heart. *
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

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


Re: [webkit-dev] Mobile Safari Source Code

2011-10-23 Thread Vineet Chaudhary
Hi,

You may refer the code at below links,

1) WebCore Code
http://opensource.apple.com/source/WebCore/WebCore-7534.51.22/
2) Webkit Code http://opensource.apple.com/source/WebKit/WebKit-7534.51.22/

You may also like refer xcode projects
WebCore.xcodeproj/http://opensource.apple.com/source/WebCore/WebCore-7534.51.22/WebCore.xcodeproj/
WebKit.xcodeproj/http://opensource.apple.com/source/WebKit/WebKit-7534.51.22/WebKit.xcodeproj/
I Hope that helps.

--Vineet


2011/10/23 道雄野口 mnopq...@gmail.com

 Hi

 I am looking for a source code of mobile safari.(iOS Safari)
 I want to see address bar and search bar source code.

 Where is XCode Project File ?
 (Have already looked here 'http://www.webkit.org/' , but could not find.

 Please tell me somehow.
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

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


Re: [webkit-dev] Mobile Safari Source Code

2011-10-23 Thread 道雄野口
Hi

1) WebCore Code http://opensource.apple.com/source/WebCore/WebCore-7534.51.22/
2) Webkit Code http://opensource.apple.com/source/WebKit/WebKit-7534.51.22/

I thinnk these source is 'for mac desktop' source.
I want to see 'for iOS' Safari app source.

Thanks

2011年10月24日1:01 Vineet Chaudhary rgf...@motorola.com:
 Hi,

 You may refer the code at below links,

 1) WebCore Code
 http://opensource.apple.com/source/WebCore/WebCore-7534.51.22/
 2) Webkit Code http://opensource.apple.com/source/WebKit/WebKit-7534.51.22/

 You may also like refer xcode projects WebCore.xcodeproj/
 WebKit.xcodeproj/
 I Hope that helps.

 --Vineet


 2011/10/23 道雄野口 mnopq...@gmail.com

 Hi

 I am looking for a source code of mobile safari.(iOS Safari)
 I want to see address bar and search bar source code.

 Where is XCode Project File ?
 (Have already looked here 'http://www.webkit.org/' , but could not find.

 Please tell me somehow.
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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


Re: [webkit-dev] Mobile Safari Source Code

2011-10-23 Thread Vineet Chaudhary
Sorry my mistake..

For iOS,
http://opensource.apple.com/release/ios-50/
but I don't think you will get Safari *App* code here.

2011/10/23 道雄野口 mnopq...@gmail.com

 Hi

 1) WebCore Code
 http://opensource.apple.com/source/WebCore/WebCore-7534.51.22/
 2) Webkit Code
 http://opensource.apple.com/source/WebKit/WebKit-7534.51.22/

 I thinnk these source is 'for mac desktop' source.
 I want to see 'for iOS' Safari app source.

 Thanks

 2011年10月24日1:01 Vineet Chaudhary rgf...@motorola.com:
  Hi,
 
  You may refer the code at below links,
 
  1) WebCore Code
  http://opensource.apple.com/source/WebCore/WebCore-7534.51.22/
  2) Webkit Code
 http://opensource.apple.com/source/WebKit/WebKit-7534.51.22/
 
  You may also like refer xcode projects WebCore.xcodeproj/
  WebKit.xcodeproj/
  I Hope that helps.
 
  --Vineet
 
 
  2011/10/23 道雄野口 mnopq...@gmail.com
 
  Hi
 
  I am looking for a source code of mobile safari.(iOS Safari)
  I want to see address bar and search bar source code.
 
  Where is XCode Project File ?
  (Have already looked here 'http://www.webkit.org/' , but could not
 find.
 
  Please tell me somehow.
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

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


Re: [webkit-dev] Mobile Safari Source Code

2011-10-23 Thread Levi Weintraub
Correct. Only WebCore and JavascriptCore sources are provided.

On Sun, Oct 23, 2011 at 10:42 AM, Vineet Chaudhary rgf...@motorola.com wrote:
 Sorry my mistake..

 For iOS,
 http://opensource.apple.com/release/ios-50/
 but I don't think you will get Safari App code here.

 2011/10/23 道雄野口 mnopq...@gmail.com

 Hi

 1) WebCore Code
  http://opensource.apple.com/source/WebCore/WebCore-7534.51.22/
 2) Webkit Code
  http://opensource.apple.com/source/WebKit/WebKit-7534.51.22/

 I thinnk these source is 'for mac desktop' source.
 I want to see 'for iOS' Safari app source.

 Thanks

 2011年10月24日1:01 Vineet Chaudhary rgf...@motorola.com:
  Hi,
 
  You may refer the code at below links,
 
  1) WebCore Code
  http://opensource.apple.com/source/WebCore/WebCore-7534.51.22/
  2) Webkit Code
  http://opensource.apple.com/source/WebKit/WebKit-7534.51.22/
 
  You may also like refer xcode projects WebCore.xcodeproj/
  WebKit.xcodeproj/
  I Hope that helps.
 
  --Vineet
 
 
  2011/10/23 道雄野口 mnopq...@gmail.com
 
  Hi
 
  I am looking for a source code of mobile safari.(iOS Safari)
  I want to see address bar and search bar source code.
 
  Where is XCode Project File ?
  (Have already looked here 'http://www.webkit.org/' , but could not
  find.
 
  Please tell me somehow.
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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


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


Re: [webkit-dev] use binary webkit

2011-10-23 Thread Peter Kelly
On 23/10/2011, at 10:58 PM, Eric Seidel wrote:

 This is the wrong list for this question.  webkit-help is a better
 choice for these topics.
 
 There is no free-to-distribute version of WebKit for windows to my
 knowledge.  Apple's windows version (the DLLs from the nightly)
 requires non-redistributable libraries from Apple.  Making it
 il-suited for use with 3rd-party applications.

Hi Eric,

It seems there are a lot of people who wish to embed WebKit in their 
applications, but this is not simple to do on any platform I'm aware of at the 
moment (correct me if I'm wrong). Given the prominence of the project and the 
number of potential use cases for it, It seems to me that it would be nice to 
have something that anyone can easily distribute as part of their app, as they 
can do with pretty much every other open source library out there (think SQLite 
and libxml, which are used by many applications).

I myself am developing an application which embeds WebKit and have found it a 
huge amount of effort to integrate because of its current state. In my case I 
am developing for Android, but need to use a custom build to include some bug 
fixes which affect my application. This has involved porting the Android fork 
of the Chromium fork of WebKit to build under the NDK, which is not possible 
natively due to it's reliance on private APIs. Once I have it working I plan to 
release the port publicly (both due to the LGPL requirements and to help others 
who may wish to do the same thing). I also may wish to port my application to 
windows in the future.

While I understand that Apple and Google's priorities for WebKit lie in their 
respective browsers and OS APIs, perhaps there might others in the open source 
community and those working on various ports who would be willing to 
participate in an effort to make an easily-redistributable library of the 
nature that Atena was suggesting. I would certainly be willing to contribute to 
such an effort.

If I was to start a project to make this happen, and get enough interest from 
others, would it be possible to do this as part of the mainline webkit 
development tree?

--
Peter Kelly
kelly...@gmail.com

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


Re: [webkit-dev] use binary webkit

2011-10-23 Thread Peter Kelly
On 24/10/2011, at 11:42 AM, Peter Kelly wrote:

 Hi Eric,
 
 It seems there are a lot of people who wish to embed WebKit in their 
 applications, but this is not simple to do on any platform I'm aware of at 
 the moment (correct me if I'm wrong).

I should probably clarify that what I meant by this was a *custom* build of 
WebKit, e.g. to take advantage of bug fixes or new features which are not part 
of the OS-provided library, or to integrate additional features added by the 
application developer. I am of course aware it's very easy to use the APIs on 
iOS and Android for the version supplied with the OS :)

--
Peter Kelly
kelly...@gmail.com

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


Re: [webkit-dev] use binary webkit

2011-10-23 Thread Adam Barth
On Sun, Oct 23, 2011 at 9:42 PM, Peter Kelly kelly...@gmail.com wrote:
 On 23/10/2011, at 10:58 PM, Eric Seidel wrote:
 This is the wrong list for this question.  webkit-help is a better
 choice for these topics.

 There is no free-to-distribute version of WebKit for windows to my
 knowledge.  Apple's windows version (the DLLs from the nightly)
 requires non-redistributable libraries from Apple.  Making it
 il-suited for use with 3rd-party applications.

 It seems there are a lot of people who wish to embed WebKit in their 
 applications, but this is not simple to do on any platform I'm aware of at 
 the moment (correct me if I'm wrong). Given the prominence of the project and 
 the number of potential use cases for it, It seems to me that it would be 
 nice to have something that anyone can easily distribute as part of their 
 app, as they can do with pretty much every other open source library out 
 there (think SQLite and libxml, which are used by many applications).

 I myself am developing an application which embeds WebKit and have found it a 
 huge amount of effort to integrate because of its current state. In my case I 
 am developing for Android, but need to use a custom build to include some bug 
 fixes which affect my application. This has involved porting the Android fork 
 of the Chromium fork of WebKit to build under the NDK, which is not possible 
 natively due to it's reliance on private APIs. Once I have it working I plan 
 to release the port publicly (both due to the LGPL requirements and to help 
 others who may wish to do the same thing). I also may wish to port my 
 application to windows in the future.

The situation with respect to the Chromium Android flavor of WebKit
should improve with time.  Folks are in the process of getting that
working directly in WebKit trunk.  Once that's done, you should be
able to build and run WebKit on Android with the NDK and no extra
magic.

 While I understand that Apple and Google's priorities for WebKit lie in their 
 respective browsers and OS APIs, perhaps there might others in the open 
 source community and those working on various ports who would be willing to 
 participate in an effort to make an easily-redistributable library of the 
 nature that Atena was suggesting. I would certainly be willing to contribute 
 to such an effort.

 If I was to start a project to make this happen, and get enough interest from 
 others, would it be possible to do this as part of the mainline webkit 
 development tree?

I believe both the Qt and GTK ports of WebKit have this as one of
their goals (though neither supports Android, as far as I'm aware).
If you're interested in contributing in that direction, you might want
to chat with folks on #webkit-gtk to see what needs to be done.

Brent Fulgham also has a similar goal for the WinCairo port.  If
you're interested in seeing this happen on Windows, you might want to
chat with him.

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


[webkit-dev] CSS Aspect Ratio Parsing Stage Up For Review

2011-10-23 Thread Fady Samuel
Hi all,

I've uploaded the parsing stage for the -webkit-aspect-ratio property that
was proposed here:

http://www.xanthir.com/blog/b4810

The parsing implementation can be found here:

https://bugs.webkit.org/show_bug.cgi?id=70707

An old, experimental implementation of the entire feature was uploaded last
year:

https://bugs.webkit.org/show_bug.cgi?id=47738

and discussed here:

http://lists.w3.org/Archives/Public/www-style/2010Oct/0046.html

http://lists.w3.org/Archives/Public/www-style/2011Oct/0550.html

I was wondering if anyone would be interested in reviewing this and getting
this incorporated into WebKit?

Thanks,

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


Re: [webkit-dev] use binary webkit

2011-10-23 Thread Alexis Menard
On Mon, Oct 24, 2011 at 1:57 AM, Adam Barth aba...@webkit.org wrote:
 On Sun, Oct 23, 2011 at 9:42 PM, Peter Kelly kelly...@gmail.com wrote:
 On 23/10/2011, at 10:58 PM, Eric Seidel wrote:
 This is the wrong list for this question.  webkit-help is a better
 choice for these topics.

 There is no free-to-distribute version of WebKit for windows to my
 knowledge.  Apple's windows version (the DLLs from the nightly)
 requires non-redistributable libraries from Apple.  Making it
 il-suited for use with 3rd-party applications.

 It seems there are a lot of people who wish to embed WebKit in their 
 applications, but this is not simple to do on any platform I'm aware of at 
 the moment (correct me if I'm wrong). Given the prominence of the project 
 and the number of potential use cases for it, It seems to me that it would 
 be nice to have something that anyone can easily distribute as part of their 
 app, as they can do with pretty much every other open source library out 
 there (think SQLite and libxml, which are used by many applications).

 I myself am developing an application which embeds WebKit and have found it 
 a huge amount of effort to integrate because of its current state. In my 
 case I am developing for Android, but need to use a custom build to include 
 some bug fixes which affect my application. This has involved porting the 
 Android fork of the Chromium fork of WebKit to build under the NDK, which is 
 not possible natively due to it's reliance on private APIs. Once I have it 
 working I plan to release the port publicly (both due to the LGPL 
 requirements and to help others who may wish to do the same thing). I also 
 may wish to port my application to windows in the future.

 The situation with respect to the Chromium Android flavor of WebKit
 should improve with time.  Folks are in the process of getting that
 working directly in WebKit trunk.  Once that's done, you should be
 able to build and run WebKit on Android with the NDK and no extra
 magic.

 While I understand that Apple and Google's priorities for WebKit lie in 
 their respective browsers and OS APIs, perhaps there might others in the 
 open source community and those working on various ports who would be 
 willing to participate in an effort to make an easily-redistributable 
 library of the nature that Atena was suggesting. I would certainly be 
 willing to contribute to such an effort.

 If I was to start a project to make this happen, and get enough interest 
 from others, would it be possible to do this as part of the mainline webkit 
 development tree?

 I believe both the Qt and GTK ports of WebKit have this as one of
 their goals (though neither supports Android, as far as I'm aware).
 If you're interested in contributing in that direction, you might want
 to chat with folks on #webkit-gtk to see what needs to be done.

I think the Qt port of WebKit should work pretty ok on Win7 but yes we
don't support Android.

#qtwebkit is also an alternative.


 Brent Fulgham also has a similar goal for the WinCairo port.  If
 you're interested in seeing this happen on Windows, you might want to
 chat with him.

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




-- 
Alexis Menard (darktears)
Software Engineer
INdT Recife Brazil
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] QtWebKit 2.2 Build on Windows with Audio/Video Support

2011-10-23 Thread Alexis Menard
Hi,

On Fri, Oct 21, 2011 at 5:21 PM, Dev D dev.77...@gmail.com wrote:
 Hello Everyone,
 I am trying to build QtWebkit 2.2 on windows using MSVC. I didn't find a set
 of instructions for this particular scenario so, this is what i did
 1. downloaded/installed active perl
 2. downloaded/installed all the GNU tools
 3. downloaded/installed windows platform SDK 6.1
 4. downloaded/installed VC express 2008
 5. Set all the evn variables
 6. downloaded/installed Qt 4.7.4 libraries (MS based)
 7. ran Tools/Scripts/build-webkit --qt --release
 [the build was successful, but it doesnt have audio/video support] :(
 HTML5Test.com gave 0,0 for audio, video
 so i looked at the build-webkit switches and found --video (though by
 default video is enabled)
 so i did that
build-webkit --qt --release --video
 and now i run into this error
 MediaPlayer.cpp
 ..\..\..\Source\WebCore\platform\graphics\MediaPlayer.cpp(196) : error
 C2653: 'P
 latformMediaEngineClassName' : is not a class or namespace name
 ..\..\..\Source\WebCore\platform\graphics\MediaPlayer.cpp(196) : error
 C3861: 'r
 egisterMediaEngine': identifier not found
 NMAKE : fatal error U1077: 'C:\Program Files\Microsoft Visual Studio
 9.0\VC\BIN
 \cl.EXE' : return code '0x2'
 Stop.
 NMAKE : fatal error U1077: 'C:\Program Files\Microsoft Visual Studio
 9.0\VC\BIN
 \nmake.exe' : return code '0x2'
 Stop.
 NMAKE : fatal error U1077: 'cd' : return code '0x2'
 Stop.
 Building results into: C:/myprojects/newqtwebkit/QtWebKit-2.2.0/WebKitBuild
 Use of uninitialized value in print at
 C:/myprojects/newqtwebkit/QtWebKit-2.2.0/
 Tools/Scripts/webkitdirs.pm line 1229.
 WEBKITOUTPUTDIR is set to:
 WEBKITLIBRARIESDIR is set to:
 C:\myprojects\newqtwebkit\QtWebKit-2.2.0\WebKitLib
 raries\win
 'Tools\Scripts\print-vse-failure-logs' is not recognized as an internal or
 exter
 nal command,
 operable program or batch file.
 I had something similar when i build this on Linux, i looked at the scripts
 and found that
 under Linux
 if no gstreamer - no video support // i like it
 but how do i resolve this in windows - i am kind of new to building webkit
 on windows


This is the wrong list we have a dedicated webkit-qt mailing list.

Short answer : you need qtmultimedia, therefore QtMobility.

 thanks in advance
 Dev D



-- 
Alexis Menard (darktears)
Software Engineer
INdT Recife Brazil
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Windows Release (Build) failed compile-webkit

2011-10-23 Thread Yuan-Yi Chang
Hi,

I checkout the webkit code, but I cannot build it with some errors.

And BuildBot information (http://build.webkit.org/waterfall?category=core):

Windows Release (Build)
failed compile-webkit

I built it successful on 2011-10-06 (r96789) but failed now (r98215).

Error message:

buildfailed = XXWebKitLibXX


WebKit\WebKitBuild\Release\obj\WebKitLib\BuildLog.htm

...

set WEBKITCONFIGSUFFIX=

set WEBKITDLLCONFIGSUFFIX=


REM If any of the above variables didn't exist previously and

REM were set to an empty string, set will set the errorlevel to 1,

REM which will cause the project-specific script to think the build

REM has failed. This cmd /c call will clear the errorlevel.

cmd /c


c:\cygwin\home\user\WebKit\Source\WebKit\win\WebKit.vcproj\WebKitLibPreBuild.cmd


if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from Performing
Pre-Build Event...

exit 1


My environments (got the same error message):

   1. Win 7 English 64Bit / VC++ 2005 Express / CYGWIN
   2. Win XP English / VC++ 2005 Express / CYGWIN

My commands:

$ ./WebKit/Tools/Scripts/update-webkit 
./WebKit/Tools/Scripts/build-webkit


Please give me some tips, thanks

Best Regards,
Yuan-Yi Chang
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev