Re: [webkit-dev] Proposal: Remove Pointer Lock API

2013-08-17 Thread Gyuyoung Kim
Hi Andreas,

EFL port has not supported it yet. So, I think we don't mind to remove it.
However, it looks GTK port wants to enable it on Bug 99036.

Bug 99036  - [GTK] Enable
Pointer Lock feature
(https://bugs.webkit.org/show_bug.cgi?id=99036)

Gyuyoung.




On Sun, Aug 18, 2013 at 4:41 AM, Andreas Kling  wrote:

> Hi WebKittens,
>
> I’d like to propose removing the Pointer Lock API code from WebKit. The
> code hasn’t been touched for 12 months, and AFAICT no ports are building
> with ENABLE(POINTER_LOCK).
>
> Is anyone currently building (and shipping / planning to ship) this API?
>
> Other thoughts?
>
> -Kling
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Proposal: Remove Pointer Lock API

2013-08-17 Thread Andreas Kling
Hi WebKittens,

I’d like to propose removing the Pointer Lock API code from WebKit. The code 
hasn’t been touched for 12 months, and AFAICT no ports are building with 
ENABLE(POINTER_LOCK).

Is anyone currently building (and shipping / planning to ship) this API?

Other thoughts?

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


[webkit-dev] Compiling WebKit with a non-standard compiler

2013-08-17 Thread Dan Palmer
Hi,

I sent this to the webkit-help mailing list, which sounded better suited
to it, a few days ago, but haven't had any response from there, I hope
someone here can help.

I'm trying to compile WebKit on OS X 10.8 with ASAN support.
Unfortunately the version of clang that ships with Xcode 4.6.3 doesn't
seem to support this, so I have compiled a copy of clang from up-to-date
source which would support ASAN.

I need to both use this compiler, and also pass an option in the process
of building/linking all code "-fsanitize=address". I've been looking
through the build scripts and configurations to see how it would be
possible to do this, but the few things I've managed to try haven't worked.

I have tried:
 - exporting CC and CXX to be my build of clang.
 - copying my build of clang and it's associated binaries over those
provided by Xcode
 - specifying CFLAGS with -fsanitize=address.

None of these have worked. The first two cause issues that look like
they are from xcodebuild as there are Objective-C runtime-like
statements/logs printed out. The third thing just didn't pass the argument.

I am having a lot of difficulty getting this to work and would
appreciate some advice from anyone who knows a bit more about the build
process or has done this before.

Thanks for the help.

Dan Palmer

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