Closed
Bug 553116
Opened 15 years ago
Closed 14 years ago
_confirmOpenTabs function exists in both controller.js and utils.js
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
People
(Reporter: kairo, Unassigned)
References
Details
While looking at porting things over to SeaMonkey, I was looking for bundles and found http://mxr.mozilla.org/mozilla-central/source/browser/components/places/content/controller.js#759 which is a getElementById() to a non-existing element as http://mxr.mozilla.org/mozilla-central/search?string=placeBundle shows. This call is in _confirmOpenTabs and I found that the exact same function does exist in utils.js as well, so we should clear up something there. I guess the controller.js version is never hit as else we'd see that failing getElementById() in error console somewhere and/or have real functionality failures.
Comment 2•14 years ago
|
||
Verified on: Build identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.2a1pre) Gecko/20110405 Firefox/4.2a1pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•