Closed Bug 691253 Opened 13 years ago Closed 13 years ago

JavaScript strict warning: chrome://browser/content/browser.js, line 10581: reference to undefined property this._updateFeedTimeout

Categories

(Firefox Graveyard :: RSS Discovery and Preview, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 11

People

(Reporter: rnewman, Assigned: Tobbi)

Details

(Whiteboard: [inbound])

Attachments

(1 file, 1 obsolete file)

// If this addition was for the current browser, update the UI. For
    // background browsers, we'll update on tab switch.
    if (browserForLink == gBrowser.selectedBrowser) {
      // Batch updates to avoid updating the UI for multiple onLinkAdded events
      // fired within 100ms of each other.
      clearTimeout(this._updateFeedTimeout);
      this._updateFeedTimeout = setTimeout(this.updateFeeds.bind(this), 100);
    }
  }
};


On current trunk.
Attached patch patch v1 (obsolete) — Splinter Review
Who's the right person to request review from?
Assignee: nobody → tobbi.bugs
Status: NEW → ASSIGNED
Comment on attachment 578593 [details] [diff] [review]
patch v1

Review of attachment 578593 [details] [diff] [review]:
-----------------------------------------------------------------

Thank you for the patch, I have one style comment to address, apart that looks fine.

::: browser/base/content/browser.js
@@ +7659,5 @@
>      if (browserForLink == gBrowser.selectedBrowser) {
>        // Batch updates to avoid updating the UI for multiple onLinkAdded events
>        // fired within 100ms of each other.
> +      if(this._updateFeedTimeout)
> +        clearTimeout(this._updateFeedTimeout);

Add a whitespace between if and the parenthesis
Attachment #578593 - Flags: review+
Attached patch v1.1Splinter Review
Fixing the style nit
Attachment #578593 - Attachment is obsolete: true
Attachment #578601 - Flags: review?(mak77)
Attachment #578601 - Flags: review?(mak77) → review+
Keywords: checkin-needed
Landed on inbound:

https://hg.mozilla.org/integration/mozilla-inbound/rev/9b6c9d4bd1ff
Whiteboard: [inbound]
https://hg.mozilla.org/mozilla-central/rev/9b6c9d4bd1ff
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 11
Comment on attachment 578601 [details] [diff] [review]
v1.1

Review of attachment 578601 [details] [diff] [review]:
-----------------------------------------------------------------

I get this in FIREFOX 14.0.1-- HOW DO I STOP IT!!!!
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.

Script: chrome://browser/content/browser.js:8047
Still having this on Firefox 29.0a1, why?

"script: chrome://browser/content/browser.js:12322"
The same problem on 45.7.0
i think the matter OSes

try to register the library:
Regsvr32 urlmon.dll
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: