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 maybe folks have better code search solutions? grep -r?
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. -Adam _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

