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

Issue 767045 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Codesearch broken on AXObject.cpp

Project Member Reported by aleventhal@chromium.org, Sep 20 2017

Issue description

Steps:
1. Go to https://cs.chromium.org/chromium/src/third_party/WebKit/Source/modules/accessibility/AXObject.cpp?sq=package:chromium
2. Try to click on a method name to get information about it.
The method name is not clickable.

Alternative steps:
1. Do a code search for AXListBoxOption\:\:TextAlternative
2. Do a code search for AXObject\:\:TextAlternative
Results come up for #1, but not #2

 

Comment 1 by emso@chromium.org, Sep 20 2017

I have trouble reproducing the issues.

If I navigate to the link I see links for methods, and I don't see a possible match for #2. If I search for "\:\:TextAlternaitve" in the accessibility directory I get https://cs.chromium.org/search/?q=%5C:%5C:TextAlternative+file:%5Esrc/third_party/WebKit/Source/modules/accessibility/+package:%5Echromium$&type=cs.
Status: WontFix (was: Untriaged)
Weird, must have been a temporary issue. It was consistently reproducible early this morning.

Comment 3 by emso@chromium.org, Sep 21 2017

Sorry about that. I don't see any obvious issue in the pipeline. Occasionally the cpp indexer fails to compile a file and this may have been the case here.

Sign in to add a comment