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

Issue 697627 link

Starred by 1 user

Issue metadata

Status: WontFix
Merged: issue 697786
Owner:
Last visit > 30 days ago
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Codesearch fails to find some uses of a variable (element_id_to_transform_node_index)

Project Member Reported by pdr@chromium.org, Mar 1 2017

Issue description

In property_tree_builder.cc we use a variable called element_id_to_transform_node_index: https://cs.chromium.org/chromium/src/cc/trees/property_tree_builder.cc?type=cs&q=element_id_to_transform_node_index&l=640

This element_id_to_transform_node_index link is not clickable though.

Similarly, if you look up uses of element_id_to_transform_node_index by clicking it in the following:
https://cs.chromium.org/chromium/src/cc/trees/property_tree.h?dr=C&l=588

property_tree_builder.cc is not listed in the results.
 

Comment 1 by emso@chromium.org, Mar 2 2017

Mergedinto: 697786
Status: Duplicate (was: Untriaged)
Status: Available (was: Duplicate)
I don't think this is a duplicate of  issue 697786 .  property_tree_builder.cc hasn't changed recently so this isn't just a matter of xrefs being stale.

More likely some parser is struggling with the line-break before the -> on this:

    data_for_children->property_trees
        ->element_id_to_transform_node_index[layer->element_id()] = node->id;

Comment 3 by emso@chromium.org, Mar 3 2017

Sorry, my bad. I wanted to create one bug for tracking the out of sync issue, and while deduping a bunch of bugs I included this one by mistake. 

Comment 4 by emso@chromium.org, Mar 3 2017

Labels: Stability Xrefs

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

Owner: emso@chromium.org
Status: Assigned (was: Available)

Comment 6 by emso@chromium.org, Nov 2 2017

Cc: -dsansome@chromium.org
Status: WontFix (was: Assigned)

Sign in to add a comment