eslint-plugin-mozilla
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -116,3 +116,3 @@ "use strict"; | ||
// Require function* name() | ||
// "generator-star-spacing": ["error", {"before": false, "after": true}], | ||
"generator-star-spacing": ["error", {"after": true, "before": false}], | ||
@@ -158,2 +158,4 @@ // Two space indent | ||
"no-caller": "error", | ||
// Disallow modifying variables of class declarations. | ||
@@ -160,0 +162,0 @@ "no-class-assign": "error", |
@@ -52,3 +52,3 @@ /** | ||
const globalScriptsRegExp = | ||
/<script type=\"application\/javascript\" src=\"(.*)\"\/>/; | ||
/<script type=\"application\/javascript\" src=\"(.*)\"\/>|^\s*"(.*?\.js)",$/; | ||
@@ -71,4 +71,4 @@ function getGlobalScriptsIncludes() { | ||
if (match) { | ||
let sourceFile = | ||
match[1].replace("chrome://browser/content/", "browser/base/content/") | ||
let sourceFile = (match[1] || match[2]) | ||
.replace("chrome://browser/content/", "browser/base/content/") | ||
.replace("chrome://global/content/", "toolkit/content/"); | ||
@@ -75,0 +75,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"environments":{"browser-window":{"globals":{"closeWindow":true,"canQuitApplication":true,"goQuitApplication":true,"goUpdateCommand":true,"goDoCommand":true,"goSetCommandEnabled":true,"goSetMenuValue":true,"goSetAccessKey":true,"goOnEvent":true,"setTooltipText":true,"NS_ASSERT":true,"TAB_DROP_TYPE":true,"gBidiUI":true,"isBlankPageURL":true,"getBrowserURL":true,"getTopWin":true,"getBoolPref":true,"doGetProtocolFlags":true,"openUILink":true,"whereToOpenLink":true,"openUILinkIn":true,"openLinkIn":true,"checkForMiddleClick":true,"createUserContextMenu":true,"closeMenus":true,"eventMatchesKey":true,"gatherTextUnder":true,"getShellService":true,"isBidiEnabled":true,"openAboutDialog":true,"openPreferences":true,"openAdvancedPreferences":true,"openTroubleshootingPage":true,"openHealthReport":true,"openFeedbackPage":true,"openTourPage":true,"buildHelpMenu":true,"isElementVisible":true,"makeURLAbsolute":true,"openNewTabWith":true,"openNewWindowWith":true,"getHelpLinkURL":true,"openHelpLink":true,"openPrefsHelp":true,"trimURL":true,"AppConstants":true,"Services":true,"XPCOMUtils":true,"PrivateBrowsingUtils":true,"RecentWindow":true,"ShellService":true,"ContextualIdentityService":true,"aboutNewTabService":true,"BROWSER_NEW_TAB_URL":true,"ORGANIZER_ROOT_BOOKMARKS":true,"RELOAD_ACTION_NOTHING":true,"RELOAD_ACTION_INSERT":true,"RELOAD_ACTION_REMOVE":true,"RELOAD_ACTION_MOVE":true,"InsertionPoint":true,"PlacesController":true,"PlacesControllerDragHelper":true,"goUpdatePlacesCommands":true,"doGetPlacesControllerForCommand":true,"goDoPlacesCommand":true,"ForgetAboutSite":true,"NetUtil":true,"PTV_interfaces":true,"makeNodeDetailsKey":true,"PlacesTreeView":true,"PlacesUtils":true,"PlacesAggregatedTransaction":false,"PlacesCreateFolderTransaction":false,"PlacesCreateBookmarkTransaction":false,"PlacesCreateSeparatorTransaction":false,"PlacesCreateLivemarkTransaction":false,"PlacesMoveItemTransaction":false,"PlacesRemoveItemTransaction":false,"PlacesEditItemTitleTransaction":false,"PlacesEditBookmarkURITransaction":false,"PlacesEditLivemarkFeedURITransaction":false,"PlacesEditLivemarkSiteURITransaction":false,"PlacesSetItemAnnotationTransaction":false,"PlacesSetPageAnnotationTransaction":false,"PlacesEditBookmarkKeywordTransaction":false,"PlacesEditBookmarkPostDataTransaction":false,"PlacesEditItemDateAddedTransaction":false,"PlacesEditItemLastModifiedTransaction":false,"PlacesSortFolderByNameTransaction":false,"PlacesTagURITransaction":false,"PlacesUntagURITransaction":false,"Cc":true,"Ci":true,"Cr":true,"Cu":true,"Task":false,"PlacesUIUtils":false,"PlacesTransactions":false,"nsIWebNavigation":true,"gLastBrowserCharset":true,"gLastValidURLStr":true,"gInPrintPreviewMode":true,"gContextMenu":true,"gMultiProcessBrowser":true,"gAppInfo":true,"gEditUIVisible":true,"gInitialPages":true,"browserWindows":true,"pageShowEventHandlers":true,"UpdateBackForwardCommands":true,"SetClickAndHoldHandlers":true,"gClickAndHoldListenersOnElement":true,"gSessionHistoryObserver":true,"gStoragePressureObserver":true,"findChildShell":true,"gPopupBlockerObserver":true,"gKeywordURIFixup":true,"serializeInputStream":true,"handleUriInChrome":true,"_loadURIWithFlags":true,"LoadInOtherProcess":true,"RedirectLoad":true,"_resolveDelayedStartup":true,"delayedStartupPromise":true,"gBrowserInit":true,"BrowserStartup":true,"BrowserShutdown":true,"nonBrowserWindowStartup":true,"nonBrowserWindowDelayedStartup":true,"nonBrowserWindowShutdown":true,"HandleAppCommandEvent":true,"maybeRecordAbandonmentTelemetry":true,"gotoHistoryIndex":true,"BrowserForward":true,"BrowserBack":true,"BrowserHandleBackspace":true,"BrowserHandleShiftBackspace":true,"BrowserStop":true,"BrowserReloadOrDuplicate":true,"BrowserReload":true,"BrowserReloadSkipCache":true,"BrowserHome":true,"BrowserGoHome":true,"loadOneOrMoreURIs":true,"focusAndSelectUrlBar":true,"openLocation":true,"BrowserOpenTab":true,"delayedOpenWindow":true,"delayedOpenTab":true,"gLastOpenDirectory":true,"BrowserOpenFileWindow":true,"BrowserCloseTabOrWindow":true,"BrowserTryToCloseWindow":true,"loadURI":true,"getShortcutOrURIAndPostData":true,"getPostDataStream":true,"getLoadContext":true,"readFromClipboard":true,"BrowserViewSourceOfDocument":true,"BrowserViewSource":true,"BrowserPageInfo":true,"URLBarSetURI":true,"losslessDecodeURI":true,"UpdateUrlbarSearchSplitterState":true,"UpdatePageProxyState":true,"SetPageProxyState":true,"UpdatePopupNotificationsVisibility":true,"PageProxyClickHandler":true,"TLS_ERROR_REPORT_TELEMETRY_AUTO_CHECKED":true,"TLS_ERROR_REPORT_TELEMETRY_AUTO_UNCHECKED":true,"TLS_ERROR_REPORT_TELEMETRY_MANUAL_SEND":true,"TLS_ERROR_REPORT_TELEMETRY_AUTO_SEND":true,"PREF_SSL_IMPACT_ROOTS":true,"BrowserOnClick":true,"getMeOutOfHere":true,"goBackFromErrorPage":true,"getDefaultHomePage":true,"BrowserFullScreen":true,"mirrorShow":true,"mirrorMenuItemClicked":true,"populateMirrorTabMenu":true,"getWebNavigation":true,"BrowserReloadWithFlags":true,"getSecurityInfo":true,"getDetailedCertErrorInfo":true,"getDERString":true,"getPEMString":true,"PrintPreviewListener":true,"getMarkupDocumentViewer":true,"FillInHTMLTooltip":true,"browserDragAndDrop":true,"homeButtonObserver":true,"openHomeDialog":true,"newTabButtonObserver":true,"newWindowButtonObserver":true,"DOMLinkHandler":true,"BrowserSearch":true,"FillHistoryMenu":true,"addToUrlbarHistory":true,"BrowserDownloadsUI":true,"toOpenWindowByType":true,"OpenBrowserWindow":true,"updateEditUIVisibility":true,"openNewUserContextTab":true,"updateUserContextUIVisibility":true,"updateUserContextUIIndicator":true,"updateCharacterEncodingMenuState":true,"XULBrowserWindow":true,"LinkTargetDisplay":true,"CombinedStopReload":true,"TabsProgressListener":true,"nsBrowserAccess":true,"getTogglableToolbars":true,"onViewToolbarsPopupShowing":true,"onViewToolbarCommand":true,"setToolbarVisibility":true,"updateToggleControlLabel":true,"TabletModeUpdater":true,"gTabletModePageCounter":true,"displaySecurityInfo":true,"gUIDensity":true,"gHomeButton":true,"nodeToTooltipMap":true,"nodeToShortcutMap":true,"gDynamicTooltipCache":true,"UpdateDynamicShortcutTooltipText":true,"gWebPanelURI":true,"openWebPanel":true,"asyncOpenWebPanel":true,"hrefAndLinkNodeForClickEvent":true,"contentAreaClick":true,"handleLinkClick":true,"middleMousePaste":true,"stripUnsafeProtocolOnPaste":true,"handleDroppedLink":true,"BrowserSetForcedCharacterSet":true,"BrowserCharsetReload":true,"UpdateCurrentCharset":true,"gPageStyleMenu":true,"stylesheetFillPopup":true,"stylesheetSwitchAll":true,"setStyleDisabled":true,"LanguageDetectionListener":true,"BrowserOffline":true,"OfflineApps":true,"IndexedDBPromptHelper":true,"CanCloseWindow":true,"WindowIsClosing":true,"warnAboutClosingWindow":true,"MailIntegration":true,"BrowserOpenAddonsMgr":true,"AddKeywordForSearchField":true,"undoCloseTab":true,"undoCloseWindow":true,"isTabEmpty":true,"checkEmptyPageOrigin":true,"BrowserOpenSyncTabs":true,"ReportFalseDeceptiveSite":true,"formatURL":true,"gIdentityHandler":true,"gRemoteControl":true,"getNotificationBox":true,"getTabModalPromptBox":true,"getBrowser":true,"gPrivateBrowsingUI":true,"gRemoteTabsUI":true,"switchToTabHavingURI":true,"RestoreLastSessionObserver":true,"restoreLastSession":true,"MenuTouchModeObserver":true,"TabContextMenu":true,"safeModeRestart":true,"duplicateTabIn":true,"Scratchpad":true,"ResponsiveUI":true,"MousePosTracker":true,"ToolbarIconColor":true,"PanicButtonNotifier":true,"AboutPrivateBrowsingListener":true,"TabModalPromptBox":true,"gBrowser":false,"gNavToolbox":false,"gURLBar":true,"gNavigatorBundle":false,"extensionNameFromURI":true,"AboutHome":true,"BrowserUITelemetry":true,"BrowserUsageTelemetry":true,"BrowserUtils":true,"CastingApps":true,"CharsetMenu":true,"Color":true,"ContentSearch":true,"CustomizableUI":true,"Deprecated":true,"DownloadsCommon":true,"E10SUtils":true,"ExtensionsUI":true,"FormValidationHandler":true,"LightweightThemeManager":true,"Log":true,"LoginManagerParent":true,"NewTabUtils":true,"PageActions":true,"PageThumbs":true,"PluralForm":true,"ProcessHangMonitor":true,"PromiseUtils":true,"ReaderMode":true,"ReaderParent":true,"SafeBrowsing":true,"SessionStore":true,"ShortcutUtils":true,"SimpleServiceDiscovery":true,"SitePermissions":true,"TabCrashHandler":true,"TelemetryStopwatch":true,"Translation":true,"UITour":true,"UpdateUtils":true,"Utils":true,"Weave":true,"WebNavigationFrames":true,"fxAccounts":true,"gDevTools":true,"gDevToolsBrowser":true,"webrtcUI":true,"ZoomUI":true,"PluginCrashReporter":true,"PrintUtils":true,"ZoomManager":true,"FullZoom":true,"PanelUI":true,"gViewSourceUtils":true,"LightWeightThemeWebInstaller":true,"gExtensionsNotifications":true,"gXPInstallObserver":true,"ctrlTab":true,"CustomizationHandler":true,"PointerLock":true,"FullScreen":true,"gGestureSupport":true,"gHistorySwipeAnimation":true,"gSafeBrowsing":true,"gSync":true,"gBrowserThumbnails":true,"setContextMenuContentData":true,"openContextMenu":true,"nsContextMenu":true,"DownloadsPanel":true,"DownloadsOverlayLoader":true,"DownloadsView":true,"DownloadsViewUI":true,"DownloadsViewController":true,"DownloadsSummary":true,"DownloadsFooter":true,"DownloadsBlockedSubview":true,"DownloadsButton":true,"DownloadsIndicatorView":true,"gEditItemOverlay":true,"Favicons":true,"gAboutNewTabService":true,"gDNSService":true,"gSerializationHelper":true,"Marionette":true,"WindowsUIUtils":true,"gCrashReporter":true,"BrowserToolboxProcess":true,"gBrowserBundle":true,"gCustomizeMode":true,"gPrefService":true,"InlineSpellCheckerUI":true,"PageMenuParent":true,"PopupNotifications":true,"Win7Features":true,"gFindBar":true,"gFindBarInitialized":true,"AddonManager":true,"HUDService":true,"CaptivePortalWatcher":true,"cps":true,"CompactTheme":true,"TYPE_MAYBE_FEED":true,"TYPE_MAYBE_AUDIO_FEED":true,"TYPE_MAYBE_VIDEO_FEED":true,"PREF_SHOW_FIRST_RUN_UI":true,"PREF_SELECTED_APP":true,"PREF_SELECTED_WEB":true,"PREF_SELECTED_ACTION":true,"PREF_SELECTED_READER":true,"PREF_VIDEO_SELECTED_APP":true,"PREF_VIDEO_SELECTED_WEB":true,"PREF_VIDEO_SELECTED_ACTION":true,"PREF_VIDEO_SELECTED_READER":true,"PREF_AUDIO_SELECTED_APP":true,"PREF_AUDIO_SELECTED_WEB":true,"PREF_AUDIO_SELECTED_ACTION":true,"PREF_AUDIO_SELECTED_READER":true,"PREF_UPDATE_DELAY":true,"SETTABLE_PREFS":true,"EXECUTABLE_PREFS":true,"VALID_ACTIONS":true,"VALID_READERS":true,"LOG":true,"getPrefActionForType":true,"getPrefReaderForType":true,"getPrefWebForType":true,"getPrefAppForType":true,"getMimeTypeForFeedType":true,"FeedHandler":true,"DeferredTask":true,"SHOULD_LOG":true,"gEMEHandler":true,"TELEMETRY_DDSTAT_SHOWN":true,"TELEMETRY_DDSTAT_SHOWN_FIRST":true,"TELEMETRY_DDSTAT_CLICKED":true,"TELEMETRY_DDSTAT_CLICKED_FIRST":true,"TELEMETRY_DDSTAT_SOLVED":true,"gDecoderDoctorHandler":true,"BrowserPageActions":true,"StarUI":true,"isVisible":true,"PlacesCommandHook":true,"HistoryMenu":true,"BookmarksEventHandler":true,"PlacesMenuDNDHandler":true,"PlacesToolbarHelper":true,"BookmarkingUI":true,"AutoShowBookmarksToolbar":true,"PlacesToolbar":true,"PlacesMenu":true,"PlacesPanelview":true,"PlacesPanelMenuView":true,"RecentlyClosedTabsAndWindowsMenuUtils":true,"gPluginHandler":true,"SidebarUI":true,"fireSidebarFocusedEvent":true,"sidebarOnLoad":true,"toggleSidebar":true,"TabsInTitlebar":true,"updateTitlebarDisplay":true,"onTitlebarMaxClick":true,"TrackingProtection":true,"LOGGER_NAME":true,"LOGGER_PREFIX":true,"gDataNotificationInfoBar":true,"DevelopmentHelpers":true,"gContextMenuContentData":true,"SpellCheckHelper":true,"LoginHelper":true,"LoginManagerContextMenu":true,"DevToolsShim":true,"ContentAreaUtils":true,"urlSecurityCheck":true,"isContentFrame":true,"forbidCPOW":true,"saveURL":true,"imgICache":true,"nsISupportsCString":true,"saveImageURL":true,"saveBrowser":true,"saveDocument":true,"DownloadListener":true,"kSaveAsType_Complete":true,"kSaveAsType_Text":true,"internalSave":true,"internalPersist":true,"AutoChosen":true,"FileInfo":true,"initFileInfo":true,"promiseTargetFile":true,"uniqueFile":true,"DownloadURL":true,"SAVEMODE_FILEONLY":true,"SAVEMODE_COMPLETE_DOM":true,"SAVEMODE_COMPLETE_TEXT":true,"appendFiltersForContentType":true,"getPostData":true,"makeWebBrowserPersist":true,"makeURI":true,"makeFileURI":true,"makeFilePicker":true,"getMIMEService":true,"getFileBaseName":true,"getMIMETypeForURI":true,"getMIMEInfoForType":true,"getDefaultFileName":true,"validateFileName":true,"getNormalizedLeafName":true,"getDefaultExtension":true,"GetSaveModeForContentType":true,"getCharsetforSave":true,"openURL":true,"Downloads":true,"DownloadLastDir":true,"FileUtils":true,"OS":true,"LAST_USED_ANNO":true,"MAX_FOLDER_ITEM_IN_MENU_LIST":true,"DownloadsViewItem":true,"goUpdateGlobalEditMenuItems":true,"goUpdateUndoEditMenuItems":true,"goUpdatePasteMenuItems":true},"browserjsScripts":["browser/base/content/browser.js","browser/base/content/browser-captivePortal.js","browser/base/content/browser-compacttheme.js","browser/base/content/browser-feeds.js","browser/base/content/browser-media.js","browser/base/content/browser-pageActions.js","browser/base/content/browser-places.js","browser/base/content/browser-plugins.js","browser/base/content/browser-sidebar.js","browser/base/content/browser-tabsintitlebar.js","browser/base/content/browser-trackingprotection.js","browser/base/content/browser-data-submission-info-bar.js","browser/base/content/browser-development-helpers.js","browser/base/content/nsContextMenu.js","toolkit/content/contentAreaUtils.js","browser/components/places/content/editBookmarkOverlay.js","browser/components/downloads/content/downloads.js","browser/components/downloads/content/indicator.js","toolkit/content/globalOverlay.js","toolkit/content/editMenuOverlay.js","browser/base/content/utilityOverlay.js"]},"chrome-worker":{"globals":{"ctypes":false,"XMLHttpRequest":false,"Worker":false,"WebSocket":false,"URLSearchParams":false,"URL":false,"TextEncoder":false,"TextDecoder":false,"setTimeout":false,"setInterval":false,"ServiceWorkerRegistration":false,"self":true,"Response":false,"Request":false,"Promise":false,"postMessage":true,"PerformanceTiming":false,"PerformanceResourceTiming":false,"PerformanceNavigation":false,"PerformanceMeasure":false,"PerformanceMark":false,"PerformanceEntry":false,"Performance":false,"performance":false,"onunhandledrejection":true,"onrejectionhandled":true,"ononline":true,"onoffline":true,"onmessage":true,"onlanguagechange":true,"onerror":true,"onconnect":true,"onclose":true,"Notification":false,"navigator":false,"name":false,"MessagePort":false,"MessageChannel":false,"location":false,"indexedDB":false,"importScripts":true,"ImageData":false,"IDBVersionChangeEvent":false,"IDBTransaction":false,"IDBRequest":false,"IDBOpenDBRequest":false,"IDBObjectStore":false,"IDBKeyRange":false,"IDBIndex":false,"IDBFactory":false,"IDBDatabase":false,"IDBCursorWithValue":false,"IDBCursor":false,"Headers":false,"FormData":false,"FileReaderSync":false,"fetch":false,"console":false,"close":true,"clearTimeout":false,"clearInterval":false,"caches":false,"Cache":false,"btoa":false,"BroadcastChannel":false,"Blob":false,"atob":false,"applicationCache":false}},"frame-script":{"globals":{"addMessageListener":false,"addWeakMessageListener":false,"atob":false,"btoa":false,"content":false,"docShell":false,"privateNoteIntentionalCrash":false,"processMessageManager":false,"removeMessageListener":false,"removeWeakMessageListener":false,"sendAsyncMessage":false,"sendSyncMessage":false,"sendRpcMessage":false,"tabEventTarget":false}},"places-overlay":{"globals":{"closeWindow":true,"canQuitApplication":true,"goQuitApplication":true,"goUpdateCommand":true,"goDoCommand":true,"goSetCommandEnabled":true,"goSetMenuValue":true,"goSetAccessKey":true,"goOnEvent":true,"setTooltipText":true,"NS_ASSERT":true,"TAB_DROP_TYPE":true,"gBidiUI":true,"isBlankPageURL":true,"getBrowserURL":true,"getTopWin":true,"getBoolPref":true,"doGetProtocolFlags":true,"openUILink":true,"whereToOpenLink":true,"openUILinkIn":true,"openLinkIn":true,"checkForMiddleClick":true,"createUserContextMenu":true,"closeMenus":true,"eventMatchesKey":true,"gatherTextUnder":true,"getShellService":true,"isBidiEnabled":true,"openAboutDialog":true,"openPreferences":true,"openAdvancedPreferences":true,"openTroubleshootingPage":true,"openHealthReport":true,"openFeedbackPage":true,"openTourPage":true,"buildHelpMenu":true,"isElementVisible":true,"makeURLAbsolute":true,"openNewTabWith":true,"openNewWindowWith":true,"getHelpLinkURL":true,"openHelpLink":true,"openPrefsHelp":true,"trimURL":true,"AppConstants":true,"Services":true,"XPCOMUtils":false,"PrivateBrowsingUtils":true,"RecentWindow":true,"ShellService":true,"ContextualIdentityService":true,"aboutNewTabService":true,"BROWSER_NEW_TAB_URL":true,"ORGANIZER_ROOT_BOOKMARKS":true,"RELOAD_ACTION_NOTHING":true,"RELOAD_ACTION_INSERT":true,"RELOAD_ACTION_REMOVE":true,"RELOAD_ACTION_MOVE":true,"InsertionPoint":true,"PlacesController":true,"PlacesControllerDragHelper":true,"goUpdatePlacesCommands":true,"doGetPlacesControllerForCommand":true,"goDoPlacesCommand":true,"ForgetAboutSite":true,"NetUtil":true,"PTV_interfaces":true,"makeNodeDetailsKey":true,"PlacesTreeView":true,"PlacesUtils":false,"PlacesAggregatedTransaction":false,"PlacesCreateFolderTransaction":false,"PlacesCreateBookmarkTransaction":false,"PlacesCreateSeparatorTransaction":false,"PlacesCreateLivemarkTransaction":false,"PlacesMoveItemTransaction":false,"PlacesRemoveItemTransaction":false,"PlacesEditItemTitleTransaction":false,"PlacesEditBookmarkURITransaction":false,"PlacesEditLivemarkFeedURITransaction":false,"PlacesEditLivemarkSiteURITransaction":false,"PlacesSetItemAnnotationTransaction":false,"PlacesSetPageAnnotationTransaction":false,"PlacesEditBookmarkKeywordTransaction":false,"PlacesEditBookmarkPostDataTransaction":false,"PlacesEditItemDateAddedTransaction":false,"PlacesEditItemLastModifiedTransaction":false,"PlacesSortFolderByNameTransaction":false,"PlacesTagURITransaction":false,"PlacesUntagURITransaction":false,"Cc":false,"Ci":false,"Cr":false,"Cu":false,"Task":false,"PlacesUIUtils":false,"PlacesTransactions":false}},"simpletest":{"globals":{"ExtensionTestUtils":true,"ExtensionTestCommon":true,"_EU_isMac":true,"_EU_isWin":true,"getElement":true,"computeButton":true,"sendMouseEvent":true,"sendDragEvent":true,"sendChar":true,"sendString":true,"sendKey":true,"_parseModifiers":true,"synthesizeMouse":true,"synthesizeTouch":true,"synthesizePointer":true,"synthesizeMouseAtPoint":true,"synthesizeTouchAtPoint":true,"synthesizePointerAtPoint":true,"synthesizeMouseAtCenter":true,"synthesizeTouchAtCenter":true,"synthesizeWheelAtPoint":true,"synthesizeWheel":true,"sendWheelAndPaint":true,"synthesizeNativeTapAtCenter":true,"synthesizeNativeTap":true,"synthesizeNativeMouseMove":true,"synthesizeAndWaitNativeMouseMove":true,"_computeKeyCodeFromChar":true,"synthesizeKey":true,"synthesizeAndWaitKey":true,"_parseNativeModifiers":true,"KEYBOARD_LAYOUT_ARABIC":true,"KEYBOARD_LAYOUT_ARABIC_PC":true,"KEYBOARD_LAYOUT_BRAZILIAN_ABNT":true,"KEYBOARD_LAYOUT_DVORAK_QWERTY":true,"KEYBOARD_LAYOUT_EN_US":true,"KEYBOARD_LAYOUT_FRENCH":true,"KEYBOARD_LAYOUT_GREEK":true,"KEYBOARD_LAYOUT_GERMAN":true,"KEYBOARD_LAYOUT_HEBREW":true,"KEYBOARD_LAYOUT_JAPANESE":true,"KEYBOARD_LAYOUT_KHMER":true,"KEYBOARD_LAYOUT_LITHUANIAN":true,"KEYBOARD_LAYOUT_NORWEGIAN":true,"KEYBOARD_LAYOUT_RUSSIAN_MNEMONIC":true,"KEYBOARD_LAYOUT_SPANISH":true,"KEYBOARD_LAYOUT_SWEDISH":true,"KEYBOARD_LAYOUT_THAI":true,"synthesizeNativeKey":true,"_gSeenEvent":true,"_expectEvent":true,"_checkExpectedEvent":true,"synthesizeMouseExpectEvent":true,"synthesizeKeyExpectEvent":true,"disableNonTestMouseEvents":true,"_getDOMWindowUtils":true,"_defineConstant":true,"COMPOSITION_ATTR_RAW_CLAUSE":true,"COMPOSITION_ATTR_SELECTED_RAW_CLAUSE":true,"COMPOSITION_ATTR_CONVERTED_CLAUSE":true,"COMPOSITION_ATTR_SELECTED_CLAUSE":true,"TIPMap":true,"_getTIP":true,"_getKeyboardEvent":true,"_getNavigator":true,"_guessKeyNameFromKeyCode":true,"_createKeyboardEventDictionary":true,"_emulateToActivateModifiers":true,"_emulateToInactivateModifiers":true,"synthesizeComposition":true,"synthesizeCompositionChange":true,"QUERY_CONTENT_FLAG_USE_NATIVE_LINE_BREAK":true,"QUERY_CONTENT_FLAG_USE_XP_LINE_BREAK":true,"QUERY_CONTENT_FLAG_SELECTION_NORMAL":true,"QUERY_CONTENT_FLAG_SELECTION_SPELLCHECK":true,"QUERY_CONTENT_FLAG_SELECTION_IME_RAWINPUT":true,"QUERY_CONTENT_FLAG_SELECTION_IME_SELECTEDRAWTEXT":true,"QUERY_CONTENT_FLAG_SELECTION_IME_CONVERTEDTEXT":true,"QUERY_CONTENT_FLAG_SELECTION_IME_SELECTEDCONVERTEDTEXT":true,"QUERY_CONTENT_FLAG_SELECTION_ACCESSIBILITY":true,"QUERY_CONTENT_FLAG_SELECTION_FIND":true,"QUERY_CONTENT_FLAG_SELECTION_URLSECONDARY":true,"QUERY_CONTENT_FLAG_SELECTION_URLSTRIKEOUT":true,"QUERY_CONTENT_FLAG_OFFSET_RELATIVE_TO_INSERTION_POINT":true,"SELECTION_SET_FLAG_USE_NATIVE_LINE_BREAK":true,"SELECTION_SET_FLAG_USE_XP_LINE_BREAK":true,"SELECTION_SET_FLAG_REVERSE":true,"synthesizeQueryTextContent":true,"synthesizeQuerySelectedText":true,"synthesizeQueryCaretRect":true,"synthesizeSelectionSet":true,"synthesizeNativeOSXClick":true,"synthesizeDragStart":true,"synthesizeQueryTextRect":true,"synthesizeQueryTextRectArray":true,"synthesizeQueryEditorRect":true,"synthesizeCharAtPoint":true,"createDragEventObject":true,"synthesizeDragOver":true,"synthesizeDropAfterDragOver":true,"synthesizeDrop":true,"PluginUtils":true,"$":true,"MockObjectRegisterer":true,"SimpleTest":true,"parentRunner":true,"isSingleTestRun":true,"isPrimaryTestWindow":true,"createEl":true,"usesFailurePatterns":true,"recordIfMatchesFailurePattern":true,"ok":true,"is":true,"isfuzzy":true,"isnot":true,"todo":true,"todo_is":true,"todo_isnot":true,"isDeeply":true,"info":true,"gOldOnError":true,"gAndroidSdk":true,"getAndroidSdk":true,"repr":true,"partial":true,"addLoadEvent":true,"computedStyle":true,"gWindowUtils":true,"snapshotWindow":true,"snapshotRect":true,"compareSnapshots":true,"assertSnapshots":true,"assertWindowPureColor":true}}}} | ||
{"environments":{"browser-window":{"globals":{"closeWindow":true,"canQuitApplication":true,"goQuitApplication":true,"goUpdateCommand":true,"goDoCommand":true,"goSetCommandEnabled":true,"goSetMenuValue":true,"goSetAccessKey":true,"goOnEvent":true,"setTooltipText":true,"NS_ASSERT":true,"TAB_DROP_TYPE":true,"gBidiUI":true,"isBlankPageURL":true,"getBrowserURL":true,"getTopWin":true,"getBoolPref":true,"doGetProtocolFlags":true,"openUILink":true,"whereToOpenLink":true,"openUILinkIn":true,"openLinkIn":true,"checkForMiddleClick":true,"createUserContextMenu":true,"closeMenus":true,"eventMatchesKey":true,"gatherTextUnder":true,"getShellService":true,"isBidiEnabled":true,"openAboutDialog":true,"openPreferences":true,"openTroubleshootingPage":true,"openHealthReport":true,"openFeedbackPage":true,"openTourPage":true,"buildHelpMenu":true,"isElementVisible":true,"makeURLAbsolute":true,"openNewTabWith":true,"openNewWindowWith":true,"getHelpLinkURL":true,"openHelpLink":true,"openPrefsHelp":true,"trimURL":true,"AppConstants":true,"Services":true,"XPCOMUtils":true,"PrivateBrowsingUtils":true,"RecentWindow":true,"ShellService":true,"ContextualIdentityService":true,"aboutNewTabService":true,"BROWSER_NEW_TAB_URL":true,"ORGANIZER_ROOT_BOOKMARKS":true,"RELOAD_ACTION_NOTHING":true,"RELOAD_ACTION_INSERT":true,"RELOAD_ACTION_REMOVE":true,"RELOAD_ACTION_MOVE":true,"InsertionPoint":true,"PlacesController":true,"PlacesControllerDragHelper":true,"goUpdatePlacesCommands":true,"doGetPlacesControllerForCommand":true,"goDoPlacesCommand":true,"ForgetAboutSite":true,"NetUtil":true,"PTV_interfaces":true,"makeNodeDetailsKey":true,"PlacesTreeView":true,"PlacesUtils":true,"PlacesAggregatedTransaction":false,"PlacesCreateFolderTransaction":false,"PlacesCreateBookmarkTransaction":false,"PlacesCreateSeparatorTransaction":false,"PlacesCreateLivemarkTransaction":false,"PlacesMoveItemTransaction":false,"PlacesRemoveItemTransaction":false,"PlacesEditItemTitleTransaction":false,"PlacesEditBookmarkURITransaction":false,"PlacesEditLivemarkFeedURITransaction":false,"PlacesEditLivemarkSiteURITransaction":false,"PlacesSetItemAnnotationTransaction":false,"PlacesSetPageAnnotationTransaction":false,"PlacesEditBookmarkKeywordTransaction":false,"PlacesEditBookmarkPostDataTransaction":false,"PlacesEditItemDateAddedTransaction":false,"PlacesEditItemLastModifiedTransaction":false,"PlacesSortFolderByNameTransaction":false,"PlacesTagURITransaction":false,"PlacesUntagURITransaction":false,"Cc":true,"Ci":true,"Cr":true,"Cu":true,"Task":false,"PlacesUIUtils":false,"PlacesTransactions":false,"nsIWebNavigation":true,"gLastBrowserCharset":true,"gLastValidURLStr":true,"gInPrintPreviewMode":true,"gContextMenu":true,"gMultiProcessBrowser":true,"gAppInfo":true,"gEditUIVisible":true,"gInitialPages":true,"isInitialPage":true,"browserWindows":true,"pageShowEventHandlers":true,"UpdateBackForwardCommands":true,"SetClickAndHoldHandlers":true,"gClickAndHoldListenersOnElement":true,"gSessionHistoryObserver":true,"gStoragePressureObserver":true,"findChildShell":true,"gPopupBlockerObserver":true,"gKeywordURIFixup":true,"serializeInputStream":true,"handleUriInChrome":true,"_loadURIWithFlags":true,"LoadInOtherProcess":true,"RedirectLoad":true,"_resolveDelayedStartup":true,"delayedStartupPromise":true,"gBrowserInit":true,"BrowserStartup":true,"BrowserShutdown":true,"nonBrowserWindowStartup":true,"nonBrowserWindowDelayedStartup":true,"nonBrowserWindowShutdown":true,"HandleAppCommandEvent":true,"maybeRecordAbandonmentTelemetry":true,"gotoHistoryIndex":true,"BrowserForward":true,"BrowserBack":true,"BrowserHandleBackspace":true,"BrowserHandleShiftBackspace":true,"BrowserStop":true,"BrowserReloadOrDuplicate":true,"BrowserReload":true,"BrowserReloadSkipCache":true,"BrowserHome":true,"BrowserGoHome":true,"loadOneOrMoreURIs":true,"focusAndSelectUrlBar":true,"openLocation":true,"BrowserOpenTab":true,"delayedOpenWindow":true,"delayedOpenTab":true,"gLastOpenDirectory":true,"BrowserOpenFileWindow":true,"BrowserCloseTabOrWindow":true,"BrowserTryToCloseWindow":true,"loadURI":true,"getShortcutOrURIAndPostData":true,"getPostDataStream":true,"getLoadContext":true,"readFromClipboard":true,"BrowserViewSourceOfDocument":true,"BrowserViewSource":true,"BrowserPageInfo":true,"URLBarSetURI":true,"losslessDecodeURI":true,"UpdateUrlbarSearchSplitterState":true,"UpdatePageProxyState":true,"SetPageProxyState":true,"UpdatePopupNotificationsVisibility":true,"PageProxyClickHandler":true,"TLS_ERROR_REPORT_TELEMETRY_AUTO_CHECKED":true,"TLS_ERROR_REPORT_TELEMETRY_AUTO_UNCHECKED":true,"TLS_ERROR_REPORT_TELEMETRY_MANUAL_SEND":true,"TLS_ERROR_REPORT_TELEMETRY_AUTO_SEND":true,"PREF_SSL_IMPACT_ROOTS":true,"BrowserOnClick":true,"getMeOutOfHere":true,"goBackFromErrorPage":true,"getDefaultHomePage":true,"BrowserFullScreen":true,"getWebNavigation":true,"BrowserReloadWithFlags":true,"getSecurityInfo":true,"getDetailedCertErrorInfo":true,"getDERString":true,"getPEMString":true,"PrintPreviewListener":true,"getMarkupDocumentViewer":true,"FillInHTMLTooltip":true,"browserDragAndDrop":true,"homeButtonObserver":true,"openHomeDialog":true,"newTabButtonObserver":true,"newWindowButtonObserver":true,"DOMEventHandler":true,"BrowserSearch":true,"FillHistoryMenu":true,"addToUrlbarHistory":true,"BrowserDownloadsUI":true,"toOpenWindowByType":true,"OpenBrowserWindow":true,"updateEditUIVisibility":true,"openNewUserContextTab":true,"updateUserContextUIVisibility":true,"updateUserContextUIIndicator":true,"updateCharacterEncodingMenuState":true,"XULBrowserWindow":true,"LinkTargetDisplay":true,"CombinedStopReload":true,"TabsProgressListener":true,"nsBrowserAccess":true,"getTogglableToolbars":true,"onViewToolbarsPopupShowing":true,"onViewToolbarCommand":true,"setToolbarVisibility":true,"updateToggleControlLabel":true,"TabletModeUpdater":true,"gTabletModePageCounter":true,"displaySecurityInfo":true,"gDragSpaceObserver":true,"gUIDensity":true,"gHomeButton":true,"nodeToTooltipMap":true,"nodeToShortcutMap":true,"gDynamicTooltipCache":true,"UpdateDynamicShortcutTooltipText":true,"gWebPanelURI":true,"openWebPanel":true,"asyncOpenWebPanel":true,"hrefAndLinkNodeForClickEvent":true,"contentAreaClick":true,"handleLinkClick":true,"middleMousePaste":true,"stripUnsafeProtocolOnPaste":true,"handleDroppedLink":true,"BrowserSetForcedCharacterSet":true,"BrowserCharsetReload":true,"UpdateCurrentCharset":true,"gPageStyleMenu":true,"stylesheetFillPopup":true,"stylesheetSwitchAll":true,"setStyleDisabled":true,"LanguageDetectionListener":true,"BrowserOffline":true,"OfflineApps":true,"IndexedDBPromptHelper":true,"CanCloseWindow":true,"WindowIsClosing":true,"warnAboutClosingWindow":true,"MailIntegration":true,"BrowserOpenAddonsMgr":true,"AddKeywordForSearchField":true,"undoCloseTab":true,"undoCloseWindow":true,"isTabEmpty":true,"checkEmptyPageOrigin":true,"BrowserOpenSyncTabs":true,"ReportFalseDeceptiveSite":true,"formatURL":true,"gIdentityHandler":true,"gRemoteControl":true,"getNotificationBox":true,"getTabModalPromptBox":true,"getBrowser":true,"gPrivateBrowsingUI":true,"gRemoteTabsUI":true,"switchToTabHavingURI":true,"RestoreLastSessionObserver":true,"restoreLastSession":true,"MenuTouchModeObserver":true,"TabContextMenu":true,"safeModeRestart":true,"duplicateTabIn":true,"Scratchpad":true,"ResponsiveUI":true,"MousePosTracker":true,"ToolbarIconColor":true,"PanicButtonNotifier":true,"AboutPrivateBrowsingListener":true,"TabModalPromptBox":true,"gBrowser":false,"gNavToolbox":false,"gURLBar":true,"gNavigatorBundle":false,"extensionNameFromURI":true,"AboutHome":true,"BrowserUITelemetry":true,"BrowserUsageTelemetry":true,"BrowserUtils":true,"CharsetMenu":true,"Color":true,"ContentSearch":true,"CustomizableUI":true,"Deprecated":true,"DownloadsCommon":true,"E10SUtils":true,"ExtensionsUI":true,"FormValidationHandler":true,"LightweightThemeManager":true,"Log":true,"LoginManagerParent":true,"NewTabUtils":true,"PageActions":true,"PageThumbs":true,"PluralForm":true,"ProcessHangMonitor":true,"PromiseUtils":true,"ReaderMode":true,"ReaderParent":true,"SafeBrowsing":true,"SessionStore":true,"ShortcutUtils":true,"SimpleServiceDiscovery":true,"SitePermissions":true,"TabCrashHandler":true,"TelemetryStopwatch":true,"Translation":true,"UITour":true,"UpdateUtils":true,"Utils":true,"Weave":true,"WebNavigationFrames":true,"fxAccounts":true,"gDevTools":true,"gDevToolsBrowser":true,"webrtcUI":true,"ZoomUI":true,"PluginCrashReporter":true,"PrintUtils":true,"ZoomManager":true,"FullZoom":true,"PanelUI":true,"gViewSourceUtils":true,"LightWeightThemeWebInstaller":true,"gExtensionsNotifications":true,"gXPInstallObserver":true,"ctrlTab":true,"CustomizationHandler":true,"PointerLock":true,"FullScreen":true,"gGestureSupport":true,"gHistorySwipeAnimation":true,"gSafeBrowsing":true,"gSync":true,"gBrowserThumbnails":true,"setContextMenuContentData":true,"openContextMenu":true,"nsContextMenu":true,"DownloadsPanel":true,"DownloadsOverlayLoader":true,"DownloadsSubview":true,"DownloadsView":true,"DownloadsViewUI":true,"DownloadsViewController":true,"DownloadsSummary":true,"DownloadsFooter":true,"DownloadsBlockedSubview":true,"DownloadsButton":true,"DownloadsIndicatorView":true,"gEditItemOverlay":true,"Favicons":true,"gAboutNewTabService":true,"gDNSService":true,"gSerializationHelper":true,"Marionette":true,"SessionStartup":true,"WindowsUIUtils":true,"gCrashReporter":true,"BrowserToolboxProcess":true,"gBrowserBundle":true,"gCustomizeMode":true,"gPrefService":true,"InlineSpellCheckerUI":true,"PageMenuParent":true,"PopupNotifications":true,"Win7Features":true,"gFindBar":true,"gFindBarInitialized":true,"AddonManager":true,"HUDService":true,"CaptivePortalWatcher":true,"cps":true,"CompactTheme":true,"TYPE_MAYBE_FEED":true,"TYPE_MAYBE_AUDIO_FEED":true,"TYPE_MAYBE_VIDEO_FEED":true,"PREF_SHOW_FIRST_RUN_UI":true,"PREF_SELECTED_APP":true,"PREF_SELECTED_WEB":true,"PREF_SELECTED_ACTION":true,"PREF_SELECTED_READER":true,"PREF_VIDEO_SELECTED_APP":true,"PREF_VIDEO_SELECTED_WEB":true,"PREF_VIDEO_SELECTED_ACTION":true,"PREF_VIDEO_SELECTED_READER":true,"PREF_AUDIO_SELECTED_APP":true,"PREF_AUDIO_SELECTED_WEB":true,"PREF_AUDIO_SELECTED_ACTION":true,"PREF_AUDIO_SELECTED_READER":true,"PREF_UPDATE_DELAY":true,"SETTABLE_PREFS":true,"EXECUTABLE_PREFS":true,"VALID_ACTIONS":true,"VALID_READERS":true,"LOG":true,"getPrefActionForType":true,"getPrefReaderForType":true,"getPrefWebForType":true,"getPrefAppForType":true,"getMimeTypeForFeedType":true,"FeedHandler":true,"DeferredTask":true,"SHOULD_LOG":true,"gEMEHandler":true,"TELEMETRY_DDSTAT_SHOWN":true,"TELEMETRY_DDSTAT_SHOWN_FIRST":true,"TELEMETRY_DDSTAT_CLICKED":true,"TELEMETRY_DDSTAT_CLICKED_FIRST":true,"TELEMETRY_DDSTAT_SOLVED":true,"gDecoderDoctorHandler":true,"BrowserPageActions":true,"BrowserPageActionFeedback":true,"StarUI":true,"isVisible":true,"PlacesCommandHook":true,"HistoryMenu":true,"BookmarksEventHandler":true,"PlacesMenuDNDHandler":true,"PlacesToolbarHelper":true,"RecentBookmarksMenuUI":true,"LibraryUI":true,"BookmarkingUI":true,"AutoShowBookmarksToolbar":true,"PlacesToolbar":true,"PlacesMenu":true,"PlacesPanelview":true,"PlacesPanelMenuView":true,"RecentlyClosedTabsAndWindowsMenuUtils":true,"gPluginHandler":true,"SidebarUI":true,"TabsInTitlebar":true,"updateTitlebarDisplay":true,"onTitlebarMaxClick":true,"TrackingProtection":true,"LOGGER_NAME":true,"LOGGER_PREFIX":true,"gDataNotificationInfoBar":true,"DevelopmentHelpers":true,"gContextMenuContentData":true,"SpellCheckHelper":true,"LoginHelper":true,"LoginManagerContextMenu":true,"DevToolsShim":true,"ContentAreaUtils":true,"urlSecurityCheck":true,"isContentFrame":true,"forbidCPOW":true,"saveURL":true,"imgICache":true,"nsISupportsCString":true,"saveImageURL":true,"saveBrowser":true,"saveDocument":true,"DownloadListener":true,"kSaveAsType_Complete":true,"kSaveAsType_Text":true,"internalSave":true,"internalPersist":true,"AutoChosen":true,"FileInfo":true,"initFileInfo":true,"promiseTargetFile":true,"uniqueFile":true,"DownloadURL":true,"SAVEMODE_FILEONLY":true,"SAVEMODE_COMPLETE_DOM":true,"SAVEMODE_COMPLETE_TEXT":true,"appendFiltersForContentType":true,"getPostData":true,"makeWebBrowserPersist":true,"makeURI":true,"makeFileURI":true,"makeFilePicker":true,"getMIMEService":true,"getFileBaseName":true,"getMIMETypeForURI":true,"getMIMEInfoForType":true,"getDefaultFileName":true,"validateFileName":true,"getNormalizedLeafName":true,"getDefaultExtension":true,"GetSaveModeForContentType":true,"getCharsetforSave":true,"openURL":true,"Downloads":true,"DownloadLastDir":true,"FileUtils":true,"OS":true,"LAST_USED_ANNO":true,"MAX_FOLDER_ITEM_IN_MENU_LIST":true,"DownloadsViewItem":true,"goUpdateGlobalEditMenuItems":true,"goUpdateUndoEditMenuItems":true,"goUpdatePasteMenuItems":true},"browserjsScripts":["browser/base/content/browser.js","browser/base/content/browser-captivePortal.js","browser/base/content/browser-compacttheme.js","browser/base/content/browser-feeds.js","browser/base/content/browser-media.js","browser/base/content/browser-pageActions.js","browser/base/content/browser-places.js","browser/base/content/browser-plugins.js","browser/base/content/browser-sidebar.js","browser/base/content/browser-tabsintitlebar.js","browser/base/content/browser-trackingprotection.js","browser/base/content/browser-data-submission-info-bar.js","browser/base/content/browser-development-helpers.js","browser/base/content/nsContextMenu.js","toolkit/content/contentAreaUtils.js","browser/components/places/content/editBookmarkOverlay.js","browser/components/downloads/content/downloads.js","browser/components/downloads/content/indicator.js","toolkit/content/globalOverlay.js","toolkit/content/editMenuOverlay.js","browser/base/content/utilityOverlay.js"]},"chrome-worker":{"globals":{"ctypes":false,"XMLHttpRequest":false,"Worker":false,"WebSocket":false,"URLSearchParams":false,"URL":false,"TextEncoder":false,"TextDecoder":false,"setTimeout":false,"setInterval":false,"ServiceWorkerRegistration":false,"self":true,"Response":false,"Request":false,"Promise":false,"postMessage":true,"PerformanceTiming":false,"PerformanceResourceTiming":false,"PerformanceNavigation":false,"PerformanceMeasure":false,"PerformanceMark":false,"PerformanceEntry":false,"Performance":false,"performance":false,"onunhandledrejection":true,"onrejectionhandled":true,"ononline":true,"onoffline":true,"onmessage":true,"onlanguagechange":true,"onerror":true,"onconnect":true,"onclose":true,"Notification":false,"navigator":false,"name":false,"MessagePort":false,"MessageChannel":false,"location":false,"indexedDB":false,"importScripts":true,"ImageData":false,"IDBVersionChangeEvent":false,"IDBTransaction":false,"IDBRequest":false,"IDBOpenDBRequest":false,"IDBObjectStore":false,"IDBKeyRange":false,"IDBIndex":false,"IDBFactory":false,"IDBDatabase":false,"IDBCursorWithValue":false,"IDBCursor":false,"Headers":false,"FormData":false,"FileReaderSync":false,"fetch":false,"console":false,"close":true,"clearTimeout":false,"clearInterval":false,"caches":false,"Cache":false,"btoa":false,"BroadcastChannel":false,"Blob":false,"atob":false,"applicationCache":false}},"frame-script":{"globals":{"addMessageListener":false,"addWeakMessageListener":false,"atob":false,"btoa":false,"content":false,"docShell":false,"privateNoteIntentionalCrash":false,"processMessageManager":false,"removeMessageListener":false,"removeWeakMessageListener":false,"sendAsyncMessage":false,"sendSyncMessage":false,"sendRpcMessage":false,"tabEventTarget":false}},"places-overlay":{"globals":{"closeWindow":true,"canQuitApplication":true,"goQuitApplication":true,"goUpdateCommand":true,"goDoCommand":true,"goSetCommandEnabled":true,"goSetMenuValue":true,"goSetAccessKey":true,"goOnEvent":true,"setTooltipText":true,"NS_ASSERT":true,"TAB_DROP_TYPE":true,"gBidiUI":true,"isBlankPageURL":true,"getBrowserURL":true,"getTopWin":true,"getBoolPref":true,"doGetProtocolFlags":true,"openUILink":true,"whereToOpenLink":true,"openUILinkIn":true,"openLinkIn":true,"checkForMiddleClick":true,"createUserContextMenu":true,"closeMenus":true,"eventMatchesKey":true,"gatherTextUnder":true,"getShellService":true,"isBidiEnabled":true,"openAboutDialog":true,"openPreferences":true,"openTroubleshootingPage":true,"openHealthReport":true,"openFeedbackPage":true,"openTourPage":true,"buildHelpMenu":true,"isElementVisible":true,"makeURLAbsolute":true,"openNewTabWith":true,"openNewWindowWith":true,"getHelpLinkURL":true,"openHelpLink":true,"openPrefsHelp":true,"trimURL":true,"AppConstants":true,"Services":true,"XPCOMUtils":false,"PrivateBrowsingUtils":true,"RecentWindow":true,"ShellService":true,"ContextualIdentityService":true,"aboutNewTabService":true,"BROWSER_NEW_TAB_URL":true,"ORGANIZER_ROOT_BOOKMARKS":true,"RELOAD_ACTION_NOTHING":true,"RELOAD_ACTION_INSERT":true,"RELOAD_ACTION_REMOVE":true,"RELOAD_ACTION_MOVE":true,"InsertionPoint":true,"PlacesController":true,"PlacesControllerDragHelper":true,"goUpdatePlacesCommands":true,"doGetPlacesControllerForCommand":true,"goDoPlacesCommand":true,"ForgetAboutSite":true,"NetUtil":true,"PTV_interfaces":true,"makeNodeDetailsKey":true,"PlacesTreeView":true,"PlacesUtils":false,"PlacesAggregatedTransaction":false,"PlacesCreateFolderTransaction":false,"PlacesCreateBookmarkTransaction":false,"PlacesCreateSeparatorTransaction":false,"PlacesCreateLivemarkTransaction":false,"PlacesMoveItemTransaction":false,"PlacesRemoveItemTransaction":false,"PlacesEditItemTitleTransaction":false,"PlacesEditBookmarkURITransaction":false,"PlacesEditLivemarkFeedURITransaction":false,"PlacesEditLivemarkSiteURITransaction":false,"PlacesSetItemAnnotationTransaction":false,"PlacesSetPageAnnotationTransaction":false,"PlacesEditBookmarkKeywordTransaction":false,"PlacesEditBookmarkPostDataTransaction":false,"PlacesEditItemDateAddedTransaction":false,"PlacesEditItemLastModifiedTransaction":false,"PlacesSortFolderByNameTransaction":false,"PlacesTagURITransaction":false,"PlacesUntagURITransaction":false,"Cc":false,"Ci":false,"Cr":false,"Cu":false,"Task":false,"PlacesUIUtils":false,"PlacesTransactions":false}},"simpletest":{"globals":{"ExtensionTestUtils":true,"ExtensionTestCommon":true,"_EU_isMac":true,"_EU_isWin":true,"_EU_maybeWrap":true,"_EU_maybeUnwrap":true,"getElement":true,"computeButton":true,"sendMouseEvent":true,"isHidden":true,"sendDragEvent":true,"sendChar":true,"sendString":true,"sendKey":true,"_parseModifiers":true,"synthesizeMouse":true,"synthesizeTouch":true,"synthesizePointer":true,"synthesizeMouseAtPoint":true,"synthesizeTouchAtPoint":true,"synthesizePointerAtPoint":true,"synthesizeMouseAtCenter":true,"synthesizeTouchAtCenter":true,"synthesizeWheelAtPoint":true,"synthesizeWheel":true,"sendWheelAndPaint":true,"synthesizeNativeTapAtCenter":true,"synthesizeNativeTap":true,"synthesizeNativeMouseMove":true,"synthesizeAndWaitNativeMouseMove":true,"_computeKeyCodeFromChar":true,"synthesizeKey":true,"synthesizeAndWaitKey":true,"_parseNativeModifiers":true,"KEYBOARD_LAYOUT_ARABIC":true,"KEYBOARD_LAYOUT_ARABIC_PC":true,"KEYBOARD_LAYOUT_BRAZILIAN_ABNT":true,"KEYBOARD_LAYOUT_DVORAK_QWERTY":true,"KEYBOARD_LAYOUT_EN_US":true,"KEYBOARD_LAYOUT_FRENCH":true,"KEYBOARD_LAYOUT_GREEK":true,"KEYBOARD_LAYOUT_GERMAN":true,"KEYBOARD_LAYOUT_HEBREW":true,"KEYBOARD_LAYOUT_JAPANESE":true,"KEYBOARD_LAYOUT_KHMER":true,"KEYBOARD_LAYOUT_LITHUANIAN":true,"KEYBOARD_LAYOUT_NORWEGIAN":true,"KEYBOARD_LAYOUT_RUSSIAN_MNEMONIC":true,"KEYBOARD_LAYOUT_SPANISH":true,"KEYBOARD_LAYOUT_SWEDISH":true,"KEYBOARD_LAYOUT_THAI":true,"synthesizeNativeKey":true,"_gSeenEvent":true,"_expectEvent":true,"_checkExpectedEvent":true,"synthesizeMouseExpectEvent":true,"synthesizeKeyExpectEvent":true,"disableNonTestMouseEvents":true,"_getDOMWindowUtils":true,"_defineConstant":true,"COMPOSITION_ATTR_RAW_CLAUSE":true,"COMPOSITION_ATTR_SELECTED_RAW_CLAUSE":true,"COMPOSITION_ATTR_CONVERTED_CLAUSE":true,"COMPOSITION_ATTR_SELECTED_CLAUSE":true,"TIPMap":true,"_getTIP":true,"_getKeyboardEvent":true,"_getNavigator":true,"_guessKeyNameFromKeyCode":true,"_createKeyboardEventDictionary":true,"_emulateToActivateModifiers":true,"_emulateToInactivateModifiers":true,"synthesizeComposition":true,"synthesizeCompositionChange":true,"QUERY_CONTENT_FLAG_USE_NATIVE_LINE_BREAK":true,"QUERY_CONTENT_FLAG_USE_XP_LINE_BREAK":true,"QUERY_CONTENT_FLAG_SELECTION_NORMAL":true,"QUERY_CONTENT_FLAG_SELECTION_SPELLCHECK":true,"QUERY_CONTENT_FLAG_SELECTION_IME_RAWINPUT":true,"QUERY_CONTENT_FLAG_SELECTION_IME_SELECTEDRAWTEXT":true,"QUERY_CONTENT_FLAG_SELECTION_IME_CONVERTEDTEXT":true,"QUERY_CONTENT_FLAG_SELECTION_IME_SELECTEDCONVERTEDTEXT":true,"QUERY_CONTENT_FLAG_SELECTION_ACCESSIBILITY":true,"QUERY_CONTENT_FLAG_SELECTION_FIND":true,"QUERY_CONTENT_FLAG_SELECTION_URLSECONDARY":true,"QUERY_CONTENT_FLAG_SELECTION_URLSTRIKEOUT":true,"QUERY_CONTENT_FLAG_OFFSET_RELATIVE_TO_INSERTION_POINT":true,"SELECTION_SET_FLAG_USE_NATIVE_LINE_BREAK":true,"SELECTION_SET_FLAG_USE_XP_LINE_BREAK":true,"SELECTION_SET_FLAG_REVERSE":true,"synthesizeQueryTextContent":true,"synthesizeQuerySelectedText":true,"synthesizeQueryCaretRect":true,"synthesizeSelectionSet":true,"synthesizeNativeOSXClick":true,"synthesizeDragStart":true,"synthesizeQueryTextRect":true,"synthesizeQueryTextRectArray":true,"synthesizeQueryEditorRect":true,"synthesizeCharAtPoint":true,"createDragEventObject":true,"synthesizeDragOver":true,"synthesizeDropAfterDragOver":true,"synthesizeDrop":true,"PluginUtils":true,"$":true,"MockObjectRegisterer":true,"SimpleTest":true,"parentRunner":true,"isSingleTestRun":true,"isPrimaryTestWindow":true,"createEl":true,"usesFailurePatterns":true,"recordIfMatchesFailurePattern":true,"ok":true,"is":true,"isfuzzy":true,"isnot":true,"todo":true,"todo_is":true,"todo_isnot":true,"isDeeply":true,"info":true,"gOldOnError":true,"gAndroidSdk":true,"getAndroidSdk":true,"repr":true,"partial":true,"addLoadEvent":true,"computedStyle":true,"gWindowUtils":true,"snapshotWindow":true,"snapshotRect":true,"compareSnapshots":true,"assertSnapshots":true,"assertWindowPureColor":true}}}} |
@@ -34,3 +34,3 @@ { | ||
"Console.jsm": ["console", "ConsoleAPI"], | ||
"constants.js": ["WEAVE_VERSION", "SYNC_API_VERSION", "USER_API_VERSION", "MISC_API_VERSION", "STORAGE_VERSION", "PREFS_BRANCH", "PWDMGR_HOST", "PWDMGR_PASSWORD_REALM", "PWDMGR_PASSPHRASE_REALM", "PWDMGR_KEYBUNDLE_REALM", "DEFAULT_KEYBUNDLE_NAME", "HMAC_INPUT", "SYNC_KEY_ENCODED_LENGTH", "SYNC_KEY_DECODED_LENGTH", "SYNC_KEY_HYPHENATED_LENGTH", "NO_SYNC_NODE_INTERVAL", "MAX_ERROR_COUNT_BEFORE_BACKOFF", "MAX_IGNORE_ERROR_COUNT", "MINIMUM_BACKOFF_INTERVAL", "MAXIMUM_BACKOFF_INTERVAL", "HMAC_EVENT_INTERVAL", "MASTER_PASSWORD_LOCKED_RETRY_INTERVAL", "DEFAULT_BLOCK_PERIOD", "DEFAULT_GUID_FETCH_BATCH_SIZE", "DEFAULT_MOBILE_GUID_FETCH_BATCH_SIZE", "DEFAULT_STORE_BATCH_SIZE", "HISTORY_STORE_BATCH_SIZE", "FORMS_STORE_BATCH_SIZE", "PASSWORDS_STORE_BATCH_SIZE", "ADDONS_STORE_BATCH_SIZE", "APPS_STORE_BATCH_SIZE", "DEFAULT_DOWNLOAD_BATCH_SIZE", "DEFAULT_MAX_RECORD_PAYLOAD_BYTES", "SINGLE_USER_THRESHOLD", "MULTI_DEVICE_THRESHOLD", "SCORE_INCREMENT_SMALL", "SCORE_INCREMENT_MEDIUM", "SCORE_INCREMENT_XLARGE", "SCORE_UPDATE_DELAY", "IDLE_OBSERVER_BACK_DELAY", "MAX_UPLOAD_RECORDS", "MAX_UPLOAD_BYTES", "MAX_HISTORY_UPLOAD", "MAX_HISTORY_DOWNLOAD", "NOTIFY_TAB_SENT_TTL_SECS", "STATUS_OK", "SYNC_FAILED", "LOGIN_FAILED", "SYNC_FAILED_PARTIAL", "CLIENT_NOT_CONFIGURED", "STATUS_DISABLED", "MASTER_PASSWORD_LOCKED", "LOGIN_SUCCEEDED", "SYNC_SUCCEEDED", "ENGINE_SUCCEEDED", "LOGIN_FAILED_NO_USERNAME", "LOGIN_FAILED_NO_PASSWORD", "LOGIN_FAILED_NO_PASSPHRASE", "LOGIN_FAILED_NETWORK_ERROR", "LOGIN_FAILED_SERVER_ERROR", "LOGIN_FAILED_INVALID_PASSPHRASE", "LOGIN_FAILED_LOGIN_REJECTED", "METARECORD_DOWNLOAD_FAIL", "VERSION_OUT_OF_DATE", "DESKTOP_VERSION_OUT_OF_DATE", "SETUP_FAILED_NO_PASSPHRASE", "CREDENTIALS_CHANGED", "ABORT_SYNC_COMMAND", "NO_SYNC_NODE_FOUND", "OVER_QUOTA", "PROLONGED_SYNC_FAILURE", "SERVER_MAINTENANCE", "RESPONSE_OVER_QUOTA", "ENGINE_UPLOAD_FAIL", "ENGINE_DOWNLOAD_FAIL", "ENGINE_UNKNOWN_FAIL", "ENGINE_APPLY_FAIL", "ENGINE_METARECORD_DOWNLOAD_FAIL", "ENGINE_METARECORD_UPLOAD_FAIL", "ENGINE_BATCH_INTERRUPTED", "JPAKE_ERROR_CHANNEL", "JPAKE_ERROR_NETWORK", "JPAKE_ERROR_SERVER", "JPAKE_ERROR_TIMEOUT", "JPAKE_ERROR_INTERNAL", "JPAKE_ERROR_INVALID", "JPAKE_ERROR_NODATA", "JPAKE_ERROR_KEYMISMATCH", "JPAKE_ERROR_WRONGMESSAGE", "JPAKE_ERROR_USERABORT", "JPAKE_ERROR_DELAYUNSUPPORTED", "INFO_COLLECTIONS", "INFO_COLLECTION_USAGE", "INFO_COLLECTION_COUNTS", "INFO_QUOTA", "kSyncMasterPasswordLocked", "kSyncWeaveDisabled", "kSyncNetworkOffline", "kSyncBackoffNotMet", "kFirstSyncChoiceNotMade", "FIREFOX_ID", "FENNEC_ID", "SEAMONKEY_ID", "TEST_HARNESS_ID", "MIN_PP_LENGTH", "MIN_PASS_LENGTH", "DEVICE_TYPE_DESKTOP", "DEVICE_TYPE_MOBILE", "SQLITE_MAX_VARIABLE_NUMBER"], | ||
"constants.js": ["WEAVE_VERSION", "SYNC_API_VERSION", "USER_API_VERSION", "MISC_API_VERSION", "STORAGE_VERSION", "PREFS_BRANCH", "PWDMGR_HOST", "PWDMGR_PASSWORD_REALM", "PWDMGR_PASSPHRASE_REALM", "PWDMGR_KEYBUNDLE_REALM", "DEFAULT_KEYBUNDLE_NAME", "HMAC_INPUT", "SYNC_KEY_ENCODED_LENGTH", "SYNC_KEY_DECODED_LENGTH", "SYNC_KEY_HYPHENATED_LENGTH", "NO_SYNC_NODE_INTERVAL", "MAX_ERROR_COUNT_BEFORE_BACKOFF", "MAX_IGNORE_ERROR_COUNT", "MINIMUM_BACKOFF_INTERVAL", "MAXIMUM_BACKOFF_INTERVAL", "HMAC_EVENT_INTERVAL", "MASTER_PASSWORD_LOCKED_RETRY_INTERVAL", "DEFAULT_BLOCK_PERIOD", "DEFAULT_GUID_FETCH_BATCH_SIZE", "DEFAULT_MOBILE_GUID_FETCH_BATCH_SIZE", "DEFAULT_STORE_BATCH_SIZE", "HISTORY_STORE_BATCH_SIZE", "FORMS_STORE_BATCH_SIZE", "PASSWORDS_STORE_BATCH_SIZE", "ADDONS_STORE_BATCH_SIZE", "APPS_STORE_BATCH_SIZE", "DEFAULT_DOWNLOAD_BATCH_SIZE", "DEFAULT_MAX_RECORD_PAYLOAD_BYTES", "SINGLE_USER_THRESHOLD", "MULTI_DEVICE_THRESHOLD", "SCORE_INCREMENT_SMALL", "SCORE_INCREMENT_MEDIUM", "SCORE_INCREMENT_XLARGE", "SCORE_UPDATE_DELAY", "IDLE_OBSERVER_BACK_DELAY", "MAX_UPLOAD_RECORDS", "MAX_UPLOAD_BYTES", "MAX_HISTORY_UPLOAD", "MAX_HISTORY_DOWNLOAD", "NOTIFY_TAB_SENT_TTL_SECS", "STATUS_OK", "SYNC_FAILED", "LOGIN_FAILED", "SYNC_FAILED_PARTIAL", "CLIENT_NOT_CONFIGURED", "STATUS_DISABLED", "MASTER_PASSWORD_LOCKED", "LOGIN_SUCCEEDED", "SYNC_SUCCEEDED", "ENGINE_SUCCEEDED", "LOGIN_FAILED_NO_USERNAME", "LOGIN_FAILED_NO_PASSWORD", "LOGIN_FAILED_NO_PASSPHRASE", "LOGIN_FAILED_NETWORK_ERROR", "LOGIN_FAILED_SERVER_ERROR", "LOGIN_FAILED_INVALID_PASSPHRASE", "LOGIN_FAILED_LOGIN_REJECTED", "METARECORD_DOWNLOAD_FAIL", "VERSION_OUT_OF_DATE", "DESKTOP_VERSION_OUT_OF_DATE", "SETUP_FAILED_NO_PASSPHRASE", "CREDENTIALS_CHANGED", "ABORT_SYNC_COMMAND", "NO_SYNC_NODE_FOUND", "OVER_QUOTA", "PROLONGED_SYNC_FAILURE", "SERVER_MAINTENANCE", "RESPONSE_OVER_QUOTA", "ENGINE_UPLOAD_FAIL", "ENGINE_DOWNLOAD_FAIL", "ENGINE_UNKNOWN_FAIL", "ENGINE_APPLY_FAIL", "ENGINE_METARECORD_DOWNLOAD_FAIL", "ENGINE_METARECORD_UPLOAD_FAIL", "ENGINE_BATCH_INTERRUPTED", "JPAKE_ERROR_CHANNEL", "JPAKE_ERROR_NETWORK", "JPAKE_ERROR_SERVER", "JPAKE_ERROR_TIMEOUT", "JPAKE_ERROR_INTERNAL", "JPAKE_ERROR_INVALID", "JPAKE_ERROR_NODATA", "JPAKE_ERROR_KEYMISMATCH", "JPAKE_ERROR_WRONGMESSAGE", "JPAKE_ERROR_USERABORT", "JPAKE_ERROR_DELAYUNSUPPORTED", "INFO_COLLECTIONS", "INFO_COLLECTION_USAGE", "INFO_COLLECTION_COUNTS", "INFO_QUOTA", "kSyncNotConfigured", "kSyncMasterPasswordLocked", "kSyncWeaveDisabled", "kSyncNetworkOffline", "kSyncBackoffNotMet", "kFirstSyncChoiceNotMade", "FIREFOX_ID", "FENNEC_ID", "SEAMONKEY_ID", "TEST_HARNESS_ID", "MIN_PP_LENGTH", "MIN_PASS_LENGTH", "DEVICE_TYPE_DESKTOP", "DEVICE_TYPE_MOBILE", "SQLITE_MAX_VARIABLE_NUMBER"], | ||
"Constants.jsm": ["Roles", "Events", "Relations", "Filters", "States", "Prefilters"], | ||
@@ -88,3 +88,3 @@ "ContactDB.jsm": ["ContactDB", "DB_NAME", "STORE_NAME", "SAVED_GETALL_STORE_NAME", "REVISION_STORE", "DB_VERSION"], | ||
"FxAccounts.jsm": ["fxAccounts", "FxAccounts"], | ||
"FxAccountsCommon.js": ["log", "logPII", "FXACCOUNTS_PERMISSION", "DATA_FORMAT_VERSION", "DEFAULT_STORAGE_FILENAME", "ASSERTION_LIFETIME", "ASSERTION_USE_PERIOD", "CERT_LIFETIME", "KEY_LIFETIME", "POLL_SESSION", "ONLOGIN_NOTIFICATION", "ONVERIFIED_NOTIFICATION", "ONLOGOUT_NOTIFICATION", "ON_FXA_UPDATE_NOTIFICATION", "ON_DEVICE_CONNECTED_NOTIFICATION", "ON_DEVICE_DISCONNECTED_NOTIFICATION", "ON_PROFILE_UPDATED_NOTIFICATION", "ON_PASSWORD_CHANGED_NOTIFICATION", "ON_PASSWORD_RESET_NOTIFICATION", "ON_VERIFY_LOGIN_NOTIFICATION", "ON_ACCOUNT_DESTROYED_NOTIFICATION", "ON_COLLECTION_CHANGED_NOTIFICATION", "FXA_PUSH_SCOPE_ACCOUNT_UPDATE", "ON_PROFILE_CHANGE_NOTIFICATION", "ON_ACCOUNT_STATE_CHANGE_NOTIFICATION", "UI_REQUEST_SIGN_IN_FLOW", "UI_REQUEST_REFRESH_AUTH", "FX_OAUTH_CLIENT_ID", "WEBCHANNEL_ID", "ERRNO_ACCOUNT_ALREADY_EXISTS", "ERRNO_ACCOUNT_DOES_NOT_EXIST", "ERRNO_INCORRECT_PASSWORD", "ERRNO_UNVERIFIED_ACCOUNT", "ERRNO_INVALID_VERIFICATION_CODE", "ERRNO_NOT_VALID_JSON_BODY", "ERRNO_INVALID_BODY_PARAMETERS", "ERRNO_MISSING_BODY_PARAMETERS", "ERRNO_INVALID_REQUEST_SIGNATURE", "ERRNO_INVALID_AUTH_TOKEN", "ERRNO_INVALID_AUTH_TIMESTAMP", "ERRNO_MISSING_CONTENT_LENGTH", "ERRNO_REQUEST_BODY_TOO_LARGE", "ERRNO_TOO_MANY_CLIENT_REQUESTS", "ERRNO_INVALID_AUTH_NONCE", "ERRNO_ENDPOINT_NO_LONGER_SUPPORTED", "ERRNO_INCORRECT_LOGIN_METHOD", "ERRNO_INCORRECT_KEY_RETRIEVAL_METHOD", "ERRNO_INCORRECT_API_VERSION", "ERRNO_INCORRECT_EMAIL_CASE", "ERRNO_ACCOUNT_LOCKED", "ERRNO_ACCOUNT_UNLOCKED", "ERRNO_UNKNOWN_DEVICE", "ERRNO_DEVICE_SESSION_CONFLICT", "ERRNO_SERVICE_TEMP_UNAVAILABLE", "ERRNO_PARSE", "ERRNO_NETWORK", "ERRNO_UNKNOWN_ERROR", "OAUTH_SERVER_ERRNO_OFFSET", "ERRNO_UNKNOWN_CLIENT_ID", "ERRNO_INCORRECT_CLIENT_SECRET", "ERRNO_INCORRECT_REDIRECT_URI", "ERRNO_INVALID_FXA_ASSERTION", "ERRNO_UNKNOWN_CODE", "ERRNO_INCORRECT_CODE", "ERRNO_EXPIRED_CODE", "ERRNO_OAUTH_INVALID_TOKEN", "ERRNO_INVALID_REQUEST_PARAM", "ERRNO_INVALID_RESPONSE_TYPE", "ERRNO_UNAUTHORIZED", "ERRNO_FORBIDDEN", "ERRNO_INVALID_CONTENT_TYPE", "ERROR_ACCOUNT_ALREADY_EXISTS", "ERROR_ACCOUNT_DOES_NOT_EXIST", "ERROR_ACCOUNT_LOCKED", "ERROR_ACCOUNT_UNLOCKED", "ERROR_ALREADY_SIGNED_IN_USER", "ERROR_DEVICE_SESSION_CONFLICT", "ERROR_ENDPOINT_NO_LONGER_SUPPORTED", "ERROR_INCORRECT_API_VERSION", "ERROR_INCORRECT_EMAIL_CASE", "ERROR_INCORRECT_KEY_RETRIEVAL_METHOD", "ERROR_INCORRECT_LOGIN_METHOD", "ERROR_INVALID_EMAIL", "ERROR_INVALID_AUDIENCE", "ERROR_INVALID_AUTH_TOKEN", "ERROR_INVALID_AUTH_TIMESTAMP", "ERROR_INVALID_AUTH_NONCE", "ERROR_INVALID_BODY_PARAMETERS", "ERROR_INVALID_PASSWORD", "ERROR_INVALID_VERIFICATION_CODE", "ERROR_INVALID_REFRESH_AUTH_VALUE", "ERROR_INVALID_REQUEST_SIGNATURE", "ERROR_INTERNAL_INVALID_USER", "ERROR_MISSING_BODY_PARAMETERS", "ERROR_MISSING_CONTENT_LENGTH", "ERROR_NO_TOKEN_SESSION", "ERROR_NO_SILENT_REFRESH_AUTH", "ERROR_NOT_VALID_JSON_BODY", "ERROR_OFFLINE", "ERROR_PERMISSION_DENIED", "ERROR_REQUEST_BODY_TOO_LARGE", "ERROR_SERVER_ERROR", "ERROR_SYNC_DISABLED", "ERROR_TOO_MANY_CLIENT_REQUESTS", "ERROR_SERVICE_TEMP_UNAVAILABLE", "ERROR_UI_ERROR", "ERROR_UI_REQUEST", "ERROR_PARSE", "ERROR_NETWORK", "ERROR_UNKNOWN", "ERROR_UNKNOWN_DEVICE", "ERROR_UNVERIFIED_ACCOUNT", "ERROR_UNKNOWN_CLIENT_ID", "ERROR_INCORRECT_CLIENT_SECRET", "ERROR_INCORRECT_REDIRECT_URI", "ERROR_INVALID_FXA_ASSERTION", "ERROR_UNKNOWN_CODE", "ERROR_INCORRECT_CODE", "ERROR_EXPIRED_CODE", "ERROR_OAUTH_INVALID_TOKEN", "ERROR_INVALID_REQUEST_PARAM", "ERROR_INVALID_RESPONSE_TYPE", "ERROR_UNAUTHORIZED", "ERROR_FORBIDDEN", "ERROR_INVALID_CONTENT_TYPE", "ERROR_NO_ACCOUNT", "ERROR_AUTH_ERROR", "ERROR_INVALID_PARAMETER", "ERROR_CODE_METHOD_NOT_ALLOWED", "ERROR_MSG_METHOD_NOT_ALLOWED", "FXA_PWDMGR_PLAINTEXT_FIELDS", "FXA_PWDMGR_SECURE_FIELDS", "FXA_PWDMGR_MEMORY_FIELDS", "FXA_PWDMGR_REAUTH_WHITELIST", "FXA_PWDMGR_HOST", "FXA_PWDMGR_REALM", "SERVER_ERRNO_TO_ERROR", "ERROR_TO_GENERAL_ERROR_CLASS"], | ||
"FxAccountsCommon.js": ["log", "logPII", "FXACCOUNTS_PERMISSION", "DATA_FORMAT_VERSION", "DEFAULT_STORAGE_FILENAME", "ASSERTION_LIFETIME", "ASSERTION_USE_PERIOD", "CERT_LIFETIME", "KEY_LIFETIME", "POLL_SESSION", "ONLOGIN_NOTIFICATION", "ONVERIFIED_NOTIFICATION", "ONLOGOUT_NOTIFICATION", "ON_FXA_UPDATE_NOTIFICATION", "ON_DEVICE_CONNECTED_NOTIFICATION", "ON_DEVICE_DISCONNECTED_NOTIFICATION", "ON_PROFILE_UPDATED_NOTIFICATION", "ON_PASSWORD_CHANGED_NOTIFICATION", "ON_PASSWORD_RESET_NOTIFICATION", "ON_VERIFY_LOGIN_NOTIFICATION", "ON_ACCOUNT_DESTROYED_NOTIFICATION", "ON_COLLECTION_CHANGED_NOTIFICATION", "FXA_PUSH_SCOPE_ACCOUNT_UPDATE", "ON_PROFILE_CHANGE_NOTIFICATION", "ON_ACCOUNT_STATE_CHANGE_NOTIFICATION", "UI_REQUEST_SIGN_IN_FLOW", "UI_REQUEST_REFRESH_AUTH", "FX_OAUTH_CLIENT_ID", "WEBCHANNEL_ID", "PREF_LAST_FXA_USER", "ERRNO_ACCOUNT_ALREADY_EXISTS", "ERRNO_ACCOUNT_DOES_NOT_EXIST", "ERRNO_INCORRECT_PASSWORD", "ERRNO_UNVERIFIED_ACCOUNT", "ERRNO_INVALID_VERIFICATION_CODE", "ERRNO_NOT_VALID_JSON_BODY", "ERRNO_INVALID_BODY_PARAMETERS", "ERRNO_MISSING_BODY_PARAMETERS", "ERRNO_INVALID_REQUEST_SIGNATURE", "ERRNO_INVALID_AUTH_TOKEN", "ERRNO_INVALID_AUTH_TIMESTAMP", "ERRNO_MISSING_CONTENT_LENGTH", "ERRNO_REQUEST_BODY_TOO_LARGE", "ERRNO_TOO_MANY_CLIENT_REQUESTS", "ERRNO_INVALID_AUTH_NONCE", "ERRNO_ENDPOINT_NO_LONGER_SUPPORTED", "ERRNO_INCORRECT_LOGIN_METHOD", "ERRNO_INCORRECT_KEY_RETRIEVAL_METHOD", "ERRNO_INCORRECT_API_VERSION", "ERRNO_INCORRECT_EMAIL_CASE", "ERRNO_ACCOUNT_LOCKED", "ERRNO_ACCOUNT_UNLOCKED", "ERRNO_UNKNOWN_DEVICE", "ERRNO_DEVICE_SESSION_CONFLICT", "ERRNO_SERVICE_TEMP_UNAVAILABLE", "ERRNO_PARSE", "ERRNO_NETWORK", "ERRNO_UNKNOWN_ERROR", "OAUTH_SERVER_ERRNO_OFFSET", "ERRNO_UNKNOWN_CLIENT_ID", "ERRNO_INCORRECT_CLIENT_SECRET", "ERRNO_INCORRECT_REDIRECT_URI", "ERRNO_INVALID_FXA_ASSERTION", "ERRNO_UNKNOWN_CODE", "ERRNO_INCORRECT_CODE", "ERRNO_EXPIRED_CODE", "ERRNO_OAUTH_INVALID_TOKEN", "ERRNO_INVALID_REQUEST_PARAM", "ERRNO_INVALID_RESPONSE_TYPE", "ERRNO_UNAUTHORIZED", "ERRNO_FORBIDDEN", "ERRNO_INVALID_CONTENT_TYPE", "ERROR_ACCOUNT_ALREADY_EXISTS", "ERROR_ACCOUNT_DOES_NOT_EXIST", "ERROR_ACCOUNT_LOCKED", "ERROR_ACCOUNT_UNLOCKED", "ERROR_ALREADY_SIGNED_IN_USER", "ERROR_DEVICE_SESSION_CONFLICT", "ERROR_ENDPOINT_NO_LONGER_SUPPORTED", "ERROR_INCORRECT_API_VERSION", "ERROR_INCORRECT_EMAIL_CASE", "ERROR_INCORRECT_KEY_RETRIEVAL_METHOD", "ERROR_INCORRECT_LOGIN_METHOD", "ERROR_INVALID_EMAIL", "ERROR_INVALID_AUDIENCE", "ERROR_INVALID_AUTH_TOKEN", "ERROR_INVALID_AUTH_TIMESTAMP", "ERROR_INVALID_AUTH_NONCE", "ERROR_INVALID_BODY_PARAMETERS", "ERROR_INVALID_PASSWORD", "ERROR_INVALID_VERIFICATION_CODE", "ERROR_INVALID_REFRESH_AUTH_VALUE", "ERROR_INVALID_REQUEST_SIGNATURE", "ERROR_INTERNAL_INVALID_USER", "ERROR_MISSING_BODY_PARAMETERS", "ERROR_MISSING_CONTENT_LENGTH", "ERROR_NO_TOKEN_SESSION", "ERROR_NO_SILENT_REFRESH_AUTH", "ERROR_NOT_VALID_JSON_BODY", "ERROR_OFFLINE", "ERROR_PERMISSION_DENIED", "ERROR_REQUEST_BODY_TOO_LARGE", "ERROR_SERVER_ERROR", "ERROR_SYNC_DISABLED", "ERROR_TOO_MANY_CLIENT_REQUESTS", "ERROR_SERVICE_TEMP_UNAVAILABLE", "ERROR_UI_ERROR", "ERROR_UI_REQUEST", "ERROR_PARSE", "ERROR_NETWORK", "ERROR_UNKNOWN", "ERROR_UNKNOWN_DEVICE", "ERROR_UNVERIFIED_ACCOUNT", "ERROR_UNKNOWN_CLIENT_ID", "ERROR_INCORRECT_CLIENT_SECRET", "ERROR_INCORRECT_REDIRECT_URI", "ERROR_INVALID_FXA_ASSERTION", "ERROR_UNKNOWN_CODE", "ERROR_INCORRECT_CODE", "ERROR_EXPIRED_CODE", "ERROR_OAUTH_INVALID_TOKEN", "ERROR_INVALID_REQUEST_PARAM", "ERROR_INVALID_RESPONSE_TYPE", "ERROR_UNAUTHORIZED", "ERROR_FORBIDDEN", "ERROR_INVALID_CONTENT_TYPE", "ERROR_NO_ACCOUNT", "ERROR_AUTH_ERROR", "ERROR_INVALID_PARAMETER", "ERROR_CODE_METHOD_NOT_ALLOWED", "ERROR_MSG_METHOD_NOT_ALLOWED", "FXA_PWDMGR_PLAINTEXT_FIELDS", "FXA_PWDMGR_SECURE_FIELDS", "FXA_PWDMGR_MEMORY_FIELDS", "FXA_PWDMGR_REAUTH_WHITELIST", "FXA_PWDMGR_HOST", "FXA_PWDMGR_REALM", "SERVER_ERRNO_TO_ERROR", "ERROR_TO_GENERAL_ERROR_CLASS"], | ||
"FxAccountsOAuthGrantClient.jsm": ["FxAccountsOAuthGrantClient", "FxAccountsOAuthGrantClientError"], | ||
@@ -122,5 +122,7 @@ "FxAccountsProfileClient.jsm": ["FxAccountsProfileClient", "FxAccountsProfileClientError"], | ||
"kinto-storage-adapter.js": ["FirefoxAdapter"], | ||
"L10nRegistry.jsm": ["L10nRegistry", "FileSource", "IndexedFileSource"], | ||
"loader-plugin-raw.jsm": ["requireRawId"], | ||
"loader.js": ["WorkerDebuggerLoader", "worker"], | ||
"Loader.jsm": ["DevToolsLoader", "devtools", "BuiltinProvider", "require", "loader"], | ||
"Localization.jsm": ["Localization"], | ||
"logger.jsm": ["Logger"], | ||
@@ -137,2 +139,3 @@ "logging.js": ["getTestLogger", "initTestLogging"], | ||
"message.js": ["Command", "Message", "MessageOrigin", "Response"], | ||
"MessageContext.jsm": ["MessageContext"], | ||
"Messaging.jsm": ["sendMessageToJava", "Messaging", "EventDispatcher"], | ||
@@ -189,3 +192,2 @@ "microformat-shiv.js": ["Microformats"], | ||
"resource.js": ["AsyncResource", "Resource"], | ||
"responsivedesign.jsm": ["ResponsiveUIManager"], | ||
"rest.js": ["RESTRequest", "RESTResponse", "TokenAuthenticatedRESTRequest", "SyncStorageRequest"], | ||
@@ -230,3 +232,3 @@ "rotaryengine.js": ["RotaryEngine", "RotaryRecord", "RotaryStore", "RotaryTracker"], | ||
"util.js": ["getChromeWindow", "Utils", "Svc"], | ||
"utils.js": ["applicationName", "assert", "Copy", "getBrowserObject", "getChromeWindow", "getWindows", "getWindowByTitle", "getWindowByType", "getWindowId", "getMethodInWindows", "getPreference", "saveDataURL", "setPreference", "sleep", "startTimer", "stopTimer", "takeScreenshot", "unwrapNode", "waitFor", "btoa", "encryptPayload", "makeIdentityConfig", "makeFxAccountsInternalMock", "configureFxAccountIdentity", "configureIdentity", "SyncTestingInfrastructure", "waitForZeroTimer", "Promise", "MockFxaStorageManager", "AccountState", "sumHistogram", "CommonUtils", "CryptoUtils", "TestingUtils", "promiseZeroTimer", "promiseNamedTimer"], | ||
"utils.js": ["applicationName", "assert", "Copy", "getBrowserObject", "getChromeWindow", "getWindows", "getWindowByTitle", "getWindowByType", "getWindowId", "getMethodInWindows", "getPreference", "saveDataURL", "setPreference", "sleep", "startTimer", "stopTimer", "takeScreenshot", "unwrapNode", "waitFor", "btoa", "encryptPayload", "makeIdentityConfig", "makeFxAccountsInternalMock", "configureFxAccountIdentity", "configureIdentity", "SyncTestingInfrastructure", "waitForZeroTimer", "Promise", "MockFxaStorageManager", "AccountState", "sumHistogram", "CommonUtils", "CryptoUtils", "TestingUtils", "promiseZeroTimer", "promiseNamedTimer", "getLoginTelemetryScalar"], | ||
"Utils.jsm": ["Utils", "Logger", "PivotContext", "PrefCache"], | ||
@@ -233,0 +235,0 @@ "VariablesView.jsm": ["VariablesView", "escapeHTML"], |
{ | ||
"name": "eslint-plugin-mozilla", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "A collection of rules that help enforce JavaScript coding standard in the Mozilla project.", | ||
@@ -15,3 +15,3 @@ "keywords": [ | ||
}, | ||
"homepage": "http://gecko.readthedocs.io/en/latest/tools/lint/linters/eslint-plugin-mozilla.html", | ||
"homepage": "http://firefox-source-docs.mozilla.org/tools/lint/linters/eslint-plugin-mozilla.html", | ||
"repository": { | ||
@@ -24,6 +24,2 @@ "type": "hg", | ||
"dependencies": { | ||
"escope": "3.6.0", | ||
"espree": "3.4.3", | ||
"estraverse": "4.2.0", | ||
"globals": "9.18.0", | ||
"ini-parser": "0.0.2", | ||
@@ -30,0 +26,0 @@ "sax": "1.2.4" |
@@ -32,3 +32,3 @@ # eslint-plugin-mozilla | ||
For details about the rules, please see the [gecko documentation page](http://gecko.readthedocs.io/en/latest/tools/lint/linters/eslint-plugin-mozilla.html). | ||
For details about the rules, please see the [firefox documentation page](http://firefox-source-docs.mozilla.org/tools/lint/linters/eslint-plugin-mozilla.html). | ||
@@ -35,0 +35,0 @@ ## Source Code |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
177169
4
3389
1
+ Addedestraverse@4.3.0(transitive)
- Removedescope@3.6.0
- Removedespree@3.4.3
- Removedestraverse@4.2.0
- Removedglobals@9.18.0
- Removedespree@3.4.3(transitive)
- Removedestraverse@4.2.0(transitive)