1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
//
// DO NOT EDIT.  THIS FILE IS GENERATED FROM ../../../dist/idl/nsPIWindowWatcher.idl
//


/// `interface nsPIWindowWatcher : nsISupports`
///


// The actual type definition for the interface. This struct has methods
// declared on it which will call through its vtable. You never want to pass
// this type around by value, always pass it behind a reference.

#[repr(C)]
pub struct nsPIWindowWatcher {
    vtable: *const nsPIWindowWatcherVTable,

    /// This field is a phantomdata to ensure that the VTable type and any
    /// struct containing it is not safe to send across threads, as XPCOM is
    /// generally not threadsafe.
    ///
    /// XPCOM interfaces in general are not safe to send across threads.
    __nosync: ::std::marker::PhantomData<::std::rc::Rc<u8>>,
}

// Implementing XpCom for an interface exposes its IID, which allows for easy
// use of the `.query_interface<T>` helper method. This also defines that
// method for nsPIWindowWatcher.
unsafe impl XpCom for nsPIWindowWatcher {
    const IID: nsIID = nsID(0xd162f9c4, 0x19d5, 0x4723,
        [0x93, 0x1f, 0xf1, 0xe5, 0x1b, 0xfa, 0x9f, 0x68]);
}

// We need to implement the RefCounted trait so we can be used with `RefPtr`.
// This trait teaches `RefPtr` how to manage our memory.
unsafe impl RefCounted for nsPIWindowWatcher {
    #[inline]
    unsafe fn addref(&self) {
        self.AddRef();
    }
    #[inline]
    unsafe fn release(&self) {
        self.Release();
    }
}

// This trait is implemented on all types which can be coerced to from nsPIWindowWatcher.
// It is used in the implementation of `fn coerce<T>`. We hide it from the
// documentation, because it clutters it up a lot.
#[doc(hidden)]
pub trait nsPIWindowWatcherCoerce {
    /// Cheaply cast a value of this type from a `nsPIWindowWatcher`.
    fn coerce_from(v: &nsPIWindowWatcher) -> &Self;
}

// The trivial implementation: We can obviously coerce ourselves to ourselves.
impl nsPIWindowWatcherCoerce for nsPIWindowWatcher {
    #[inline]
    fn coerce_from(v: &nsPIWindowWatcher) -> &Self {
        v
    }
}

impl nsPIWindowWatcher {
    /// Cast this `nsPIWindowWatcher` to one of its base interfaces.
    #[inline]
    pub fn coerce<T: nsPIWindowWatcherCoerce>(&self) -> &T {
        T::coerce_from(self)
    }
}

// Every interface struct type implements `Deref` to its base interface. This
// causes methods on the base interfaces to be directly avaliable on the
// object. For example, you can call `.AddRef` or `.QueryInterface` directly
// on any interface which inherits from `nsISupports`.
impl ::std::ops::Deref for nsPIWindowWatcher {
    type Target = nsISupports;
    #[inline]
    fn deref(&self) -> &nsISupports {
        unsafe {
            ::std::mem::transmute(self)
        }
    }
}

// Ensure we can use .coerce() to cast to our base types as well. Any type which
// our base interface can coerce from should be coercable from us as well.
impl<T: nsISupportsCoerce> nsPIWindowWatcherCoerce for T {
    #[inline]
    fn coerce_from(v: &nsPIWindowWatcher) -> &Self {
        T::coerce_from(v)
    }
}

// This struct represents the interface's VTable. A pointer to a statically
// allocated version of this struct is at the beginning of every nsPIWindowWatcher
// object. It contains one pointer field for each method in the interface. In
// the case where we can't generate a binding for a method, we include a void
// pointer.
#[doc(hidden)]
#[repr(C)]
pub struct nsPIWindowWatcherVTable {
    /// We need to include the members from the base interface's vtable at the start
    /// of the VTable definition.
    pub __base: nsISupportsVTable,

    /* void addWindow (in mozIDOMWindowProxy aWindow, in nsIWebBrowserChrome aChrome); */
    pub AddWindow: unsafe extern "system" fn (this: *const nsPIWindowWatcher, aWindow: *const mozIDOMWindowProxy, aChrome: *const nsIWebBrowserChrome) -> nsresult,

    /* void removeWindow (in mozIDOMWindowProxy aWindow); */
    pub RemoveWindow: unsafe extern "system" fn (this: *const nsPIWindowWatcher, aWindow: *const mozIDOMWindowProxy) -> nsresult,

    /* mozIDOMWindowProxy openWindow2 (in mozIDOMWindowProxy aParent, in string aUrl, in string aName, in string aFeatures, in boolean aCalledFromScript, in boolean aDialog, in boolean aNavigate, in nsISupports aArgs, in boolean aIsPopupSpam, in boolean aForceNoOpener, in nsIDocShellLoadInfo aLoadInfo); */
    pub OpenWindow2: unsafe extern "system" fn (this: *const nsPIWindowWatcher, aParent: *const mozIDOMWindowProxy, aUrl: *const libc::c_char, aName: *const libc::c_char, aFeatures: *const libc::c_char, aCalledFromScript: bool, aDialog: bool, aNavigate: bool, aArgs: *const nsISupports, aIsPopupSpam: bool, aForceNoOpener: bool, aLoadInfo: *const nsIDocShellLoadInfo, _retval: *mut *const mozIDOMWindowProxy) -> nsresult,

    /* nsITabParent openWindowWithTabParent (in nsITabParent aOpeningTab, in ACString aFeatures, in boolean aCalledFromJS, in float aOpenerFullZoom, in unsigned long long aNextTabParentId, in boolean aForceNoOpener); */
    pub OpenWindowWithTabParent: unsafe extern "system" fn (this: *const nsPIWindowWatcher, aOpeningTab: *const nsITabParent, aFeatures: &::nsstring::nsACString, aCalledFromJS: bool, aOpenerFullZoom: libc::c_float, aNextTabParentId: libc::uint64_t, aForceNoOpener: bool, _retval: *mut *const nsITabParent) -> nsresult,

    /* nsIDocShellTreeItem findItemWithName (in AString aName, in nsIDocShellTreeItem aRequestor, in nsIDocShellTreeItem aOriginalRequestor); */
    pub FindItemWithName: unsafe extern "system" fn (this: *const nsPIWindowWatcher, aName: &::nsstring::nsAString, aRequestor: *const nsIDocShellTreeItem, aOriginalRequestor: *const nsIDocShellTreeItem, _retval: *mut *const nsIDocShellTreeItem) -> nsresult,
}


// The implementations of the function wrappers which are exposed to rust code.
// Call these methods rather than manually calling through the VTable struct.
impl nsPIWindowWatcher {

    /// ```text
    /// /** A window has been created. Add it to our list.
    ///       @param aWindow the window to add
    ///       @param aChrome the corresponding chrome window. The DOM window
    ///                      and chrome will be mapped together, and the corresponding
    ///                      chrome can be retrieved using the (not private)
    ///                      method getChromeForWindow. If null, any extant mapping
    ///                      will be cleared.
    ///   */
    /// ```
    ///

    /// `void addWindow (in mozIDOMWindowProxy aWindow, in nsIWebBrowserChrome aChrome);`
    #[inline]
    pub unsafe fn AddWindow(&self, aWindow: *const mozIDOMWindowProxy, aChrome: *const nsIWebBrowserChrome) -> nsresult {
        ((*self.vtable).AddWindow)(self, aWindow, aChrome)
    }


    /// ```text
    /// /** A window has been closed. Remove it from our list.
    ///       @param aWindow the window to remove
    ///   */
    /// ```
    ///

    /// `void removeWindow (in mozIDOMWindowProxy aWindow);`
    #[inline]
    pub unsafe fn RemoveWindow(&self, aWindow: *const mozIDOMWindowProxy) -> nsresult {
        ((*self.vtable).RemoveWindow)(self, aWindow)
    }


    /// ```text
    /// /** Like the public interface's open(), but can handle openDialog-style
    ///       arguments and calls which shouldn't result in us navigating the window.
    ///
    ///       @param aParent parent window, if any. Null if no parent.  If it is
    ///              impossible to get to an nsIWebBrowserChrome from aParent, this
    ///              method will effectively act as if aParent were null.
    ///       @param aURL url to which to open the new window. Must already be
    ///              escaped, if applicable. can be null.
    ///       @param aName window name from JS window.open. can be null.  If a window
    ///              with this name already exists, the openWindow call may just load
    ///              aUrl in it (if aUrl is not null) and return it.
    ///       @param aFeatures window features from JS window.open. can be null.
    ///       @param aCalledFromScript true if we were called from script.
    ///       @param aDialog use dialog defaults (see nsIDOMWindow::openDialog)
    ///       @param aNavigate true if we should navigate the new window to the
    ///              specified URL.
    ///       @param aArgs Window argument
    ///       @param aIsPopupSpam true if the window is a popup spam window; used for
    ///                           popup blocker internals.
    ///       @param aForceNoOpener If true, force noopener behavior.  This means not
    ///                             looking for existing windows with the given name,
    ///                             not setting an opener on the newly opened window,
    ///                             and returning null from this method.
    ///       @param aLoadInfo if aNavigate is true, this allows the caller to pass in
    ///                        an nsIDocShellLoadInfo to use for the navigation.
    ///                        Callers can pass in null if they want the windowwatcher
    ///                        to just construct a loadinfo itself.  If aNavigate is
    ///                        false, this argument is ignored.
    ///
    ///       @return the new window
    ///
    ///       @note This method may examine the JS context stack for purposes of
    ///             determining the security context to use for the search for a given
    ///             window named aName.
    ///       @note This method should try to set the default charset for the new
    ///             window to the default charset of the document in the calling window
    ///             (which is determined based on the JS stack and the value of
        ///             aParent).  This is not guaranteed, however.
    ///   */
    /// ```
    ///

    /// `mozIDOMWindowProxy openWindow2 (in mozIDOMWindowProxy aParent, in string aUrl, in string aName, in string aFeatures, in boolean aCalledFromScript, in boolean aDialog, in boolean aNavigate, in nsISupports aArgs, in boolean aIsPopupSpam, in boolean aForceNoOpener, in nsIDocShellLoadInfo aLoadInfo);`
    #[inline]
    pub unsafe fn OpenWindow2(&self, aParent: *const mozIDOMWindowProxy, aUrl: *const libc::c_char, aName: *const libc::c_char, aFeatures: *const libc::c_char, aCalledFromScript: bool, aDialog: bool, aNavigate: bool, aArgs: *const nsISupports, aIsPopupSpam: bool, aForceNoOpener: bool, aLoadInfo: *const nsIDocShellLoadInfo, _retval: *mut *const mozIDOMWindowProxy) -> nsresult {
        ((*self.vtable).OpenWindow2)(self, aParent, aUrl, aName, aFeatures, aCalledFromScript, aDialog, aNavigate, aArgs, aIsPopupSpam, aForceNoOpener, aLoadInfo, _retval)
    }


    /// ```text
    /// /**
    ///    * Opens a new window so that the window that aOpeningTab belongs to
    ///    * is set as the parent window. The newly opened window will also
    ///    * inherit load context information from aOpeningTab.
    ///    *
    ///    * @param aOpeningTab
    ///    *        The nsITabParent that is requesting the new window be opened.
    ///    * @param aFeatures
    ///    *        Window features if called with window.open or similar.
    ///    * @param aCalledFromJS
    ///    *        True if called via window.open or similar.
    ///    * @param aOpenerFullZoom
    ///    *        The current zoom multiplier for the opener tab. This is then
    ///    *        applied to the newly opened window.
    ///    * @param aNextTabParentId
    ///    *        The integer ID for the next tab parent actor.
    ///    *        0 means there is no next tab parent actor to use.
    ///    * @param aForceNoOpener
    ///    *        If true, then aOpeningTab will not be used to set the opener
    ///    *        for the newly created window.
    ///    *
    ///    * @return the nsITabParent of the initial browser for the newly opened
    ///    *         window.
    ///    */
    /// ```
    ///

    /// `nsITabParent openWindowWithTabParent (in nsITabParent aOpeningTab, in ACString aFeatures, in boolean aCalledFromJS, in float aOpenerFullZoom, in unsigned long long aNextTabParentId, in boolean aForceNoOpener);`
    #[inline]
    pub unsafe fn OpenWindowWithTabParent(&self, aOpeningTab: *const nsITabParent, aFeatures: &::nsstring::nsACString, aCalledFromJS: bool, aOpenerFullZoom: libc::c_float, aNextTabParentId: libc::uint64_t, aForceNoOpener: bool, _retval: *mut *const nsITabParent) -> nsresult {
        ((*self.vtable).OpenWindowWithTabParent)(self, aOpeningTab, aFeatures, aCalledFromJS, aOpenerFullZoom, aNextTabParentId, aForceNoOpener, _retval)
    }


    /// ```text
    /// /**
    ///    * Find a named docshell tree item amongst all windows registered
    ///    * with the window watcher.  This may be a subframe in some window,
    ///    * for example.
    ///    *
    ///    * @param aName the name of the window.  Must not be null.
    ///    * @param aRequestor the tree item immediately making the request.
    ///    *        We should make sure to not recurse down into its findItemWithName
    ///    *        method.
    ///    * @param aOriginalRequestor the original treeitem that made the request.
    ///    *        Used for security checks.
    ///    * @return the tree item with aName as the name, or null if there
    ///    *         isn't one.  "Special" names, like _self, _top, etc, will be
    ///    *         treated specially only if aRequestor is null; in that case they
    ///    *         will be resolved relative to the first window the windowwatcher
    ///    *         knows about.
    ///    * @see findItemWithName methods on nsIDocShellTreeItem and
    ///    *      nsIDocShellTreeOwner
    ///    */
    /// ```
    ///

    /// `nsIDocShellTreeItem findItemWithName (in AString aName, in nsIDocShellTreeItem aRequestor, in nsIDocShellTreeItem aOriginalRequestor);`
    #[inline]
    pub unsafe fn FindItemWithName(&self, aName: &::nsstring::nsAString, aRequestor: *const nsIDocShellTreeItem, aOriginalRequestor: *const nsIDocShellTreeItem, _retval: *mut *const nsIDocShellTreeItem) -> nsresult {
        ((*self.vtable).FindItemWithName)(self, aName, aRequestor, aOriginalRequestor, _retval)
    }


}