Neil wrote: > As part of bug 240393, Justin Wood suggests that we should try to keep > parity with the Firefox API, in particular: > > isValidFeed(aData, aPrincipal, aKnown) - unless aKnown is true, verifies > aData against a feed-detection algorithm; always performs a security check
I never liked the name 'isValidFeed' but would rather use 'isFeedData' instead. > contentPrincipal - property on tabbrowser, shorthand for > contentDocument.nodePrincipal Isn't contentPrincipal already a property in browser.xml? Using gBrowser.mCurrentBrowser.contentPrincipal in JS is so much clearer to understand, at least to me. Oh, and why duplicate things? BTW Who made the call to drop the leading m i.e. it should at least be mContentPrincipal > FeedHandler.subscribeToFeed(aHref, aEvent) - subscribes to the feed > defined by the href or event > > Does anyone actually use these? -- Michael Vincent van Rantwijk - MultiZilla Project Team Lead - XUL Boot Camp Staff member (ActiveState Training Partner) - iPhone Application Developer _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
