Closed
Bug 1191537
Opened 10 years ago
Closed 9 years ago
Two permalinks in navbox
Categories
(Webtools Graveyard :: DXR, defect)
Webtools Graveyard
DXR
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: erik)
References
Details
Attachments
(1 file)
|
27.44 KB,
image/png
|
Details |
https://dxr.mozilla.org/mozilla-central/source/gfx/thebes/gfxPlatform.cpp has two permalinks in the navbox. They seem to be the same.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → erik
Comment 2•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/dxr
https://github.com/mozilla/dxr/commit/3ad80cbf4d7fc5e531f935e6f225f28526b52058
Keep core plugin from multiply contributing. Fixes bug 1191537.
Config would call all_plugins(), which includes core, and then TreeConfig would add core again.
core is no longer part of Config's enabled_plugins. The only places core comes from now are a TreeConfig's enabled_plugins attr and plugins_named(), which is always fed a frozen list of names from the catalog. Introduce all_plugins_but_core() and core_plugin() for DRY.
Switch the order of some blocks in dxr.plugins to avoid multiple returns.
Also, make skimmers run in the order that plugins are specified in the config file.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•10 years ago
|
||
The doubles should go away the next time the trees are reindexed.
Comment 4•10 years ago
|
||
Commit pushed to optimize-refs at https://github.com/mozilla/dxr
https://github.com/mozilla/dxr/commit/3ad80cbf4d7fc5e531f935e6f225f28526b52058
Keep core plugin from multiply contributing. Fixes bug 1191537.
| Assignee | ||
Comment 5•10 years ago
|
||
This is back now. :-(
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
I don't think I've ever seen this, closing as fixed.
Status: REOPENED → RESOLVED
Closed: 10 years ago → 9 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•