For example,
http://src.chromium.org/svn/trunk/src/chrome/common/chrome_switches.cc

<http://src.chromium.org/svn/trunk/src/chrome/common/chrome_switches.cc>Try
to search for the key that existed in the source tree couple of month ago.
http://www.google.com/codesearch?q=package:"http://src.chromium.org/svn/trunk/src"+kKioskMode<http://www.google.com/codesearch?q=package:%22http://src.chromium.org/svn/trunk/src%22+kKioskMode>

<http://www.google.com/codesearch?q=package:%22http://src.chromium.org/svn/trunk/src%22+kKioskMode>or
even couple of months ago:
http://www.google.com/codesearch?q=package:"http://src.chromium.org/svn/trunk/src"+kEnableSync<http://www.google.com/codesearch?q=package:%22http://src.chromium.org/svn/trunk/src%22+kEnableSync>

<http://www.google.com/codesearch?q=package:%22http://src.chromium.org/svn/trunk/src%22+kEnableSync>But
search for something that was in the tree when Chromium first started
http://www.google.com/codesearch?q=package:"http://src.chromium.org/svn/trunk/src"+kApp<http://www.google.com/codesearch?q=package:%22http://src.chromium.org/svn/trunk/src%22+kApp>

<http://www.google.com/codesearch?q=package:%22http://src.chromium.org/svn/trunk/src%22+kApp>Or
even something that was deleted from our current state that still exists
there:
http://www.google.com/codesearch?q=package:"http://src.chromium.org/svn/trunk/src"+kEnableWebSockets

That happens to everything. It seems it stopped indexing our source couple
of months ago (~6 or so)

-Mohamed Mansour


On Fri, Jan 1, 2010 at 12:52 PM, Evan Martin <[email protected]> wrote:

> On Fri, Jan 1, 2010 at 1:23 AM, Mohamed Mansour
> <[email protected]> wrote:
> > Hi everyone, first I want to say Happy New Years!
> > For the last year, it was very easy and super fast searching the code
> base
> > of Chromium via http://www.google.com/codesearch, everything was there.
> > Codesearch gave us nice set of code searching tools we can use. It was
> > faster than grep, ack-grep, etc... If I wanted to search for a variable,
> all
> > I do "package:src.chromium.org kSomePrefVariable" and instantaneously,
> it
> > gives me the results.
> > For the past month or so, I rarely get any results anymore. Try searching
> > for something that was committed last week, even couple of month ago, you
> > simply can't. Does anyone internal know whats wrong? Did we block some
> > crawling (similar thing to what WebKit did to their repository)?
> > It would be nice if we can re-enable whatever we disabled. It was a nice,
> > well presented feature to explore Chromium's massive source code
>
> I clicked around a bit and found that
>  package:"http://src.chromium.org/svn/trunk/src";
> seems to be our source tree.  I'm not sure if that counts as working
> or not.  Maybe you can include a query that is failing that you think
> ought to work?
>

-- 
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to