Closed Bug 562995 Opened 14 years ago Closed 14 years ago

Addons mgr error console msg during ext update

Categories

(Toolkit :: Add-ons Manager, defect)

defect
Not set
normal

Tracking

()

VERIFIED FIXED
mozilla1.9.3a5

People

(Reporter: aja+bugzilla, Assigned: whimboo)

References

Details

(Whiteboard: [AddonsRewriteTestday][rewrite])

Attachments

(1 file)

Error: document.getElementById("updates-nonefound") is null
Source file: chrome://mozapps/content/extensions/extensions.js
Line: 317
Whiteboard: [AddonsRewriteTestday][rewrite]
That's in this section of code:

        function updateStatus() {
          if (pendingChecks > 0)
            return;
          document.getElementById("updates-progress").hidden = true;

          if (numUpdated == 0) {
            document.getElementById("updates-checkNow").hidden = false;
            document.getElementById("updates-nonefound").hidden = false;
            return;
          }


Perhaps should be noneFound ?
Yes, see:
http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/extensions/content/extensions.xul#143

You wanna write the patch? Or don't you have the capabilities for now?
Well....it'd be my 1st patch.....but why don't you go ahead...will be a lot quicker
Attached patch Patch v1Splinter Review
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Attachment #442812 - Flags: review?(dtownsend)
Attachment #442812 - Flags: review?(dtownsend) → review+
I would like to hold off on non-urgent checkins right now until I know we don't have to back everything back out.
Keywords: checkin-needed
Dave, would a whiteboard entry help instead? If yes please set it. I don't wanna forget about this bug.
Blocks: 550048
Landed on the branch: http://hg.mozilla.org/projects/addonsmgr/rev/30f9fbb91c48
Whiteboard: [AddonsRewriteTestday][rewrite] → [AddonsRewriteTestday][rewrite][fixed-in-addonsmgr][needs-landing]
http://hg.mozilla.org/mozilla-central/rev/f0f2c257757e
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [AddonsRewriteTestday][rewrite][fixed-in-addonsmgr][needs-landing] → [AddonsRewriteTestday][rewrite]
Target Milestone: --- → mozilla1.9.3a5
Verified fixed with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.3a5pre) Gecko/20100517 Minefield/3.7a5pre
Status: RESOLVED → VERIFIED
Flags: in-testsuite-
Flags: in-litmus-
OS: Linux → All
Hardware: x86 → All
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: