Closed
Bug 209661
Opened 22 years ago
Closed 22 years ago
:%s/NS_LITERAL_CSTRING(\("[^"]*"\)).get()/\1/g
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Unassigned)
References
()
Details
Attachments
(1 file)
3.97 KB,
patch
|
jag+mozilla
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
NS_LITERAL_CSTRING("...").get() is pointless, just use the "..." literal.
Reporter | ||
Updated•22 years ago
|
Summary: s/NS_LITERAL_CSTRING\("(.*)"\).get\(\)/\1/ → :%s/NS_LITERAL_CSTRING(\("[^"]*"\)).get()/\1/g
Reporter | ||
Comment 1•22 years ago
|
||
![]() |
||
Comment 2•22 years ago
|
||
Comment on attachment 125812 [details] [diff] [review]
Proposed patch
nice! sr=alecf
asking jag for review, since this is string related.
Attachment #125812 -
Flags: superreview+
Attachment #125812 -
Flags: review?(jaggernaut)
Comment 3•22 years ago
|
||
related to the topic, changing URL from http://http:// to http:// ;-)
Comment 4•22 years ago
|
||
Comment on attachment 125812 [details] [diff] [review]
Proposed patch
r=jag
Attachment #125812 -
Flags: review?(jaggernaut) → review+
Reporter | ||
Comment 5•22 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•