Closed
Bug 336089
Opened 20 years ago
Closed 20 years ago
let people find out about raw
Categories
(Webtools Graveyard :: MXR, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 198802
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
Attachments
(1 file)
|
1.29 KB,
patch
|
Details | Diff | Splinter Review |
experienced mozilla hackers know about raw, but normal people don't. this is fairly silly.
Attachment #220378 -
Flags: review?(justdave)
Comment 2•20 years ago
|
||
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.
Updated•20 years ago
|
QA Contact: timeless → lxr
Comment 4•19 years ago
|
||
> 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 5•19 years ago
|
||
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
Updated•6 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•