Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#292 closed defect (wontfix)

Not enough arguments exception from nsIWebBrowserPersist.saveURI

Reported by: sroth Owned by: sroth
Priority: major Milestone: DASISH client
Component: DASISH client Version:
Keywords: exception, not enough arguments, nsIWebBrowserPersist, nsIWebBrowserPersist.saveURI Cc: stephanie.roth@snd.gu.se

Description

Exception... "Not enough arguments [nsIWebBrowserPersist.saveURI]"
Shows NS_ERROR_XPC_NOT_ENOUGH_ARGS, location: "JS frame :: chrome://markingcollection/content/autocache.js

Cf: https://bugzilla.mozilla.org/show_bug.cgi?id=820522

Change History (3)

comment:1 Changed 11 years ago by sroth

Milestone: DASISH client

comment:2 Changed 11 years ago by sroth

Resolution: wontfix
Status: newclosed

Dirty fix where privacyContext is set to null, which needs to be used as the 7th non-optional parameter for nsIWebBrowserPersist.saveURI() as of FF 18.

See: https://bugzilla.mozilla.org/show_bug.cgi?id=820522, https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIWebBrowserPersist

comment:3 Changed 10 years ago by stephanie.roth@snd.gu.se

Cc: stephanie.roth@snd.gu.se added
Note: See TracTickets for help on using tickets.