Closed
Bug 46847
Opened 24 years ago
Closed 24 years ago
[META] embedding api idl changes
Categories
(Core Graveyard :: Embedding: APIs, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: jud, Assigned: adamlock)
References
Details
(Keywords: embed, Whiteboard: [nsbeta3+])
Attachments
(1 file)
8.19 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•24 years ago
|
||
nsIWebBrowser -
topLevelWindow -> containerWindow
nsIWebBrowserChrome -
setJSStatus, setJSDefaultStatus, setOverlink should be collapsed into a single
method.
constant names should be java style
chromeMask -> chromeFlags
nsIWebNavigation -
add a goto method which takes a relative index into the session history.
currentURI() should take a URI.
reload name flags need to be java style.
nsIWebProgress
Get rid of progressStatusFlags, curSelfProgress, maxSelfProgress,
curTotalProgress, maxTotalProgress (and all related flag constants). If you want
this information, you have to be a listener.
nsIWebProgressListener -
constant names need to be java style
nsIDOMSelection
needs to be xpidl'ized instead of idlc
Updated•24 years ago
|
Whiteboard: nsbeta3+ → [nsbeta3+]
Reporter | ||
Updated•24 years ago
|
Target Milestone: --- → M18
Editor team are grabbing nsIDOMSelection work
Depends on: 48575
Reporter | ||
Comment 5•24 years ago
|
||
adam where are we on this?
It's almost finished, the only thing left to do is to change the currentURI
property on nsIWebNavigation to return an uri. I'm thinking of deleting the
currentURI property on nsIDocShell at the same time - it's hardly called from
anywhere.
Reporter | ||
Comment 8•24 years ago
|
||
r=valeski
Fix checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
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
•