Re: [webkit-dev] How can I call a javascript function from the hosting application

2011-01-11 Thread Patrick Gansterer
Hi, Brent Fulgham: Hi Patrick, On Jan 10, 2011, at 12:37 PM, Patrick Gansterer wrote: André Pedralho: Hi Fred, my bad! Sorry, it is only available in the Qt port. If you have a look at the Qt port you see the following: JSC::JSValue v =

[webkit-dev] WebKit2 Sandboxing

2011-01-11 Thread Andrew Blaich
Hi everyone, I am investigating the sandboxing features that are currently in WebKit2. Could someone familiar with the Sandbox Extensions that are available in the WebKit2 version for mac please explain them? I have traced how and where they are setup, but I am led to a dead-end as it seems the

Re: [webkit-dev] #webkit down?

2011-01-11 Thread Evan Martin
It appears that when using the SSL port they require you to authenticate with SASL rather than just /msg'ing nickserv. On Mon, Jan 10, 2011 at 11:19 PM, Eric Seidel e...@webkit.org wrote: As of this afternoon I'm unable to connect o #webkit. I'm attempting to connect to irc.freenode.net (I was

Re: [webkit-dev] WebCore has moved: How to avoid merge conflicts

2011-01-11 Thread David Kilzer
For git, I'm assuming the following works: Local changes: 1. git stash save WIP 2. git pull --rebase origin (or git svn rebase) 3. git stash pop Branches: 1. git checkout branchname 2. git rebase master However, it would be interesting to know if diff.renames=true or if diff.renames=copy is

Re: [webkit-dev] WebCore has moved: How to avoid merge conflicts

2011-01-11 Thread Adam Barth
I'm going to defer to git experts here. I tested some git scenarios when moving JavaScriptGlue and they seemed to work more-or-less automagically, but WebCore might be different due to its size. I moved the WebCore directory in one atomic svn move operation with zero changes, which should help

Re: [webkit-dev] WebCore has moved: How to avoid merge conflicts

2011-01-11 Thread Evan Martin
On Tue, Jan 11, 2011 at 4:28 PM, Adam Barth aba...@webkit.org wrote: I'm going to defer to git experts here.  I tested some git scenarios when moving JavaScriptGlue and they seemed to work more-or-less automagically, but WebCore might be different due to its size. I believe that if git diff -M

[webkit-dev] webkit-patch now supports subdirectories for SVN checkouts

2011-01-11 Thread Maciej Stachowiak
webkit-patch (at least the upload and land commands) will now default to looking in only the current directory, not the whole SVN tree. This seems to be the behavior preferred by most SVN users. If you want to do the whole tree, you can change to the root. Also, there is a new -d option which