Closed
Bug 47278
Opened 24 years ago
Closed 24 years ago
Embedding apps can't setCurrentHistoryIndex
Categories
(Core Graveyard :: Embedding: APIs, defect, P3)
Core Graveyard
Embedding: APIs
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: avm, Assigned: radha)
Details
(Keywords: embed)
Method setCurrentHistoryIndex of History interface
must throw Unimplemented exception.
Since merging Webclient and Mozilla M16 this method doesn't work.
And now this method must be implemented by another way or throw Unimplemented
exception.
Reproduced with Mozilla M16 and Webclient sources from July,31.
Changed summary. Old title: setCurrentHistoryIndex must throw Unimplented
exceptiontCurrentHistoryIndex must throw Unimplented exception.
As far as I can tell, embedding apps can't setCurrentHistoryIndex, since the
only method that provides such functionality is in nsIBrowserInstance, which
doesn't appear to get created in the embedded context.
Assignee: edburns → valeski
Status: ASSIGNED → NEW
Component: Java APIs to WebShell → Embedding APIs
QA Contact: geetha.vaidyanaathan → jrgm
Summary: setCurrentHistoryIndex must throw Unimplented exception → Embedding apps can't setCurrentHistoryIndex
Comment 3•24 years ago
|
||
session history is going to be redone. cc'ing potts
Target Milestone: --- → M19
Assignee | ||
Comment 6•24 years ago
|
||
SH has undergone several changes since this bug was filed. please see
xpfe/components/shistory/public/nsISHistory and nsIHistoryListener for the
latest. Also note that nsIHistoryListener will go thro' more changes to meet
the needs of embedding.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Comment 7•24 years ago
|
||
Correction: Changing QA contact for the Embed API bugs to David Epstein.
QA Contact: mdunn → depstein
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•