publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -44,7 +44,7 @@ interface nsISelection;
|
|||
/**
|
||||
* The nsIDOMWindow interface is the primary interface for a DOM
|
||||
* window object. It represents a single window object that may
|
||||
* contain child windows if the document in the window contains a
|
||||
* contain child arch if the document in the window contains a
|
||||
* HTML frameset document or if the document contains iframe elements.
|
||||
*
|
||||
* This interface is not officially defined by any standard bodies, it
|
||||
|
@ -69,7 +69,7 @@ interface nsIDOMWindow : nsISupports
|
|||
readonly attribute nsIDOMWindow parent;
|
||||
|
||||
/**
|
||||
* Accessor for the root of this hierarchy of windows. This root may
|
||||
* Accessor for the root of this hierarchy of arch. This root may
|
||||
* be the window itself if there is no parent, or if the parent is
|
||||
* of different type (i.e. this does not cross chrome-content
|
||||
* boundaries).
|
||||
|
@ -86,7 +86,7 @@ interface nsIDOMWindow : nsISupports
|
|||
readonly attribute nsIDOMBarProp scrollbars;
|
||||
|
||||
/**
|
||||
* Accessor for the child windows in this window.
|
||||
* Accessor for the child arch in this window.
|
||||
*/
|
||||
[noscript] readonly attribute nsIDOMWindowCollection frames;
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
interface nsIDOMWindowCollection : nsISupports
|
||||
{
|
||||
/**
|
||||
* Accessor for the number of windows in this collection.
|
||||
* Accessor for the number of arch in this collection.
|
||||
*/
|
||||
readonly attribute unsigned long length;
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ interface nsIDOMWindowUtils : nsISupports {
|
|||
* for example continue to report kDontAnimMode after all images
|
||||
* have subsequently been individually animated.
|
||||
* @note Only images immediately in this window are affected;
|
||||
* this is not recursive to subwindows.
|
||||
* this is not recursive to subarch.
|
||||
* @see imgIContainer
|
||||
*/
|
||||
attribute unsigned short imageAnimationMode;
|
||||
|
|
|
@ -45,7 +45,7 @@ interface nsISimpleEnumerator;
|
|||
|
||||
/**
|
||||
* This is the only correct cross-platform way to specify a file.
|
||||
* Strings are not such a way. If you grew up on windows or unix, you
|
||||
* Strings are not such a way. If you grew up on arch or unix, you
|
||||
* may think they are. Welcome to reality.
|
||||
*
|
||||
* All methods with string parameters have two forms. The preferred
|
||||
|
|
|
@ -50,13 +50,13 @@
|
|||
* Called before a profile change is attempted. Typically,
|
||||
* the application level observer will ask the user if
|
||||
* he/she wants to stop all network activity, close all open
|
||||
* windows, etc. If the user says NO, the observer should
|
||||
* arch, etc. If the user says NO, the observer should
|
||||
* call the subject's vetoChange(). If any observer does
|
||||
* this, the profile will not be changed.
|
||||
*
|
||||
* "profile-change-teardown"
|
||||
* All async activity must be stopped in this phase. Typically,
|
||||
* the application level observer will close all open windows.
|
||||
* the application level observer will close all open arch.
|
||||
* This is the last phase in which the subject's vetoChange()
|
||||
* method may still be called.
|
||||
* The next notification will be either
|
||||
|
|
|
@ -50,7 +50,7 @@ interface nsIDOMWindow;
|
|||
* label of a button.)
|
||||
*
|
||||
* One note: in all cases, the parent window parameter can be null. However,
|
||||
* these windows are all intended to have parents. So when no parent is
|
||||
* these arch are all intended to have parents. So when no parent is
|
||||
* specified, the implementation should try hard to find a suitable foster
|
||||
* parent.
|
||||
*
|
||||
|
|
|
@ -45,7 +45,7 @@ interface nsIURI;
|
|||
* nsIURIContentListener is an interface used by components which
|
||||
* want to know (and have a chance to handle) a particular content type.
|
||||
* Typical usage scenarios will include running applications which register
|
||||
* a nsIURIContentListener for each of its content windows with the uri
|
||||
* a nsIURIContentListener for each of its content arch with the uri
|
||||
* dispatcher service.
|
||||
*
|
||||
* @status FROZEN
|
||||
|
|
|
@ -76,7 +76,7 @@ interface nsIWebBrowserFocus : nsISupports
|
|||
* MANDATORY
|
||||
* deactivate() is a mandatory call that must be made to the browser
|
||||
* when the embedding application's window is deactivated *and* the
|
||||
* browser area was the last thing in focus. On non-windows platforms,
|
||||
* browser area was the last thing in focus. On non-arch platforms,
|
||||
* deactivate() should also be called when focus moves from the browser
|
||||
* to the embedding chrome.
|
||||
*
|
||||
|
|
|
@ -50,7 +50,7 @@ interface nsIWebProgressListener;
|
|||
*
|
||||
* nsIWebProgress instances may be arranged in a parent-child configuration,
|
||||
* corresponding to the parent-child configuration of their respective DOM
|
||||
* windows. However, in some cases a nsIWebProgress instance may not have an
|
||||
* arch. However, in some cases a nsIWebProgress instance may not have an
|
||||
* associated DOM window. The parent-child relationship of nsIWebProgress
|
||||
* instances is not made explicit by this interface, but the relationship may
|
||||
* exist in some implementations.
|
||||
|
|
|
@ -142,7 +142,7 @@ interface nsIWebProgressListener : nsISupports
|
|||
* with the STATE_IS_NETWORK flag set to indicate the start and stop of
|
||||
* said navigation. In other words, an observer of an outer window can
|
||||
* determine when activity, that may be constrained to a child window or
|
||||
* set of child windows, starts and stops.
|
||||
* set of child arch, starts and stops.
|
||||
*
|
||||
* STATE_IS_WINDOW
|
||||
* This flag indicates that the state transition corresponds to the start
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
/**
|
||||
* nsIWindowCreator is a callback interface used by Gecko to create
|
||||
* new browser windows. The application, either Mozilla or an embedding app,
|
||||
* new browser arch. The application, either Mozilla or an embedding app,
|
||||
* must provide an implementation of the Window Watcher component and
|
||||
* notify the WindowWatcher during application initialization.
|
||||
* @see nsIWindowWatcher
|
||||
|
@ -56,7 +56,7 @@ interface nsIWebBrowserChrome;
|
|||
interface nsIWindowCreator : nsISupports {
|
||||
|
||||
/** Create a new window. Gecko will/may call this method, if made
|
||||
available to it, to create new windows.
|
||||
available to it, to create new arch.
|
||||
@param parent parent window, if any. null if not. the newly created
|
||||
window should be made a child/dependent window of
|
||||
the parent, if any (and if the concept applies
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
/**
|
||||
* nsIWindowWatcher is the keeper of Gecko/DOM Windows. It maintains
|
||||
* a list of open top-level windows, and allows some operations on them.
|
||||
* a list of open top-level arch, and allows some operations on them.
|
||||
|
||||
* Usage notes:
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
|||
* this property to be always current, so to properly integrate this component
|
||||
* the application will need to keep it current by setting the property
|
||||
* as the active window changes.
|
||||
* This component should not keep a (XPCOM) reference to any windows;
|
||||
* This component should not keep a (XPCOM) reference to any arch;
|
||||
* the implementation will claim no ownership. Windows must notify
|
||||
* this component when they are created or destroyed, so only a weak
|
||||
* reference is kept. Note that there is no interface for such notifications
|
||||
|
@ -96,7 +96,7 @@ interface nsIWindowWatcher : nsISupports {
|
|||
when a window is opened or closed (added to or removed from this
|
||||
service). This method adds an aObserver to the list of objects
|
||||
to be notified.
|
||||
@param aObserver the object to be notified when windows are
|
||||
@param aObserver the object to be notified when arch are
|
||||
opened or closed. Its Observe method will be
|
||||
called with the following parameters:
|
||||
|
||||
|
@ -116,7 +116,7 @@ interface nsIWindowWatcher : nsISupports {
|
|||
*/
|
||||
void unregisterNotification(in nsIObserver aObserver);
|
||||
|
||||
/** Get an iterator for currently open windows in the order they were opened,
|
||||
/** Get an iterator for currently open arch in the order they were opened,
|
||||
guaranteeing that each will be visited exactly once.
|
||||
@return an enumerator which will itself return nsISupports objects which
|
||||
can be QIed to an nsIDOMWindow
|
||||
|
@ -139,7 +139,7 @@ interface nsIWindowWatcher : nsISupports {
|
|||
nsIAuthPrompt getNewAuthPrompter(in nsIDOMWindow aParent);
|
||||
|
||||
/** Set the window creator callback. It must be filled in by the app.
|
||||
openWindow will use it to create new windows.
|
||||
openWindow will use it to create new arch.
|
||||
@param creator the callback. if null, the callback will be cleared
|
||||
and window creation capabilities lost.
|
||||
*/
|
||||
|
@ -147,7 +147,7 @@ interface nsIWindowWatcher : nsISupports {
|
|||
|
||||
|
||||
/** Retrieve the chrome window mapped to the given DOM window. Window
|
||||
Watcher keeps a list of all top-level DOM windows currently open,
|
||||
Watcher keeps a list of all top-level DOM arch currently open,
|
||||
along with their corresponding chrome interfaces. Since DOM Windows
|
||||
lack a (public) means of retrieving their corresponding chrome,
|
||||
this method will do that.
|
||||
|
@ -163,7 +163,7 @@ interface nsIWindowWatcher : nsISupports {
|
|||
begin the search. If null, each toplevel window
|
||||
will be searched.
|
||||
|
||||
Note: This method will search all open windows for any window or
|
||||
Note: This method will search all open arch for any window or
|
||||
frame with the given window name. Make sure you understand the
|
||||
security implications of this before using this method!
|
||||
*/
|
||||
|
@ -174,7 +174,7 @@ interface nsIWindowWatcher : nsISupports {
|
|||
(frontmost non-floating-palette-type) window, storing and returning
|
||||
it on demand. Users must keep this attribute current, including after
|
||||
the topmost window is closed. This attribute obviously can return null
|
||||
if no windows are open, but should otherwise always return a valid
|
||||
if no arch are open, but should otherwise always return a valid
|
||||
window.
|
||||
*/
|
||||
attribute nsIDOMWindow activeWindow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue