Closed Bug 336089 Opened 20 years ago Closed 20 years ago

let people find out about raw

Categories

(Webtools Graveyard :: MXR, enhancement)

x86
Windows XP
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 198802

People

(Reporter: timeless, Assigned: timeless)

References

()

Details

Attachments

(1 file)

experienced mozilla hackers know about raw, but normal people don't. this is fairly silly.
Attachment #220378 - Flags: review?(justdave)
unfortunate that this one has a patch already, but the original has a lot of important discussion. *** This bug has been marked as a duplicate of 198802 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
note to self: there's another change in this patch which still needs to make its way into cvs.
QA Contact: timeless → lxr
> note to self: there's another change in this patch which still needs to make > its way into cvs. File a new bug? Or is this already part of mxr.mozilla.org? When does mxr finally land in cvs, by the way? >Index: mozilla/webtools/lxr/lib/LXR/Common.pm >=================================================================== >RCS file: /cvsroot/mozilla/webtools/lxr/lib/LXR/Common.pm,v >retrieving revision 1.30 >diff -u -r1.30 mozilla/webtools/lxr/lib/LXR/Common.pm >--- mozilla/webtools/lxr/lib/LXR/Common.pm >+++ mozilla/webtools/lxr/lib/LXR/Common.pm >@@ -662,8 +662,8 @@ > > sub thisurl { > my $url = $HTTP->{'this_url'}; >- >- $url =~ s/([\?\&\;\=])/sprintf('%%%02x',(unpack('c',$1)))/ge; >+ $url =~ s/\?$//; >+ $url =~ s/([\&\;\=])/sprintf('%%%02x',(unpack('c',$1)))/ge; > return($url); > } >
Comment on attachment 220378 [details] [diff] [review] expose raw to the world Anyway, clearing review request from bug which has been marked as duplicate.
Attachment #220378 - Flags: review?(justdave)
sadly this is one of the many things that landed in changeset 1 e6f747cdb1c8
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: