Closed
Bug 141493
Opened 23 years ago
Closed 17 years ago
lxr.mozilla.org doesn't understand literal parens
Categories
(Webtools Graveyard :: MXR, defect)
Webtools Graveyard
MXR
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: xor, Assigned: bear)
References
()
Details
I tried searching LXR for the literal string:
File Bookmark(s)
and got results that matched without the parens. If I escape them with
backslash, everything is cool, but this is not a regexp, so I shouldn't need them...
*** This bug has been marked as a duplicate of 115150 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Um, timeless? This is happening when regexp searching is turned *off*. If it
really is the same, please explain why. Reopening.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
arg. basically lxr's regexp off is broken, as you figured out you need to
escape regexp like characters. i'll have to recheck to see if I picked the
right bug.
Comment 4•22 years ago
|
||
I think rather this is a dup of bug #99680. As 'timeless' said, this bug
requires all special characters to be escaped with '\'. This bug is due to
local changes made to lxr.
Comment 5•20 years ago
|
||
reassigning endico's bugs to default owner
Assignee: endico → chase
Status: REOPENED → NEW
Comment 6•19 years ago
|
||
Mass reassign of open bugs for chase@mozilla.org to build@mozilla-org.bugs.
Assignee: chase → build
Updated•19 years ago
|
QA Contact: timeless → lxr
Comment 7•19 years ago
|
||
Reassigning all LXR bugs assigned to build@mozilla-org.bugs to the default LXR owner (sorry Bear!)
We aren't actively working on these (if that's wrong, please reassign to yourself/a real person).
Assignee: build → bear
QA Contact: lxr → timeless
Updated•18 years ago
|
QA Contact: timeless → lxr
http://mxr.mozilla.org/mozilla/search?string=Contributor(s)&find=profileSelection.dtd
wfm
Contributor(s)
Found 2 matching lines in 2 files
/toolkit/locales/en-US/chrome/mozapps/profile/profileSelection.dtd (View change log or blame annotations)
* line 24 -- Contributor(s):
/suite/locales/en-US/chrome/common/profile/profileSelection.dtd (View change log or blame annotations)
* line 24 -- Contributor(s):
Found 2 matching lines in 2 files
Status: NEW → RESOLVED
Closed: 23 years ago → 17 years ago
Resolution: --- → WORKSFORME
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
•