Re: [webkit-dev] Thought about Nix JavaScriptCore port

2015-11-11 Thread Sergio Villar Senin
On 11/11/15 08:04, Yusuke SUZUKI wrote: > Hello WebKittens, > > JavaScriptCore use in non-OSX environment looks emerging[1]. > In addition to that, sometimes, people would like to build > JavaScriptCore to see what is happning in JavaScriptCore development[2]. > However, if you don't have an OSX

[webkit-dev] OSX: Linking to custom build resorts to system version...

2015-11-11 Thread Nikolay Tsenkov
Hello, First of all, thanks for the awesome OSS software that WebKit is! I need some help with linking to a fresh build of WebKit.framework on OS X: - I am building a modified version of WebKit.framework (my changes are in WebCore and WebKit projects) on OS X 10.11, but I am not able to use

Re: [webkit-dev] Thought about Nix JavaScriptCore port

2015-11-11 Thread Sergio Villar Senin
On 11/11/15 11:15, Sergio Villar Senin wrote: > On 11/11/15 08:04, Yusuke SUZUKI wrote: >> Hello WebKittens, >> >> JavaScriptCore use in non-OSX environment looks emerging[1]. >> In addition to that, sometimes, people would like to build >> JavaScriptCore to see what is happning in JavaScriptCore

Re: [webkit-dev] OSX: Linking to custom build resorts to system version...

2015-11-11 Thread Myles C. Maxfield
> On Nov 11, 2015, at 2:06 AM, Nikolay Tsenkov wrote: > > Hello, > > First of all, thanks for the awesome OSS software that WebKit is! > > I need some help with linking to a fresh build of WebKit.framework on OS X: > - I am building a modified version of WebKit.framework

Re: [webkit-dev]

2015-11-11 Thread Ryosuke Niwa
On Wed, Nov 11, 2015 at 6:11 AM, Yoav Weiss wrote: > I'm interested in adding support for and the > corresponding "Link:" headers and wanted to gauge interest for supporting > the feature. > > The preload relationship provides a declarative fetch primitive that enables > developers

[webkit-dev]

2015-11-11 Thread Yoav Weiss
Hi, I'm interested in adding support for and the corresponding "Link:" headers and wanted to gauge interest for supporting the feature. The preload relationship provides a declarative fetch primitive that enables developers to initiate a resource fetch and

Re: [webkit-dev] Thought about Nix JavaScriptCore port

2015-11-11 Thread Geoffrey Garen
I think it would be nice to avoid tying the Nix build to update-webkitgtk-libs, since part of the stated goal is platform freedom. Geoff > On Nov 11, 2015, at 2:15 AM, Sergio Villar Senin wrote: > > On 11/11/15 08:04, Yusuke SUZUKI wrote: >> Hello WebKittens, >> >>

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2015-11-11 Thread Darin Adler
> On Jul 18, 2014, at 3:17 AM, Jacques-Olivier wrote: > > "__ZN7WebCore11JSNavigator18webkitGetUserMediaEPN3JSC9ExecStateE", > referenced from: > > __ZN7WebCore46jsNavigatorPrototypeFunctionWebkitGetUserMediaEPN3JSC9ExecStateE > in JSNavigator.o >