Last active
March 13, 2018 00:49
-
-
Save nt1m/296fe5d1bf75048ab40e5d2f0ad42304 to your computer and use it in GitHub Desktop.
Browsers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Methods on the browser binding | |
| ``` | |
| [ | |
| "autoscrollEnabled", | |
| "canGoBack", | |
| "canGoForward", | |
| "homePage", | |
| "currentURI", | |
| "documentURI", | |
| "documentContentType", | |
| "preferences", // Gets the pref service | |
| "sameProcessAsFrameLoader", | |
| "docShell", | |
| "loadContext", | |
| "autoCompletePopup", | |
| "dateTimePicker", | |
| "docShellIsActive", | |
| "renderLayers", | |
| "hasLayers", | |
| "imageDocument", | |
| "isRemoteBrowser", | |
| "remoteType", | |
| "messageManager", | |
| "webNavigation", | |
| /* Findbar code start */ | |
| "webBrowserFind", | |
| "finder", | |
| "fastFind", | |
| /* Findbar code end */ | |
| "outerWindowID", | |
| "innerWindowID", | |
| "webProgress", | |
| "contentWindow", | |
| "contentWindowAsCPOW", | |
| "sessionHistory", | |
| "markupDocumentViewer", | |
| "contentDocument", | |
| "contentDocumentAsCPOW", | |
| "contentTitle", | |
| "characterSet", | |
| "mayEnableCharacterEncodingMenu", | |
| "contentPrincipal", | |
| "contentRequestContextID", | |
| "showWindowResizer", | |
| "manifestURI", | |
| "fullZoom", | |
| "deviceFullZoom", | |
| "textZoom", | |
| "effectiveTextZoom", | |
| "isSyntheticDocument", | |
| "hasContentOpener", | |
| "mStrBundle", | |
| "pageReport", | |
| "audioMuted", | |
| "mediaBlocked", | |
| "shouldHandleUnselectedTabHover", | |
| "securityUI", | |
| "userTypedValue", | |
| "dontPromptAndDontUnload", | |
| "dontPromptAndUnload", | |
| "_wrapURIChangeCall", | |
| "goBack", | |
| "goForward", | |
| "reload", | |
| "reloadWithFlags", | |
| "stop", | |
| "loadURI", | |
| "loadURIWithFlags", | |
| "goHome", | |
| "gotoIndex", | |
| "_setCurrentURI", | |
| "preserveLayers", | |
| "getTabBrowser", | |
| "addProgressListener", | |
| "removeProgressListener", | |
| "findChildShell", | |
| "onPageHide", | |
| "updateBlockedPopups", | |
| "retrieveListOfBlockedPopups", | |
| "unblockPopup", | |
| "audioPlaybackStarted", | |
| "audioPlaybackStopped", | |
| "activeMediaBlockStarted", | |
| "activeMediaBlockStopped", | |
| "mediaBlockStopped", | |
| "mute", | |
| "unmute", | |
| "pauseMedia", | |
| "stopMedia", | |
| "resumeMedia", | |
| "unselectedTabHover", | |
| "didStartLoadSinceLastUserTyping", | |
| "destroy", | |
| "_receiveMessage", | |
| "receiveMessage", | |
| "observe", | |
| "purgeSessionHistory", | |
| "createAboutBlankContentViewer", | |
| "stopScroll", | |
| "_createAutoScrollPopup", | |
| "startScroll", | |
| "handleEvent", | |
| "closeBrowser", | |
| "swapBrowsers", | |
| "swapDocShells", | |
| "getInPermitUnload", | |
| "permitUnload", | |
| "print", | |
| "dropLinks", | |
| "destructor", | |
| "_setupEventListeners" | |
| ] | |
| ``` | |
| # Methods on iframe mozbrowser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment