From ireifej at research.att.com Wed Feb 5 09:30:25 2014 From: ireifej at research.att.com (IREIFEJ, PAUL (PAUL)) Date: Wed, 5 Feb 2014 12:30:25 -0500 Subject: [webkit-help] please remove me from the mailing list Message-ID: <0D73075931D49B48886058CF66709209055720EF52@njfpsrvexg8.research.att.com> -- Paul Ireifej Senior Member of Technical Staff @ AT&T Labs Research 200 Laurel Avenue South / Bldg E / Rm 3D33 Middletown, NJ 07748 Voice: 1-732-420-1596 -------------- next part -------------- An HTML attachment was scrubbed... URL: From deepak.deepakmittal at gmail.com Sat Feb 8 05:24:20 2014 From: deepak.deepakmittal at gmail.com (Deepak Mittal) Date: Sat, 8 Feb 2014 18:54:20 +0530 Subject: [webkit-help] query.. Message-ID: Hi, is support for document.all() supported in webkit..? As the below code : > > >

Hello11

>

Hello22

> > > > > I am getting frame variable as undefined.. > > -- > > Regards > Deepak Mittal > > > _______________________________________________ > webkit-help mailing list > webkit-help at lists.webkit.org > https://lists.webkit.org/mailman/listinfo/webkit-help -------------- next part -------------- An HTML attachment was scrubbed... URL: From pgsery at swcp.com Sat Feb 8 18:37:25 2014 From: pgsery at swcp.com (paul) Date: Sat, 08 Feb 2014 19:37:25 -0700 Subject: [webkit-help] Printing JS to stdout Message-ID: <52F6E9E5.5060904@swcp.com> Hi, I need to automatically print JS to stdout before it gets executed. For instance, run minibrowser xyz.html and get any js as output. I don't want to do this interactively using a debugger. Is there a way to do this with Web Inspector? Alternatively, could I insert a custom function in ProgramExecutable (or similar fn) to extract the string(s) from SourceCode& source? Thanks, Paul From Sam at SimpleSamples.info Tue Feb 11 14:03:43 2014 From: Sam at SimpleSamples.info (Sam Hobbs) Date: Tue, 11 Feb 2014 14:03:43 -0800 Subject: [webkit-help] Deploying WebKit Message-ID: <52FA9E3F.8090400@SimpleSamples.info> I am using WebKit .NET using C#. I want to develop a Windows Desktop application I can distribute to others. I want to have a clear understanding of how WebKit will be deployed. I am not asking for details of how to do it. For the moment I will assume that Visual Studio will do most or all of what I need done automatically. My understanding is that I will need to distribute all the WebKit DLL files and relevant files that WebKit needs along with my application and that they will all exist in the same location as my program. That means that if any other application in a system uses WebKit then we will all have separate copies of WebKit. Am I correct so far? I looked at the wiki and such and I do not see anything that makes that clear. I realize that WebKit is still in a beta status. Is it a possibility that in the future at least, WebKit will be able to be installed as a product that other products can share? I would prefer to do that. The main reason I want to clarify these issues now is because, as I understand things, I must copy all the WebKit DLL files and relevant files that WebKit needs into each of my development directories for development purposes for using WebKit .NET . I can do that but I would prefer to install WebKit into my system if that is possible. I mainly want to eliminate the installation of WebKit into my system as a possibility. -------------- next part -------------- An HTML attachment was scrubbed... URL: From benjamin at webkit.org Tue Feb 11 14:20:02 2014 From: benjamin at webkit.org (Benjamin Poulain) Date: Tue, 11 Feb 2014 14:20:02 -0800 Subject: [webkit-help] Deploying WebKit In-Reply-To: <52FA9E3F.8090400@SimpleSamples.info> References: <52FA9E3F.8090400@SimpleSamples.info> Message-ID: <52FAA212.8050505@webkit.org> On 2/11/14, 2:03 PM, Sam Hobbs wrote: > I am using WebKit .NET > using C#. I want to develop a Windows Desktop application I can > distribute to others. I want to have a clear understanding of how WebKit > will be deployed. I am not asking for details of how to do it. For the > moment I will assume that Visual Studio will do most or all of what I > need done automatically. Note that WebKit.NET is a completely independent fork of WebKit. This is not the right mailing list to discuss WebKit .Net. (and as far as I know, the WebKit.net project is also somewhat dead). > My understanding is that I will need to distribute all the WebKit DLL > files and relevant files that WebKit needs along with my application and > that they will all exist in the same location as my program. That means > that if any other application in a system uses WebKit then we will all > have separate copies of WebKit. Am I correct so far? I looked at the > wiki and such and I do not see anything that makes that clear. That is generally the right way to ship WebKit with applications on Windows. > I realize that WebKit is still in a beta status. Is it a possibility > that in the future at least, WebKit will be able to be installed as a > product that other products can share? I would prefer to do that. There are several WebKit port for Windows, none is standard. Benjamin From mirko.guenther at barco.com Mon Feb 17 23:05:11 2014 From: mirko.guenther at barco.com (Guenther, Mirko) Date: Tue, 18 Feb 2014 07:05:11 +0000 Subject: [webkit-help] Build Webkit2 on Windows Message-ID: <3F65072F50D1B84386D6590D15F326F21E52C6BA@KUUMEX11.barco.com> Hello, I try to build Webkit2 on Windows and realized it was dropped January last year. Only Webkit1 can be build. I found the bug ticket and commit stop build Webkit2, but no reason why it was done. Is somewhere a statement why the support was dropped? Regards, Mirko __________________________________________________________________________________________ Mirko G?nther R&D Senior Software Engineer Barco Control Rooms GmbH Greschbachstrasse 5a D - 76229 Karlsruhe Telefon +49 721 6201 170 Fax +49 721 6201 190 http://www.barco.com mailto:mirko.guenther at barco.com __________________________________________________________________________________________ Registered at 76229 Karlsruhe, Amtsgericht Mannheim HRB 102241, Management: Lutz Nehrhoff von Holderberg This message is subject to the following terms and conditions: MAIL DISCLAIMER From benjamin at webkit.org Tue Feb 18 00:31:54 2014 From: benjamin at webkit.org (Benjamin Poulain) Date: Tue, 18 Feb 2014 00:31:54 -0800 Subject: [webkit-help] Build Webkit2 on Windows In-Reply-To: <3F65072F50D1B84386D6590D15F326F21E52C6BA@KUUMEX11.barco.com> References: <3F65072F50D1B84386D6590D15F326F21E52C6BA@KUUMEX11.barco.com> Message-ID: <53031A7A.2030504@webkit.org> On 2/17/14, 11:05 PM, Guenther, Mirko wrote: > I try to build Webkit2 on Windows and realized it was dropped January last year. Only Webkit1 can be build. > > I found the bug ticket and commit stop build Webkit2, but no reason why it was done. Is somewhere a statement why the support was dropped? Nobody was developing/maintaining it anymore. Benjamin From thirteenhust at gmail.com Thu Feb 20 02:13:13 2014 From: thirteenhust at gmail.com (=?GB2312?B?y+/T8ebD?=) Date: Thu, 20 Feb 2014 18:13:13 +0800 Subject: [webkit-help] Run LayoutTests with WinCairo port on Windows Message-ID: I want to run layouttests on windows. I met errors: d:\webkit\Tools\Scripts>pytho n run-webkit-tests Using port 'win-future' Test configuration: Placing test results in D:\webkit\WebKitBuild\Release\bin32\layout-test-results Baseline search path: win -> mac-mountainlion -> mac -> generic Using Release build Pixel tests disabled Regular timeout: 35000, slow test timeout: 175000 Command line: D:\webkit\WebKi tBuild\Release\bin32\DumpRenderTree - Exception running driver: [u'D:\\yusun\\kirin_sfs_dc\\scratch\\DynamicCrawlWK\\w ebkit-2014-dev\\WebKitBuild\\Release\\bin32\\DumpRenderTree', '--print-supported -features'], [Error 2] The system cannot find the file specified. I think it's system cannot find dumprendertree. The binaries are inwebkitbuild\release_wincairo\bin32. How can I point it to this folder instead of WebKitBuild\Release folder? thanks Yuting -------------- next part -------------- An HTML attachment was scrubbed... URL: From oszi at inf.u-szeged.hu Thu Feb 20 02:24:19 2014 From: oszi at inf.u-szeged.hu (=?UTF-8?B?T3N6dHJvZ29uw6FjIENzYWJh?=) Date: Thu, 20 Feb 2014 11:24:19 +0100 Subject: [webkit-help] Run LayoutTests with WinCairo port on Windows In-Reply-To: References: Message-ID: <5305D7D3.70602@inf.u-szeged.hu> Hi, Tools/Scripts/run-webkit-tests without parameter is to run layout tests (with new-run-webkit-tests) for Apple Windows port, not for WinCairo port. Additionally run-webkit-tests (NRWT) doesn't support running layout tests for WinCairo port. (--wincairo option) You might be able run layout tests with old-run-webkit-tests (ORWT) ... but ORWT and expected files for WinCairo port aren't maintained nowadays at all. Ossy On 02/20/2014 11:13 AM, ??? wrote: > I want to run layouttests on windows. > I met errors: > > d:\webkit\Tools\Scripts>pytho > n run-webkit-tests > Using port 'win-future' > Test configuration: > Placing test results in > D:\webkit\WebKitBuild\Release\bin32\layout-test-results > Baseline search path: win -> mac-mountainlion -> mac -> generic > Using Release build > Pixel tests disabled > Regular timeout: 35000, slow test timeout: 175000 > Command line: D:\webkit\WebKi > tBuild\Release\bin32\DumpRenderTree - > > Exception running driver: > [u'D:\\yusun\\kirin_sfs_dc\\scratch\\DynamicCrawlWK\\w > ebkit-2014-dev\\WebKitBuild\\Release\\bin32\\DumpRenderTree', > '--print-supported > -features'], [Error 2] The system cannot find the file specified. > > > I think it's system cannot find dumprendertree. The binaries are > inwebkitbuild\release_wincairo\bin32. How can I point it to this folder > instead of WebKitBuild\Release folder? From mail.dipak at gmail.com Tue Feb 25 19:20:26 2014 From: mail.dipak at gmail.com (dipak kumar) Date: Tue, 25 Feb 2014 19:20:26 -0800 Subject: [webkit-help] Heap profiling in Web inspector Message-ID: <3548009428559772404@unknownmsgid> Dear All, Chrome supports heap profiling/snapshot feature. But I could not see the same in default Webkit code neither in Safari. Can anybody tell if heap profiling is anyway related to V8 engine, I mean is it chrome specific? Because I had seen this feature enabled when I was using V8, but with JSC its unavailable. Please help with any clue. Awaiting response. Many thanks, Dipak Kumar Sent from my Windows Phone ------------------------------ From: ??? Sent: 20-02-2014 PM 03:43 To: webkit-help at lists.webkit.org Subject: [webkit-help] Run LayoutTests with WinCairo port on Windows I want to run layouttests on windows. I met errors: d:\webkit\Tools\Scripts>pytho n run-webkit-tests Using port 'win-future' Test configuration: Placing test results in D:\webkit\WebKitBuild\Release\bin32\layout-test-results Baseline search path: win -> mac-mountainlion -> mac -> generic Using Release build Pixel tests disabled Regular timeout: 35000, slow test timeout: 175000 Command line: D:\webkit\WebKi tBuild\Release\bin32\DumpRenderTree - Exception running driver: [u'D:\\yusun\\kirin_sfs_dc\\scratch\\DynamicCrawlWK\\w ebkit-2014-dev\\WebKitBuild\\Release\\bin32\\DumpRenderTree', '--print-supported -features'], [Error 2] The system cannot find the file specified. I think it's system cannot find dumprendertree. The binaries are inwebkitbuild\release_wincairo\bin32. How can I point it to this folder instead of WebKitBuild\Release folder? thanks Yuting -------------- next part -------------- An HTML attachment was scrubbed... URL: From manishgurnaney at gmail.com Thu Feb 27 05:56:13 2014 From: manishgurnaney at gmail.com (Manish Gurnaney) Date: Thu, 27 Feb 2014 19:26:13 +0530 Subject: [webkit-help] Pixel test for 3d Transform not working. Message-ID: Hi All, I want to run one page for run-webkit-tests windows machine. I am running this page using command as "./Tools/Scripts/run-webkit-tests LayoutTests/animations/3d/replace-filling-transform.html --pixel-tests --debug --no-http" The output file which is being generated as a png with no content in it only Black screen is there. If I remove the 3d-Transform property from mentioned test page its *working fine*. Can you please suggest me whether I am missing something? I am sending the png file generated with this mail. *Test Case Location:- * LayoutTests/animations/3d/replace-filling-transform.html --Please Suggest Regards, Manish R Gurnaney -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: replace-filling-transform-expected.png Type: image/png Size: 9758 bytes Desc: not available URL: From sora.dolls at gmail.com Thu Feb 27 08:24:30 2014 From: sora.dolls at gmail.com (Ruka) Date: Fri, 28 Feb 2014 00:24:30 +0800 Subject: [webkit-help] Build error on mac os x 10.9 with xcode 5.0.2 Message-ID: Hi ALL, when i try to build webkit-r164553 on mac os x 10.9 (xcode 5.0.2) , i encounter the following build error: /Users/justyn/develop/project/webkit/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm:33:9: fatal error: 'WebKitSystemInterface.h' file not found #import "WebKitSystemInterface.h" ^ 1 error generated. i have set Products and Intermediates location to WebKitBuild in workspace settings. Does anyone know why this error happened? Full log is here: CompileC /Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.o mac/Plugins/Hosted/NetscapePluginHostManager.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler cd /Users/justyn/develop/project/webkit/Source/WebKit setenv LANG en_US.US-ASCII /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu++11 -stdlib=libc++ -fobjc-gc -Wno-trigraphs -fno-exceptions -fno-rtti -fpascal-strings -O0 -Werror -Wno-missing-field-initializers -Wmissing-prototypes -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -DDISABLE_THREAD_CHECK -DENABLE_WEBKIT_UNSET_DYLD_FRAMEWORK_PATH -DENABLE_3D_RENDERING -DENABLE_BLOB -DENABLE_CACHE_PARTITIONING -DENABLE_CANVAS_PATH -DENABLE_CHANNEL_MESSAGING -DENABLE_CSS_BOX_DECORATION_BREAK -DENABLE_CSS_COMPOSITING -DENABLE_CSS_EXCLUSIONS -DENABLE_CSS_FILTERS -DENABLE_CSS_REGIONS -DENABLE_CSS_SHAPES -DENABLE_CSS_SHAPE_INSIDE -DENABLE_CSS_STICKY_POSITION -DENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED -DENABLE_CURSOR_VISIBILITY -DENABLE_DASHBOARD_SUPPORT -DENABLE_DETAILS_ELEMENT -DENABLE_DOM4_EVENTS_CONSTRUCTOR -DENABLE_ENCRYPTED_MEDIA -DENABLE_ENCRYPTED_MEDIA_V2 -DENABLE_FILTERS -DENABLE_FULLSCREEN_API -DENABLE_GEOLOCATION -DENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING -DENABLE_ICONDATABASE -DENABLE_INDEXED_DATABASE -DENABLE_INDIE_UI -DENABLE_INPUT_TYPE_COLOR -DENABLE_INPUT_TYPE_COLOR_POPOVER -DENABLE_INSPECTOR -DENABLE_LEGACY_CSS_VENDOR_PREFIXES -DENABLE_LEGACY_NOTIFICATIONS -DENABLE_LEGACY_VENDOR_PREFIXES -DENABLE_LEGACY_WEB_AUDIO -DENABLE_MATHML -DENABLE_MEDIA_CONTROLS_SCRIPT -DENABLE_MEDIA_SOURCE -DENABLE_METER_ELEMENT -DENABLE_MOUSE_CURSOR_SCALE -DENABLE_NOTIFICATIONS -DENABLE_PAGE_VISIBILITY_API -DENABLE_PDFKIT_PLUGIN -DENABLE_PROGRESS_ELEMENT -DENABLE_PROMISES -DENABLE_PUBLIC_SUFFIX_LIST -DENABLE_REQUEST_ANIMATION_FRAME -DENABLE_REMOTE_INSPECTOR -DENABLE_SHARED_WORKERS -DENABLE_SPEECH_SYNTHESIS -DENABLE_SQL_DATABASE -DENABLE_SUBPIXEL_LAYOUT -DENABLE_SUBTLE_CRYPTO -DENABLE_SVG_FONTS -DENABLE_TEMPLATE_ELEMENT -DENABLE_USERSELECT_ALL -DENABLE_VIDEO -DENABLE_VIDEO_TRACK -DENABLE_WEBGL -DENABLE_WEB_ANIMATIONS -DENABLE_WEB_AUDIO -DENABLE_WEB_SOCKETS -DENABLE_WORKERS -DENABLE_XHR_TIMEOUT -DENABLE_XSLT -DFRAMEWORK_NAME=WebKit -DWEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.9 -g -fvisibility-inlines-hidden -fno-threadsafe-statics -Wno-sign-conversion -I/Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/WebKit.hmap -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/include -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/usr/local/include -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/WebCore.framework/PrivateHeaders/ForwardingHeaders -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/WebCore.framework/PrivateHeaders/icu -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/DerivedSources/WebKit -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/DerivedSources/x86_64 -I/Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/DerivedSources -Wall -Wextra -Wchar-subscripts -Wextra-tokens -Wformat-security -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wno-unused-parameter -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough -F/Users/justyn/develop/project/webkit/WebKitBuild/Debug -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Carbon.framework/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Quartz.framework/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/PrivateFrameworks -include /Users/justyn/develop/project/webkit/WebKitBuild/PrecompiledHeaders/WebKitPrefix-aldduogwfpkmuvaozdblpomjxfqh/WebKitPrefix.h -MMD -MT dependencies -MF /Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.d --serialize-diagnostics /Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.dia -c /Users/justyn/develop/project/webkit/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm -o /Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.o /Users/justyn/develop/project/webkit/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm:33:9: fatal error: 'WebKitSystemInterface.h' file not found #import "WebKitSystemInterface.h" ^ 1 error generated. -------------- next part -------------- An HTML attachment was scrubbed... URL: From kandalkar.abhijeet58 at gmail.com Thu Feb 27 08:29:24 2014 From: kandalkar.abhijeet58 at gmail.com (Abhijeet Kandalkar) Date: Thu, 27 Feb 2014 21:59:24 +0530 Subject: [webkit-help] Build error on mac os x 10.9 with xcode 5.0.2 In-Reply-To: References: Message-ID: Try updating code using ./update-webkit . It seems that support libs or auxiliary libs are not updated and you tried with updating code only. Regards, Abhijeet On Feb 27, 2014 9:54 PM, "Ruka" wrote: > > Hi ALL, > > when i try to build webkit-r164553 on mac os x 10.9 (xcode 5.0.2) , i encounter the following build error: > > /Users/justyn/develop/project/webkit/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm:33:9: fatal error: 'WebKitSystemInterface.h' file not found > > #import "WebKitSystemInterface.h" > > ^ > > 1 error generated. > > i have set Products and Intermediates location to WebKitBuild in workspace settings. > > Does anyone know why this error happened? > > > Full log is here: > > CompileC /Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.o mac/Plugins/Hosted/NetscapePluginHostManager.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler > > cd /Users/justyn/develop/project/webkit/Source/WebKit > > setenv LANG en_US.US-ASCII > > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu++11 -stdlib=libc++ -fobjc-gc -Wno-trigraphs -fno-exceptions -fno-rtti -fpascal-strings -O0 -Werror -Wno-missing-field-initializers -Wmissing-prototypes -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -DDISABLE_THREAD_CHECK -DENABLE_WEBKIT_UNSET_DYLD_FRAMEWORK_PATH -DENABLE_3D_RENDERING -DENABLE_BLOB -DENABLE_CACHE_PARTITIONING -DENABLE_CANVAS_PATH -DENABLE_CHANNEL_MESSAGING -DENABLE_CSS_BOX_DECORATION_BREAK -DENABLE_CSS_COMPOSITING -DENABLE_CSS_EXCLUSIONS -DENABLE_CSS_FILTERS -DENABLE_CSS_REGIONS -DENABLE_CSS_SHAPES -DENABLE_CSS_SHAPE_INSIDE -DENABLE_CSS_STICKY_POSITION -DENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED -DENABLE_CURSOR_VISIBILITY -DENABLE_DASHBOARD_SUPPORT -DENABLE_DETAILS_ELEMENT -DENABLE_DOM4_EVENTS_CONSTRUCTOR -DENABLE_ENCRYPTED_MEDIA -DENABLE_ENCRYPTED_MEDIA_V2 -DENABLE_FILTERS -DENABLE_FULLSCREEN_API -DENABLE_GEOLOCATION -DENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING -DENABLE_ICONDATABASE -DENABLE_INDEXED_DATABASE -DENABLE_INDIE_UI -DENABLE_INPUT_TYPE_COLOR -DENABLE_INPUT_TYPE_COLOR_POPOVER -DENABLE_INSPECTOR -DENABLE_LEGACY_CSS_VENDOR_PREFIXES -DENABLE_LEGACY_NOTIFICATIONS -DENABLE_LEGACY_VENDOR_PREFIXES -DENABLE_LEGACY_WEB_AUDIO -DENABLE_MATHML -DENABLE_MEDIA_CONTROLS_SCRIPT -DENABLE_MEDIA_SOURCE -DENABLE_METER_ELEMENT -DENABLE_MOUSE_CURSOR_SCALE -DENABLE_NOTIFICATIONS -DENABLE_PAGE_VISIBILITY_API -DENABLE_PDFKIT_PLUGIN -DENABLE_PROGRESS_ELEMENT -DENABLE_PROMISES -DENABLE_PUBLIC_SUFFIX_LIST -DENABLE_REQUEST_ANIMATION_FRAME -DENABLE_REMOTE_INSPECTOR -DENABLE_SHARED_WORKERS -DENABLE_SPEECH_SYNTHESIS -DENABLE_SQL_DATABASE -DENABLE_SUBPIXEL_LAYOUT -DENABLE_SUBTLE_CRYPTO -DENABLE_SVG_FONTS -DENABLE_TEMPLATE_ELEMENT -DENABLE_USERSELECT_ALL -DENABLE_VIDEO -DENABLE_VIDEO_TRACK -DENABLE_WEBGL -DENABLE_WEB_ANIMATIONS -DENABLE_WEB_AUDIO -DENABLE_WEB_SOCKETS -DENABLE_WORKERS -DENABLE_XHR_TIMEOUT -DENABLE_XSLT -DFRAMEWORK_NAME=WebKit -DWEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.9 -g -fvisibility-inlines-hidden -fno-threadsafe-statics -Wno-sign-conversion -I/Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/WebKit.hmap -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/include -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/usr/local/include -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/WebCore.framework/PrivateHeaders/ForwardingHeaders -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/WebCore.framework/PrivateHeaders/icu -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/DerivedSources/WebKit -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/DerivedSources/x86_64 -I/Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/DerivedSources -Wall -Wextra -Wchar-subscripts -Wextra-tokens -Wformat-security -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wno-unused-parameter -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough -F/Users/justyn/develop/project/webkit/WebKitBuild/Debug -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Carbon.framework/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Quartz.framework/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/PrivateFrameworks -include /Users/justyn/develop/project/webkit/WebKitBuild/PrecompiledHeaders/WebKitPrefix-aldduogwfpkmuvaozdblpomjxfqh/WebKitPrefix.h -MMD -MT dependencies -MF /Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.d --serialize-diagnostics /Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.dia -c /Users/justyn/develop/project/webkit/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm -o /Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.o > > > /Users/justyn/develop/project/webkit/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm:33:9: fatal error: 'WebKitSystemInterface.h' file not found > > #import "WebKitSystemInterface.h" > > ^ > > 1 error generated. > > > > _______________________________________________ > webkit-help mailing list > webkit-help at lists.webkit.org > https://lists.webkit.org/mailman/listinfo/webkit-help > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sora.dolls at gmail.com Thu Feb 27 08:56:20 2014 From: sora.dolls at gmail.com (Ruka) Date: Fri, 28 Feb 2014 00:56:20 +0800 Subject: [webkit-help] Build error on mac os x 10.9 with xcode 5.0.2 In-Reply-To: References: Message-ID: when i run ./update-webkit, it just show "Updating OpenSource" and nothing else. and i run ./update-webkit-auxiliary-libs, it could be run successfully. Log like this: Installing WebKitAuxiliaryLibrary... The WebKitAuxiliaryLibrary has been sucessfully installed in /Users/justyn/develop/project/webkit/WebKitLibraries/win but i still can't build successfully.. On Fri, Feb 28, 2014 at 12:29 AM, Abhijeet Kandalkar < kandalkar.abhijeet58 at gmail.com> wrote: > Try updating code using ./update-webkit . It seems that support libs or > auxiliary libs are not updated and you tried with updating code only. > > Regards, > Abhijeet > > On Feb 27, 2014 9:54 PM, "Ruka" wrote: > > > > Hi ALL, > > > > when i try to build webkit-r164553 on mac os x 10.9 (xcode 5.0.2) , i > encounter the following build error: > > > > > /Users/justyn/develop/project/webkit/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm:33:9: > fatal error: 'WebKitSystemInterface.h' file not found > > > > #import "WebKitSystemInterface.h" > > > > ^ > > > > 1 error generated. > > > > i have set Products and Intermediates location to WebKitBuild in > workspace settings. > > > > Does anyone know why this error happened? > > > > > > Full log is here: > > > > CompileC > /Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.o > mac/Plugins/Hosted/NetscapePluginHostManager.mm normal x86_64 objective-c++ > com.apple.compilers.llvm.clang.1_0.compiler > > > > cd /Users/justyn/develop/project/webkit/Source/WebKit > > > > setenv LANG en_US.US-ASCII > > > > > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang > -x objective-c++ -arch x86_64 -fmessage-length=0 > -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 > -std=gnu++11 -stdlib=libc++ -fobjc-gc -Wno-trigraphs -fno-exceptions > -fno-rtti -fpascal-strings -O0 -Werror -Wno-missing-field-initializers > -Wmissing-prototypes -Wno-implicit-atomic-properties -Wno-receiver-is-weak > -Wno-arc-repeated-use-of-weak -Wnon-virtual-dtor -Wno-overloaded-virtual > -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces > -Wparentheses -Wswitch -Wunused-function -Wno-unused-label > -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body > -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants > -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion > -Wenum-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof > -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector > -Wno-deprecated-implementations -Wno-c++11-extensions > -DDISABLE_THREAD_CHECK -DENABLE_WEBKIT_UNSET_DYLD_FRAMEWORK_PATH > -DENABLE_3D_RENDERING -DENABLE_BLOB -DENABLE_CACHE_PARTITIONING > -DENABLE_CANVAS_PATH -DENABLE_CHANNEL_MESSAGING > -DENABLE_CSS_BOX_DECORATION_BREAK -DENABLE_CSS_COMPOSITING > -DENABLE_CSS_EXCLUSIONS -DENABLE_CSS_FILTERS -DENABLE_CSS_REGIONS > -DENABLE_CSS_SHAPES -DENABLE_CSS_SHAPE_INSIDE -DENABLE_CSS_STICKY_POSITION > -DENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED -DENABLE_CURSOR_VISIBILITY > -DENABLE_DASHBOARD_SUPPORT -DENABLE_DETAILS_ELEMENT > -DENABLE_DOM4_EVENTS_CONSTRUCTOR -DENABLE_ENCRYPTED_MEDIA > -DENABLE_ENCRYPTED_MEDIA_V2 -DENABLE_FILTERS -DENABLE_FULLSCREEN_API > -DENABLE_GEOLOCATION -DENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING > -DENABLE_ICONDATABASE -DENABLE_INDEXED_DATABASE -DENABLE_INDIE_UI > -DENABLE_INPUT_TYPE_COLOR -DENABLE_INPUT_TYPE_COLOR_POPOVER > -DENABLE_INSPECTOR -DENABLE_LEGACY_CSS_VENDOR_PREFIXES > -DENABLE_LEGACY_NOTIFICATIONS -DENABLE_LEGACY_VENDOR_PREFIXES > -DENABLE_LEGACY_WEB_AUDIO -DENABLE_MATHML -DENABLE_MEDIA_CONTROLS_SCRIPT > -DENABLE_MEDIA_SOURCE -DENABLE_METER_ELEMENT -DENABLE_MOUSE_CURSOR_SCALE > -DENABLE_NOTIFICATIONS -DENABLE_PAGE_VISIBILITY_API -DENABLE_PDFKIT_PLUGIN > -DENABLE_PROGRESS_ELEMENT -DENABLE_PROMISES -DENABLE_PUBLIC_SUFFIX_LIST > -DENABLE_REQUEST_ANIMATION_FRAME -DENABLE_REMOTE_INSPECTOR > -DENABLE_SHARED_WORKERS -DENABLE_SPEECH_SYNTHESIS -DENABLE_SQL_DATABASE > -DENABLE_SUBPIXEL_LAYOUT -DENABLE_SUBTLE_CRYPTO -DENABLE_SVG_FONTS > -DENABLE_TEMPLATE_ELEMENT -DENABLE_USERSELECT_ALL -DENABLE_VIDEO > -DENABLE_VIDEO_TRACK -DENABLE_WEBGL -DENABLE_WEB_ANIMATIONS > -DENABLE_WEB_AUDIO -DENABLE_WEB_SOCKETS -DENABLE_WORKERS > -DENABLE_XHR_TIMEOUT -DENABLE_XSLT -DFRAMEWORK_NAME=WebKit > -DWEBKIT_VERSION_MIN_REQUIRED=WEBKIT_VERSION_LATEST -isysroot > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk > -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations > -Winvalid-offsetof -mmacosx-version-min=10.9 -g -fvisibility-inlines-hidden > -fno-threadsafe-statics -Wno-sign-conversion > -I/Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/WebKit.hmap > -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/include > -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/usr/local/include > -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/WebCore.framework/PrivateHeaders/ForwardingHeaders > -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/WebCore.framework/PrivateHeaders/icu > -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/DerivedSources/WebKit > -I/Users/justyn/develop/project/webkit/WebKitBuild/Debug/usr/local/include > -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include > -I/Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/DerivedSources/x86_64 > -I/Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/DerivedSources > -Wall -Wextra -Wchar-subscripts -Wextra-tokens -Wformat-security > -Winit-self -Wmissing-format-attribute -Wmissing-noreturn > -Wno-unused-parameter -Wpacked -Wpointer-arith -Wredundant-decls -Wundef > -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors > -Wtautological-compare -Wimplicit-fallthrough > -F/Users/justyn/develop/project/webkit/WebKitBuild/Debug > -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks > -iframework > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/ApplicationServices.framework/Frameworks > -iframework > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Carbon.framework/Frameworks > -iframework > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Quartz.framework/Frameworks > -iframework > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks > -iframework > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/PrivateFrameworks > -include > /Users/justyn/develop/project/webkit/WebKitBuild/PrecompiledHeaders/WebKitPrefix-aldduogwfpkmuvaozdblpomjxfqh/WebKitPrefix.h > -MMD -MT dependencies -MF > /Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.d > --serialize-diagnostics > /Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.dia > -c > /Users/justyn/develop/project/webkit/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm > -o > /Users/justyn/develop/project/webkit/WebKitBuild/WebKit.build/Debug/WebKit.build/Objects-normal/x86_64/NetscapePluginHostManager.o > > > > > > > /Users/justyn/develop/project/webkit/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm:33:9: > fatal error: 'WebKitSystemInterface.h' file not found > > > > #import "WebKitSystemInterface.h" > > > > ^ > > > > 1 error generated. > > > > > > > > _______________________________________________ > > webkit-help mailing list > > webkit-help at lists.webkit.org > > https://lists.webkit.org/mailman/listinfo/webkit-help > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mail.dipak at gmail.com Fri Feb 28 08:07:41 2014 From: mail.dipak at gmail.com (dipak kumar) Date: Fri, 28 Feb 2014 21:37:41 +0530 Subject: [webkit-help] Heap profiling in Web inspector Message-ID: Dear All, Chrome supports heap profiling/snapshot feature. But I could not see the same in default Webkit code neither in Safari. Can anybody tell if heap profiling is anyway related to V8 engine, I mean is it chrome specific? Because I had seen this feature enabled when I was using V8, but with JSC its unavailable. Please help with any clue. Awaiting response. Many thanks, Dipak Kumar -------------- next part -------------- An HTML attachment was scrubbed... URL: