Generated code no longer can be inspected in code search |
||
Issue descriptionThis used to work and used to rely on this quite often :-( Example flow / repro that is broken now: 1. Go to line 77 in Settings.h : https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/frame/Settings.h?q=Settings.h&dr=CSs&l=77 2. Click on SETTINGS_GETTERS_AND_SETTERS to be taken to the location of macro definition 3. Arrive at https://cs.chromium.org/chromium/src/out/Debug/gen/blink/core/SettingsMacros.h?dr=CSs&l=8 EXPECTED BEHAVIOR: - SettingsMacros.h can be read in code search - xrefs to/from SettingsMacros.h work - Searching for SettingsMacros.h finds the file ACTUAL BEHAVIOR: - SettingsMacros.h shows Can't load 'chromium/src/out/Debug/gen/blink/core/SettingsMacros.h': Could not resolve path src/out/Debug/gen/blink/core/SettingsMacros.h. - Searching for SettingsMacros.h cannot find the file.
,
Feb 1 2017
This issue seems to be resolved now. Please re-open if it reappears.
,
Feb 1 2017
This was fixed by https://chromium-review.googlesource.com/c/435181/ but bugdroid didn't comment here for some reason :(
,
Feb 1 2017
Issue 687515 for bugdroid, sigh. |
||
►
Sign in to add a comment |
||
Comment 1 by dsansome@chromium.org
, Feb 1 2017Status: Started (was: Assigned)