New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 635378 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Code search loses many files under third_party/Webkit

Project Member Reported by yoichio@chromium.org, Aug 8 2016

Issue description

What steps will reproduce the problem?
(1) Search "imagemap" under WebKit/LayoutTests:
https://cs-staging.chromium.org/search/?q=imagemap+file:%5Esrc/third_party/WebKit/LayoutTests/fast/images/+package:%5Echromium$&type=cs

What is the expected output?
Shows imagemap-* files like imagemap-case.html :
https://cs-staging.chromium.org/chromium/src/third_party/WebKit/LayoutTests/fast/images/

What do you see instead?
Nothing hit.



Please use labels and text to provide additional information.

 
Summary: Code search loses many files under third_party/Webkit (was: Can't search file names including hyphen.)
I also found mamy files missing from search.
https://cs-staging.chromium.org/search/?q=file:HTMLAreaElement.html&type=cs
https://cs-staging.chromium.org/search/?q=file:Attr.h&type=cs
Owner: dsansome@chromium.org
Status: Assigned (was: Untriaged)
Dave, this might be out of date already. Assigning to you just in case.

Comment 3 by emso@chromium.org, Sep 15 2016

Labels: Stability

Comment 4 by emso@chromium.org, Sep 15 2016

Dave: did you get a chance to investigate this issue?

Comment 5 by dsansome@google.com, Sep 19 2016

Owner: ----
Status: Available (was: Assigned)
Nope not yet, sorry.
Labels: Pri-2
If this is really a Pri-1, find an owner and update the priority.

This is the result of a bulk edit that moved high priority available bugs to a lower priority in an attempt to be more honest with bug filers.

Comment 7 by emso@chromium.org, May 17 2017

Labels: Search
Owner: ddoman@chromium.org
Status: Assigned (was: Available)

Comment 8 by ddoman@chromium.org, May 17 2017

Status: WontFix (was: Assigned)
I found that this issue no longer exists.

- https://cs-staging.chromium.org/chromium/src/third_party/WebKit/LayoutTests/fast/images/

The folder 'images' doesn't exist. Thus, I changed the query to be as following and the search results include files with imagemap.
: https://cs.chromium.org/search/?q=imagemap+file:%5Esrc/third_party/WebKit/LayoutTests/fast/+package:chromium&type=cs

- https://cs-staging.chromium.org/search/?q=file:HTMLAreaElement.html&type=cs
Does HTMLAreaElement.html still exist?
I changed the query to be as following, and can find several HTMLAreaElementXX.html.
: https://cs.chromium.org/search/?q=file:HTMLAreaElement+file:%5C.html&type=cs

- https://cs-staging.chromium.org/search/?q=file:Attr.h&type=cs
It returns the expected results
: https://cs.chromium.org/search/?q=file:Attr.h&type=cs


I am closing this now, but feel free to re-open this if you find any other missing files in WebKit tree.

Sign in to add a comment