Closed
Bug 826986
Opened 13 years ago
Closed 7 years ago
JavaScript Error: "NS_ERROR_XPC_NOT_ENOUGH_ARGS: Not enough arguments [nsIWebBrowserPersist.saveURI]" {file: "dist/bin/components/SessionStore.js" line: 635}
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mayhemer, Unassigned)
Details
Debug desktop Fennec build, m-c, cs=6955309291ee.
635: persist.saveURI(source, null, null, null, null, file);
http://hg.mozilla.org/mozilla-central/annotate/3077141dd57f/mobile/xul/components/SessionStore.js#l654
Missing aPrivacyContext as the last arg.
| Reporter | ||
Updated•13 years ago
|
Summary: JavaScript Error: "NS_ERROR_XPC_NOT_ENOUGH_ARGS: Not enough arguments [nsIWebBrowserPersist.saveURI]" {file: "file:///C:/Mozilla/src/mozilla-central/_obj-mobile-debug/dist/bin/components/SessionStore.js" line: 635} → JavaScript Error: "NS_ERROR_XPC_NOT_ENOUGH_ARGS: Not enough arguments [nsIWebBrowserPersist.saveURI]" {file: "dist/bin/components/SessionStore.js" line: 635}
Comment 1•13 years ago
|
||
I've been told that there's no point updating the mobile XUL codebase since nobody actually uses it.
Component: Session Restore → General
Product: Firefox → Fennec
Comment 2•7 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•