Closed Bug 539461 Opened 15 years ago Closed 5 years ago

XPCShell dump warnings in our JS code

Categories

(Firefox for Android Graveyard :: General, defect)

defect
Not set
trivial

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: vingtetun, Unassigned)

Details

Attachments

(1 file)

Attached patch PatchSplinter Review
Playing with openkomodo I've seen these warnings in the source code
Attachment #421460 - Flags: review?(mark.finkle)
Comment on attachment 421460 [details] [diff] [review]
Patch

>diff -r 736269688cd5 chrome/content/browser.js

> function importDialog(parent, src, arguments) {

>-  let parent = selectContainer.parentNode;
>+  parent = selectContainer.parentNode;

This means that the passed-in "parent" is ignored. I think it's only used internally, so perhaps we should just remove that argument? Or use a different name for this variable, if that's not feasible.
Comment on attachment 421460 [details] [diff] [review]
Patch

rebase and post a new patch
Attachment #421460 - Flags: review?(mark.finkle) → review-
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: