Closed
Bug 1521109
Opened 6 years ago
Closed 5 years ago
Highlighting error in XPIDL file
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mccr8, Unassigned)
References
Details
In IRC, Gijs pointed out that there's a highlighting bug for this query:
https://searchfox.org/mozilla-central/search?q=getpolicystring
The first hit is
https://searchfox.org/mozilla-central/source/dom/interfaces/security/nsIContentSecurityPolicy.idl#71
Which is the line:
[binaryname(GetPolicyString)] AString getPolicy(in unsigned long index);
The highlight is on the function name and not the binaryname. There's also another error in this search, but I'll file that separately.
Reporter | ||
Comment 1•5 years ago
|
||
It looks like it works now. For whatever reason.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•