Re: [webkit-dev] DFG, inline functions compileing

2012-06-17 Thread Zoltan Herczeg
Where are they compiled twice? If in the object file, than it is ok, since
the compiler must provide a standalone function for even inline ones. It
is needed if the function is passed as pointer. These extra functions
should be thrown out by the linker in the final binary.

Regards,
Zoltan

 It's a bug. It's not a show stopper but if you've got a fix, I'd encourage
 you to submit a patch.

 -Filip

 On Jun 16, 2012, at 1:01 PM, Nare Karapetyan n...@rock.com wrote:

 Why in DFG inline functions are optimized(compiled) more than
 once - one time itself and then in caller function's body?

 --


 ___
 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] Feature announcement: Content-Security-Policy 1.1

2012-06-17 Thread Mike West
On Fri, May 4, 2012 at 3:13 AM, Adam Barth aba...@webkit.org wrote:

 As CSP 1.1 matures (both in specification and
 implementation), I plan to upstream the csp11 branch using this meta
 bug: https://bugs.webkit.org/show_bug.cgi?id=85558.


Following up on this, I've just uploaded a patch to
https://bugs.webkit.org/show_bug.cgi?id=89300 to add an ENABLE_CSP_NEXT
flag, disabled by default. We'll keep any 1.1 work that lands on trunk
behind that flag going forward.

Thanks!

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


Re: [webkit-dev] Feature announcement: Content-Security-Policy 1.1

2012-06-17 Thread Adam Barth
On Sun, Jun 17, 2012 at 1:35 AM, Mike West mk...@chromium.org wrote:
 On Fri, May 4, 2012 at 3:13 AM, Adam Barth aba...@webkit.org wrote:
 As CSP 1.1 matures (both in specification and
 implementation), I plan to upstream the csp11 branch using this meta
 bug: https://bugs.webkit.org/show_bug.cgi?id=85558.

 Following up on this, I've just uploaded a patch to
 https://bugs.webkit.org/show_bug.cgi?id=89300 to add an ENABLE_CSP_NEXT
 flag, disabled by default. We'll keep any 1.1 work that lands on trunk
 behind that flag going forward.

We should also note that there's a working draft of the CSP 1.1 spec
available at 
http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html.
 Please send technical feedback on the spec to the W3C's
public-webappsec mailing list.

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


Re: [webkit-dev] DFG, inline functions compileing

2012-06-17 Thread Filip Pizlo
I'm not talking about the C++ compiler compiling the DFG. 

I'm instead referring to the DFG compiling JS code. 

-Filip

On Jun 17, 2012, at 1:06 AM, Zoltan Herczeg zherc...@webkit.org wrote:

 Where are they compiled twice? If in the object file, than it is ok, since
 the compiler must provide a standalone function for even inline ones. It
 is needed if the function is passed as pointer. These extra functions
 should be thrown out by the linker in the final binary.
 
 Regards,
 Zoltan
 
 It's a bug. It's not a show stopper but if you've got a fix, I'd encourage
 you to submit a patch.
 
 -Filip
 
 On Jun 16, 2012, at 1:01 PM, Nare Karapetyan n...@rock.com wrote:
 
 Why in DFG inline functions are optimized(compiled) more than
 once - one time itself and then in caller function's body?
 
 --
 
 
 ___
 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


[webkit-dev] Compiling WebKit in 32 bit for Mac

2012-06-17 Thread Mark Gilbert
Hi There,

Could anyone enlighten me on how to create a 'build-webkit' tool which compiles 
the frameworks with 32-bit (and 64-bit perhaps).

I need a 32-bit compatible set of frameworks to allow the WebKit app to support 
32-bit plug ins like the QuickTime plug in.

Using the 'build-webkit' too appears to produce only 64-bit binaries in the 
frameworks.

I want to rebuild webkit as 32/64 bit, with some tiny code changes, then insert 
these into the WebKit nightly application.  This is working fine with the 
64-bit only build I am creating with 'build-webkit' but it doesn't then support 
the 32-bit plug ins (which the nightly build does when it arrives).

Clearly the nightly build is not using 'build-webkit' for the frameworks  since 
it comes with universal 64/32 bit

Any suggestions ?

Thanks

Mark.


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


Re: [webkit-dev] Compiling WebKit in 32 bit for Mac

2012-06-17 Thread Dan Bernstein

On Jun 17, 2012, at 11:12 AM, Mark Gilbert wrote:

 Hi There,
 
 Could anyone enlighten me on how to create a 'build-webkit' tool which 
 compiles the frameworks with 32-bit (and 64-bit perhaps).
 
 I need a 32-bit compatible set of frameworks to allow the WebKit app to 
 support 32-bit plug ins like the QuickTime plug in.
 
 Using the 'build-webkit' too appears to produce only 64-bit binaries in the 
 frameworks.
 
 I want to rebuild webkit as 32/64 bit, with some tiny code changes, then 
 insert these into the WebKit nightly application.  This is working fine with 
 the 64-bit only build I am creating with 'build-webkit' but it doesn't then 
 support the 32-bit plug ins (which the nightly build does when it arrives).
 
 Clearly the nightly build is not using 'build-webkit' for the frameworks  
 since it comes with universal 64/32 bit
 
 Any suggestions ?

build-webkit --32-bit
will build 32-bit-only products.

build-webkit ARCHS=i386 x86_64 ONLY_ACTIVE_ARCH=NO
will build universal products.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] build-webkit failure

2012-06-17 Thread Mark Gilbert
Hi Folks.

Just trying to build the nightly (WebKit-r120550) from 17th June on OSX 10.7.4

Getting

** BUILD FAILED **
The following build commands failed:
CompileC 
/WebKit-r120550/WebKitBuild/JavaScriptCore.build/Release/JSCLLIntOffsetsExtractor.build/Objects-normal/i386/LLIntOffsetsExtractor.o
 llint/LLIntOffsetsExtractor.cpp normal i386 c++ com.apple.compilers.gcc.4_2
(1 failure)


This appears to be warnings treated as errors for:

cc1plus: warnings being treated as errors
In file included from 
/WebKit-r120550/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:71:
/WebKit-r120550/WebKitBuild/Release/LLIntOffsets/LLIntDesiredOffsets.h:100537: 
warning: this decimal constant is unsigned only in ISO C90
... and lots more the same

Could anyone advise how to relax these errors as warnings so I can build ?

Thanks

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


Re: [webkit-dev] build-webkit failure

2012-06-17 Thread Filip Pizlo
Hi Mark!

First, can you file a bug on bugs.webkit.org and assign it to me?

Second, can you attach the contents of your LLIntDesiredOffsets.h file (the one 
at /WebKit-r120550/WebKitBuild/Release/LLIntOffsets/LLIntDesiredOffsets.h) 
along with preferably the entire build log?

-F



On Jun 17, 2012, at 2:37 PM, Mark Gilbert wrote:

 Hi Folks.
 
 Just trying to build the nightly (WebKit-r120550) from 17th June on OSX 10.7.4
 
 Getting
 
 ** BUILD FAILED **
 The following build commands failed:
   CompileC 
 /WebKit-r120550/WebKitBuild/JavaScriptCore.build/Release/JSCLLIntOffsetsExtractor.build/Objects-normal/i386/LLIntOffsetsExtractor.o
  llint/LLIntOffsetsExtractor.cpp normal i386 c++ com.apple.compilers.gcc.4_2
 (1 failure)
 
 
 This appears to be warnings treated as errors for:
 
 cc1plus: warnings being treated as errors
 In file included from 
 /WebKit-r120550/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:71:
 /WebKit-r120550/WebKitBuild/Release/LLIntOffsets/LLIntDesiredOffsets.h:100537:
  warning: this decimal constant is unsigned only in ISO C90
 ... and lots more the same
 
 Could anyone advise how to relax these errors as warnings so I can build ?
 
 Thanks
 
 Mark
 ___
 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] (no subject)

2012-06-17 Thread Ashod Nakashian
http://welovewashoku.com/wp-content/themes/elements-of-seo/glkrgw.html?yu=dhdh.dhmdhzazar=urza.jdhbf=fxyr
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev