Re: [webkit-dev] Code Search for webkit.org

2011-10-04 Thread Mihai Parparita
I usually search the copy of WebKit that's in the Chromium sub-index of code search. It's at most one day behind ToT WebKit (plus Code Search crawl/indexing delays): http://www.google.com/codesearch#search/exact_package=chromiumq=file%3A%5Esrc/third_party/WebKit Mihai Mihai On Fri, Sep 30,

Re: [webkit-dev] Code Search for webkit.org

2011-09-30 Thread Tom Zakrajsek
codesearch seems very cool, but I noticed that http://codesearch.google.com/#search/q=package:webkit seems to be picking up WebKit from the android repo at git://android.git.kernel.org/platform/external/webkit.git. Does that cause problems with the code being stale (more stale than just using

[webkit-dev] Code Search for webkit.org

2011-09-08 Thread Eric Seidel
I'm curious how other developers search the WebKit code? I use http://codesearch.google.com/#search/q=package:webkit from time to time. If others do too, we should make it a redirect from cs.webkit.org (like we do for cia.webkit.org). Or maybe folks have better code search solutions? grep -r?

Re: [webkit-dev] Code Search for webkit.org

2011-09-08 Thread Adam Roben
On Sep 8, 2011, at 5:52 PM, Eric Seidel wrote: I'm curious how other developers search the WebKit code? I use http://codesearch.google.com/#search/q=package:webkit from time to time. If others do too, we should make it a redirect from cs.webkit.org (like we do for cia.webkit.org). Or

Re: [webkit-dev] Code Search for webkit.org

2011-09-08 Thread Ryosuke Niwa
On Thu, Sep 8, 2011 at 2:57 PM, Adam Roben aro...@apple.com wrote: On Sep 8, 2011, at 5:52 PM, Eric Seidel wrote: I'm curious how other developers search the WebKit code? I use http://codesearch.google.com/#search/q=package:webkit from time to time. If others do too, we should make it

Re: [webkit-dev] Code Search for webkit.org

2011-09-08 Thread Leandro Pereira
On 09/08/2011 06:57 PM, Adam Roben wrote: On Sep 8, 2011, at 5:52 PM, Eric Seidel wrote: I'm curious how other developers search the WebKit code? I use git grep or Xcode/Visual Studio's find functionality. But I trust git grep more for code that might run on other platforms. I also use

Re: [webkit-dev] Code Search for webkit.org

2011-09-08 Thread Dimitri Glazkov
I 3 codesearch. It's fast, and it's accurate. :DG On Thu, Sep 8, 2011 at 2:52 PM, Eric Seidel e...@webkit.org wrote: I'm curious how other developers search the WebKit code? I use http://codesearch.google.com/#search/q=package:webkit from time to time.  If others do too, we should make it a

Re: [webkit-dev] Code Search for webkit.org

2011-09-08 Thread Evan Martin
On Thu, Sep 8, 2011 at 2:57 PM, Adam Roben aro...@apple.com wrote: On Sep 8, 2011, at 5:52 PM, Eric Seidel wrote: I'm curious how other developers search the WebKit code? I use http://codesearch.google.com/#search/q=package:webkit from time to time.  If others do too, we should make it a