Closed
Bug 224141
Opened 22 years ago
Closed 21 years ago
In <metadata.js>, remove unused |function openLink(node)|
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8beta1
People
(Reporter: iannbugzilla, Assigned: sgautherie)
Details
Attachments
(1 file)
3.36 KB,
patch
|
jag+mozilla
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
As far as I can see the function openLink(node) in metadata.js is no longer used
and could be removed.
Assignee | ||
Comment 1•21 years ago
|
||
Confirming: <http://lxr.mozilla.org/mozilla/search?string=openLink%28>
{{
openLink(
/browser/base/content/browser-context.inc, line 42 --
oncommand="gContextMenu.openLink();"/>
/browser/base/content/metaData.js, line 376 -- function openLink(node)
/java/plugins/examples/SVG/SVGPlugletFactory.java, line 323 -- public void
openLink(String uri, boolean newc) {
/java/plugins/examples/SVG/SVGPlugletFactory.java, line 327 -- //
application.openLink(uri);
/mail/components/addrbook/content/abCardViewOverlay.js, line 510 -- function
openLink(id)
/mail/components/addrbook/content/addressbook.xul, line 687 -- <html:a
onclick="return openLink('cvHomeWebPage');" href="" id="cvHomeWebPage"/>
/mail/components/addrbook/content/addressbook.xul, line 738 -- <html:a
onclick="return openLink('cvWorkWebPage');" href="" id="cvWorkWebPage"/>
/mailnews/addrbook/resources/content/abCardViewOverlay.js, line 519 -- function
openLink(id)
/mailnews/addrbook/resources/content/abCardViewOverlay.xul, line 96 -- <html:a
onclick="return openLink('cvHomeWebPage');" href="" id="cvHomeWebPage"/>
/mailnews/addrbook/resources/content/abCardViewOverlay.xul, line 153 -- <html:a
onclick="return openLink('cvWorkWebPage');" href="" id="cvWorkWebPage"/>
/mailnews/base/resources/content/mailWindowOverlay.xul, line 724 --
oncommand="gContextMenu.openLink();"/>
/xpfe/browser/resources/content/metadata.js, line 383 -- function openLink(node)
/xpfe/communicator/resources/content/contentAreaContextOverlay.xul, line 77 --
oncommand="gContextMenu.openLink();"/>
}}
Assignee | ||
Comment 2•21 years ago
|
||
Assignee: jag → gautheri
Status: NEW → ASSIGNED
Assignee | ||
Updated•21 years ago
|
Attachment #148000 -
Flags: superreview?(jag)
Attachment #148000 -
Flags: review?(jag)
Comment 3•21 years ago
|
||
Comment on attachment 148000 [details] [diff] [review]
(Av1) <metadata.js>
[Checked in: Comment 8]
r+sr=jag
You'll want to at least inform the firefox owners of your intention to remove
this. I doubt they'll object, but ...
Attachment #148000 -
Flags: superreview?(jag)
Attachment #148000 -
Flags: superreview+
Attachment #148000 -
Flags: review?(jag)
Attachment #148000 -
Flags: review+
Assignee | ||
Comment 4•21 years ago
|
||
(In reply to comment #3)
> You'll want to at least inform the firefox owners of your intention to remove
> this. I doubt they'll object, but ...
Pierre:
Can you "rs" the FireFox part of this patch ?
Target Milestone: --- → mozilla1.8alpha
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
Assignee | ||
Comment 5•21 years ago
|
||
Michael:
Would you have time to process comment 4 ? Thanks.
Severity: minor → trivial
Summary: Remove function openLink(node) from metadata.js → In <metadata.js>, remove unused |function openLink(node)|
Target Milestone: mozilla1.8alpha1 → mozilla1.8beta
Assignee | ||
Comment 6•21 years ago
|
||
(In reply to comment #3)
> You'll want to at least inform the firefox owners of your intention to remove
> this. I doubt they'll object, but ...
IRC:
{{
gautheri Hello, I'm looking for a rubber-stamp for the FF part of a MAS r+/sr+
trivial patch: https://bugzilla.mozilla.org/show_bug.cgi?id=224141
mconnor_ !?
mconnor_ gautheri: if its part of a treewide patch and has r+sr, its fine,
unless its a UI change
}}
![]() |
||
Comment 7•21 years ago
|
||
sure, go for it.
Comment 8•21 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•21 years ago
|
Attachment #148000 -
Attachment description: (Av1) <metadata.js> → (Av1) <metadata.js>
[Checked in: Comment 8]
Attachment #148000 -
Attachment is obsolete: true
Updated•20 years ago
|
Attachment #148000 -
Attachment is obsolete: false
You need to log in
before you can comment on or make changes to this bug.
Description
•