Closed
Bug 525629
Opened 16 years ago
Closed 12 years ago
Call of nsBrowserAccess.openURI() fails
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: frfxtst, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2b1) Gecko/20091029 Firefox/3.6b1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2b1) Gecko/20091029 Firefox/3.6b1
If function nsBrowserAccess.openURI() in browser.js is called, this results in the following error:
Error: gBrowser.loadURIWithFlag is not a function
Sourcfile: chrome://browser/content/browser.js
Zeile: 4139
Reproducible: Always
It seems to be, that function "loadURIWithFlag" has been renamed to "loadURIWithFlags". But it was missed to rename the function when it's called at the position mentioned above.
In my opinion, this bug is pretty serious, because every addon which calls "openURI" (and I guess there will be quite some) will fail.
Comment 1•15 years ago
|
||
User Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2b6pre) Gecko/20091210
Build ID: 20091210034449
In download manager, right click on an item, then "Go to download page", works on safe mode but fails with Tab Mix plus. Editing browser.js line 4174 adding the "s" fixes the problem.
Updated•14 years ago
|
Version: unspecified → 3.6 Branch
Comment 2•12 years ago
|
||
This may have been a problem at the time of filing, but there are no references to "loadURIWithFlag" now.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•