[webkit-dev] Inspector code

2017-02-24 Thread kwadwo amankwa
Hi all, Just studying the Inspector code and interested to know how(or where) the Inspector front-end connects to the backend. cheers ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] SVN trouble

2017-02-24 Thread Alexey Proskuryakov
> 24 февр. 2017 г., в 9:31, Carlos Alberto Lopez Perez > написал(а): > > On 24/02/17 18:08, Alexey Proskuryakov wrote: >> works. There is almost certainly more cleanup that needs to be done - I >> can see that trac.webkit.org is broken. Please Trac

Re: [webkit-dev] DNS issues with webkit.org

2017-02-24 Thread Lucas Forschler
Things should be back online now. Please let me know if you run into any problems. Lucas > On Feb 24, 2017, at 3:59 PM, Lucas Forschler wrote: > > Hello folks, > > We are having a DNS issue with many webkit.org domains. Engineers are > investigating, and we hope to be

[webkit-dev] SVN trouble

2017-02-24 Thread Antti Koivisto
Hi, Looks like https://bugs.webkit.org/show_bug.cgi?id=168774 caused some sort of SVN problem. Please hold commits until this is resolved. antti ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] SVN trouble

2017-02-24 Thread Alexey Proskuryakov
> 24 февр. 2017 г., в 7:48, Antti Koivisto написал(а): > > Hi, > > Looks like https://bugs.webkit.org/show_bug.cgi?id=168774 > caused some sort of SVN > problem. Please hold commits until this is resolved. I deleted the

Re: [webkit-dev] SVN trouble

2017-02-24 Thread Carlos Alberto Lopez Perez
On 24/02/17 20:16, Alexey Proskuryakov wrote: > > How does one create a local git-svn checkout to try this out? Given that > the offending file has been effectively deleted from svn, I think that > git-svn should work too. You have the script: Tools/Scripts/webkit-patch setup-git-clone And

Re: [webkit-dev] SVN trouble

2017-02-24 Thread Carlos Alberto Lopez Perez
On 24/02/17 18:08, Alexey Proskuryakov wrote: > >> 24 февр. 2017 г., в 7:48, Antti Koivisto > > написал(а): >> >> Hi, >> >> Looks like https://bugs.webkit.org/show_bug.cgi?id=168774 caused some >> sort of SVN problem. Please hold commits until this is

Re: [webkit-dev] SVN trouble

2017-02-24 Thread Carlos Alberto Lopez Perez
On 24/02/17 18:08, Alexey Proskuryakov wrote: > >> 24 февр. 2017 г., в 7:48, Antti Koivisto > > написал(а): >> >> Hi, >> >> Looks like https://bugs.webkit.org/show_bug.cgi?id=168774 caused some >> sort of SVN problem. Please hold commits until this is

Re: [webkit-dev] SVN trouble

2017-02-24 Thread Alexey Proskuryakov
From my testing, bot git.webkit.org and git-svn work now. The only thing I did was block access to cache/disk-cache/resources/shattered-2.pdf using authz (this is the file with collision). I think that the reason why mirrors only updated now is that someone committed to trunk, and thus

Re: [webkit-dev] SVN trouble

2017-02-24 Thread Carlos Alberto Lopez Perez
On 24/02/17 18:46, Carlos Alberto Lopez Perez wrote: > On 24/02/17 18:08, Alexey Proskuryakov wrote: >> >>> 24 февр. 2017 г., в 7:48, Antti Koivisto >> > написал(а): >>> >>> Hi, >>> >>> Looks like https://bugs.webkit.org/show_bug.cgi?id=168774 caused some

Re: [webkit-dev] SVN trouble

2017-02-24 Thread JF Bastien
The github mirror also seems sad: https://github.com/WebKit/webkit/commits/master It's at r212950. On Fri, Feb 24, 2017 at 11:29 AM, Carlos Alberto Lopez Perez < clo...@igalia.com> wrote: > On 24/02/17 20:16, Alexey Proskuryakov wrote: > > > > How does one create a local git-svn checkout to

Re: [webkit-dev] SVN trouble

2017-02-24 Thread Chris Dumez
> On Feb 24, 2017, at 11:41 AM, Alexey Proskuryakov wrote: > > The only thing I did was block access to > cache/disk-cache/resources/shattered-2.pdf using authz (this is the file with > collision). I think that the reason why mirrors only updated now is that > someone

Re: [webkit-dev] SVN trouble

2017-02-24 Thread Alexey Proskuryakov
> 24 февр. 2017 г., в 19:50, Chris Dumez написал(а): > > > > >> On Feb 24, 2017, at 11:41 AM, Alexey Proskuryakov > > wrote: >> >> I believe that all infrastructure has recovered. We are currently looking >> into one unrelated

[webkit-dev] VM::setExclusiveThread()

2017-02-24 Thread Mark Lam
The JSC VM has this method setExclusiveThread(). Some details: 1. setExclusiveThread() is only used to forego actually locking/unlocking the underlying lock inside JSLock. 2. setExclusiveThread() is only used by WebCore where we can guarantee that the VM will only ever be used exclusively on

Re: [webkit-dev] VM::setExclusiveThread()

2017-02-24 Thread Filip Pizlo
Seems like if the relevant benchmarks (speedometer) are ok with it then we should just do this. -Filip > On Feb 24, 2017, at 20:50, Mark Lam wrote: > > The JSC VM has this method setExclusiveThread(). Some details: > 1. setExclusiveThread() is only used to forego

[webkit-dev] DNS issues with webkit.org

2017-02-24 Thread Lucas Forschler
Hello folks, We are having a DNS issue with many webkit.org domains. Engineers are investigating, and we hope to be back online as quickly as possible. Lucas ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Inspector code

2017-02-24 Thread Joseph Pecoraro
Whoever hosts the Web Inspector frontend page has the real connection to the backend. The host provides an InspectorFrontendHost global object to the frontend page that can be used to send messages through that already established connection. Likewise when the host wants to trigger operations

Re: [webkit-dev] SVN trouble

2017-02-24 Thread Chris Dumez
> On Feb 24, 2017, at 11:41 AM, Alexey Proskuryakov wrote: > > I believe that all infrastructure has recovered. We are currently looking > into one unrelated issue with webkit-queues, so EWS and commit queue don't > work. > > - Alexey It looks like EWS is still down. Did