Bug 1470170 - Implement priority system for AS Router messages. r=Mardak a=lizzard draft
authorEd Lee <edilee@mozilla.com>
Sun, 08 Jul 2018 08:50:37 -0700
changeset 815488 a14d65efe34d84f77270202ad8a65739b245af8e
parent 815487 d2b4dc194408f487a1d83b57f6f1cbfde7b8e9c8
push id115515
push userbmo:edilee@mozilla.com
push dateSun, 08 Jul 2018 15:56:30 +0000
reviewersMardak, lizzard
bugs1470170
milestone62.0
Bug 1470170 - Implement priority system for AS Router messages. r=Mardak a=lizzard MozReview-Commit-ID: DZf2ccWEphW
browser/extensions/activity-stream/content-src/asrouter/asrouter-content.jsx
browser/extensions/activity-stream/content-src/asrouter/schemas/provider-response.schema.json
browser/extensions/activity-stream/data/content/activity-stream.bundle.js
browser/extensions/activity-stream/data/content/activity-stream.bundle.js.map
browser/extensions/activity-stream/install.rdf.in
browser/extensions/activity-stream/lib/ASRouter.jsm
browser/extensions/activity-stream/lib/ASRouterTargeting.jsm
browser/extensions/activity-stream/lib/OnboardingMessageProvider.jsm
browser/extensions/activity-stream/test/unit/asrouter/ASRouter.test.js
browser/extensions/activity-stream/test/unit/asrouter/asrouter-content.test.jsx
--- a/browser/extensions/activity-stream/content-src/asrouter/asrouter-content.jsx
+++ b/browser/extensions/activity-stream/content-src/asrouter/asrouter-content.jsx
@@ -167,17 +167,23 @@ export class ASRouterUISurface extends R
         break;
       case "CLEAR_ALL":
         this.setState({message: {}, bundle: {}});
     }
   }
 
   componentWillMount() {
     ASRouterUtils.addListener(this.onMessageFromParent);
-    ASRouterUtils.sendMessage({type: "CONNECT_UI_REQUEST"});
+
+    // If we are loading about:welcome we want to trigger the onboarding messages
+    if (this.props.document.location.href === "about:welcome") {
+      ASRouterUtils.sendMessage({type: "TRIGGER", data: {trigger: "firstRun"}});
+    } else {
+      ASRouterUtils.sendMessage({type: "CONNECT_UI_REQUEST"});
+    }
   }
 
   componentWillUnmount() {
     ASRouterUtils.removeListener(this.onMessageFromParent);
   }
 
   renderSnippets() {
     return (
--- a/browser/extensions/activity-stream/content-src/asrouter/schemas/provider-response.schema.json
+++ b/browser/extensions/activity-stream/content-src/asrouter/schemas/provider-response.schema.json
@@ -22,16 +22,20 @@
           },
           "content": {
             "type": "object",
             "description": "An object containing all variables/props to be rendered in the template. See individual template schemas for details."
           },
           "targeting": {
             "type": "string",
             "description": "a JEXL expression representing targeting information"
+          },
+          "trigger": {
+            "type": "string",
+            "description": "A string representing what the trigger to show this message is."
           }
         },
         "required": ["id", "template", "content"]
       }
     }
   },
   "required": ["messages"]
 }
--- a/browser/extensions/activity-stream/data/content/activity-stream.bundle.js
+++ b/browser/extensions/activity-stream/data/content/activity-stream.bundle.js
@@ -1092,17 +1092,23 @@ class ASRouterUISurface extends __WEBPAC
         break;
       case "CLEAR_ALL":
         this.setState({ message: {}, bundle: {} });
     }
   }
 
   componentWillMount() {
     ASRouterUtils.addListener(this.onMessageFromParent);
-    ASRouterUtils.sendMessage({ type: "CONNECT_UI_REQUEST" });
+
+    // If we are loading about:welcome we want to trigger the onboarding messages
+    if (this.props.document.location.href === "about:welcome") {
+      ASRouterUtils.sendMessage({ type: "TRIGGER", data: { trigger: "firstRun" } });
+    } else {
+      ASRouterUtils.sendMessage({ type: "CONNECT_UI_REQUEST" });
+    }
   }
 
   componentWillUnmount() {
     ASRouterUtils.removeListener(this.onMessageFromParent);
   }
 
   renderSnippets() {
     return __WEBPACK_IMPORTED_MODULE_6_react___default.a.createElement(
--- a/browser/extensions/activity-stream/data/content/activity-stream.bundle.js.map
+++ b/browser/extensions/activity-stream/data/content/activity-stream.bundle.js.map
@@ -1,1 +1,1 @@
-{"version":3,"sources":["webpack:///webpack/bootstrap a0a9e0da4e55a32fa61d","webpack:///external \"React\"","webpack:///./common/Actions.jsm","webpack:///external \"ReactIntl\"","webpack:///(webpack)/buildin/global.js","webpack:///external \"ReactRedux\"","webpack:///./content-src/asrouter/template-utils.js","webpack:///./content-src/components/TopSites/TopSitesConstants.js","webpack:///./common/Dedupe.jsm","webpack:///./common/Reducers.jsm","webpack:///./content-src/asrouter/asrouter-content.jsx","webpack:///external \"PropTypes\"","webpack:///./node_modules/fluent/src/parser.js","webpack:///./node_modules/fluent/src/types.js","webpack:///./node_modules/fluent/src/builtins.js","webpack:///./node_modules/fluent/src/resolver.js","webpack:///./node_modules/fluent/src/context.js","webpack:///./node_modules/fluent/src/cached_iterable.js","webpack:///./node_modules/fluent/src/fallback.js","webpack:///./node_modules/fluent/src/util.js","webpack:///./node_modules/fluent/src/index.js","webpack:///./content-src/lib/init-store.js","webpack:///external \"ReactDOM\"","webpack:///./content-src/components/ErrorBoundary/ErrorBoundary.jsx","webpack:///./content-src/lib/link-menu-options.js","webpack:///./content-src/components/LinkMenu/LinkMenu.jsx","webpack:///./content-src/components/ContextMenu/ContextMenu.jsx","webpack:///./content-src/lib/screenshot-utils.js","webpack:///./content-src/components/CollapsibleSection/CollapsibleSection.jsx","webpack:///./content-src/lib/section-menu-options.js","webpack:///./content-src/components/ComponentPerfTimer/ComponentPerfTimer.jsx","webpack:///./common/PerfService.jsm","webpack:///./content-src/components/TopSites/TopSite.jsx","webpack:///./content-src/activity-stream.jsx","webpack:///./content-src/lib/snippets.js","webpack:///./node_modules/fluent-react/src/localization.js","webpack:///./node_modules/fluent-react/src/provider.js","webpack:///./node_modules/fluent-react/src/with_localization.js","webpack:///./node_modules/fluent-react/src/markup.js","webpack:///./node_modules/fluent-react/vendor/omittedCloseTags.js","webpack:///./node_modules/fluent-react/vendor/voidElementTags.js","webpack:///./node_modules/fluent-react/src/localized.js","webpack:///./node_modules/fluent-react/src/index.js","webpack:///external \"Redux\"","webpack:///./content-src/asrouter/components/ImpressionsWrapper/ImpressionsWrapper.jsx","webpack:///./content-src/asrouter/components/ModalOverlay/ModalOverlay.jsx","webpack:///./content-src/asrouter/templates/OnboardingMessage/OnboardingMessage.jsx","webpack:///./content-src/asrouter/components/Button/Button.jsx","webpack:///./content-src/asrouter/components/SnippetBase/SnippetBase.jsx","webpack:///./content-src/asrouter/templates/SimpleSnippet/SimpleSnippet.jsx","webpack:///./content-src/components/Base/Base.jsx","webpack:///./content-src/components/ASRouterAdmin/ASRouterAdmin.jsx","webpack:///./content-src/components/ConfirmDialog/ConfirmDialog.jsx","webpack:///./content-src/components/ManualMigration/ManualMigration.jsx","webpack:///./common/PrerenderData.jsm","webpack:///./content-src/components/Search/Search.jsx","webpack:///./content-src/lib/constants.js","webpack:///./content-src/components/Sections/Sections.jsx","webpack:///./content-src/components/Card/types.js","webpack:///./content-src/components/Card/Card.jsx","webpack:///./content-src/components/SectionMenu/SectionMenu.jsx","webpack:///./content-src/components/Topics/Topics.jsx","webpack:///./content-src/components/TopSites/TopSites.jsx","webpack:///./content-src/components/TopSites/TopSiteFormInput.jsx","webpack:///./content-src/components/TopSites/TopSiteForm.jsx","webpack:///./content-src/components/StartupOverlay/StartupOverlay.jsx","webpack:///./content-src/lib/detect-user-session-start.js"],"names":["globalImportContext","Window","BACKGROUND_PROCESS","UI_CODE","actionTypes","type","ASRouterActions","_RouteMessage","action","options","meta","from","to","Error","forEach","o","AlsoToMain","fromTarget","skipLocal","CONTENT_MESSAGE_TYPE","MAIN_MESSAGE_TYPE","OnlyToMain","BroadcastToContent","AlsoToOneContent","target","skipMain","toTarget","OnlyToOneContent","AlsoToPreloaded","PRELOAD_MESSAGE_TYPE","UserEvent","data","TELEMETRY_USER_EVENT","ASRouterUserEvent","AS_ROUTER_TELEMETRY_USER_EVENT","UndesiredEvent","importContext","TELEMETRY_UNDESIRED_EVENT","PerfEvent","TELEMETRY_PERFORMANCE_EVENT","ImpressionStats","TELEMETRY_IMPRESSION_STATS","SetPref","name","value","SET_PREF","WebExtEvent","source","isSendToMain","isBroadcastToContent","isSendToOneContent","isSendToPreloaded","isFromMain","getPortIdOfSender","safeURI","url","protocol","URL","isAllowed","includes","console","warn","TOP_SITES_SOURCE","TOP_SITES_CONTEXT_MENU_OPTIONS","MIN_RICH_FAVICON_SIZE","MIN_CORNER_FAVICON_SIZE","Dedupe","constructor","createKey","defaultCreateKey","item","group","groups","globalKeys","Set","result","values","valueMap","Map","key","has","set","push","add","map","m","Array","TOP_SITES_DEFAULT_ROWS","TOP_SITES_MAX_SITES_PER_ROW","dedupe","site","INITIAL_STATE","App","initialized","version","Snippets","TopSites","rows","editForm","Prefs","Theme","className","Dialog","visible","Sections","prevState","at","INIT","Object","assign","insertPinned","links","pinned","pinnedUrls","link","newLinks","filter","isPinned","pinIndex","val","index","length","splice","hasMatch","newRows","TOP_SITES_UPDATED","pref","TOP_SITES_PREFS_UPDATED","TOP_SITES_EDIT","previewResponse","TOP_SITES_CANCEL_EDIT","PREVIEW_RESPONSE","previewUrl","preview","PREVIEW_REQUEST","PREVIEW_REQUEST_CANCEL","SCREENSHOT_UPDATED","row","screenshot","PLACES_BOOKMARK_ADDED","bookmarkGuid","bookmarkTitle","dateAdded","bookmarkDateCreated","PLACES_BOOKMARK_REMOVED","newSite","PLACES_LINK_DELETED","DIALOG_OPEN","DIALOG_CANCEL","DELETE_HISTORY_URL","newValues","PREFS_INITIAL_VALUES","PREF_CHANGED","newState","SECTION_DEREGISTER","section","id","SECTION_REGISTER","title","enabled","SECTION_UPDATE","find","card","dedupeConfigurations","dedupeConf","dedupedRows","dedupeFrom","reduce","dedupeSectionId","dedupeSection","s","SECTION_UPDATE_CARD","PLACES_SAVED_TO_POCKET","open_url","pocket_id","PLACES_LINK_BLOCKED","DELETE_FROM_POCKET","ARCHIVE_FROM_POCKET","SNIPPETS_DATA","SNIPPET_BLOCKED","blockList","concat","SNIPPETS_BLOCKLIST_CLEARED","SNIPPETS_RESET","THEME_UPDATE","INCOMING_MESSAGE_NAME","OUTGOING_MESSAGE_NAME","ASRouterUtils","addListener","listener","global","addMessageListener","removeListener","removeMessageListener","sendMessage","sendAsyncMessage","blockById","blockBundle","bundle","executeAction","button_action","button_action_params","unblockById","unblockBundle","getNextMessage","overrideMessage","sendTelemetry","ping","payload","ac","shouldSendImpressionOnUpdate","nextProps","prevProps","message","generateMessages","content","cx","addMessages","ALLOWED_TAGS","b","i","u","strong","em","br","convertLinks","sendClick","keys","acc","linkTag","metric","RichText","props","text","ASRouterUISurface","React","PureComponent","onMessageFromParent","bind","sendImpression","sendUserActionTelemetry","state","extraProps","message_id","eventType","provider","event","dataset","onBlockById","clearBundle","setState","componentWillMount","componentWillUnmount","renderSnippets","document","renderOnboarding","render","template","defaultProps","ASRouterContent","containerElement","_mount","getElementById","ReactDOM","_unmount","unmountComponentAtNode","init","uninit","MAX_PLACEABLES","entryIdentifierRe","identifierRe","functionIdentifierRe","RuntimeParser","getResource","string","_source","_index","_length","entries","errors","skipWS","getEntry","e","SyntaxError","skipToNextEntryStart","error","ch","skipComment","skipSection","getMessage","skipInlineWS","getVariantName","getEntryIdentifier","getPattern","startsWith","attrs","lineStart","getAttributes","skipBlankLines","ptr","getIdentifier","re","lastIndex","exec","toString","start","cc","charCodeAt","slice","getString","substring","eol","indexOf","firstLineContent","getComplexPattern","buffer","placeables","blankLinesStart","blankLinesEnd","ch2","getPlaceable","variants","getVariants","exp","vars","def","selector","getSelectorExpression","literal","getLiteral","getVariantKey","args","getCallArgs","test","fun","isArray","lastIndexOf","getNumber","num","defaultIndex","cc0","cc1","parse","parser","FluentType","opts","valueOf","FluentNone","FluentNumber","parseFloat","ctx","nf","_memoizeIntlObject","Intl","NumberFormat","format","match","other","FluentDateTime","Date","dtf","DateTimeFormat","FluentSymbol","pr","PluralRules","select","arg","merge","argopts","unwrapped","opt","MAX_PLACEABLE_LENGTH","FSI","PDI","DefaultMember","env","members","RangeError","MessageReference","_terms","get","_messages","err","ReferenceError","VariantExpression","keyword","Type","isVariantList","node","variant","variantKey","AttributeExpression","attrName","SelectExpression","keyCanMatch","expr","Pattern","ExternalArgument","FunctionReference","CallExpression","attr","member","undefined","hasOwnProperty","TypeError","_functions","func","builtins","callee","posargs","keyargs","ptn","dirty","useIsolating","_useIsolating","elem","part","delete","join","resolve","WeakSet","locales","functions","_intls","WeakMap","messages","Symbol","iterator","hasMessage","ctor","cache","JSON","stringify","CachedIterable","iterable","asyncIterator","seen","cur","next","touchNext","done","mapContextSync","ids","getContextForId","context","remainingCount","foundContexts","fill","mapContextAsync","nonBlank","line","countIndent","indent","ftl","strings","code","lines","split","indents","common","Math","min","RegExp","replace","MERGE_STORE_ACTION","EARLY_QUEUED_ACTIONS","SAVE_SESSION_PERF_DATA","PAGE_PRERENDERED","mergeStateReducer","mainReducer","messageMiddleware","store","au","rehydrationMiddleware","_didRehydrate","isMergeStoreAction","isRehydrationRequest","NEW_TAB_STATE_REQUEST","_didRequestInitialState","queueEarlyMessageMiddleware","_receivedFromMain","_earlyActionQueue","initStore","reducers","initialState","createStore","combineReducers","applyMiddleware","msg","dispatch","ex","dump","stack","ErrorBoundaryFallback","windowObj","window","onClick","location","reload","defaultClass","ErrorBoundary","hasError","componentDidCatch","info","children","FallbackComponent","_OpenInPrivateWindow","icon","OPEN_PRIVATE_WINDOW","referrer","userEvent","GetPlatformString","platform","LinkMenuOptions","Separator","EmptyItem","RemoveBookmark","DELETE_BOOKMARK_BY_ID","AddBookmark","BOOKMARK_URL","OpenInNewWindow","OPEN_NEW_WINDOW","typedBonus","BlockUrl","eventSource","BLOCK_URL","impression","block","tiles","guid","pos","WebExtDismiss","string_id","WEBEXT_DISMISS","action_position","DeleteUrl","isEnabled","siteInfo","onConfirm","forceBlock","body_string_id","confirm_button_string_id","cancel_button_string_id","ShowFile","SHOW_DOWNLOAD_FILE","OpenFile","OPEN_DOWNLOAD_FILE","CopyDownloadLink","COPY_DOWNLOAD_LINK","GoToDownloadPage","OPEN_LINK","disabled","RemoveDownload","REMOVE_DOWNLOAD_FILE","PinTopSite","TOP_SITES_PIN","UnpinTopSite","TOP_SITES_UNPIN","SaveToPocket","SAVE_TO_POCKET","pocket","DeleteFromPocket","ArchiveFromPocket","EditTopSite","CheckBookmark","CheckPinTopSite","CheckSavedToPocket","CheckBookmarkOrArchive","OpenInPrivateWindow","DEFAULT_SITE_MENU_OPTIONS","_LinkMenu","getOptions","isPrivateBrowsingEnabled","propOptions","isDefault","option","label","intl","formatMessage","userEventData","shouldSendImpressionStats","first","last","onUpdate","getState","LinkMenu","connect","injectIntl","ContextMenu","hideContext","componentDidMount","setTimeout","addEventListener","removeEventListener","stopPropagation","ContextMenuItem","onKeyDown","shiftKey","ScreenshotUtils","isBlob","isLocal","image","path","createLocalImageObject","remoteImage","createObjectURL","maybeRevokeBlobObjectURL","localImage","revokeObjectURL","isRemoteImageLocal","VISIBLE","VISIBILITY_CHANGE_EVENT","getFormattedMessage","Disclaimer","onAcknowledge","disclaimerPref","disclaimer","href","button","DisclaimerIntl","_CollapsibleSection","onBodyMount","onHeaderClick","onTransitionEnd","enableOrDisableAnimation","onMenuButtonClick","onMenuButtonMouseEnter","onMenuButtonMouseLeave","onMenuUpdate","enableAnimation","isAnimating","menuButtonHover","showContextMenu","componentWillUpdate","collapsed","sectionBody","scrollHeight","visibilityState","maxHeight","SectionMenuOptions","CheckCollapsed","currentTarget","renderIcon","backgroundImage","preventDefault","isCollapsible","extraMenuOptions","showPrefName","privacyNoticeURL","isFirst","isLast","isWebExtension","needsDisclaimer","active","CollapsibleSection","MoveUp","SECTION_MOVE","direction","MoveDown","RemoveSection","CollapseSection","UPDATE_SECTION_PREFS","ExpandSection","ManageSection","SETTINGS_OPEN","ManageWebExtension","OPEN_WEBEXT_SETTINGS","AddTopSite","PrivacyNotice","RECORDED_SECTIONS","ComponentPerfTimer","Component","perfSvc","_sendBadStateEvent","_sendPaintedEvent","_reportMissingData","_timestampHandled","_recordedFirstRender","_maybeSendPaintedEvent","componentDidUpdate","_afterFramePaint","callback","requestAnimationFrame","_maybeSendBadStateEvent","_ensureFirstRenderTsRecorded","mark","dataReadyKey","firstRenderKey","parseInt","getMostRecentAbsMarkStartByName","ChromeUtils","import","usablePerfObj","Services","appShell","hiddenDOMWindow","performance","now","_PerfService","performanceObj","_perf","prototype","str","getEntriesByName","timeOrigin","absNow","mostRecentEntry","startTime","TopSiteLink","screenshotImage","onDragEvent","_allowDrop","dataTransfer","types","dragged","effectAllowed","setData","blur","getNextStateFromProps","imageInState","nextState","componentWillReceiveProps","defaultStyle","isDraggable","topSiteOuterClassName","isDragged","tippyTopIcon","faviconSize","letterFallback","imageClassName","imageStyle","showSmallFavicon","smallFaviconStyle","smallFaviconFallback","hasScreenshotImage","customScreenshotURL","backgroundColor","favicon","draggableProps","onDragEnd","onDragStart","onMouseDown","TopSite","onLinkClick","_getTelemetryInfo","icon_type","iconType","card_type","altKey","ctrlKey","metaKey","onActivate","isContextMenuOpen","activeIndex","hostname","TopSitePlaceholder","onEditButtonClick","_TopSiteList","DEFAULT_STATE","draggedIndex","draggedSite","draggedTitle","topSitesPreview","prevTopSites","newTopSites","dropped","_makeTopSitesPreview","TOP_SITES_INSERT","draggedFromIndex","_getTopSites","topSites","TopSitesRows","pinnedOnly","unpinned","siteToInsert","holeIndex","indexStep","shiftingStep","nextIndex","shift","topSitesUI","commonProps","maxNarrowVisibleIndex","l","topSiteIconType","slotProps","TopSiteList","gActivityStreamPrerenderedState","sendEventOrAddListener","hydrate","documentElement","lang","gActivityStreamStrings","addSnippetsSubscriber","DATABASE_NAME","DATABASE_VERSION","SNIPPETS_OBJECTSTORE_NAME","SNIPPETS_UPDATE_INTERVAL_MS","SNIPPETS_ENABLED_EVENT","SNIPPETS_DISABLED_EVENT","SnippetsMap","_db","_dispatch","_dbTransaction","db","put","clear","blockSnippetById","SNIPPETS_BLOCKLIST_UPDATED","disableOnboarding","DISABLE_ONBOARDING","showFirefoxAccounts","SHOW_FIREFOX_ACCOUNTS","getTotalBookmarksCount","Promise","TOTAL_BOOKMARKS_REQUEST","onMessage","TOTAL_BOOKMARKS_RESPONSE","getAddonsInfo","ADDONS_INFO_REQUEST","ADDONS_INFO_RESPONSE","_openDB","_restoreFromDb","modifier","reject","transaction","objectStore","onsuccess","onerror","openRequest","indexedDB","open","deleteDatabase","onupgradeneeded","objectStoreNames","contains","createObjectStore","onversionchange","versionChangeEvent","close","cursorRequest","openCursor","cursor","continue","SnippetsProvider","gSnippetsMap","_onAction","snippetsMap","_refreshSnippets","cachedVersion","appData","lastUpdate","needsUpdate","snippetsURL","response","fetch","status","_noSnippetFallback","_forceOnboardingVisibility","shouldBeVisible","onboardingEl","style","display","_showRemoteSnippets","snippetsEl","elementId","innerHTML","scriptEl","getElementsByTagName","relocatedScript","createElement","parentNode","replaceChild","dispatchEvent","Event","snippets","asrouterContent","initializing","subscribe","isASRouterEnabled","asrouterExperimentEnabled","asrouterOnboardingCohort","disableSnippets","contexts","subs","comp","unsubscribe","setMessages","relocalize","getMessageContext","formatCompound","mcx","fallback","isReactLocalization","propName","prop","l10n","getChildContext","Children","only","LocalizationProvider","childContextTypes","propTypes","PropTypes","element","isRequired","isIterable","componentName","withLocalization","Inner","WithLocalization","forceUpdate","displayName","contextTypes","component","TEMPLATE","parseMarkup","omittedCloseTags","area","base","col","embed","hr","img","input","keygen","param","track","wbr","voidElementTags","menuitem","reMarkup","toArguments","elems","propname","propval","substr","isValidElement","toLowerCase","messageValue","messageAttrs","localizedProps","cloneElement","translationNodes","childNodes","translatedChildren","childNode","nodeType","TEXT_NODE","textContent","localName","sourceChild","Localized","ImpressionsWrapper","sendImpressionOrAddListener","_onVisibilityChange","sendOnMount","body","classList","remove","button_label","onDoneButton","UISurface","onAction","ALLOWED_STYLE_TAGS","Button","tag","border","onBlockClicked","onBlock","containerClassName","DEFAULT_ICON_PATH","onButtonClick","renderTitle","renderTitleIcon","titleIcon","title_icon","renderButton","button_url","button_color","button_background_color","hasLink","button_type","hasButton","tall","richText","PrefsButton","addLocaleDataForReactIntl","locale","addLocaleData","parentLocale","_Base","updateTheme","sendNewTabRehydrated","isPrerendered","bodyClassName","isFirstrun","v","renderNotified","NEW_TAB_REHYDRATED","prefs","hash","BaseContent","openPreferences","shouldBeFixedToTop","PrerenderData","arePrefsValid","outerClassName","showSearch","migrationExpired","Base","ASRouterAdmin","findOtherBundledMessagesOfSameTemplate","bundled","handleBlock","handleUnblock","handleOverride","renderMessageItem","isCurrent","lastMessageId","isBlocked","itemClassName","renderMessages","renderProviders","providers","_ConfirmDialog","_handleCancelBtn","_handleConfirmBtn","_renderModalMessage","message_body","ConfirmDialog","_ManualMigration","onLaunchTour","onCancelTour","MIGRATION_START","MIGRATION_CANCEL","ManualMigration","_PrerenderData","initialPrefs","initialSections","_setValidation","validation","_validation","invalidatingPrefs","_invalidatingPrefs","oneOf","getPref","indexedDBPrefs","some","anyModifiedPrefs","prefName","order","_Search","onInputMount","handleEvent","detail","gContentSearchController","search","healthReportKey","IS_NEWTAB","searchSource","ContentSearchUIController","Search","documentURI","CARDS_PER_ROW_DEFAULT","CARDS_PER_ROW_COMPACT_WIDE","Section","numRows","rowsPref","maxRows","_dispatchImpressionStats","cardsPerRow","compactCards","matchMedia","matches","maxCards","cards","needsImpressionStats","impressionCardGuids","sendImpressionStatsOrAddListener","isCollapsed","wasCollapsed","emptyState","contextMenuOptions","maxCardsPerRow","maxCardsOnNarrow","shouldShowTopics","topics","realRows","shouldShowEmptyState","sectionClassName","feed","padding","read_more_endpoint","SectionIntl","_Sections","renderSections","sections","enabledSections","sectionOrder","showTopSites","expectedCount","sectionId","cardContextTypes","history","intlID","bookmark","trending","download","gImageLoading","activeCard","imageLoaded","cardImage","maybeLoadImage","imageUrl","loaderPromise","loader","Image","src","catch","then","WEBEXT_CLICK","click","_Card","hasImage","placeholder","description","Card","PlaceholderCard","DEFAULT_SECTION_MENU_OPTIONS","WEBEXT_SECTION_MENU_OPTIONS","_SectionMenu","extraOptions","SectionMenu","Topic","Topics","t","faviconRef","countTopSitesIconsTypes","countTopSitesTypes","_TopSites","onFormClose","_dispatchTopSitesStats","_getVisibleTopSites","topSitesIconsStats","topSitesPinned","topsites_icon_stats","topsites_pinned","sitesPerRow","topSitesRows","validationError","onChange","onMount","shouldFocus","focus","ev","showClearButton","onClear","typeUrl","titleId","loading","placeholderId","errorMessageId","TopSiteFormInput","customScreenshotUrl","showCustomScreenshotForm","onClearScreenshotInput","onLabelChange","onUrlChange","onCancelButtonClick","onClearUrlClick","onDoneButtonClick","onCustomScreenshotUrlChange","onPreviewButtonClick","onEnableScreenshotUrlForm","validateUrl","_updateCustomScreenshotInput","onClose","validateForm","cleanUrl","_tryParseUrl","validProtocols","urlObj","validateCustomScreenshotUrl","validate","_renderCustomScreenshotInput","requestFailed","isLoading","showAsAdd","previous","changed","previewMode","previewLink","TopSiteForm","_StartupOverlay","onInputChange","onSubmit","clickSkip","initScene","removeOverlay","emailInput","show","termsLink","privacyLink","terms","privacy","StartupOverlay","DetectUserSessionStart","_store","_perfService","perfService","_sendEvent","visibility_event_rcvd_ts"],"mappings":"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","file":"activity-stream.bundle.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 23);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap a0a9e0da4e55a32fa61d","module.exports = React;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"React\"\n// module id = 0\n// module chunks = 0","/* This Source Code Form is subject to the terms of the Mozilla Public\n * License, v. 2.0. If a copy of the MPL was not distributed with this\n * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\n\"use strict\";\n\nthis.MAIN_MESSAGE_TYPE = \"ActivityStream:Main\";\nthis.CONTENT_MESSAGE_TYPE = \"ActivityStream:Content\";\nthis.PRELOAD_MESSAGE_TYPE = \"ActivityStream:PreloadedBrowser\";\nthis.UI_CODE = 1;\nthis.BACKGROUND_PROCESS = 2;\n\n/**\n * globalImportContext - Are we in UI code (i.e. react, a dom) or some kind of background process?\n *                       Use this in action creators if you need different logic\n *                       for ui/background processes.\n */\nconst globalImportContext = typeof Window === \"undefined\" ? BACKGROUND_PROCESS : UI_CODE;\n// Export for tests\nthis.globalImportContext = globalImportContext;\n\n// Create an object that avoids accidental differing key/value pairs:\n// {\n//   INIT: \"INIT\",\n//   UNINIT: \"UNINIT\"\n// }\nconst actionTypes = {};\nfor (const type of [\n  \"ADDONS_INFO_REQUEST\",\n  \"ADDONS_INFO_RESPONSE\",\n  \"ARCHIVE_FROM_POCKET\",\n  \"AS_ROUTER_TELEMETRY_USER_EVENT\",\n  \"BLOCK_URL\",\n  \"BOOKMARK_URL\",\n  \"COPY_DOWNLOAD_LINK\",\n  \"DELETE_BOOKMARK_BY_ID\",\n  \"DELETE_FROM_POCKET\",\n  \"DELETE_HISTORY_URL\",\n  \"DIALOG_CANCEL\",\n  \"DIALOG_OPEN\",\n  \"DISABLE_ONBOARDING\",\n  \"DOWNLOAD_CHANGED\",\n  \"INIT\",\n  \"MIGRATION_CANCEL\",\n  \"MIGRATION_COMPLETED\",\n  \"MIGRATION_START\",\n  \"NEW_TAB_INIT\",\n  \"NEW_TAB_INITIAL_STATE\",\n  \"NEW_TAB_LOAD\",\n  \"NEW_TAB_REHYDRATED\",\n  \"NEW_TAB_STATE_REQUEST\",\n  \"NEW_TAB_UNLOAD\",\n  \"OPEN_DOWNLOAD_FILE\",\n  \"OPEN_LINK\",\n  \"OPEN_NEW_WINDOW\",\n  \"OPEN_PRIVATE_WINDOW\",\n  \"OPEN_WEBEXT_SETTINGS\",\n  \"PAGE_PRERENDERED\",\n  \"PLACES_BOOKMARK_ADDED\",\n  \"PLACES_BOOKMARK_REMOVED\",\n  \"PLACES_HISTORY_CLEARED\",\n  \"PLACES_LINKS_CHANGED\",\n  \"PLACES_LINK_BLOCKED\",\n  \"PLACES_LINK_DELETED\",\n  \"PLACES_SAVED_TO_POCKET\",\n  \"PREFS_INITIAL_VALUES\",\n  \"PREF_CHANGED\",\n  \"PREVIEW_REQUEST\",\n  \"PREVIEW_REQUEST_CANCEL\",\n  \"PREVIEW_RESPONSE\",\n  \"REMOVE_DOWNLOAD_FILE\",\n  \"RICH_ICON_MISSING\",\n  \"SAVE_SESSION_PERF_DATA\",\n  \"SAVE_TO_POCKET\",\n  \"SCREENSHOT_UPDATED\",\n  \"SECTION_DEREGISTER\",\n  \"SECTION_DISABLE\",\n  \"SECTION_ENABLE\",\n  \"SECTION_MOVE\",\n  \"SECTION_OPTIONS_CHANGED\",\n  \"SECTION_REGISTER\",\n  \"SECTION_UPDATE\",\n  \"SECTION_UPDATE_CARD\",\n  \"SETTINGS_CLOSE\",\n  \"SETTINGS_OPEN\",\n  \"SET_PREF\",\n  \"SHOW_DOWNLOAD_FILE\",\n  \"SHOW_FIREFOX_ACCOUNTS\",\n  \"SKIPPED_SIGNIN\",\n  \"SNIPPETS_BLOCKLIST_CLEARED\",\n  \"SNIPPETS_BLOCKLIST_UPDATED\",\n  \"SNIPPETS_DATA\",\n  \"SNIPPETS_RESET\",\n  \"SNIPPET_BLOCKED\",\n  \"SUBMIT_EMAIL\",\n  \"SYSTEM_TICK\",\n  \"TELEMETRY_IMPRESSION_STATS\",\n  \"TELEMETRY_PERFORMANCE_EVENT\",\n  \"TELEMETRY_UNDESIRED_EVENT\",\n  \"TELEMETRY_USER_EVENT\",\n  \"THEME_UPDATE\",\n  \"TOP_SITES_CANCEL_EDIT\",\n  \"TOP_SITES_EDIT\",\n  \"TOP_SITES_INSERT\",\n  \"TOP_SITES_PIN\",\n  \"TOP_SITES_PREFS_UPDATED\",\n  \"TOP_SITES_UNPIN\",\n  \"TOP_SITES_UPDATED\",\n  \"TOTAL_BOOKMARKS_REQUEST\",\n  \"TOTAL_BOOKMARKS_RESPONSE\",\n  \"UNINIT\",\n  \"UPDATE_SECTION_PREFS\",\n  \"WEBEXT_CLICK\",\n  \"WEBEXT_DISMISS\"\n]) {\n  actionTypes[type] = type;\n}\n\n// These are acceptable actions for AS Router messages to have. They can show up\n// as call-to-action buttons in snippets, onboarding tour, etc.\nconst ASRouterActions = {};\nfor (const type of [\n  \"OPEN_PRIVATE_BROWSER_WINDOW\",\n  \"OPEN_URL\",\n  \"OPEN_ABOUT_PAGE\"\n]) {\n  ASRouterActions[type] = type;\n}\n\n// Helper function for creating routed actions between content and main\n// Not intended to be used by consumers\nfunction _RouteMessage(action, options) {\n  const meta = action.meta ? {...action.meta} : {};\n  if (!options || !options.from || !options.to) {\n    throw new Error(\"Routed Messages must have options as the second parameter, and must at least include a .from and .to property.\");\n  }\n  // For each of these fields, if they are passed as an option,\n  // add them to the action. If they are not defined, remove them.\n  [\"from\", \"to\", \"toTarget\", \"fromTarget\", \"skipMain\", \"skipLocal\"].forEach(o => {\n    if (typeof options[o] !== \"undefined\") {\n      meta[o] = options[o];\n    } else if (meta[o]) {\n      delete meta[o];\n    }\n  });\n  return {...action, meta};\n}\n\n/**\n * AlsoToMain - Creates a message that will be dispatched locally and also sent to the Main process.\n *\n * @param  {object} action Any redux action (required)\n * @param  {object} options\n * @param  {bool}   skipLocal Used by OnlyToMain to skip the main reducer\n * @param  {string} fromTarget The id of the content port from which the action originated. (optional)\n * @return {object} An action with added .meta properties\n */\nfunction AlsoToMain(action, fromTarget, skipLocal) {\n  return _RouteMessage(action, {\n    from: CONTENT_MESSAGE_TYPE,\n    to: MAIN_MESSAGE_TYPE,\n    fromTarget,\n    skipLocal\n  });\n}\n\n/**\n * OnlyToMain - Creates a message that will be sent to the Main process and skip the local reducer.\n *\n * @param  {object} action Any redux action (required)\n * @param  {object} options\n * @param  {string} fromTarget The id of the content port from which the action originated. (optional)\n * @return {object} An action with added .meta properties\n */\nfunction OnlyToMain(action, fromTarget) {\n  return AlsoToMain(action, fromTarget, true);\n}\n\n/**\n * BroadcastToContent - Creates a message that will be dispatched to main and sent to ALL content processes.\n *\n * @param  {object} action Any redux action (required)\n * @return {object} An action with added .meta properties\n */\nfunction BroadcastToContent(action) {\n  return _RouteMessage(action, {\n    from: MAIN_MESSAGE_TYPE,\n    to: CONTENT_MESSAGE_TYPE\n  });\n}\n\n/**\n * AlsoToOneContent - Creates a message that will be will be dispatched to the main store\n *                    and also sent to a particular Content process.\n *\n * @param  {object} action Any redux action (required)\n * @param  {string} target The id of a content port\n * @param  {bool} skipMain Used by OnlyToOneContent to skip the main process\n * @return {object} An action with added .meta properties\n */\nfunction AlsoToOneContent(action, target, skipMain) {\n  if (!target) {\n    throw new Error(\"You must provide a target ID as the second parameter of AlsoToOneContent. If you want to send to all content processes, use BroadcastToContent\");\n  }\n  return _RouteMessage(action, {\n    from: MAIN_MESSAGE_TYPE,\n    to: CONTENT_MESSAGE_TYPE,\n    toTarget: target,\n    skipMain\n  });\n}\n\n/**\n * OnlyToOneContent - Creates a message that will be sent to a particular Content process\n *                    and skip the main reducer.\n *\n * @param  {object} action Any redux action (required)\n * @param  {string} target The id of a content port\n * @return {object} An action with added .meta properties\n */\nfunction OnlyToOneContent(action, target) {\n  return AlsoToOneContent(action, target, true);\n}\n\n/**\n * AlsoToPreloaded - Creates a message that dispatched to the main reducer and also sent to the preloaded tab.\n *\n * @param  {object} action Any redux action (required)\n * @return {object} An action with added .meta properties\n */\nfunction AlsoToPreloaded(action) {\n  return _RouteMessage(action, {\n    from: MAIN_MESSAGE_TYPE,\n    to: PRELOAD_MESSAGE_TYPE\n  });\n}\n\n/**\n * UserEvent - A telemetry ping indicating a user action. This should only\n *                   be sent from the UI during a user session.\n *\n * @param  {object} data Fields to include in the ping (source, etc.)\n * @return {object} An AlsoToMain action\n */\nfunction UserEvent(data) {\n  return AlsoToMain({\n    type: actionTypes.TELEMETRY_USER_EVENT,\n    data\n  });\n}\n\n/**\n * ASRouterUserEvent - A telemetry ping indicating a user action from AS router. This should only\n *                     be sent from the UI during a user session.\n *\n * @param  {object} data Fields to include in the ping (source, etc.)\n * @return {object} An AlsoToMain action\n */\nfunction ASRouterUserEvent(data) {\n  return AlsoToMain({\n    type: actionTypes.AS_ROUTER_TELEMETRY_USER_EVENT,\n    data\n  });\n}\n\n/**\n * UndesiredEvent - A telemetry ping indicating an undesired state.\n *\n * @param  {object} data Fields to include in the ping (value, etc.)\n * @param  {int} importContext (For testing) Override the import context for testing.\n * @return {object} An action. For UI code, a AlsoToMain action.\n */\nfunction UndesiredEvent(data, importContext = globalImportContext) {\n  const action = {\n    type: actionTypes.TELEMETRY_UNDESIRED_EVENT,\n    data\n  };\n  return importContext === UI_CODE ? AlsoToMain(action) : action;\n}\n\n/**\n * PerfEvent - A telemetry ping indicating a performance-related event.\n *\n * @param  {object} data Fields to include in the ping (value, etc.)\n * @param  {int} importContext (For testing) Override the import context for testing.\n * @return {object} An action. For UI code, a AlsoToMain action.\n */\nfunction PerfEvent(data, importContext = globalImportContext) {\n  const action = {\n    type: actionTypes.TELEMETRY_PERFORMANCE_EVENT,\n    data\n  };\n  return importContext === UI_CODE ? AlsoToMain(action) : action;\n}\n\n/**\n * ImpressionStats - A telemetry ping indicating an impression stats.\n *\n * @param  {object} data Fields to include in the ping\n * @param  {int} importContext (For testing) Override the import context for testing.\n * #return {object} An action. For UI code, a AlsoToMain action.\n */\nfunction ImpressionStats(data, importContext = globalImportContext) {\n  const action = {\n    type: actionTypes.TELEMETRY_IMPRESSION_STATS,\n    data\n  };\n  return importContext === UI_CODE ? AlsoToMain(action) : action;\n}\n\nfunction SetPref(name, value, importContext = globalImportContext) {\n  const action = {type: actionTypes.SET_PREF, data: {name, value}};\n  return importContext === UI_CODE ? AlsoToMain(action) : action;\n}\n\nfunction WebExtEvent(type, data, importContext = globalImportContext) {\n  if (!data || !data.source) {\n    throw new Error(\"WebExtEvent actions should include a property \\\"source\\\", the id of the webextension that should receive the event.\");\n  }\n  const action = {type, data};\n  return importContext === UI_CODE ? AlsoToMain(action) : action;\n}\n\nthis.actionTypes = actionTypes;\nthis.ASRouterActions = ASRouterActions;\n\nthis.actionCreators = {\n  BroadcastToContent,\n  UserEvent,\n  ASRouterUserEvent,\n  UndesiredEvent,\n  PerfEvent,\n  ImpressionStats,\n  AlsoToOneContent,\n  OnlyToOneContent,\n  AlsoToMain,\n  OnlyToMain,\n  AlsoToPreloaded,\n  SetPref,\n  WebExtEvent\n};\n\n// These are helpers to test for certain kinds of actions\nthis.actionUtils = {\n  isSendToMain(action) {\n    if (!action.meta) {\n      return false;\n    }\n    return action.meta.to === MAIN_MESSAGE_TYPE && action.meta.from === CONTENT_MESSAGE_TYPE;\n  },\n  isBroadcastToContent(action) {\n    if (!action.meta) {\n      return false;\n    }\n    if (action.meta.to === CONTENT_MESSAGE_TYPE && !action.meta.toTarget) {\n      return true;\n    }\n    return false;\n  },\n  isSendToOneContent(action) {\n    if (!action.meta) {\n      return false;\n    }\n    if (action.meta.to === CONTENT_MESSAGE_TYPE && action.meta.toTarget) {\n      return true;\n    }\n    return false;\n  },\n  isSendToPreloaded(action) {\n    if (!action.meta) {\n      return false;\n    }\n    return action.meta.to === PRELOAD_MESSAGE_TYPE &&\n      action.meta.from === MAIN_MESSAGE_TYPE;\n  },\n  isFromMain(action) {\n    if (!action.meta) {\n      return false;\n    }\n    return action.meta.from === MAIN_MESSAGE_TYPE &&\n      action.meta.to === CONTENT_MESSAGE_TYPE;\n  },\n  getPortIdOfSender(action) {\n    return (action.meta && action.meta.fromTarget) || null;\n  },\n  _RouteMessage\n};\n\nconst EXPORTED_SYMBOLS = [\n  \"actionTypes\",\n  \"actionCreators\",\n  \"actionUtils\",\n  \"ASRouterActions\",\n  \"globalImportContext\",\n  \"UI_CODE\",\n  \"BACKGROUND_PROCESS\",\n  \"MAIN_MESSAGE_TYPE\",\n  \"CONTENT_MESSAGE_TYPE\",\n  \"PRELOAD_MESSAGE_TYPE\"\n];\n\n\n\n// WEBPACK FOOTER //\n// ./common/Actions.jsm","module.exports = ReactIntl;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"ReactIntl\"\n// module id = 2\n// module chunks = 0","var g;\r\n\r\n// This works in non-strict mode\r\ng = (function() {\r\n\treturn this;\r\n})();\r\n\r\ntry {\r\n\t// This works if eval is allowed (see CSP)\r\n\tg = g || Function(\"return this\")() || (1,eval)(\"this\");\r\n} catch(e) {\r\n\t// This works if the window reference is available\r\n\tif(typeof window === \"object\")\r\n\t\tg = window;\r\n}\r\n\r\n// g can still be undefined, but nothing to do about it...\r\n// We return undefined, instead of nothing here, so it's\r\n// easier to handle this case. if(!global) { ...}\r\n\r\nmodule.exports = g;\r\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// (webpack)/buildin/global.js\n// module id = 3\n// module chunks = 0","module.exports = ReactRedux;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"ReactRedux\"\n// module id = 4\n// module chunks = 0","export function safeURI(url) {\n  if (!url) {\n    return \"\";\n  }\n  const {protocol} = new URL(url);\n  const isAllowed = [\n    \"http:\",\n    \"https:\",\n    \"data:\",\n    \"resource:\",\n    \"chrome:\"\n  ].includes(protocol);\n  if (!isAllowed) {\n    console.warn(`The protocol ${protocol} is not allowed for template URLs.`); // eslint-disable-line no-console\n  }\n  return isAllowed ? url : \"\";\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/template-utils.js","export const TOP_SITES_SOURCE = \"TOP_SITES\";\nexport const TOP_SITES_CONTEXT_MENU_OPTIONS = [\"CheckPinTopSite\", \"EditTopSite\", \"Separator\",\n  \"OpenInNewWindow\", \"OpenInPrivateWindow\", \"Separator\", \"BlockUrl\", \"DeleteUrl\"];\n// minimum size necessary to show a rich icon instead of a screenshot\nexport const MIN_RICH_FAVICON_SIZE = 96;\n// minimum size necessary to show any icon in the top left corner with a screenshot\nexport const MIN_CORNER_FAVICON_SIZE = 16;\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/TopSites/TopSitesConstants.js","this.Dedupe = class Dedupe {\n  constructor(createKey) {\n    this.createKey = createKey || this.defaultCreateKey;\n  }\n\n  defaultCreateKey(item) {\n    return item;\n  }\n\n  /**\n   * Dedupe any number of grouped elements favoring those from earlier groups.\n   *\n   * @param {Array} groups Contains an arbitrary number of arrays of elements.\n   * @returns {Array} A matching array of each provided group deduped.\n   */\n  group(...groups) {\n    const globalKeys = new Set();\n    const result = [];\n    for (const values of groups) {\n      const valueMap = new Map();\n      for (const value of values) {\n        const key = this.createKey(value);\n        if (!globalKeys.has(key) && !valueMap.has(key)) {\n          valueMap.set(key, value);\n        }\n      }\n      result.push(valueMap);\n      valueMap.forEach((value, key) => globalKeys.add(key));\n    }\n    return result.map(m => Array.from(m.values()));\n  }\n};\n\nconst EXPORTED_SYMBOLS = [\"Dedupe\"];\n\n\n\n// WEBPACK FOOTER //\n// ./common/Dedupe.jsm","/* This Source Code Form is subject to the terms of the Mozilla Public\n * License, v. 2.0. If a copy of the MPL was not distributed with this\n * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\n\"use strict\";\n\nconst {actionTypes: at} = ChromeUtils.import(\"resource://activity-stream/common/Actions.jsm\", {});\nconst {Dedupe} = ChromeUtils.import(\"resource://activity-stream/common/Dedupe.jsm\", {});\n\nconst TOP_SITES_DEFAULT_ROWS = 1;\nconst TOP_SITES_MAX_SITES_PER_ROW = 8;\n\nconst dedupe = new Dedupe(site => site && site.url);\n\nconst INITIAL_STATE = {\n  App: {\n    // Have we received real data from the app yet?\n    initialized: false,\n    // The version of the system-addon\n    version: null\n  },\n  Snippets: {initialized: false},\n  TopSites: {\n    // Have we received real data from history yet?\n    initialized: false,\n    // The history (and possibly default) links\n    rows: [],\n    // Used in content only to dispatch action to TopSiteForm.\n    editForm: null\n  },\n  Prefs: {\n    initialized: false,\n    values: {}\n  },\n  Theme: {className: \"\"},\n  Dialog: {\n    visible: false,\n    data: {}\n  },\n  Sections: []\n};\n\nfunction App(prevState = INITIAL_STATE.App, action) {\n  switch (action.type) {\n    case at.INIT:\n      return Object.assign({}, prevState, action.data || {}, {initialized: true});\n    default:\n      return prevState;\n  }\n}\n\n/**\n * insertPinned - Inserts pinned links in their specified slots\n *\n * @param {array} a list of links\n * @param {array} a list of pinned links\n * @return {array} resulting list of links with pinned links inserted\n */\nfunction insertPinned(links, pinned) {\n  // Remove any pinned links\n  const pinnedUrls = pinned.map(link => link && link.url);\n  let newLinks = links.filter(link => (link ? !pinnedUrls.includes(link.url) : false));\n  newLinks = newLinks.map(link => {\n    if (link && link.isPinned) {\n      delete link.isPinned;\n      delete link.pinIndex;\n    }\n    return link;\n  });\n\n  // Then insert them in their specified location\n  pinned.forEach((val, index) => {\n    if (!val) { return; }\n    let link = Object.assign({}, val, {isPinned: true, pinIndex: index});\n    if (index > newLinks.length) {\n      newLinks[index] = link;\n    } else {\n      newLinks.splice(index, 0, link);\n    }\n  });\n\n  return newLinks;\n}\n\nfunction TopSites(prevState = INITIAL_STATE.TopSites, action) {\n  let hasMatch;\n  let newRows;\n  switch (action.type) {\n    case at.TOP_SITES_UPDATED:\n      if (!action.data || !action.data.links) {\n        return prevState;\n      }\n      return Object.assign({}, prevState, {initialized: true, rows: action.data.links}, action.data.pref ? {pref: action.data.pref} : {});\n    case at.TOP_SITES_PREFS_UPDATED:\n      return Object.assign({}, prevState, {pref: action.data.pref});\n    case at.TOP_SITES_EDIT:\n      return Object.assign({}, prevState, {\n        editForm: {\n          index: action.data.index,\n          previewResponse: null\n        }\n      });\n    case at.TOP_SITES_CANCEL_EDIT:\n      return Object.assign({}, prevState, {editForm: null});\n    case at.PREVIEW_RESPONSE:\n      if (!prevState.editForm || action.data.url !== prevState.editForm.previewUrl) {\n        return prevState;\n      }\n      return Object.assign({}, prevState, {\n        editForm: {\n          index: prevState.editForm.index,\n          previewResponse: action.data.preview,\n          previewUrl: action.data.url\n        }\n      });\n    case at.PREVIEW_REQUEST:\n      if (!prevState.editForm) {\n        return prevState;\n      }\n      return Object.assign({}, prevState, {\n        editForm: {\n          index: prevState.editForm.index,\n          previewResponse: null,\n          previewUrl: action.data.url\n        }\n      });\n    case at.PREVIEW_REQUEST_CANCEL:\n      if (!prevState.editForm) {\n        return prevState;\n      }\n      return Object.assign({}, prevState, {\n        editForm: {\n          index: prevState.editForm.index,\n          previewResponse: null\n        }\n      });\n    case at.SCREENSHOT_UPDATED:\n      newRows = prevState.rows.map(row => {\n        if (row && row.url === action.data.url) {\n          hasMatch = true;\n          return Object.assign({}, row, {screenshot: action.data.screenshot});\n        }\n        return row;\n      });\n      return hasMatch ? Object.assign({}, prevState, {rows: newRows}) : prevState;\n    case at.PLACES_BOOKMARK_ADDED:\n      if (!action.data) {\n        return prevState;\n      }\n      newRows = prevState.rows.map(site => {\n        if (site && site.url === action.data.url) {\n          const {bookmarkGuid, bookmarkTitle, dateAdded} = action.data;\n          return Object.assign({}, site, {bookmarkGuid, bookmarkTitle, bookmarkDateCreated: dateAdded});\n        }\n        return site;\n      });\n      return Object.assign({}, prevState, {rows: newRows});\n    case at.PLACES_BOOKMARK_REMOVED:\n      if (!action.data) {\n        return prevState;\n      }\n      newRows = prevState.rows.map(site => {\n        if (site && site.url === action.data.url) {\n          const newSite = Object.assign({}, site);\n          delete newSite.bookmarkGuid;\n          delete newSite.bookmarkTitle;\n          delete newSite.bookmarkDateCreated;\n          return newSite;\n        }\n        return site;\n      });\n      return Object.assign({}, prevState, {rows: newRows});\n    case at.PLACES_LINK_DELETED:\n      if (!action.data) {\n        return prevState;\n      }\n      newRows = prevState.rows.filter(site => action.data.url !== site.url);\n      return Object.assign({}, prevState, {rows: newRows});\n    default:\n      return prevState;\n  }\n}\n\nfunction Dialog(prevState = INITIAL_STATE.Dialog, action) {\n  switch (action.type) {\n    case at.DIALOG_OPEN:\n      return Object.assign({}, prevState, {visible: true, data: action.data});\n    case at.DIALOG_CANCEL:\n      return Object.assign({}, prevState, {visible: false});\n    case at.DELETE_HISTORY_URL:\n      return Object.assign({}, INITIAL_STATE.Dialog);\n    default:\n      return prevState;\n  }\n}\n\nfunction Prefs(prevState = INITIAL_STATE.Prefs, action) {\n  let newValues;\n  switch (action.type) {\n    case at.PREFS_INITIAL_VALUES:\n      return Object.assign({}, prevState, {initialized: true, values: action.data});\n    case at.PREF_CHANGED:\n      newValues = Object.assign({}, prevState.values);\n      newValues[action.data.name] = action.data.value;\n      return Object.assign({}, prevState, {values: newValues});\n    default:\n      return prevState;\n  }\n}\n\nfunction Sections(prevState = INITIAL_STATE.Sections, action) {\n  let hasMatch;\n  let newState;\n  switch (action.type) {\n    case at.SECTION_DEREGISTER:\n      return prevState.filter(section => section.id !== action.data);\n    case at.SECTION_REGISTER:\n      // If section exists in prevState, update it\n      newState = prevState.map(section => {\n        if (section && section.id === action.data.id) {\n          hasMatch = true;\n          return Object.assign({}, section, action.data);\n        }\n        return section;\n      });\n      // Otherwise, append it\n      if (!hasMatch) {\n        const initialized = !!(action.data.rows && action.data.rows.length > 0);\n        const section = Object.assign({title: \"\", rows: [], enabled: false}, action.data, {initialized});\n        newState.push(section);\n      }\n      return newState;\n    case at.SECTION_UPDATE:\n      newState = prevState.map(section => {\n        if (section && section.id === action.data.id) {\n          // If the action is updating rows, we should consider initialized to be true.\n          // This can be overridden if initialized is defined in the action.data\n          const initialized = action.data.rows ? {initialized: true} : {};\n\n          // Make sure pinned cards stay at their current position when rows are updated.\n          // Disabling a section (SECTION_UPDATE with empty rows) does not retain pinned cards.\n          if (action.data.rows && action.data.rows.length > 0 && section.rows.find(card => card.pinned)) {\n            const rows = Array.from(action.data.rows);\n            section.rows.forEach((card, index) => {\n              if (card.pinned) {\n                rows.splice(index, 0, card);\n              }\n            });\n            return Object.assign({}, section, initialized, Object.assign({}, action.data, {rows}));\n          }\n\n          return Object.assign({}, section, initialized, action.data);\n        }\n        return section;\n      });\n\n      if (!action.data.dedupeConfigurations) {\n        return newState;\n      }\n\n      action.data.dedupeConfigurations.forEach(dedupeConf => {\n        newState = newState.map(section => {\n          if (section.id === dedupeConf.id) {\n            const dedupedRows = dedupeConf.dedupeFrom.reduce((rows, dedupeSectionId) => {\n              const dedupeSection = newState.find(s => s.id === dedupeSectionId);\n              const [, newRows] = dedupe.group(dedupeSection.rows, rows);\n              return newRows;\n            }, section.rows);\n\n            return Object.assign({}, section, {rows: dedupedRows});\n          }\n\n          return section;\n        });\n      });\n\n      return newState;\n    case at.SECTION_UPDATE_CARD:\n      return prevState.map(section => {\n        if (section && section.id === action.data.id && section.rows) {\n          const newRows = section.rows.map(card => {\n            if (card.url === action.data.url) {\n              return Object.assign({}, card, action.data.options);\n            }\n            return card;\n          });\n          return Object.assign({}, section, {rows: newRows});\n        }\n        return section;\n      });\n    case at.PLACES_BOOKMARK_ADDED:\n      if (!action.data) {\n        return prevState;\n      }\n      return prevState.map(section => Object.assign({}, section, {\n        rows: section.rows.map(item => {\n          // find the item within the rows that is attempted to be bookmarked\n          if (item.url === action.data.url) {\n            const {bookmarkGuid, bookmarkTitle, dateAdded} = action.data;\n            return Object.assign({}, item, {\n              bookmarkGuid,\n              bookmarkTitle,\n              bookmarkDateCreated: dateAdded,\n              type: \"bookmark\"\n            });\n          }\n          return item;\n        })\n      }));\n    case at.PLACES_SAVED_TO_POCKET:\n      if (!action.data) {\n        return prevState;\n      }\n      return prevState.map(section => Object.assign({}, section, {\n        rows: section.rows.map(item => {\n          if (item.url === action.data.url) {\n            return Object.assign({}, item, {\n              open_url: action.data.open_url,\n              pocket_id: action.data.pocket_id,\n              title: action.data.title,\n              type: \"pocket\"\n            });\n          }\n          return item;\n        })\n      }));\n    case at.PLACES_BOOKMARK_REMOVED:\n      if (!action.data) {\n        return prevState;\n      }\n      return prevState.map(section => Object.assign({}, section, {\n        rows: section.rows.map(item => {\n          // find the bookmark within the rows that is attempted to be removed\n          if (item.url === action.data.url) {\n            const newSite = Object.assign({}, item);\n            delete newSite.bookmarkGuid;\n            delete newSite.bookmarkTitle;\n            delete newSite.bookmarkDateCreated;\n            if (!newSite.type || newSite.type === \"bookmark\") {\n              newSite.type = \"history\";\n            }\n            return newSite;\n          }\n          return item;\n        })\n      }));\n    case at.PLACES_LINK_DELETED:\n    case at.PLACES_LINK_BLOCKED:\n      if (!action.data) {\n        return prevState;\n      }\n      return prevState.map(section =>\n        Object.assign({}, section, {rows: section.rows.filter(site => site.url !== action.data.url)}));\n    case at.DELETE_FROM_POCKET:\n    case at.ARCHIVE_FROM_POCKET:\n      return prevState.map(section =>\n        Object.assign({}, section, {rows: section.rows.filter(site => site.pocket_id !== action.data.pocket_id)}));\n    default:\n      return prevState;\n  }\n}\n\nfunction Snippets(prevState = INITIAL_STATE.Snippets, action) {\n  switch (action.type) {\n    case at.SNIPPETS_DATA:\n      return Object.assign({}, prevState, {initialized: true}, action.data);\n    case at.SNIPPET_BLOCKED:\n      return Object.assign({}, prevState, {blockList: prevState.blockList.concat(action.data)});\n    case at.SNIPPETS_BLOCKLIST_CLEARED:\n      return Object.assign({}, prevState, {blockList: []});\n    case at.SNIPPETS_RESET:\n      return INITIAL_STATE.Snippets;\n    default:\n      return prevState;\n  }\n}\n\nfunction Theme(prevState = INITIAL_STATE.Theme, action) {\n  switch (action.type) {\n    case at.THEME_UPDATE:\n      return Object.assign({}, prevState, action.data);\n    default:\n      return prevState;\n  }\n}\n\nthis.INITIAL_STATE = INITIAL_STATE;\nthis.TOP_SITES_DEFAULT_ROWS = TOP_SITES_DEFAULT_ROWS;\nthis.TOP_SITES_MAX_SITES_PER_ROW = TOP_SITES_MAX_SITES_PER_ROW;\n\nthis.reducers = {TopSites, App, Snippets, Prefs, Dialog, Sections, Theme};\n\nconst EXPORTED_SYMBOLS = [\"reducers\", \"INITIAL_STATE\", \"insertPinned\", \"TOP_SITES_DEFAULT_ROWS\", \"TOP_SITES_MAX_SITES_PER_ROW\"];\n\n\n\n// WEBPACK FOOTER //\n// ./common/Reducers.jsm","import {actionCreators as ac, ASRouterActions as ra} from \"common/Actions.jsm\";\nimport {LocalizationProvider, Localized} from \"fluent-react\";\nimport {OUTGOING_MESSAGE_NAME as AS_GENERAL_OUTGOING_MESSAGE_NAME} from \"content-src/lib/init-store\";\nimport {ImpressionsWrapper} from \"./components/ImpressionsWrapper/ImpressionsWrapper\";\nimport {MessageContext} from \"fluent\";\nimport {OnboardingMessage} from \"./templates/OnboardingMessage/OnboardingMessage\";\nimport React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport {safeURI} from \"./template-utils\";\nimport {SimpleSnippet} from \"./templates/SimpleSnippet/SimpleSnippet\";\n\nconst INCOMING_MESSAGE_NAME = \"ASRouter:parent-to-child\";\nconst OUTGOING_MESSAGE_NAME = \"ASRouter:child-to-parent\";\n\nexport const ASRouterUtils = {\n  addListener(listener) {\n    global.addMessageListener(INCOMING_MESSAGE_NAME, listener);\n  },\n  removeListener(listener) {\n    global.removeMessageListener(INCOMING_MESSAGE_NAME, listener);\n  },\n  sendMessage(action) {\n    global.sendAsyncMessage(OUTGOING_MESSAGE_NAME, action);\n  },\n  blockById(id) {\n    ASRouterUtils.sendMessage({type: \"BLOCK_MESSAGE_BY_ID\", data: {id}});\n  },\n  blockBundle(bundle) {\n    ASRouterUtils.sendMessage({type: \"BLOCK_BUNDLE\", data: {bundle}});\n  },\n  executeAction({button_action, button_action_params}) {\n    if (button_action in ra) {\n      ASRouterUtils.sendMessage({type: button_action, data: {button_action_params}});\n    }\n  },\n  unblockById(id) {\n    ASRouterUtils.sendMessage({type: \"UNBLOCK_MESSAGE_BY_ID\", data: {id}});\n  },\n  unblockBundle(bundle) {\n    ASRouterUtils.sendMessage({type: \"UNBLOCK_BUNDLE\", data: {bundle}});\n  },\n  getNextMessage() {\n    ASRouterUtils.sendMessage({type: \"GET_NEXT_MESSAGE\"});\n  },\n  overrideMessage(id) {\n    ASRouterUtils.sendMessage({type: \"OVERRIDE_MESSAGE\", data: {id}});\n  },\n  sendTelemetry(ping) {\n    const payload = ac.ASRouterUserEvent(ping);\n    global.sendAsyncMessage(AS_GENERAL_OUTGOING_MESSAGE_NAME, payload);\n  }\n};\n\n// Note: nextProps/prevProps refer to props passed to <ImpressionsWrapper />, not <ASRouterUISurface />\nfunction shouldSendImpressionOnUpdate(nextProps, prevProps) {\n  return (nextProps.message.id && (!prevProps.message || prevProps.message.id !== nextProps.message.id));\n}\n\nfunction generateMessages(content) {\n  const cx = new MessageContext(\"en-US\");\n  cx.addMessages(`RichTextSnippet = ${content}`);\n  return [cx];\n}\n\n// Elements allowed in snippet content\nconst ALLOWED_TAGS = {\n  b: <b />,\n  i: <i />,\n  u: <u />,\n  strong: <strong />,\n  em: <em />,\n  br: <br />\n};\n\n/**\n * Transform an object (tag name: {url}) into (tag name: anchor) where the url\n * is used as href, in order to render links inside a Fluent.Localized component.\n */\nexport function convertLinks(links, sendClick) {\n  if (links) {\n    return Object.keys(links).reduce((acc, linkTag) => {\n      acc[linkTag] = <a href={safeURI(links[linkTag].url)} data-metric={links[linkTag].metric} onClick={sendClick} />;\n      return acc;\n    }, {});\n  }\n\n  return null;\n}\n\n/**\n * Message wrapper used to sanitize markup and render HTML.\n */\nfunction RichText(props) {\n  return (\n    <Localized id=\"RichTextSnippet\" {...ALLOWED_TAGS} {...convertLinks(props.links, props.sendClick)}>\n      <span>{props.text}</span>\n    </Localized>\n  );\n}\n\nexport class ASRouterUISurface extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onMessageFromParent = this.onMessageFromParent.bind(this);\n    this.sendClick = this.sendClick.bind(this);\n    this.sendImpression = this.sendImpression.bind(this);\n    this.sendUserActionTelemetry = this.sendUserActionTelemetry.bind(this);\n    this.state = {message: {}, bundle: {}};\n  }\n\n  sendUserActionTelemetry(extraProps = {}) {\n    const {message, bundle} = this.state;\n    if (!message && !extraProps.message_id) {\n      throw new Error(`You must provide a message_id for bundled messages`);\n    }\n    const eventType = `${message.provider || bundle.provider}_user_event`;\n    ASRouterUtils.sendTelemetry({\n      message_id: message.id || extraProps.message_id,\n      source: extraProps.id,\n      action: eventType,\n      ...extraProps\n    });\n  }\n\n  sendImpression(extraProps) {\n    this.sendUserActionTelemetry({event: \"IMPRESSION\", ...extraProps});\n  }\n\n  // If link has a `metric` data attribute send it as part of the `value`\n  // telemetry field which can have arbitrary values.\n  // Used for router messages with links as part of the content.\n  sendClick(event) {\n    const metric = {\n      value: event.target.dataset.metric,\n      // Used for the `source` of the event. Needed to differentiate\n      // from other snippet or onboarding events that may occur.\n      id: \"NEWTAB_FOOTER_BAR_CONTENT\"\n    };\n    this.sendUserActionTelemetry({event: \"CLICK_BUTTON\", ...metric});\n  }\n\n  onBlockById(id) {\n    return () => ASRouterUtils.blockById(id);\n  }\n\n  clearBundle(bundle) {\n    return () => ASRouterUtils.blockBundle(bundle);\n  }\n\n  onMessageFromParent({data: action}) {\n    switch (action.type) {\n      case \"SET_MESSAGE\":\n        this.setState({message: action.data});\n        break;\n      case \"SET_BUNDLED_MESSAGES\":\n        this.setState({bundle: action.data});\n        break;\n      case \"CLEAR_MESSAGE\":\n        if (action.data.id === this.state.message.id) {\n          this.setState({message: {}});\n        }\n        break;\n      case \"CLEAR_BUNDLE\":\n        if (this.state.bundle.bundle) {\n          this.setState({bundle: {}});\n        }\n        break;\n      case \"CLEAR_ALL\":\n        this.setState({message: {}, bundle: {}});\n    }\n  }\n\n  componentWillMount() {\n    ASRouterUtils.addListener(this.onMessageFromParent);\n    ASRouterUtils.sendMessage({type: \"CONNECT_UI_REQUEST\"});\n  }\n\n  componentWillUnmount() {\n    ASRouterUtils.removeListener(this.onMessageFromParent);\n  }\n\n  renderSnippets() {\n    return (\n      <ImpressionsWrapper\n        id=\"NEWTAB_FOOTER_BAR\"\n        message={this.state.message}\n        sendImpression={this.sendImpression}\n        shouldSendImpressionOnUpdate={shouldSendImpressionOnUpdate}\n        // This helps with testing\n        document={this.props.document}>\n          <LocalizationProvider messages={generateMessages(this.state.message.content.text)}>\n            <SimpleSnippet\n              {...this.state.message}\n              richText={<RichText text={this.state.message.content.text}\n                                  links={this.state.message.content.links}\n                                  sendClick={this.sendClick} />}\n              UISurface=\"NEWTAB_FOOTER_BAR\"\n              getNextMessage={ASRouterUtils.getNextMessage}\n              onBlock={this.onBlockById(this.state.message.id)}\n              sendUserActionTelemetry={this.sendUserActionTelemetry} />\n          </LocalizationProvider>\n      </ImpressionsWrapper>);\n  }\n\n  renderOnboarding() {\n    return (\n      <OnboardingMessage\n        {...this.state.bundle}\n        UISurface=\"NEWTAB_OVERLAY\"\n        onAction={ASRouterUtils.executeAction}\n        onDoneButton={this.clearBundle(this.state.bundle.bundle)}\n        getNextMessage={ASRouterUtils.getNextMessage}\n        sendUserActionTelemetry={this.sendUserActionTelemetry} />);\n  }\n\n  render() {\n    const {message, bundle} = this.state;\n    if (!message.id && !bundle.template) { return null; }\n    if (bundle.template === \"onboarding\") { return this.renderOnboarding(); }\n    return this.renderSnippets();\n  }\n}\n\nASRouterUISurface.defaultProps = {document: global.document};\n\nexport class ASRouterContent {\n  constructor() {\n    this.initialized = false;\n    this.containerElement = null;\n  }\n\n  _mount() {\n    this.containerElement = global.document.getElementById(\"snippets-container\");\n    ReactDOM.render(<ASRouterUISurface />, this.containerElement);\n  }\n\n  _unmount() {\n    ReactDOM.unmountComponentAtNode(this.containerElement);\n  }\n\n  init() {\n    this._mount();\n    this.initialized = true;\n  }\n\n  uninit() {\n    if (this.initialized) {\n      this._unmount();\n      this.initialized = false;\n    }\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/asrouter-content.jsx","module.exports = PropTypes;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"PropTypes\"\n// module id = 9\n// module chunks = 0","/*  eslint no-magic-numbers: [0]  */\n\nconst MAX_PLACEABLES = 100;\n\nconst entryIdentifierRe = /-?[a-zA-Z][a-zA-Z0-9_-]*/y;\nconst identifierRe = /[a-zA-Z][a-zA-Z0-9_-]*/y;\nconst functionIdentifierRe = /^[A-Z][A-Z_?-]*$/;\n\n/**\n * The `Parser` class is responsible for parsing FTL resources.\n *\n * It's only public method is `getResource(source)` which takes an FTL string\n * and returns a two element Array with an Object of entries generated from the\n * source as the first element and an array of SyntaxError objects as the\n * second.\n *\n * This parser is optimized for runtime performance.\n *\n * There is an equivalent of this parser in syntax/parser which is\n * generating full AST which is useful for FTL tools.\n */\nclass RuntimeParser {\n  /**\n   * Parse FTL code into entries formattable by the MessageContext.\n   *\n   * Given a string of FTL syntax, return a map of entries that can be passed\n   * to MessageContext.format and a list of errors encountered during parsing.\n   *\n   * @param {String} string\n   * @returns {Array<Object, Array>}\n   */\n  getResource(string) {\n    this._source = string;\n    this._index = 0;\n    this._length = string.length;\n    this.entries = {};\n\n    const errors = [];\n\n    this.skipWS();\n    while (this._index < this._length) {\n      try {\n        this.getEntry();\n      } catch (e) {\n        if (e instanceof SyntaxError) {\n          errors.push(e);\n\n          this.skipToNextEntryStart();\n        } else {\n          throw e;\n        }\n      }\n      this.skipWS();\n    }\n\n    return [this.entries, errors];\n  }\n\n  /**\n   * Parse the source string from the current index as an FTL entry\n   * and add it to object's entries property.\n   *\n   * @private\n   */\n  getEntry() {\n    // The index here should either be at the beginning of the file\n    // or right after new line.\n    if (this._index !== 0 &&\n        this._source[this._index - 1] !== \"\\n\") {\n      throw this.error(`Expected an entry to start\n        at the beginning of the file or on a new line.`);\n    }\n\n    const ch = this._source[this._index];\n\n    // We don't care about comments or sections at runtime\n    if (ch === \"/\" ||\n      (ch === \"#\" &&\n        [\" \", \"#\", \"\\n\"].includes(this._source[this._index + 1]))) {\n      this.skipComment();\n      return;\n    }\n\n    if (ch === \"[\") {\n      this.skipSection();\n      return;\n    }\n\n    this.getMessage();\n  }\n\n  /**\n   * Skip the section entry from the current index.\n   *\n   * @private\n   */\n  skipSection() {\n    this._index += 1;\n    if (this._source[this._index] !== \"[\") {\n      throw this.error('Expected \"[[\" to open a section');\n    }\n\n    this._index += 1;\n\n    this.skipInlineWS();\n    this.getVariantName();\n    this.skipInlineWS();\n\n    if (this._source[this._index] !== \"]\" ||\n        this._source[this._index + 1] !== \"]\") {\n      throw this.error('Expected \"]]\" to close a section');\n    }\n\n    this._index += 2;\n  }\n\n  /**\n   * Parse the source string from the current index as an FTL message\n   * and add it to the entries property on the Parser.\n   *\n   * @private\n   */\n  getMessage() {\n    const id = this.getEntryIdentifier();\n\n    this.skipInlineWS();\n\n    if (this._source[this._index] === \"=\") {\n      this._index++;\n    }\n\n    this.skipInlineWS();\n\n    const val = this.getPattern();\n\n    if (id.startsWith(\"-\") && val === null) {\n      throw this.error(\"Expected term to have a value\");\n    }\n\n    let attrs = null;\n\n    if (this._source[this._index] === \" \") {\n      const lineStart = this._index;\n      this.skipInlineWS();\n\n      if (this._source[this._index] === \".\") {\n        this._index = lineStart;\n        attrs = this.getAttributes();\n      }\n    }\n\n    if (attrs === null && typeof val === \"string\") {\n      this.entries[id] = val;\n    } else {\n      if (val === null && attrs === null) {\n        throw this.error(\"Expected message to have a value or attributes\");\n      }\n\n      this.entries[id] = {};\n\n      if (val !== null) {\n        this.entries[id].val = val;\n      }\n\n      if (attrs !== null) {\n        this.entries[id].attrs = attrs;\n      }\n    }\n  }\n\n  /**\n   * Skip whitespace.\n   *\n   * @private\n   */\n  skipWS() {\n    let ch = this._source[this._index];\n    while (ch === \" \" || ch === \"\\n\" || ch === \"\\t\" || ch === \"\\r\") {\n      ch = this._source[++this._index];\n    }\n  }\n\n  /**\n   * Skip inline whitespace (space and \\t).\n   *\n   * @private\n   */\n  skipInlineWS() {\n    let ch = this._source[this._index];\n    while (ch === \" \" || ch === \"\\t\") {\n      ch = this._source[++this._index];\n    }\n  }\n\n  /**\n   * Skip blank lines.\n   *\n   * @private\n   */\n  skipBlankLines() {\n    while (true) {\n      const ptr = this._index;\n\n      this.skipInlineWS();\n\n      if (this._source[this._index] === \"\\n\") {\n        this._index += 1;\n      } else {\n        this._index = ptr;\n        break;\n      }\n    }\n  }\n\n  /**\n   * Get identifier using the provided regex.\n   *\n   * By default this will get identifiers of public messages, attributes and\n   * external arguments (without the $).\n   *\n   * @returns {String}\n   * @private\n   */\n  getIdentifier(re = identifierRe) {\n    re.lastIndex = this._index;\n    const result = re.exec(this._source);\n\n    if (result === null) {\n      this._index += 1;\n      throw this.error(`Expected an identifier [${re.toString()}]`);\n    }\n\n    this._index = re.lastIndex;\n    return result[0];\n  }\n\n  /**\n   * Get identifier of a Message or a Term (staring with a dash).\n   *\n   * @returns {String}\n   * @private\n   */\n  getEntryIdentifier() {\n    return this.getIdentifier(entryIdentifierRe);\n  }\n\n  /**\n   * Get Variant name.\n   *\n   * @returns {Object}\n   * @private\n   */\n  getVariantName() {\n    let name = \"\";\n\n    const start = this._index;\n    let cc = this._source.charCodeAt(this._index);\n\n    if ((cc >= 97 && cc <= 122) || // a-z\n        (cc >= 65 && cc <= 90) || // A-Z\n        cc === 95 || cc === 32) { // _ <space>\n      cc = this._source.charCodeAt(++this._index);\n    } else {\n      throw this.error(\"Expected a keyword (starting with [a-zA-Z_])\");\n    }\n\n    while ((cc >= 97 && cc <= 122) || // a-z\n           (cc >= 65 && cc <= 90) || // A-Z\n           (cc >= 48 && cc <= 57) || // 0-9\n           cc === 95 || cc === 45 || cc === 32) { // _- <space>\n      cc = this._source.charCodeAt(++this._index);\n    }\n\n    // If we encountered the end of name, we want to test if the last\n    // collected character is a space.\n    // If it is, we will backtrack to the last non-space character because\n    // the keyword cannot end with a space character.\n    while (this._source.charCodeAt(this._index - 1) === 32) {\n      this._index--;\n    }\n\n    name += this._source.slice(start, this._index);\n\n    return { type: \"varname\", name };\n  }\n\n  /**\n   * Get simple string argument enclosed in `\"`.\n   *\n   * @returns {String}\n   * @private\n   */\n  getString() {\n    const start = this._index + 1;\n\n    while (++this._index < this._length) {\n      const ch = this._source[this._index];\n\n      if (ch === '\"') {\n        break;\n      }\n\n      if (ch === \"\\n\") {\n        throw this.error(\"Unterminated string expression\");\n      }\n    }\n\n    return this._source.substring(start, this._index++);\n  }\n\n  /**\n   * Parses a Message pattern.\n   * Message Pattern may be a simple string or an array of strings\n   * and placeable expressions.\n   *\n   * @returns {String|Array}\n   * @private\n   */\n  getPattern() {\n    // We're going to first try to see if the pattern is simple.\n    // If it is we can just look for the end of the line and read the string.\n    //\n    // Then, if either the line contains a placeable opening `{` or the\n    // next line starts an indentation, we switch to complex pattern.\n    const start = this._index;\n    let eol = this._source.indexOf(\"\\n\", this._index);\n\n    if (eol === -1) {\n      eol = this._length;\n    }\n\n    const firstLineContent = start !== eol ?\n      this._source.slice(start, eol) : null;\n\n    if (firstLineContent && firstLineContent.includes(\"{\")) {\n      return this.getComplexPattern();\n    }\n\n    this._index = eol + 1;\n\n    this.skipBlankLines();\n\n    if (this._source[this._index] !== \" \") {\n      // No indentation means we're done with this message. Callers should check\n      // if the return value here is null. It may be OK for messages, but not OK\n      // for terms, attributes and variants.\n      return firstLineContent;\n    }\n\n    const lineStart = this._index;\n\n    this.skipInlineWS();\n\n    if (this._source[this._index] === \".\") {\n      // The pattern is followed by an attribute. Rewind _index to the first\n      // column of the current line as expected by getAttributes.\n      this._index = lineStart;\n      return firstLineContent;\n    }\n\n    if (firstLineContent) {\n      // It's a multiline pattern which started on the same line as the\n      // identifier. Reparse the whole pattern to make sure we get all of it.\n      this._index = start;\n    }\n\n    return this.getComplexPattern();\n  }\n\n  /**\n   * Parses a complex Message pattern.\n   * This function is called by getPattern when the message is multiline,\n   * or contains escape chars or placeables.\n   * It does full parsing of complex patterns.\n   *\n   * @returns {Array}\n   * @private\n   */\n  /* eslint-disable complexity */\n  getComplexPattern() {\n    let buffer = \"\";\n    const content = [];\n    let placeables = 0;\n\n    let ch = this._source[this._index];\n\n    while (this._index < this._length) {\n      // This block handles multi-line strings combining strings separated\n      // by new line.\n      if (ch === \"\\n\") {\n        this._index++;\n\n        // We want to capture the start and end pointers\n        // around blank lines and add them to the buffer\n        // but only if the blank lines are in the middle\n        // of the string.\n        const blankLinesStart = this._index;\n        this.skipBlankLines();\n        const blankLinesEnd = this._index;\n\n\n        if (this._source[this._index] !== \" \") {\n          break;\n        }\n        this.skipInlineWS();\n\n        if (this._source[this._index] === \"}\" ||\n            this._source[this._index] === \"[\" ||\n            this._source[this._index] === \"*\" ||\n            this._source[this._index] === \".\") {\n          this._index = blankLinesEnd;\n          break;\n        }\n\n        buffer += this._source.substring(blankLinesStart, blankLinesEnd);\n\n        if (buffer.length || content.length) {\n          buffer += \"\\n\";\n        }\n        ch = this._source[this._index];\n        continue;\n      } else if (ch === \"\\\\\") {\n        const ch2 = this._source[this._index + 1];\n        if (ch2 === '\"' || ch2 === \"{\" || ch2 === \"\\\\\") {\n          ch = ch2;\n          this._index++;\n        }\n      } else if (ch === \"{\") {\n        // Push the buffer to content array right before placeable\n        if (buffer.length) {\n          content.push(buffer);\n        }\n        if (placeables > MAX_PLACEABLES - 1) {\n          throw this.error(\n            `Too many placeables, maximum allowed is ${MAX_PLACEABLES}`);\n        }\n        buffer = \"\";\n        content.push(this.getPlaceable());\n\n        this._index++;\n\n        ch = this._source[this._index];\n        placeables++;\n        continue;\n      }\n\n      if (ch) {\n        buffer += ch;\n      }\n      this._index++;\n      ch = this._source[this._index];\n    }\n\n    if (content.length === 0) {\n      return buffer.length ? buffer : null;\n    }\n\n    if (buffer.length) {\n      content.push(buffer);\n    }\n\n    return content;\n  }\n  /* eslint-enable complexity */\n\n  /**\n   * Parses a single placeable in a Message pattern and returns its\n   * expression.\n   *\n   * @returns {Object}\n   * @private\n   */\n  getPlaceable() {\n    const start = ++this._index;\n\n    this.skipWS();\n\n    if (this._source[this._index] === \"*\" ||\n       (this._source[this._index] === \"[\" &&\n        this._source[this._index + 1] !== \"]\")) {\n      const variants = this.getVariants();\n\n      return {\n        type: \"sel\",\n        exp: null,\n        vars: variants[0],\n        def: variants[1]\n      };\n    }\n\n    // Rewind the index and only support in-line white-space now.\n    this._index = start;\n    this.skipInlineWS();\n\n    const selector = this.getSelectorExpression();\n\n    this.skipWS();\n\n    const ch = this._source[this._index];\n\n    if (ch === \"}\") {\n      if (selector.type === \"attr\" && selector.id.name.startsWith(\"-\")) {\n        throw this.error(\n          \"Attributes of private messages cannot be interpolated.\"\n        );\n      }\n\n      return selector;\n    }\n\n    if (ch !== \"-\" || this._source[this._index + 1] !== \">\") {\n      throw this.error('Expected \"}\" or \"->\"');\n    }\n\n    if (selector.type === \"ref\") {\n      throw this.error(\"Message references cannot be used as selectors.\");\n    }\n\n    if (selector.type === \"var\") {\n      throw this.error(\"Variants cannot be used as selectors.\");\n    }\n\n    if (selector.type === \"attr\" && !selector.id.name.startsWith(\"-\")) {\n      throw this.error(\n        \"Attributes of public messages cannot be used as selectors.\"\n      );\n    }\n\n\n    this._index += 2; // ->\n\n    this.skipInlineWS();\n\n    if (this._source[this._index] !== \"\\n\") {\n      throw this.error(\"Variants should be listed in a new line\");\n    }\n\n    this.skipWS();\n\n    const variants = this.getVariants();\n\n    if (variants[0].length === 0) {\n      throw this.error(\"Expected members for the select expression\");\n    }\n\n    return {\n      type: \"sel\",\n      exp: selector,\n      vars: variants[0],\n      def: variants[1]\n    };\n  }\n\n  /**\n   * Parses a selector expression.\n   *\n   * @returns {Object}\n   * @private\n   */\n  getSelectorExpression() {\n    const literal = this.getLiteral();\n\n    if (literal.type !== \"ref\") {\n      return literal;\n    }\n\n    if (this._source[this._index] === \".\") {\n      this._index++;\n\n      const name = this.getIdentifier();\n      this._index++;\n      return {\n        type: \"attr\",\n        id: literal,\n        name\n      };\n    }\n\n    if (this._source[this._index] === \"[\") {\n      this._index++;\n\n      const key = this.getVariantKey();\n      this._index++;\n      return {\n        type: \"var\",\n        id: literal,\n        key\n      };\n    }\n\n    if (this._source[this._index] === \"(\") {\n      this._index++;\n      const args = this.getCallArgs();\n\n      if (!functionIdentifierRe.test(literal.name)) {\n        throw this.error(\"Function names must be all upper-case\");\n      }\n\n      this._index++;\n\n      literal.type = \"fun\";\n\n      return {\n        type: \"call\",\n        fun: literal,\n        args\n      };\n    }\n\n    return literal;\n  }\n\n  /**\n   * Parses call arguments for a CallExpression.\n   *\n   * @returns {Array}\n   * @private\n   */\n  getCallArgs() {\n    const args = [];\n\n    while (this._index < this._length) {\n      this.skipInlineWS();\n\n      if (this._source[this._index] === \")\") {\n        return args;\n      }\n\n      const exp = this.getSelectorExpression();\n\n      // MessageReference in this place may be an entity reference, like:\n      // `call(foo)`, or, if it's followed by `:` it will be a key-value pair.\n      if (exp.type !== \"ref\") {\n        args.push(exp);\n      } else {\n        this.skipInlineWS();\n\n        if (this._source[this._index] === \":\") {\n          this._index++;\n          this.skipInlineWS();\n\n          const val = this.getSelectorExpression();\n\n          // If the expression returned as a value of the argument\n          // is not a quote delimited string or number, throw.\n          //\n          // We don't have to check here if the pattern is quote delimited\n          // because that's the only type of string allowed in expressions.\n          if (typeof val === \"string\" ||\n              Array.isArray(val) ||\n              val.type === \"num\") {\n            args.push({\n              type: \"narg\",\n              name: exp.name,\n              val\n            });\n          } else {\n            this._index = this._source.lastIndexOf(\":\", this._index) + 1;\n            throw this.error(\n              \"Expected string in quotes, number.\");\n          }\n\n        } else {\n          args.push(exp);\n        }\n      }\n\n      this.skipInlineWS();\n\n      if (this._source[this._index] === \")\") {\n        break;\n      } else if (this._source[this._index] === \",\") {\n        this._index++;\n      } else {\n        throw this.error('Expected \",\" or \")\"');\n      }\n    }\n\n    return args;\n  }\n\n  /**\n   * Parses an FTL Number.\n   *\n   * @returns {Object}\n   * @private\n   */\n  getNumber() {\n    let num = \"\";\n    let cc = this._source.charCodeAt(this._index);\n\n    // The number literal may start with negative sign `-`.\n    if (cc === 45) {\n      num += \"-\";\n      cc = this._source.charCodeAt(++this._index);\n    }\n\n    // next, we expect at least one digit\n    if (cc < 48 || cc > 57) {\n      throw this.error(`Unknown literal \"${num}\"`);\n    }\n\n    // followed by potentially more digits\n    while (cc >= 48 && cc <= 57) {\n      num += this._source[this._index++];\n      cc = this._source.charCodeAt(this._index);\n    }\n\n    // followed by an optional decimal separator `.`\n    if (cc === 46) {\n      num += this._source[this._index++];\n      cc = this._source.charCodeAt(this._index);\n\n      // followed by at least one digit\n      if (cc < 48 || cc > 57) {\n        throw this.error(`Unknown literal \"${num}\"`);\n      }\n\n      // and optionally more digits\n      while (cc >= 48 && cc <= 57) {\n        num += this._source[this._index++];\n        cc = this._source.charCodeAt(this._index);\n      }\n    }\n\n    return {\n      type: \"num\",\n      val: num\n    };\n  }\n\n  /**\n   * Parses a list of Message attributes.\n   *\n   * @returns {Object}\n   * @private\n   */\n  getAttributes() {\n    const attrs = {};\n\n    while (this._index < this._length) {\n      if (this._source[this._index] !== \" \") {\n        break;\n      }\n      this.skipInlineWS();\n\n      if (this._source[this._index] !== \".\") {\n        break;\n      }\n      this._index++;\n\n      const key = this.getIdentifier();\n\n      this.skipInlineWS();\n\n      if (this._source[this._index] !== \"=\") {\n        throw this.error('Expected \"=\"');\n      }\n      this._index++;\n\n      this.skipInlineWS();\n\n      const val = this.getPattern();\n\n      if (val === null) {\n        throw this.error(\"Expected attribute to have a value\");\n      }\n\n      if (typeof val === \"string\") {\n        attrs[key] = val;\n      } else {\n        attrs[key] = {\n          val\n        };\n      }\n\n      this.skipBlankLines();\n    }\n\n    return attrs;\n  }\n\n  /**\n   * Parses a list of Selector variants.\n   *\n   * @returns {Array}\n   * @private\n   */\n  getVariants() {\n    const variants = [];\n    let index = 0;\n    let defaultIndex;\n\n    while (this._index < this._length) {\n      const ch = this._source[this._index];\n\n      if ((ch !== \"[\" || this._source[this._index + 1] === \"[\") &&\n          ch !== \"*\") {\n        break;\n      }\n      if (ch === \"*\") {\n        this._index++;\n        defaultIndex = index;\n      }\n\n      if (this._source[this._index] !== \"[\") {\n        throw this.error('Expected \"[\"');\n      }\n\n      this._index++;\n\n      const key = this.getVariantKey();\n\n      this.skipInlineWS();\n\n      const val = this.getPattern();\n\n      if (val === null) {\n        throw this.error(\"Expected variant to have a value\");\n      }\n\n      variants[index++] = {key, val};\n\n      this.skipWS();\n    }\n\n    return [variants, defaultIndex];\n  }\n\n  /**\n   * Parses a Variant key.\n   *\n   * @returns {String}\n   * @private\n   */\n  getVariantKey() {\n    // VariantKey may be a Keyword or Number\n\n    const cc = this._source.charCodeAt(this._index);\n    let literal;\n\n    if ((cc >= 48 && cc <= 57) || cc === 45) {\n      literal = this.getNumber();\n    } else {\n      literal = this.getVariantName();\n    }\n\n    if (this._source[this._index] !== \"]\") {\n      throw this.error('Expected \"]\"');\n    }\n\n    this._index++;\n    return literal;\n  }\n\n  /**\n   * Parses an FTL literal.\n   *\n   * @returns {Object}\n   * @private\n   */\n  getLiteral() {\n    const cc0 = this._source.charCodeAt(this._index);\n\n    if (cc0 === 36) { // $\n      this._index++;\n      return {\n        type: \"ext\",\n        name: this.getIdentifier()\n      };\n    }\n\n    const cc1 = cc0 === 45 // -\n      // Peek at the next character after the dash.\n      ? this._source.charCodeAt(this._index + 1)\n      // Or keep using the character at the current index.\n      : cc0;\n\n    if ((cc1 >= 97 && cc1 <= 122) || // a-z\n        (cc1 >= 65 && cc1 <= 90)) { // A-Z\n      return {\n        type: \"ref\",\n        name: this.getEntryIdentifier()\n      };\n    }\n\n    if ((cc1 >= 48 && cc1 <= 57)) { // 0-9\n      return this.getNumber();\n    }\n\n    if (cc0 === 34) { // \"\n      return this.getString();\n    }\n\n    throw this.error(\"Expected literal\");\n  }\n\n  /**\n   * Skips an FTL comment.\n   *\n   * @private\n   */\n  skipComment() {\n    // At runtime, we don't care about comments so we just have\n    // to parse them properly and skip their content.\n    let eol = this._source.indexOf(\"\\n\", this._index);\n\n    while (eol !== -1 &&\n      ((this._source[eol + 1] === \"/\" && this._source[eol + 2] === \"/\") ||\n       (this._source[eol + 1] === \"#\" &&\n         [\" \", \"#\"].includes(this._source[eol + 2])))) {\n      this._index = eol + 3;\n\n      eol = this._source.indexOf(\"\\n\", this._index);\n\n      if (eol === -1) {\n        break;\n      }\n    }\n\n    if (eol === -1) {\n      this._index = this._length;\n    } else {\n      this._index = eol + 1;\n    }\n  }\n\n  /**\n   * Creates a new SyntaxError object with a given message.\n   *\n   * @param {String} message\n   * @returns {Object}\n   * @private\n   */\n  error(message) {\n    return new SyntaxError(message);\n  }\n\n  /**\n   * Skips to the beginning of a next entry after the current position.\n   * This is used to mark the boundary of junk entry in case of error,\n   * and recover from the returned position.\n   *\n   * @private\n   */\n  skipToNextEntryStart() {\n    let start = this._index;\n\n    while (true) {\n      if (start === 0 || this._source[start - 1] === \"\\n\") {\n        const cc = this._source.charCodeAt(start);\n\n        if ((cc >= 97 && cc <= 122) || // a-z\n            (cc >= 65 && cc <= 90) || // A-Z\n             cc === 47 || cc === 91) { // /[\n          this._index = start;\n          return;\n        }\n      }\n\n      start = this._source.indexOf(\"\\n\", start);\n\n      if (start === -1) {\n        this._index = this._length;\n        return;\n      }\n      start++;\n    }\n  }\n}\n\n/**\n * Parses an FTL string using RuntimeParser and returns the generated\n * object with entries and a list of errors.\n *\n * @param {String} string\n * @returns {Array<Object, Array>}\n */\nexport default function parse(string) {\n  const parser = new RuntimeParser();\n  return parser.getResource(string);\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/parser.js","/* global Intl */\n\n/**\n * The `FluentType` class is the base of Fluent's type system.\n *\n * Fluent types wrap JavaScript values and store additional configuration for\n * them, which can then be used in the `toString` method together with a proper\n * `Intl` formatter.\n */\nexport class FluentType {\n\n  /**\n   * Create an `FluentType` instance.\n   *\n   * @param   {Any}    value - JavaScript value to wrap.\n   * @param   {Object} opts  - Configuration.\n   * @returns {FluentType}\n   */\n  constructor(value, opts) {\n    this.value = value;\n    this.opts = opts;\n  }\n\n  /**\n   * Unwrap the raw value stored by this `FluentType`.\n   *\n   * @returns {Any}\n   */\n  valueOf() {\n    return this.value;\n  }\n\n  /**\n   * Format this instance of `FluentType` to a string.\n   *\n   * Formatted values are suitable for use outside of the `MessageContext`.\n   * This method can use `Intl` formatters memoized by the `MessageContext`\n   * instance passed as an argument.\n   *\n   * @param   {MessageContext} [ctx]\n   * @returns {string}\n   */\n  toString() {\n    throw new Error(\"Subclasses of FluentType must implement toString.\");\n  }\n}\n\nexport class FluentNone extends FluentType {\n  toString() {\n    return this.value || \"???\";\n  }\n}\n\nexport class FluentNumber extends FluentType {\n  constructor(value, opts) {\n    super(parseFloat(value), opts);\n  }\n\n  toString(ctx) {\n    try {\n      const nf = ctx._memoizeIntlObject(\n        Intl.NumberFormat, this.opts\n      );\n      return nf.format(this.value);\n    } catch (e) {\n      // XXX Report the error.\n      return this.value;\n    }\n  }\n\n  /**\n   * Compare the object with another instance of a FluentType.\n   *\n   * @param   {MessageContext} ctx\n   * @param   {FluentType}     other\n   * @returns {bool}\n   */\n  match(ctx, other) {\n    if (other instanceof FluentNumber) {\n      return this.value === other.value;\n    }\n    return false;\n  }\n}\n\nexport class FluentDateTime extends FluentType {\n  constructor(value, opts) {\n    super(new Date(value), opts);\n  }\n\n  toString(ctx) {\n    try {\n      const dtf = ctx._memoizeIntlObject(\n        Intl.DateTimeFormat, this.opts\n      );\n      return dtf.format(this.value);\n    } catch (e) {\n      // XXX Report the error.\n      return this.value;\n    }\n  }\n}\n\nexport class FluentSymbol extends FluentType {\n  toString() {\n    return this.value;\n  }\n\n  /**\n   * Compare the object with another instance of a FluentType.\n   *\n   * @param   {MessageContext} ctx\n   * @param   {FluentType}     other\n   * @returns {bool}\n   */\n  match(ctx, other) {\n    if (other instanceof FluentSymbol) {\n      return this.value === other.value;\n    } else if (typeof other === \"string\") {\n      return this.value === other;\n    } else if (other instanceof FluentNumber) {\n      const pr = ctx._memoizeIntlObject(\n        Intl.PluralRules, other.opts\n      );\n      return this.value === pr.select(other.value);\n    }\n    return false;\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/types.js","/**\n * @overview\n *\n * The FTL resolver ships with a number of functions built-in.\n *\n * Each function take two arguments:\n *   - args - an array of positional args\n *   - opts - an object of key-value args\n *\n * Arguments to functions are guaranteed to already be instances of\n * `FluentType`.  Functions must return `FluentType` objects as well.\n */\n\nimport { FluentNumber, FluentDateTime } from \"./types\";\n\nexport default {\n  \"NUMBER\": ([arg], opts) =>\n    new FluentNumber(arg.valueOf(), merge(arg.opts, opts)),\n  \"DATETIME\": ([arg], opts) =>\n    new FluentDateTime(arg.valueOf(), merge(arg.opts, opts)),\n};\n\nfunction merge(argopts, opts) {\n  return Object.assign({}, argopts, values(opts));\n}\n\nfunction values(opts) {\n  const unwrapped = {};\n  for (const [name, opt] of Object.entries(opts)) {\n    unwrapped[name] = opt.valueOf();\n  }\n  return unwrapped;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/builtins.js","/**\n * @overview\n *\n * The role of the Fluent resolver is to format a translation object to an\n * instance of `FluentType` or an array of instances.\n *\n * Translations can contain references to other messages or external arguments,\n * conditional logic in form of select expressions, traits which describe their\n * grammatical features, and can use Fluent builtins which make use of the\n * `Intl` formatters to format numbers, dates, lists and more into the\n * context's language.  See the documentation of the Fluent syntax for more\n * information.\n *\n * In case of errors the resolver will try to salvage as much of the\n * translation as possible.  In rare situations where the resolver didn't know\n * how to recover from an error it will return an instance of `FluentNone`.\n *\n * `MessageReference`, `VariantExpression`, `AttributeExpression` and\n * `SelectExpression` resolve to raw Runtime Entries objects and the result of\n * the resolution needs to be passed into `Type` to get their real value.\n * This is useful for composing expressions.  Consider:\n *\n *     brand-name[nominative]\n *\n * which is a `VariantExpression` with properties `id: MessageReference` and\n * `key: Keyword`.  If `MessageReference` was resolved eagerly, it would\n * instantly resolve to the value of the `brand-name` message.  Instead, we\n * want to get the message object and look for its `nominative` variant.\n *\n * All other expressions (except for `FunctionReference` which is only used in\n * `CallExpression`) resolve to an instance of `FluentType`.  The caller should\n * use the `toString` method to convert the instance to a native value.\n *\n *\n * All functions in this file pass around a special object called `env`.\n * This object stores a set of elements used by all resolve functions:\n *\n *  * {MessageContext} ctx\n *      context for which the given resolution is happening\n *  * {Object} args\n *      list of developer provided arguments that can be used\n *  * {Array} errors\n *      list of errors collected while resolving\n *  * {WeakSet} dirty\n *      Set of patterns already encountered during this resolution.\n *      This is used to prevent cyclic resolutions.\n */\n\n\nimport { FluentType, FluentNone, FluentNumber, FluentDateTime, FluentSymbol }\n  from \"./types\";\nimport builtins from \"./builtins\";\n\n// Prevent expansion of too long placeables.\nconst MAX_PLACEABLE_LENGTH = 2500;\n\n// Unicode bidi isolation characters.\nconst FSI = \"\\u2068\";\nconst PDI = \"\\u2069\";\n\n\n/**\n * Helper for choosing the default value from a set of members.\n *\n * Used in SelectExpressions and Type.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} members\n *    Hash map of variants from which the default value is to be selected.\n * @param   {Number} def\n *    The index of the default variant.\n * @returns {FluentType}\n * @private\n */\nfunction DefaultMember(env, members, def) {\n  if (members[def]) {\n    return members[def];\n  }\n\n  const { errors } = env;\n  errors.push(new RangeError(\"No default\"));\n  return new FluentNone();\n}\n\n\n/**\n * Resolve a reference to another message.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} id\n *    The identifier of the message to be resolved.\n * @param   {String} id.name\n *    The name of the identifier.\n * @returns {FluentType}\n * @private\n */\nfunction MessageReference(env, {name}) {\n  const { ctx, errors } = env;\n  const message = name.startsWith(\"-\")\n    ? ctx._terms.get(name)\n    : ctx._messages.get(name);\n\n  if (!message) {\n    const err = name.startsWith(\"-\")\n      ? new ReferenceError(`Unknown term: ${name}`)\n      : new ReferenceError(`Unknown message: ${name}`);\n    errors.push(err);\n    return new FluentNone(name);\n  }\n\n  return message;\n}\n\n/**\n * Resolve a variant expression to the variant object.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression to be resolved.\n * @param   {Object} expr.id\n *    An Identifier of a message for which the variant is resolved.\n * @param   {Object} expr.id.name\n *    Name a message for which the variant is resolved.\n * @param   {Object} expr.key\n *    Variant key to be resolved.\n * @returns {FluentType}\n * @private\n */\nfunction VariantExpression(env, {id, key}) {\n  const message = MessageReference(env, id);\n  if (message instanceof FluentNone) {\n    return message;\n  }\n\n  const { ctx, errors } = env;\n  const keyword = Type(env, key);\n\n  function isVariantList(node) {\n    return Array.isArray(node) &&\n      node[0].type === \"sel\" &&\n      node[0].exp === null;\n  }\n\n  if (isVariantList(message.val)) {\n    // Match the specified key against keys of each variant, in order.\n    for (const variant of message.val[0].vars) {\n      const variantKey = Type(env, variant.key);\n      if (keyword.match(ctx, variantKey)) {\n        return variant;\n      }\n    }\n  }\n\n  errors.push(new ReferenceError(`Unknown variant: ${keyword.toString(ctx)}`));\n  return Type(env, message);\n}\n\n\n/**\n * Resolve an attribute expression to the attribute object.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression to be resolved.\n * @param   {String} expr.id\n *    An ID of a message for which the attribute is resolved.\n * @param   {String} expr.name\n *    Name of the attribute to be resolved.\n * @returns {FluentType}\n * @private\n */\nfunction AttributeExpression(env, {id, name}) {\n  const message = MessageReference(env, id);\n  if (message instanceof FluentNone) {\n    return message;\n  }\n\n  if (message.attrs) {\n    // Match the specified name against keys of each attribute.\n    for (const attrName in message.attrs) {\n      if (name === attrName) {\n        return message.attrs[name];\n      }\n    }\n  }\n\n  const { errors } = env;\n  errors.push(new ReferenceError(`Unknown attribute: ${name}`));\n  return Type(env, message);\n}\n\n/**\n * Resolve a select expression to the member object.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression to be resolved.\n * @param   {String} expr.exp\n *    Selector expression\n * @param   {Array} expr.vars\n *    List of variants for the select expression.\n * @param   {Number} expr.def\n *    Index of the default variant.\n * @returns {FluentType}\n * @private\n */\nfunction SelectExpression(env, {exp, vars, def}) {\n  if (exp === null) {\n    return DefaultMember(env, vars, def);\n  }\n\n  const selector = Type(env, exp);\n  if (selector instanceof FluentNone) {\n    return DefaultMember(env, vars, def);\n  }\n\n  // Match the selector against keys of each variant, in order.\n  for (const variant of vars) {\n    const key = Type(env, variant.key);\n    const keyCanMatch =\n      key instanceof FluentNumber || key instanceof FluentSymbol;\n\n    if (!keyCanMatch) {\n      continue;\n    }\n\n    const { ctx } = env;\n\n    if (key.match(ctx, selector)) {\n      return variant;\n    }\n  }\n\n  return DefaultMember(env, vars, def);\n}\n\n\n/**\n * Resolve expression to a Fluent type.\n *\n * JavaScript strings are a special case.  Since they natively have the\n * `toString` method they can be used as if they were a Fluent type without\n * paying the cost of creating a instance of one.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression object to be resolved into a Fluent type.\n * @returns {FluentType}\n * @private\n */\nfunction Type(env, expr) {\n  // A fast-path for strings which are the most common case, and for\n  // `FluentNone` which doesn't require any additional logic.\n  if (typeof expr === \"string\" || expr instanceof FluentNone) {\n    return expr;\n  }\n\n  // The Runtime AST (Entries) encodes patterns (complex strings with\n  // placeables) as Arrays.\n  if (Array.isArray(expr)) {\n    return Pattern(env, expr);\n  }\n\n\n  switch (expr.type) {\n    case \"varname\":\n      return new FluentSymbol(expr.name);\n    case \"num\":\n      return new FluentNumber(expr.val);\n    case \"ext\":\n      return ExternalArgument(env, expr);\n    case \"fun\":\n      return FunctionReference(env, expr);\n    case \"call\":\n      return CallExpression(env, expr);\n    case \"ref\": {\n      const message = MessageReference(env, expr);\n      return Type(env, message);\n    }\n    case \"attr\": {\n      const attr = AttributeExpression(env, expr);\n      return Type(env, attr);\n    }\n    case \"var\": {\n      const variant = VariantExpression(env, expr);\n      return Type(env, variant);\n    }\n    case \"sel\": {\n      const member = SelectExpression(env, expr);\n      return Type(env, member);\n    }\n    case undefined: {\n      // If it's a node with a value, resolve the value.\n      if (expr.val !== null && expr.val !== undefined) {\n        return Type(env, expr.val);\n      }\n\n      const { errors } = env;\n      errors.push(new RangeError(\"No value\"));\n      return new FluentNone();\n    }\n    default:\n      return new FluentNone();\n  }\n}\n\n/**\n * Resolve a reference to an external argument.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression to be resolved.\n * @param   {String} expr.name\n *    Name of an argument to be returned.\n * @returns {FluentType}\n * @private\n */\nfunction ExternalArgument(env, {name}) {\n  const { args, errors } = env;\n\n  if (!args || !args.hasOwnProperty(name)) {\n    errors.push(new ReferenceError(`Unknown external: ${name}`));\n    return new FluentNone(name);\n  }\n\n  const arg = args[name];\n\n  // Return early if the argument already is an instance of FluentType.\n  if (arg instanceof FluentType) {\n    return arg;\n  }\n\n  // Convert the argument to a Fluent type.\n  switch (typeof arg) {\n    case \"string\":\n      return arg;\n    case \"number\":\n      return new FluentNumber(arg);\n    case \"object\":\n      if (arg instanceof Date) {\n        return new FluentDateTime(arg);\n      }\n    default:\n      errors.push(\n        new TypeError(`Unsupported external type: ${name}, ${typeof arg}`)\n      );\n      return new FluentNone(name);\n  }\n}\n\n/**\n * Resolve a reference to a function.\n *\n * @param   {Object}  env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression to be resolved.\n * @param   {String} expr.name\n *    Name of the function to be returned.\n * @returns {Function}\n * @private\n */\nfunction FunctionReference(env, {name}) {\n  // Some functions are built-in.  Others may be provided by the runtime via\n  // the `MessageContext` constructor.\n  const { ctx: { _functions }, errors } = env;\n  const func = _functions[name] || builtins[name];\n\n  if (!func) {\n    errors.push(new ReferenceError(`Unknown function: ${name}()`));\n    return new FluentNone(`${name}()`);\n  }\n\n  if (typeof func !== \"function\") {\n    errors.push(new TypeError(`Function ${name}() is not callable`));\n    return new FluentNone(`${name}()`);\n  }\n\n  return func;\n}\n\n/**\n * Resolve a call to a Function with positional and key-value arguments.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression to be resolved.\n * @param   {Object} expr.fun\n *    FTL Function object.\n * @param   {Array} expr.args\n *    FTL Function argument list.\n * @returns {FluentType}\n * @private\n */\nfunction CallExpression(env, {fun, args}) {\n  const callee = FunctionReference(env, fun);\n\n  if (callee instanceof FluentNone) {\n    return callee;\n  }\n\n  const posargs = [];\n  const keyargs = {};\n\n  for (const arg of args) {\n    if (arg.type === \"narg\") {\n      keyargs[arg.name] = Type(env, arg.val);\n    } else {\n      posargs.push(Type(env, arg));\n    }\n  }\n\n  try {\n    return callee(posargs, keyargs);\n  } catch (e) {\n    // XXX Report errors.\n    return new FluentNone();\n  }\n}\n\n/**\n * Resolve a pattern (a complex string with placeables).\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Array} ptn\n *    Array of pattern elements.\n * @returns {Array}\n * @private\n */\nfunction Pattern(env, ptn) {\n  const { ctx, dirty, errors } = env;\n\n  if (dirty.has(ptn)) {\n    errors.push(new RangeError(\"Cyclic reference\"));\n    return new FluentNone();\n  }\n\n  // Tag the pattern as dirty for the purpose of the current resolution.\n  dirty.add(ptn);\n  const result = [];\n\n  // Wrap interpolations with Directional Isolate Formatting characters\n  // only when the pattern has more than one element.\n  const useIsolating = ctx._useIsolating && ptn.length > 1;\n\n  for (const elem of ptn) {\n    if (typeof elem === \"string\") {\n      result.push(elem);\n      continue;\n    }\n\n    const part = Type(env, elem).toString(ctx);\n\n    if (useIsolating) {\n      result.push(FSI);\n    }\n\n    if (part.length > MAX_PLACEABLE_LENGTH) {\n      errors.push(\n        new RangeError(\n          \"Too many characters in placeable \" +\n          `(${part.length}, max allowed is ${MAX_PLACEABLE_LENGTH})`\n        )\n      );\n      result.push(part.slice(MAX_PLACEABLE_LENGTH));\n    } else {\n      result.push(part);\n    }\n\n    if (useIsolating) {\n      result.push(PDI);\n    }\n  }\n\n  dirty.delete(ptn);\n  return result.join(\"\");\n}\n\n/**\n * Format a translation into a string.\n *\n * @param   {MessageContext} ctx\n *    A MessageContext instance which will be used to resolve the\n *    contextual information of the message.\n * @param   {Object}         args\n *    List of arguments provided by the developer which can be accessed\n *    from the message.\n * @param   {Object}         message\n *    An object with the Message to be resolved.\n * @param   {Array}          errors\n *    An error array that any encountered errors will be appended to.\n * @returns {FluentType}\n */\nexport default function resolve(ctx, args, message, errors = []) {\n  const env = {\n    ctx, args, errors, dirty: new WeakSet()\n  };\n  return Type(env, message).toString(ctx);\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/resolver.js","import resolve from \"./resolver\";\nimport parse from \"./parser\";\n\n/**\n * Message contexts are single-language stores of translations.  They are\n * responsible for parsing translation resources in the Fluent syntax and can\n * format translation units (entities) to strings.\n *\n * Always use `MessageContext.format` to retrieve translation units from\n * a context.  Translations can contain references to other entities or\n * external arguments, conditional logic in form of select expressions, traits\n * which describe their grammatical features, and can use Fluent builtins which\n * make use of the `Intl` formatters to format numbers, dates, lists and more\n * into the context's language.  See the documentation of the Fluent syntax for\n * more information.\n */\nexport class MessageContext {\n\n  /**\n   * Create an instance of `MessageContext`.\n   *\n   * The `locales` argument is used to instantiate `Intl` formatters used by\n   * translations.  The `options` object can be used to configure the context.\n   *\n   * Examples:\n   *\n   *     const ctx = new MessageContext(locales);\n   *\n   *     const ctx = new MessageContext(locales, { useIsolating: false });\n   *\n   *     const ctx = new MessageContext(locales, {\n   *       useIsolating: true,\n   *       functions: {\n   *         NODE_ENV: () => process.env.NODE_ENV\n   *       }\n   *     });\n   *\n   * Available options:\n   *\n   *   - `functions` - an object of additional functions available to\n   *                   translations as builtins.\n   *\n   *   - `useIsolating` - boolean specifying whether to use Unicode isolation\n   *                    marks (FSI, PDI) for bidi interpolations.\n   *\n   * @param   {string|Array<string>} locales - Locale or locales of the context\n   * @param   {Object} [options]\n   * @returns {MessageContext}\n   */\n  constructor(locales, { functions = {}, useIsolating = true } = {}) {\n    this.locales = Array.isArray(locales) ? locales : [locales];\n\n    this._terms = new Map();\n    this._messages = new Map();\n    this._functions = functions;\n    this._useIsolating = useIsolating;\n    this._intls = new WeakMap();\n  }\n\n  /*\n   * Return an iterator over public `[id, message]` pairs.\n   *\n   * @returns {Iterator}\n   */\n  get messages() {\n    return this._messages[Symbol.iterator]();\n  }\n\n  /*\n   * Check if a message is present in the context.\n   *\n   * @param {string} id - The identifier of the message to check.\n   * @returns {bool}\n   */\n  hasMessage(id) {\n    return this._messages.has(id);\n  }\n\n  /*\n   * Return the internal representation of a message.\n   *\n   * The internal representation should only be used as an argument to\n   * `MessageContext.format`.\n   *\n   * @param {string} id - The identifier of the message to check.\n   * @returns {Any}\n   */\n  getMessage(id) {\n    return this._messages.get(id);\n  }\n\n  /**\n   * Add a translation resource to the context.\n   *\n   * The translation resource must use the Fluent syntax.  It will be parsed by\n   * the context and each translation unit (message) will be available in the\n   * context by its identifier.\n   *\n   *     ctx.addMessages('foo = Foo');\n   *     ctx.getMessage('foo');\n   *\n   *     // Returns a raw representation of the 'foo' message.\n   *\n   * Parsed entities should be formatted with the `format` method in case they\n   * contain logic (references, select expressions etc.).\n   *\n   * @param   {string} source - Text resource with translations.\n   * @returns {Array<Error>}\n   */\n  addMessages(source) {\n    const [entries, errors] = parse(source);\n    for (const id in entries) {\n      if (id.startsWith(\"-\")) {\n        // Identifiers starting with a dash (-) define terms. Terms are private\n        // and cannot be retrieved from MessageContext.\n        if (this._terms.has(id)) {\n          errors.push(`Attempt to override an existing term: \"${id}\"`);\n          continue;\n        }\n        this._terms.set(id, entries[id]);\n      } else {\n        if (this._messages.has(id)) {\n          errors.push(`Attempt to override an existing message: \"${id}\"`);\n          continue;\n        }\n        this._messages.set(id, entries[id]);\n      }\n    }\n\n    return errors;\n  }\n\n  /**\n   * Format a message to a string or null.\n   *\n   * Format a raw `message` from the context into a string (or a null if it has\n   * a null value).  `args` will be used to resolve references to external\n   * arguments inside of the translation.\n   *\n   * In case of errors `format` will try to salvage as much of the translation\n   * as possible and will still return a string.  For performance reasons, the\n   * encountered errors are not returned but instead are appended to the\n   * `errors` array passed as the third argument.\n   *\n   *     const errors = [];\n   *     ctx.addMessages('hello = Hello, { $name }!');\n   *     const hello = ctx.getMessage('hello');\n   *     ctx.format(hello, { name: 'Jane' }, errors);\n   *\n   *     // Returns 'Hello, Jane!' and `errors` is empty.\n   *\n   *     ctx.format(hello, undefined, errors);\n   *\n   *     // Returns 'Hello, name!' and `errors` is now:\n   *\n   *     [<ReferenceError: Unknown external: name>]\n   *\n   * @param   {Object | string}    message\n   * @param   {Object | undefined} args\n   * @param   {Array}              errors\n   * @returns {?string}\n   */\n  format(message, args, errors) {\n    // optimize entities which are simple strings with no attributes\n    if (typeof message === \"string\") {\n      return message;\n    }\n\n    // optimize simple-string entities with attributes\n    if (typeof message.val === \"string\") {\n      return message.val;\n    }\n\n    // optimize entities with null values\n    if (message.val === undefined) {\n      return null;\n    }\n\n    return resolve(this, args, message, errors);\n  }\n\n  _memoizeIntlObject(ctor, opts) {\n    const cache = this._intls.get(ctor) || {};\n    const id = JSON.stringify(opts);\n\n    if (!cache[id]) {\n      cache[id] = new ctor(this.locales, opts);\n      this._intls.set(ctor, cache);\n    }\n\n    return cache[id];\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/context.js","/*\n * CachedIterable caches the elements yielded by an iterable.\n *\n * It can be used to iterate over an iterable many times without depleting the\n * iterable.\n */\nexport default class CachedIterable {\n  /**\n   * Create an `CachedIterable` instance.\n   *\n   * @param {Iterable} iterable\n   * @returns {CachedIterable}\n   */\n  constructor(iterable) {\n    if (Symbol.asyncIterator in Object(iterable)) {\n      this.iterator = iterable[Symbol.asyncIterator]();\n    } else if (Symbol.iterator in Object(iterable)) {\n      this.iterator = iterable[Symbol.iterator]();\n    } else {\n      throw new TypeError(\"Argument must implement the iteration protocol.\");\n    }\n\n    this.seen = [];\n  }\n\n  [Symbol.iterator]() {\n    const { seen, iterator } = this;\n    let cur = 0;\n\n    return {\n      next() {\n        if (seen.length <= cur) {\n          seen.push(iterator.next());\n        }\n        return seen[cur++];\n      }\n    };\n  }\n\n  [Symbol.asyncIterator]() {\n    const { seen, iterator } = this;\n    let cur = 0;\n\n    return {\n      async next() {\n        if (seen.length <= cur) {\n          seen.push(await iterator.next());\n        }\n        return seen[cur++];\n      }\n    };\n  }\n\n  /**\n   * This method allows user to consume the next element from the iterator\n   * into the cache.\n   */\n  touchNext() {\n    const { seen, iterator } = this;\n    if (seen.length === 0 || seen[seen.length - 1].done === false) {\n      seen.push(iterator.next());\n    }\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/cached_iterable.js","/*\n * @overview\n *\n * Functions for managing ordered sequences of MessageContexts.\n *\n * An ordered iterable of MessageContext instances can represent the current\n * negotiated fallback chain of languages.  This iterable can be used to find\n * the best existing translation for a given identifier.\n *\n * The mapContext* methods can be used to find the first MessageContext in the\n * given iterable which contains the translation with the given identifier.  If\n * the iterable is ordered according to the result of a language negotiation\n * the returned MessageContext contains the best available translation.\n *\n * A simple function which formats translations based on the identifier might\n * be implemented as follows:\n *\n *     formatString(id, args) {\n *         const ctx = mapContextSync(contexts, id);\n *\n *         if (ctx === null) {\n *             return id;\n *         }\n *\n *         const msg = ctx.getMessage(id);\n *         return ctx.format(msg, args);\n *     }\n *\n * In order to pass an iterator to mapContext*, wrap it in CachedIterable.\n * This allows multiple calls to mapContext* without advancing and eventually\n * depleting the iterator.\n *\n *     function *generateMessages() {\n *         // Some lazy logic for yielding MessageContexts.\n *         yield *[ctx1, ctx2];\n *     }\n *\n *     const contexts = new CachedIterable(generateMessages());\n *     const ctx = mapContextSync(contexts, id);\n *\n */\n\n/*\n * Synchronously map an identifier or an array of identifiers to the best\n * `MessageContext` instance(s).\n *\n * @param {Iterable} iterable\n * @param {string|Array<string>} ids\n * @returns {MessageContext|Array<MessageContext>}\n */\nexport function mapContextSync(iterable, ids) {\n  if (!Array.isArray(ids)) {\n    return getContextForId(iterable, ids);\n  }\n\n  return ids.map(\n    id => getContextForId(iterable, id)\n  );\n}\n\n/*\n * Find the best `MessageContext` with the translation for `id`.\n */\nfunction getContextForId(iterable, id) {\n  for (const context of iterable) {\n    if (context.hasMessage(id)) {\n      return context;\n    }\n  }\n\n  return null;\n}\n\n/*\n * Asynchronously map an identifier or an array of identifiers to the best\n * `MessageContext` instance(s).\n *\n * @param {AsyncIterable} iterable\n * @param {string|Array<string>} ids\n * @returns {Promise<MessageContext|Array<MessageContext>>}\n */\nexport async function mapContextAsync(iterable, ids) {\n  if (!Array.isArray(ids)) {\n    for await (const context of iterable) {\n      if (context.hasMessage(ids)) {\n        return context;\n      }\n    }\n  }\n\n  let remainingCount = ids.length;\n  const foundContexts = new Array(remainingCount).fill(null);\n\n  for await (const context of iterable) {\n    // XXX Switch to const [index, id] of id.entries() when we move to Babel 7.\n    // See https://github.com/babel/babel/issues/5880.\n    for (let index = 0; index < ids.length; index++) {\n      const id = ids[index];\n      if (!foundContexts[index] && context.hasMessage(id)) {\n        foundContexts[index] = context;\n        remainingCount--;\n      }\n\n      // Return early when all ids have been mapped to contexts.\n      if (remainingCount === 0) {\n        return foundContexts;\n      }\n    }\n  }\n\n  return foundContexts;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/fallback.js","function nonBlank(line) {\n  return !/^\\s*$/.test(line);\n}\n\nfunction countIndent(line) {\n  const [indent] = line.match(/^\\s*/);\n  return indent.length;\n}\n\n/**\n * Template literal tag for dedenting FTL code.\n *\n * Strip the common indent of non-blank lines. Remove blank lines.\n *\n * @param {Array<string>} strings\n */\nexport function ftl(strings) {\n  const [code] = strings;\n  const lines = code.split(\"\\n\").filter(nonBlank);\n  const indents = lines.map(countIndent);\n  const common = Math.min(...indents);\n  const indent = new RegExp(`^\\\\s{${common}}`);\n\n  return lines.map(\n    line => line.replace(indent, \"\")\n  ).join(\"\\n\");\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/util.js","/*\n * @module fluent\n * @overview\n *\n * `fluent` is a JavaScript implementation of Project Fluent, a localization\n * framework designed to unleash the expressive power of the natural language.\n *\n */\n\nexport { default as _parse } from \"./parser\";\n\nexport { MessageContext } from \"./context\";\nexport {\n  FluentType as MessageArgument,\n  FluentNumber as MessageNumberArgument,\n  FluentDateTime as MessageDateTimeArgument,\n} from \"./types\";\n\nexport { default as CachedIterable } from \"./cached_iterable\";\nexport { mapContextSync, mapContextAsync } from \"./fallback\";\n\nexport { ftl } from \"./util\";\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/index.js","/* eslint-env mozilla/frame-script */\n\nimport {actionCreators as ac, actionTypes as at, actionUtils as au} from \"common/Actions.jsm\";\nimport {applyMiddleware, combineReducers, createStore} from \"redux\";\n\nexport const MERGE_STORE_ACTION = \"NEW_TAB_INITIAL_STATE\";\nexport const OUTGOING_MESSAGE_NAME = \"ActivityStream:ContentToMain\";\nexport const INCOMING_MESSAGE_NAME = \"ActivityStream:MainToContent\";\nexport const EARLY_QUEUED_ACTIONS = [at.SAVE_SESSION_PERF_DATA, at.PAGE_PRERENDERED];\n\n/**\n * A higher-order function which returns a reducer that, on MERGE_STORE action,\n * will return the action.data object merged into the previous state.\n *\n * For all other actions, it merely calls mainReducer.\n *\n * Because we want this to merge the entire state object, it's written as a\n * higher order function which takes the main reducer (itself often a call to\n * combineReducers) as a parameter.\n *\n * @param  {function} mainReducer reducer to call if action != MERGE_STORE_ACTION\n * @return {function}             a reducer that, on MERGE_STORE_ACTION action,\n *                                will return the action.data object merged\n *                                into the previous state, and the result\n *                                of calling mainReducer otherwise.\n */\nfunction mergeStateReducer(mainReducer) {\n  return (prevState, action) => {\n    if (action.type === MERGE_STORE_ACTION) {\n      return {...prevState, ...action.data};\n    }\n\n    return mainReducer(prevState, action);\n  };\n}\n\n/**\n * messageMiddleware - Middleware that looks for SentToMain type actions, and sends them if necessary\n */\nconst messageMiddleware = store => next => action => {\n  const skipLocal = action.meta && action.meta.skipLocal;\n  if (au.isSendToMain(action)) {\n    sendAsyncMessage(OUTGOING_MESSAGE_NAME, action);\n  }\n  if (!skipLocal) {\n    next(action);\n  }\n};\n\nexport const rehydrationMiddleware = store => next => action => {\n  if (store._didRehydrate) {\n    return next(action);\n  }\n\n  const isMergeStoreAction = action.type === MERGE_STORE_ACTION;\n  const isRehydrationRequest = action.type === at.NEW_TAB_STATE_REQUEST;\n\n  if (isRehydrationRequest) {\n    store._didRequestInitialState = true;\n    return next(action);\n  }\n\n  if (isMergeStoreAction) {\n    store._didRehydrate = true;\n    return next(action);\n  }\n\n  // If init happened after our request was made, we need to re-request\n  if (store._didRequestInitialState && action.type === at.INIT) {\n    return next(ac.AlsoToMain({type: at.NEW_TAB_STATE_REQUEST}));\n  }\n\n  if (au.isBroadcastToContent(action) || au.isSendToOneContent(action) || au.isSendToPreloaded(action)) {\n    // Note that actions received before didRehydrate will not be dispatched\n    // because this could negatively affect preloading and the the state\n    // will be replaced by rehydration anyway.\n    return null;\n  }\n\n  return next(action);\n};\n\n/**\n * This middleware queues up all the EARLY_QUEUED_ACTIONS until it receives\n * the first action from main. This is useful for those actions for main which\n * require higher reliability, i.e. the action will not be lost in the case\n * that it gets sent before the main is ready to receive it. Conversely, any\n * actions allowed early are accepted to be ignorable or re-sendable.\n */\nexport const queueEarlyMessageMiddleware = store => next => action => {\n  if (store._receivedFromMain) {\n    next(action);\n  } else if (au.isFromMain(action)) {\n    next(action);\n    store._receivedFromMain = true;\n    // Sending out all the early actions as main is ready now\n    if (store._earlyActionQueue) {\n      store._earlyActionQueue.forEach(next);\n      store._earlyActionQueue = [];\n    }\n  } else if (EARLY_QUEUED_ACTIONS.includes(action.type)) {\n    store._earlyActionQueue = store._earlyActionQueue || [];\n    store._earlyActionQueue.push(action);\n  } else {\n    // Let any other type of action go through\n    next(action);\n  }\n};\n\n/**\n * initStore - Create a store and listen for incoming actions\n *\n * @param  {object} reducers An object containing Redux reducers\n * @param  {object} intialState (optional) The initial state of the store, if desired\n * @return {object}          A redux store\n */\nexport function initStore(reducers, initialState) {\n  const store = createStore(\n    mergeStateReducer(combineReducers(reducers)),\n    initialState,\n    global.addMessageListener && applyMiddleware(rehydrationMiddleware, queueEarlyMessageMiddleware, messageMiddleware)\n  );\n\n  store._didRehydrate = false;\n  store._didRequestInitialState = false;\n\n  if (global.addMessageListener) {\n    global.addMessageListener(INCOMING_MESSAGE_NAME, msg => {\n      try {\n        store.dispatch(msg.data);\n      } catch (ex) {\n        console.error(\"Content msg:\", msg, \"Dispatch error: \", ex); // eslint-disable-line no-console\n        dump(`Content msg: ${JSON.stringify(msg)}\\nDispatch error: ${ex}\\n${ex.stack}`);\n      }\n    });\n  }\n\n  return store;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/init-store.js","module.exports = ReactDOM;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"ReactDOM\"\n// module id = 12\n// module chunks = 0","import {FormattedMessage} from \"react-intl\";\nimport React from \"react\";\n\nexport class ErrorBoundaryFallback extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.windowObj = this.props.windowObj || window;\n    this.onClick = this.onClick.bind(this);\n  }\n\n  /**\n   * Since we only get here if part of the page has crashed, do a\n   * forced reload to give us the best chance at recovering.\n   */\n  onClick() {\n    this.windowObj.location.reload(true);\n  }\n\n  render() {\n    const defaultClass = \"as-error-fallback\";\n    let className;\n    if (\"className\" in this.props) {\n      className = `${this.props.className} ${defaultClass}`;\n    } else {\n      className = defaultClass;\n    }\n\n    // href=\"#\" to force normal link styling stuff (eg cursor on hover)\n    return (\n      <div className={className}>\n        <div>\n          <FormattedMessage\n            defaultMessage=\"Oops, something went wrong loading this content.\"\n            id=\"error_fallback_default_info\" />\n        </div>\n        <span>\n          <a href=\"#\" className=\"reload-button\" onClick={this.onClick}>\n            <FormattedMessage\n              defaultMessage=\"Refresh page to try again.\"\n              id=\"error_fallback_default_refresh_suggestion\" />\n          </a>\n        </span>\n      </div>\n    );\n  }\n}\nErrorBoundaryFallback.defaultProps = {className: \"as-error-fallback\"};\n\nexport class ErrorBoundary extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.state = {hasError: false};\n  }\n\n  componentDidCatch(error, info) {\n    this.setState({hasError: true});\n  }\n\n  render() {\n    if (!this.state.hasError) {\n      return (this.props.children);\n    }\n\n    return <this.props.FallbackComponent className={this.props.className} />;\n  }\n}\n\nErrorBoundary.defaultProps = {FallbackComponent: ErrorBoundaryFallback};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/ErrorBoundary/ErrorBoundary.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\n\nconst _OpenInPrivateWindow = site => ({\n  id: \"menu_action_open_private_window\",\n  icon: \"new-window-private\",\n  action: ac.OnlyToMain({\n    type: at.OPEN_PRIVATE_WINDOW,\n    data: {url: site.url, referrer: site.referrer}\n  }),\n  userEvent: \"OPEN_PRIVATE_WINDOW\"\n});\n\nexport const GetPlatformString = platform => {\n  switch (platform) {\n    case \"win\":\n      return \"menu_action_show_file_windows\";\n    case \"macosx\":\n      return \"menu_action_show_file_mac_os\";\n    case \"linux\":\n      return \"menu_action_show_file_linux\";\n    default:\n      return \"menu_action_show_file_default\";\n  }\n};\n\n/**\n * List of functions that return items that can be included as menu options in a\n * LinkMenu. All functions take the site as the first parameter, and optionally\n * the index of the site.\n */\nexport const LinkMenuOptions = {\n  Separator: () => ({type: \"separator\"}),\n  EmptyItem: () => ({type: \"empty\"}),\n  RemoveBookmark: site => ({\n    id: \"menu_action_remove_bookmark\",\n    icon: \"bookmark-added\",\n    action: ac.AlsoToMain({\n      type: at.DELETE_BOOKMARK_BY_ID,\n      data: site.bookmarkGuid\n    }),\n    userEvent: \"BOOKMARK_DELETE\"\n  }),\n  AddBookmark: site => ({\n    id: \"menu_action_bookmark\",\n    icon: \"bookmark-hollow\",\n    action: ac.AlsoToMain({\n      type: at.BOOKMARK_URL,\n      data: {url: site.url, title: site.title, type: site.type}\n    }),\n    userEvent: \"BOOKMARK_ADD\"\n  }),\n  OpenInNewWindow: site => ({\n    id: \"menu_action_open_new_window\",\n    icon: \"new-window\",\n    action: ac.AlsoToMain({\n      type: at.OPEN_NEW_WINDOW,\n      data: {\n        referrer: site.referrer,\n        typedBonus: site.typedBonus,\n        url: site.url\n      }\n    }),\n    userEvent: \"OPEN_NEW_WINDOW\"\n  }),\n  BlockUrl: (site, index, eventSource) => ({\n    id: \"menu_action_dismiss\",\n    icon: \"dismiss\",\n    action: ac.AlsoToMain({\n      type: at.BLOCK_URL,\n      data: {url: site.url, pocket_id: site.pocket_id}\n    }),\n    impression: ac.ImpressionStats({\n      source: eventSource,\n      block: 0,\n      tiles: [{id: site.guid, pos: index}]\n    }),\n    userEvent: \"BLOCK\"\n  }),\n\n  // This is an option for web extentions which will result in remove items from\n  // memory and notify the web extenion, rather than using the built-in block list.\n  WebExtDismiss: (site, index, eventSource) => ({\n    id: \"menu_action_webext_dismiss\",\n    string_id: \"menu_action_dismiss\",\n    icon: \"dismiss\",\n    action: ac.WebExtEvent(at.WEBEXT_DISMISS, {\n      source: eventSource,\n      url: site.url,\n      action_position: index\n    })\n  }),\n  DeleteUrl: (site, index, eventSource, isEnabled, siteInfo) => ({\n    id: \"menu_action_delete\",\n    icon: \"delete\",\n    action: {\n      type: at.DIALOG_OPEN,\n      data: {\n        onConfirm: [\n          ac.AlsoToMain({type: at.DELETE_HISTORY_URL, data: {url: site.url, pocket_id: site.pocket_id, forceBlock: site.bookmarkGuid}}),\n          ac.UserEvent(Object.assign({event: \"DELETE\", source: eventSource, action_position: index}, siteInfo))\n        ],\n        eventSource,\n        body_string_id: [\"confirm_history_delete_p1\", \"confirm_history_delete_notice_p2\"],\n        confirm_button_string_id: \"menu_action_delete\",\n        cancel_button_string_id: \"topsites_form_cancel_button\",\n        icon: \"modal-delete\"\n      }\n    },\n    userEvent: \"DIALOG_OPEN\"\n  }),\n  ShowFile: (site, index, eventSource, isEnabled, siteInfo, platform) => ({\n    id: GetPlatformString(platform),\n    icon: \"search\",\n    action: ac.OnlyToMain({\n      type: at.SHOW_DOWNLOAD_FILE,\n      data: {url: site.url}\n    })\n  }),\n  OpenFile: site => ({\n    id: \"menu_action_open_file\",\n    icon: \"open-file\",\n    action: ac.OnlyToMain({\n      type: at.OPEN_DOWNLOAD_FILE,\n      data: {url: site.url}\n    })\n  }),\n  CopyDownloadLink: site => ({\n    id: \"menu_action_copy_download_link\",\n    icon: \"copy\",\n    action: ac.OnlyToMain({\n      type: at.COPY_DOWNLOAD_LINK,\n      data: {url: site.url}\n    })\n  }),\n  GoToDownloadPage: site => ({\n    id: \"menu_action_go_to_download_page\",\n    icon: \"download\",\n    action: ac.OnlyToMain({\n      type: at.OPEN_LINK,\n      data: {url: site.referrer}\n    }),\n    disabled: !site.referrer\n  }),\n  RemoveDownload: site => ({\n    id: \"menu_action_remove_download\",\n    icon: \"delete\",\n    action: ac.OnlyToMain({\n      type: at.REMOVE_DOWNLOAD_FILE,\n      data: {url: site.url}\n    })\n  }),\n  PinTopSite: (site, index) => ({\n    id: \"menu_action_pin\",\n    icon: \"pin\",\n    action: ac.AlsoToMain({\n      type: at.TOP_SITES_PIN,\n      data: {site: {url: site.url}, index}\n    }),\n    userEvent: \"PIN\"\n  }),\n  UnpinTopSite: site => ({\n    id: \"menu_action_unpin\",\n    icon: \"unpin\",\n    action: ac.AlsoToMain({\n      type: at.TOP_SITES_UNPIN,\n      data: {site: {url: site.url}}\n    }),\n    userEvent: \"UNPIN\"\n  }),\n  SaveToPocket: (site, index, eventSource) => ({\n    id: \"menu_action_save_to_pocket\",\n    icon: \"pocket\",\n    action: ac.AlsoToMain({\n      type: at.SAVE_TO_POCKET,\n      data: {site: {url: site.url, title: site.title}}\n    }),\n    impression: ac.ImpressionStats({\n      source: eventSource,\n      pocket: 0,\n      tiles: [{id: site.guid, pos: index}]\n    }),\n    userEvent: \"SAVE_TO_POCKET\"\n  }),\n  DeleteFromPocket: site => ({\n    id: \"menu_action_delete_pocket\",\n    icon: \"delete\",\n    action: ac.AlsoToMain({\n      type: at.DELETE_FROM_POCKET,\n      data: {pocket_id: site.pocket_id}\n    }),\n    userEvent: \"DELETE_FROM_POCKET\"\n  }),\n  ArchiveFromPocket: site => ({\n    id: \"menu_action_archive_pocket\",\n    icon: \"check\",\n    action: ac.AlsoToMain({\n      type: at.ARCHIVE_FROM_POCKET,\n      data: {pocket_id: site.pocket_id}\n    }),\n    userEvent: \"ARCHIVE_FROM_POCKET\"\n  }),\n  EditTopSite: (site, index) => ({\n    id: \"edit_topsites_button_text\",\n    icon: \"edit\",\n    action: {\n      type: at.TOP_SITES_EDIT,\n      data: {index}\n    }\n  }),\n  CheckBookmark: site => (site.bookmarkGuid ? LinkMenuOptions.RemoveBookmark(site) : LinkMenuOptions.AddBookmark(site)),\n  CheckPinTopSite: (site, index) => (site.isPinned ? LinkMenuOptions.UnpinTopSite(site) : LinkMenuOptions.PinTopSite(site, index)),\n  CheckSavedToPocket: (site, index) => (site.pocket_id ? LinkMenuOptions.DeleteFromPocket(site) : LinkMenuOptions.SaveToPocket(site, index)),\n  CheckBookmarkOrArchive: site => (site.pocket_id ? LinkMenuOptions.ArchiveFromPocket(site) : LinkMenuOptions.CheckBookmark(site)),\n  OpenInPrivateWindow: (site, index, eventSource, isEnabled) => (isEnabled ? _OpenInPrivateWindow(site) : LinkMenuOptions.EmptyItem())\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/link-menu-options.js","import {actionCreators as ac} from \"common/Actions.jsm\";\nimport {connect} from \"react-redux\";\nimport {ContextMenu} from \"content-src/components/ContextMenu/ContextMenu\";\nimport {injectIntl} from \"react-intl\";\nimport {LinkMenuOptions} from \"content-src/lib/link-menu-options\";\nimport React from \"react\";\n\nconst DEFAULT_SITE_MENU_OPTIONS = [\"CheckPinTopSite\", \"EditTopSite\", \"Separator\", \"OpenInNewWindow\", \"OpenInPrivateWindow\", \"Separator\", \"BlockUrl\"];\n\nexport class _LinkMenu extends React.PureComponent {\n  getOptions() {\n    const {props} = this;\n    const {site, index, source, isPrivateBrowsingEnabled, siteInfo, platform} = props;\n\n    // Handle special case of default site\n    const propOptions = !site.isDefault ? props.options : DEFAULT_SITE_MENU_OPTIONS;\n\n    const options = propOptions.map(o => LinkMenuOptions[o](site, index, source, isPrivateBrowsingEnabled, siteInfo, platform)).map(option => {\n      const {action, impression, id, string_id, type, userEvent} = option;\n      if (!type && id) {\n        option.label = props.intl.formatMessage({id: string_id || id});\n        option.onClick = () => {\n          props.dispatch(action);\n          if (userEvent) {\n            const userEventData = Object.assign({\n              event: userEvent,\n              source,\n              action_position: index\n            }, siteInfo);\n            props.dispatch(ac.UserEvent(userEventData));\n          }\n          if (impression && props.shouldSendImpressionStats) {\n            props.dispatch(impression);\n          }\n        };\n      }\n      return option;\n    });\n\n    // This is for accessibility to support making each item tabbable.\n    // We want to know which item is the first and which item\n    // is the last, so we can close the context menu accordingly.\n    options[0].first = true;\n    options[options.length - 1].last = true;\n    return options;\n  }\n\n  render() {\n    return (<ContextMenu\n      onUpdate={this.props.onUpdate}\n      options={this.getOptions()} />);\n  }\n}\n\nconst getState = state => ({isPrivateBrowsingEnabled: state.Prefs.values.isPrivateBrowsingEnabled, platform: state.Prefs.values.platform});\nexport const LinkMenu = connect(getState)(injectIntl(_LinkMenu));\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/LinkMenu/LinkMenu.jsx","import React from \"react\";\n\nexport class ContextMenu extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.hideContext = this.hideContext.bind(this);\n    this.onClick = this.onClick.bind(this);\n  }\n\n  hideContext() {\n    this.props.onUpdate(false);\n  }\n\n  componentDidMount() {\n    setTimeout(() => {\n      global.addEventListener(\"click\", this.hideContext);\n    }, 0);\n  }\n\n  componentWillUnmount() {\n    global.removeEventListener(\"click\", this.hideContext);\n  }\n\n  onClick(event) {\n    // Eat all clicks on the context menu so they don't bubble up to window.\n    // This prevents the context menu from closing when clicking disabled items\n    // or the separators.\n    event.stopPropagation();\n  }\n\n  render() {\n    return (<span className=\"context-menu\" onClick={this.onClick}>\n      <ul role=\"menu\" className=\"context-menu-list\">\n        {this.props.options.map((option, i) => (option.type === \"separator\" ?\n          (<li key={i} className=\"separator\" />) :\n          (option.type !== \"empty\" && <ContextMenuItem key={i} option={option} hideContext={this.hideContext} />)\n        ))}\n      </ul>\n    </span>);\n  }\n}\n\nexport class ContextMenuItem extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onClick = this.onClick.bind(this);\n    this.onKeyDown = this.onKeyDown.bind(this);\n  }\n\n  onClick() {\n    this.props.hideContext();\n    this.props.option.onClick();\n  }\n\n  onKeyDown(event) {\n    const {option} = this.props;\n    switch (event.key) {\n      case \"Tab\":\n        // tab goes down in context menu, shift + tab goes up in context menu\n        // if we're on the last item, one more tab will close the context menu\n        // similarly, if we're on the first item, one more shift + tab will close it\n        if ((event.shiftKey && option.first) || (!event.shiftKey && option.last)) {\n          this.props.hideContext();\n        }\n        break;\n      case \"Enter\":\n        this.props.hideContext();\n        option.onClick();\n        break;\n    }\n  }\n\n  render() {\n    const {option} = this.props;\n    return (\n      <li role=\"menuitem\" className=\"context-menu-item\">\n        <a onClick={this.onClick} onKeyDown={this.onKeyDown} tabIndex=\"0\" className={option.disabled ? \"disabled\" : \"\"}>\n          {option.icon && <span className={`icon icon-spacer icon-${option.icon}`} />}\n          {option.label}\n        </a>\n      </li>);\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/ContextMenu/ContextMenu.jsx","/**\n * List of helper functions for screenshot-based images.\n *\n * There are two kinds of images:\n * 1. Remote Image: This is the image from the main process and it refers to\n *    the image in the React props. This can either be an object with the `data`\n *    and `path` properties, if it is a blob, or a string, if it is a normal image.\n * 2. Local Image: This is the image object in the content process and it refers\n *    to the image *object* in the React component's state. All local image\n *    objects have the `url` property, and an additional property `path`, if they\n *    are blobs.\n */\nexport const ScreenshotUtils = {\n  isBlob(isLocal, image) {\n    return !!(image && image.path && ((!isLocal && image.data) || (isLocal && image.url)));\n  },\n\n  // This should always be called with a remote image and not a local image.\n  createLocalImageObject(remoteImage) {\n    if (!remoteImage) {\n      return null;\n    }\n    if (this.isBlob(false, remoteImage)) {\n      return {url: global.URL.createObjectURL(remoteImage.data), path: remoteImage.path};\n    }\n    return {url: remoteImage};\n  },\n\n  // Revokes the object URL of the image if the local image is a blob.\n  // This should always be called with a local image and not a remote image.\n  maybeRevokeBlobObjectURL(localImage) {\n    if (this.isBlob(true, localImage)) {\n      global.URL.revokeObjectURL(localImage.url);\n    }\n  },\n\n  // Checks if remoteImage and localImage are the same.\n  isRemoteImageLocal(localImage, remoteImage) {\n    // Both remoteImage and localImage are present.\n    if (remoteImage && localImage) {\n      return this.isBlob(false, remoteImage) ?\n             localImage.path === remoteImage.path :\n             localImage.url === remoteImage;\n    }\n\n    // This will only handle the remaining three possible outcomes.\n    // (i.e. everything except when both image and localImage are present)\n    return !remoteImage && !localImage;\n  }\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/screenshot-utils.js","import {FormattedMessage, injectIntl} from \"react-intl\";\nimport {actionCreators as ac} from \"common/Actions.jsm\";\nimport {ErrorBoundary} from \"content-src/components/ErrorBoundary/ErrorBoundary\";\nimport React from \"react\";\nimport {SectionMenu} from \"content-src/components/SectionMenu/SectionMenu\";\nimport {SectionMenuOptions} from \"content-src/lib/section-menu-options\";\n\nconst VISIBLE = \"visible\";\nconst VISIBILITY_CHANGE_EVENT = \"visibilitychange\";\n\nfunction getFormattedMessage(message) {\n  return typeof message === \"string\" ? <span>{message}</span> : <FormattedMessage {...message} />;\n}\n\nexport class Disclaimer extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onAcknowledge = this.onAcknowledge.bind(this);\n  }\n\n  onAcknowledge() {\n    this.props.dispatch(ac.SetPref(this.props.disclaimerPref, false));\n    this.props.dispatch(ac.UserEvent({event: \"DISCLAIMER_ACKED\", source: this.props.eventSource}));\n  }\n\n  render() {\n    const {disclaimer} = this.props;\n    return (\n      <div className=\"section-disclaimer\">\n          <div className=\"section-disclaimer-text\">\n            {getFormattedMessage(disclaimer.text)}\n            {disclaimer.link &&\n              <a href={disclaimer.link.href} target=\"_blank\" rel=\"noopener noreferrer\">\n                {getFormattedMessage(disclaimer.link.title || disclaimer.link)}\n              </a>\n            }\n          </div>\n\n          <button onClick={this.onAcknowledge}>\n            {getFormattedMessage(disclaimer.button)}\n          </button>\n      </div>\n    );\n  }\n}\n\nexport const DisclaimerIntl = injectIntl(Disclaimer);\n\nexport class _CollapsibleSection extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onBodyMount = this.onBodyMount.bind(this);\n    this.onHeaderClick = this.onHeaderClick.bind(this);\n    this.onTransitionEnd = this.onTransitionEnd.bind(this);\n    this.enableOrDisableAnimation = this.enableOrDisableAnimation.bind(this);\n    this.onMenuButtonClick = this.onMenuButtonClick.bind(this);\n    this.onMenuButtonMouseEnter = this.onMenuButtonMouseEnter.bind(this);\n    this.onMenuButtonMouseLeave = this.onMenuButtonMouseLeave.bind(this);\n    this.onMenuUpdate = this.onMenuUpdate.bind(this);\n    this.state = {enableAnimation: true, isAnimating: false, menuButtonHover: false, showContextMenu: false};\n  }\n\n  componentWillMount() {\n    this.props.document.addEventListener(VISIBILITY_CHANGE_EVENT, this.enableOrDisableAnimation);\n  }\n\n  componentWillUpdate(nextProps) {\n    // Check if we're about to go from expanded to collapsed\n    if (!this.props.collapsed && nextProps.collapsed) {\n      // This next line forces a layout flush of the section body, which has a\n      // max-height style set, so that the upcoming collapse animation can\n      // animate from that height to the collapsed height. Without this, the\n      // update is coalesced and there's no animation from no-max-height to 0.\n      this.sectionBody.scrollHeight; // eslint-disable-line no-unused-expressions\n    }\n  }\n\n  componentWillUnmount() {\n    this.props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this.enableOrDisableAnimation);\n  }\n\n  enableOrDisableAnimation() {\n    // Only animate the collapse/expand for visible tabs.\n    const visible = this.props.document.visibilityState === VISIBLE;\n    if (this.state.enableAnimation !== visible) {\n      this.setState({enableAnimation: visible});\n    }\n  }\n\n  onBodyMount(node) {\n    this.sectionBody = node;\n  }\n\n  onHeaderClick() {\n    // If this.sectionBody is unset, it means that we're in some sort of error\n    // state, probably displaying the error fallback, so we won't be able to\n    // compute the height, and we don't want to persist the preference.\n    // If props.collapsed is undefined handler shouldn't do anything.\n    if (!this.sectionBody || this.props.collapsed === undefined) {\n      return;\n    }\n\n    // Get the current height of the body so max-height transitions can work\n    this.setState({\n      isAnimating: true,\n      maxHeight: `${this.sectionBody.scrollHeight}px`\n    });\n    const {action, userEvent} = SectionMenuOptions.CheckCollapsed(this.props);\n    this.props.dispatch(action);\n    this.props.dispatch(ac.UserEvent({\n      event: userEvent,\n      source: this.props.source\n    }));\n  }\n\n  onTransitionEnd(event) {\n    // Only update the animating state for our own transition (not a child's)\n    if (event.target === event.currentTarget) {\n      this.setState({isAnimating: false});\n    }\n  }\n\n  renderIcon() {\n    const {icon} = this.props;\n    if (icon && icon.startsWith(\"moz-extension://\")) {\n      return <span className=\"icon icon-small-spacer\" style={{backgroundImage: `url('${icon}')`}} />;\n    }\n    return <span className={`icon icon-small-spacer icon-${icon || \"webextension\"}`} />;\n  }\n\n  onMenuButtonClick(event) {\n    event.preventDefault();\n    this.setState({showContextMenu: true});\n  }\n\n  onMenuButtonMouseEnter() {\n    this.setState({menuButtonHover: true});\n  }\n\n  onMenuButtonMouseLeave() {\n    this.setState({menuButtonHover: false});\n  }\n\n  onMenuUpdate(showContextMenu) {\n    this.setState({showContextMenu});\n  }\n\n  render() {\n    const isCollapsible = this.props.collapsed !== undefined;\n    const {enableAnimation, isAnimating, maxHeight, menuButtonHover, showContextMenu} = this.state;\n    const {id, eventSource, collapsed, disclaimer, title, extraMenuOptions, showPrefName, privacyNoticeURL, dispatch, isFirst, isLast, isWebExtension} = this.props;\n    const disclaimerPref = `section.${id}.showDisclaimer`;\n    const needsDisclaimer = disclaimer && this.props.Prefs.values[disclaimerPref];\n    const active = menuButtonHover || showContextMenu;\n    return (\n      <section\n        className={`collapsible-section ${this.props.className}${enableAnimation ? \" animation-enabled\" : \"\"}${collapsed ? \" collapsed\" : \"\"}${active ? \" active\" : \"\"}`}\n        // Note: data-section-id is used for web extension api tests in mozilla central\n        data-section-id={id}>\n        <div className=\"section-top-bar\">\n          <h3 className=\"section-title\">\n            <span className=\"click-target\" onClick={this.onHeaderClick}>\n              {this.renderIcon()}\n              {getFormattedMessage(title)}\n              {isCollapsible && <span className={`collapsible-arrow icon ${collapsed ? \"icon-arrowhead-forward-small\" : \"icon-arrowhead-down-small\"}`} />}\n            </span>\n          </h3>\n          <div>\n            <button\n              className=\"context-menu-button icon\"\n              onClick={this.onMenuButtonClick}\n              onMouseEnter={this.onMenuButtonMouseEnter}\n              onMouseLeave={this.onMenuButtonMouseLeave}>\n              <span className=\"sr-only\">\n                <FormattedMessage id=\"section_context_menu_button_sr\" />\n              </span>\n            </button>\n            {showContextMenu &&\n              <SectionMenu\n                id={id}\n                extraOptions={extraMenuOptions}\n                eventSource={eventSource}\n                showPrefName={showPrefName}\n                privacyNoticeURL={privacyNoticeURL}\n                collapsed={collapsed}\n                onUpdate={this.onMenuUpdate}\n                isFirst={isFirst}\n                isLast={isLast}\n                dispatch={dispatch}\n                isWebExtension={isWebExtension} />\n            }\n          </div>\n        </div>\n        <ErrorBoundary className=\"section-body-fallback\">\n          <div\n            className={`section-body${isAnimating ? \" animating\" : \"\"}`}\n            onTransitionEnd={this.onTransitionEnd}\n            ref={this.onBodyMount}\n            style={isAnimating && !collapsed ? {maxHeight} : null}>\n            {needsDisclaimer && <DisclaimerIntl disclaimerPref={disclaimerPref} disclaimer={disclaimer} eventSource={eventSource} dispatch={this.props.dispatch} />}\n            {this.props.children}\n          </div>\n        </ErrorBoundary>\n      </section>\n    );\n  }\n}\n\n_CollapsibleSection.defaultProps = {\n  document: global.document || {\n    addEventListener: () => {},\n    removeEventListener: () => {},\n    visibilityState: \"hidden\"\n  },\n  Prefs: {values: {}}\n};\n\nexport const CollapsibleSection = injectIntl(_CollapsibleSection);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/CollapsibleSection/CollapsibleSection.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\n\n/**\n * List of functions that return items that can be included as menu options in a\n * SectionMenu. All functions take the section as the only parameter.\n */\nexport const SectionMenuOptions = {\n  Separator: () => ({type: \"separator\"}),\n  MoveUp: section => ({\n    id: \"section_menu_action_move_up\",\n    icon: \"arrowhead-up\",\n    action: ac.OnlyToMain({\n      type: at.SECTION_MOVE,\n      data: {id: section.id, direction: -1}\n    }),\n    userEvent: \"MENU_MOVE_UP\",\n    disabled: !!section.isFirst\n  }),\n  MoveDown: section => ({\n    id: \"section_menu_action_move_down\",\n    icon: \"arrowhead-down\",\n    action: ac.OnlyToMain({\n      type: at.SECTION_MOVE,\n      data: {id: section.id, direction: +1}\n    }),\n    userEvent: \"MENU_MOVE_DOWN\",\n    disabled: !!section.isLast\n  }),\n  RemoveSection: section => ({\n    id: \"section_menu_action_remove_section\",\n    icon: \"dismiss\",\n    action: ac.SetPref(section.showPrefName, false),\n    userEvent: \"MENU_REMOVE\"\n  }),\n  CollapseSection: section => ({\n    id: \"section_menu_action_collapse_section\",\n    icon: \"minimize\",\n    action: ac.OnlyToMain({type: at.UPDATE_SECTION_PREFS, data: {id: section.id, value: {collapsed: true}}}),\n    userEvent: \"MENU_COLLAPSE\"\n  }),\n  ExpandSection: section => ({\n    id: \"section_menu_action_expand_section\",\n    icon: \"maximize\",\n    action: ac.OnlyToMain({type: at.UPDATE_SECTION_PREFS, data: {id: section.id, value: {collapsed: false}}}),\n    userEvent: \"MENU_EXPAND\"\n  }),\n  ManageSection: section => ({\n    id: \"section_menu_action_manage_section\",\n    icon: \"settings\",\n    action: ac.OnlyToMain({type: at.SETTINGS_OPEN}),\n    userEvent: \"MENU_MANAGE\"\n  }),\n  ManageWebExtension: section => ({\n    id: \"section_menu_action_manage_webext\",\n    icon: \"settings\",\n    action: ac.OnlyToMain({type: at.OPEN_WEBEXT_SETTINGS, data: section.id})\n  }),\n  AddTopSite: section => ({\n    id: \"section_menu_action_add_topsite\",\n    icon: \"add\",\n    action: {type: at.TOP_SITES_EDIT, data: {index: -1}},\n    userEvent: \"MENU_ADD_TOPSITE\"\n  }),\n  PrivacyNotice: section => ({\n    id: \"section_menu_action_privacy_notice\",\n    icon: \"info\",\n    action: ac.OnlyToMain({\n      type: at.OPEN_LINK,\n      data: {url: section.privacyNoticeURL}\n    }),\n    userEvent: \"MENU_PRIVACY_NOTICE\"\n  }),\n  CheckCollapsed: section => (section.collapsed ? SectionMenuOptions.ExpandSection(section) : SectionMenuOptions.CollapseSection(section))\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/section-menu-options.js","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {perfService as perfSvc} from \"common/PerfService.jsm\";\nimport React from \"react\";\n\n// Currently record only a fixed set of sections. This will prevent data\n// from custom sections from showing up or from topstories.\nconst RECORDED_SECTIONS = [\"highlights\", \"topsites\"];\n\nexport class ComponentPerfTimer extends React.Component {\n  constructor(props) {\n    super(props);\n    // Just for test dependency injection:\n    this.perfSvc = this.props.perfSvc || perfSvc;\n\n    this._sendBadStateEvent = this._sendBadStateEvent.bind(this);\n    this._sendPaintedEvent = this._sendPaintedEvent.bind(this);\n    this._reportMissingData = false;\n    this._timestampHandled = false;\n    this._recordedFirstRender = false;\n  }\n\n  componentDidMount() {\n    if (!RECORDED_SECTIONS.includes(this.props.id)) {\n      return;\n    }\n\n    this._maybeSendPaintedEvent();\n  }\n\n  componentDidUpdate() {\n    if (!RECORDED_SECTIONS.includes(this.props.id)) {\n      return;\n    }\n\n    this._maybeSendPaintedEvent();\n  }\n\n  /**\n   * Call the given callback after the upcoming frame paints.\n   *\n   * @note Both setTimeout and requestAnimationFrame are throttled when the page\n   * is hidden, so this callback may get called up to a second or so after the\n   * requestAnimationFrame \"paint\" for hidden tabs.\n   *\n   * Newtabs hidden while loading will presumably be fairly rare (other than\n   * preloaded tabs, which we will be filtering out on the server side), so such\n   * cases should get lost in the noise.\n   *\n   * If we decide that it's important to find out when something that's hidden\n   * has \"painted\", however, another option is to post a message to this window.\n   * That should happen even faster than setTimeout, and, at least as of this\n   * writing, it's not throttled in hidden windows in Firefox.\n   *\n   * @param {Function} callback\n   *\n   * @returns void\n   */\n  _afterFramePaint(callback) {\n    requestAnimationFrame(() => setTimeout(callback, 0));\n  }\n\n  _maybeSendBadStateEvent() {\n    // Follow up bugs:\n    // https://github.com/mozilla/activity-stream/issues/3691\n    if (!this.props.initialized) {\n      // Remember to report back when data is available.\n      this._reportMissingData = true;\n    } else if (this._reportMissingData) {\n      this._reportMissingData = false;\n      // Report how long it took for component to become initialized.\n      this._sendBadStateEvent();\n    }\n  }\n\n  _maybeSendPaintedEvent() {\n    // If we've already handled a timestamp, don't do it again.\n    if (this._timestampHandled || !this.props.initialized) {\n      return;\n    }\n\n    // And if we haven't, we're doing so now, so remember that. Even if\n    // something goes wrong in the callback, we can't try again, as we'd be\n    // sending back the wrong data, and we have to do it here, so that other\n    // calls to this method while waiting for the next frame won't also try to\n    // handle it.\n    this._timestampHandled = true;\n    this._afterFramePaint(this._sendPaintedEvent);\n  }\n\n  /**\n   * Triggered by call to render. Only first call goes through due to\n   * `_recordedFirstRender`.\n   */\n  _ensureFirstRenderTsRecorded() {\n    // Used as t0 for recording how long component took to initialize.\n    if (!this._recordedFirstRender) {\n      this._recordedFirstRender = true;\n      // topsites_first_render_ts, highlights_first_render_ts.\n      const key = `${this.props.id}_first_render_ts`;\n      this.perfSvc.mark(key);\n    }\n  }\n\n  /**\n   * Creates `TELEMETRY_UNDESIRED_EVENT` with timestamp in ms\n   * of how much longer the data took to be ready for display than it would\n   * have been the ideal case.\n   * https://github.com/mozilla/ping-centre/issues/98\n   */\n  _sendBadStateEvent() {\n    // highlights_data_ready_ts, topsites_data_ready_ts.\n    const dataReadyKey = `${this.props.id}_data_ready_ts`;\n    this.perfSvc.mark(dataReadyKey);\n\n    try {\n      const firstRenderKey = `${this.props.id}_first_render_ts`;\n      // value has to be Int32.\n      const value = parseInt(this.perfSvc.getMostRecentAbsMarkStartByName(dataReadyKey) -\n                             this.perfSvc.getMostRecentAbsMarkStartByName(firstRenderKey), 10);\n      this.props.dispatch(ac.OnlyToMain({\n        type: at.SAVE_SESSION_PERF_DATA,\n        // highlights_data_late_by_ms, topsites_data_late_by_ms.\n        data: {[`${this.props.id}_data_late_by_ms`]: value}\n      }));\n    } catch (ex) {\n      // If this failed, it's likely because the `privacy.resistFingerprinting`\n      // pref is true.\n    }\n  }\n\n  _sendPaintedEvent() {\n    // Record first_painted event but only send if topsites.\n    if (this.props.id !== \"topsites\") {\n      return;\n    }\n\n    // topsites_first_painted_ts.\n    const key = `${this.props.id}_first_painted_ts`;\n    this.perfSvc.mark(key);\n\n    try {\n      const data = {};\n      data[key] = this.perfSvc.getMostRecentAbsMarkStartByName(key);\n\n      this.props.dispatch(ac.OnlyToMain({\n        type: at.SAVE_SESSION_PERF_DATA,\n        data\n      }));\n    } catch (ex) {\n      // If this failed, it's likely because the `privacy.resistFingerprinting`\n      // pref is true.  We should at least not blow up, and should continue\n      // to set this._timestampHandled to avoid going through this again.\n    }\n  }\n\n  render() {\n    if (RECORDED_SECTIONS.includes(this.props.id)) {\n      this._ensureFirstRenderTsRecorded();\n      this._maybeSendBadStateEvent();\n    }\n    return this.props.children;\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/ComponentPerfTimer/ComponentPerfTimer.jsx","/* globals Services */\n\"use strict\";\n\n/* istanbul ignore if */\nif (typeof ChromeUtils !== \"undefined\") {\n  ChromeUtils.import(\"resource://gre/modules/Services.jsm\");\n}\n\nlet usablePerfObj;\n\n/* istanbul ignore if */\n/* istanbul ignore else */\nif (typeof Services !== \"undefined\") {\n  // Borrow the high-resolution timer from the hidden window....\n  usablePerfObj = Services.appShell.hiddenDOMWindow.performance;\n} else if (typeof performance !== \"undefined\") {\n  // we must be running in content space\n  // eslint-disable-next-line no-undef\n  usablePerfObj = performance;\n} else {\n  // This is a dummy object so this file doesn't crash in the node prerendering\n  // task.\n  usablePerfObj = {\n    now() {},\n    mark() {}\n  };\n}\n\nfunction _PerfService(options) {\n  // For testing, so that we can use a fake Window.performance object with\n  // known state.\n  if (options && options.performanceObj) {\n    this._perf = options.performanceObj;\n  } else {\n    this._perf = usablePerfObj;\n  }\n}\n\n_PerfService.prototype = {\n  /**\n   * Calls the underlying mark() method on the appropriate Window.performance\n   * object to add a mark with the given name to the appropriate performance\n   * timeline.\n   *\n   * @param  {String} name  the name to give the current mark\n   * @return {void}\n   */\n  mark: function mark(str) {\n    this._perf.mark(str);\n  },\n\n  /**\n   * Calls the underlying getEntriesByName on the appropriate Window.performance\n   * object.\n   *\n   * @param  {String} name\n   * @param  {String} type eg \"mark\"\n   * @return {Array}       Performance* objects\n   */\n  getEntriesByName: function getEntriesByName(name, type) {\n    return this._perf.getEntriesByName(name, type);\n  },\n\n  /**\n   * The timeOrigin property from the appropriate performance object.\n   * Used to ensure that timestamps from the add-on code and the content code\n   * are comparable.\n   *\n   * @note If this is called from a context without a window\n   * (eg a JSM in chrome), it will return the timeOrigin of the XUL hidden\n   * window, which appears to be the first created window (and thus\n   * timeOrigin) in the browser.  Note also, however, there is also a private\n   * hidden window, presumably for private browsing, which appears to be\n   * created dynamically later.  Exactly how/when that shows up needs to be\n   * investigated.\n   *\n   * @return {Number} A double of milliseconds with a precision of 0.5us.\n   */\n  get timeOrigin() {\n    return this._perf.timeOrigin;\n  },\n\n  /**\n   * Returns the \"absolute\" version of performance.now(), i.e. one that\n   * should ([bug 1401406](https://bugzilla.mozilla.org/show_bug.cgi?id=1401406)\n   * be comparable across both chrome and content.\n   *\n   * @return {Number}\n   */\n  absNow: function absNow() {\n    return this.timeOrigin + this._perf.now();\n  },\n\n  /**\n   * This returns the absolute startTime from the most recent performance.mark()\n   * with the given name.\n   *\n   * @param  {String} name  the name to lookup the start time for\n   *\n   * @return {Number}       the returned start time, as a DOMHighResTimeStamp\n   *\n   * @throws {Error}        \"No Marks with the name ...\" if none are available\n   *\n   * @note Always surround calls to this by try/catch.  Otherwise your code\n   * may fail when the `privacy.resistFingerprinting` pref is true.  When\n   * this pref is set, all attempts to get marks will likely fail, which will\n   * cause this method to throw.\n   *\n   * See [bug 1369303](https://bugzilla.mozilla.org/show_bug.cgi?id=1369303)\n   * for more info.\n   */\n  getMostRecentAbsMarkStartByName(name) {\n    let entries = this.getEntriesByName(name, \"mark\");\n\n    if (!entries.length) {\n      throw new Error(`No marks with the name ${name}`);\n    }\n\n    let mostRecentEntry = entries[entries.length - 1];\n    return this._perf.timeOrigin + mostRecentEntry.startTime;\n  }\n};\n\nthis.perfService = new _PerfService();\nconst EXPORTED_SYMBOLS = [\"_PerfService\", \"perfService\"];\n\n\n\n// WEBPACK FOOTER //\n// ./common/PerfService.jsm","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {FormattedMessage, injectIntl} from \"react-intl\";\nimport {\n  MIN_CORNER_FAVICON_SIZE,\n  MIN_RICH_FAVICON_SIZE,\n  TOP_SITES_CONTEXT_MENU_OPTIONS,\n  TOP_SITES_SOURCE\n} from \"./TopSitesConstants\";\nimport {LinkMenu} from \"content-src/components/LinkMenu/LinkMenu\";\nimport React from \"react\";\nimport {ScreenshotUtils} from \"content-src/lib/screenshot-utils\";\nimport {TOP_SITES_MAX_SITES_PER_ROW} from \"common/Reducers.jsm\";\n\nexport class TopSiteLink extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.state = {screenshotImage: null};\n    this.onDragEvent = this.onDragEvent.bind(this);\n  }\n\n  /*\n   * Helper to determine whether the drop zone should allow a drop. We only allow\n   * dropping top sites for now.\n   */\n  _allowDrop(e) {\n    return e.dataTransfer.types.includes(\"text/topsite-index\");\n  }\n\n  onDragEvent(event) {\n    switch (event.type) {\n      case \"click\":\n        // Stop any link clicks if we started any dragging\n        if (this.dragged) {\n          event.preventDefault();\n        }\n        break;\n      case \"dragstart\":\n        this.dragged = true;\n        event.dataTransfer.effectAllowed = \"move\";\n        event.dataTransfer.setData(\"text/topsite-index\", this.props.index);\n        event.target.blur();\n        this.props.onDragEvent(event, this.props.index, this.props.link, this.props.title);\n        break;\n      case \"dragend\":\n        this.props.onDragEvent(event);\n        break;\n      case \"dragenter\":\n      case \"dragover\":\n      case \"drop\":\n        if (this._allowDrop(event)) {\n          event.preventDefault();\n          this.props.onDragEvent(event, this.props.index);\n        }\n        break;\n      case \"mousedown\":\n        // Reset at the first mouse event of a potential drag\n        this.dragged = false;\n        break;\n    }\n  }\n\n  /**\n   * Helper to obtain the next state based on nextProps and prevState.\n   *\n   * NOTE: Rename this method to getDerivedStateFromProps when we update React\n   *       to >= 16.3. We will need to update tests as well. We cannot rename this\n   *       method to getDerivedStateFromProps now because there is a mismatch in\n   *       the React version that we are using for both testing and production.\n   *       (i.e. react-test-render => \"16.3.2\", react => \"16.2.0\").\n   *\n   * See https://github.com/airbnb/enzyme/blob/master/packages/enzyme-adapter-react-16/package.json#L43.\n   */\n  static getNextStateFromProps(nextProps, prevState) {\n    const {screenshot} = nextProps.link;\n    const imageInState = ScreenshotUtils.isRemoteImageLocal(prevState.screenshotImage, screenshot);\n    if (imageInState) {\n      return null;\n    }\n\n    // Since image was updated, attempt to revoke old image blob URL, if it exists.\n    ScreenshotUtils.maybeRevokeBlobObjectURL(prevState.screenshotImage);\n\n    return {screenshotImage: ScreenshotUtils.createLocalImageObject(screenshot)};\n  }\n\n  // NOTE: Remove this function when we update React to >= 16.3 since React will\n  //       call getDerivedStateFromProps automatically. We will also need to\n  //       rename getNextStateFromProps to getDerivedStateFromProps.\n  componentWillMount() {\n    const nextState = TopSiteLink.getNextStateFromProps(this.props, this.state);\n    if (nextState) {\n      this.setState(nextState);\n    }\n  }\n\n  // NOTE: Remove this function when we update React to >= 16.3 since React will\n  //       call getDerivedStateFromProps automatically. We will also need to\n  //       rename getNextStateFromProps to getDerivedStateFromProps.\n  componentWillReceiveProps(nextProps) {\n    const nextState = TopSiteLink.getNextStateFromProps(nextProps, this.state);\n    if (nextState) {\n      this.setState(nextState);\n    }\n  }\n\n  componentWillUnmount() {\n    ScreenshotUtils.maybeRevokeBlobObjectURL(this.state.screenshotImage);\n  }\n\n  render() {\n    const {children, className, defaultStyle, isDraggable, link, onClick, title} = this.props;\n    const topSiteOuterClassName = `top-site-outer${className ? ` ${className}` : \"\"}${link.isDragged ? \" dragged\" : \"\"}`;\n    const {tippyTopIcon, faviconSize} = link;\n    const [letterFallback] = title;\n    let imageClassName;\n    let imageStyle;\n    let showSmallFavicon = false;\n    let smallFaviconStyle;\n    let smallFaviconFallback;\n    let hasScreenshotImage = this.state.screenshotImage && this.state.screenshotImage.url;\n    if (defaultStyle) { // force no styles (letter fallback) even if the link has imagery\n      smallFaviconFallback = false;\n    } else if (link.customScreenshotURL) {\n      // assume high quality custom screenshot and use rich icon styles and class names\n      imageClassName = \"top-site-icon rich-icon\";\n      imageStyle = {\n        backgroundColor: link.backgroundColor,\n        backgroundImage: hasScreenshotImage ? `url(${this.state.screenshotImage.url})` : \"none\"\n      };\n    } else if (tippyTopIcon || faviconSize >= MIN_RICH_FAVICON_SIZE) {\n      // styles and class names for top sites with rich icons\n      imageClassName = \"top-site-icon rich-icon\";\n      imageStyle = {\n        backgroundColor: link.backgroundColor,\n        backgroundImage: `url(${tippyTopIcon || link.favicon})`\n      };\n    } else {\n      // styles and class names for top sites with screenshot + small icon in top left corner\n      imageClassName = `screenshot${hasScreenshotImage ? \" active\" : \"\"}`;\n      imageStyle = {backgroundImage: hasScreenshotImage ? `url(${this.state.screenshotImage.url})` : \"none\"};\n\n      // only show a favicon in top left if it's greater than 16x16\n      if (faviconSize >= MIN_CORNER_FAVICON_SIZE) {\n        showSmallFavicon = true;\n        smallFaviconStyle = {backgroundImage:  `url(${link.favicon})`};\n      } else if (hasScreenshotImage) {\n        // Don't show a small favicon if there is no screenshot, because that\n        // would result in two fallback icons\n        showSmallFavicon = true;\n        smallFaviconFallback = true;\n      }\n    }\n    let draggableProps = {};\n    if (isDraggable) {\n      draggableProps = {\n        onClick: this.onDragEvent,\n        onDragEnd: this.onDragEvent,\n        onDragStart: this.onDragEvent,\n        onMouseDown: this.onDragEvent\n      };\n    }\n    return (<li className={topSiteOuterClassName} onDrop={this.onDragEvent} onDragOver={this.onDragEvent} onDragEnter={this.onDragEvent} onDragLeave={this.onDragEvent} {...draggableProps}>\n      <div className=\"top-site-inner\">\n         <a href={link.url} onClick={onClick}>\n            <div className=\"tile\" aria-hidden={true} data-fallback={letterFallback}>\n              <div className={imageClassName} style={imageStyle} />\n              {showSmallFavicon && <div\n                className=\"top-site-icon default-icon\"\n                data-fallback={smallFaviconFallback && letterFallback}\n                style={smallFaviconStyle} />}\n           </div>\n           <div className={`title ${link.isPinned ? \"pinned\" : \"\"}`}>\n             {link.isPinned && <div className=\"icon icon-pin-small\" />}\n              <span dir=\"auto\">{title}</span>\n           </div>\n         </a>\n         {children}\n      </div>\n    </li>);\n  }\n}\nTopSiteLink.defaultProps = {\n  title: \"\",\n  link: {},\n  isDraggable: true\n};\n\nexport class TopSite extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.state = {showContextMenu: false};\n    this.onLinkClick = this.onLinkClick.bind(this);\n    this.onMenuButtonClick = this.onMenuButtonClick.bind(this);\n    this.onMenuUpdate = this.onMenuUpdate.bind(this);\n  }\n\n  /**\n   * Report to telemetry additional information about the item.\n   */\n  _getTelemetryInfo() {\n    const value = {icon_type: this.props.link.iconType};\n    // Filter out \"not_pinned\" type for being the default\n    if (this.props.link.isPinned) {\n      value.card_type = \"pinned\";\n    }\n    return {value};\n  }\n\n  userEvent(event) {\n    this.props.dispatch(ac.UserEvent(Object.assign({\n      event,\n      source: TOP_SITES_SOURCE,\n      action_position: this.props.index\n    }, this._getTelemetryInfo())));\n  }\n\n  onLinkClick(event) {\n    this.userEvent(\"CLICK\");\n\n    // Specially handle a top site link click for \"typed\" frecency bonus as\n    // specified as a property on the link.\n    event.preventDefault();\n    const {altKey, button, ctrlKey, metaKey, shiftKey} = event;\n    this.props.dispatch(ac.OnlyToMain({\n      type: at.OPEN_LINK,\n      data: Object.assign(this.props.link, {event: {altKey, button, ctrlKey, metaKey, shiftKey}})\n    }));\n  }\n\n  onMenuButtonClick(event) {\n    event.preventDefault();\n    this.props.onActivate(this.props.index);\n    this.setState({showContextMenu: true});\n  }\n\n  onMenuUpdate(showContextMenu) {\n    this.setState({showContextMenu});\n  }\n\n  render() {\n    const {props} = this;\n    const {link} = props;\n    const isContextMenuOpen = this.state.showContextMenu && props.activeIndex === props.index;\n    const title = link.label || link.hostname;\n    return (<TopSiteLink {...props} onClick={this.onLinkClick} onDragEvent={this.props.onDragEvent} className={`${props.className || \"\"}${isContextMenuOpen ? \" active\" : \"\"}`} title={title}>\n        <div>\n          <button className=\"context-menu-button icon\" onClick={this.onMenuButtonClick}>\n            <span className=\"sr-only\">\n              <FormattedMessage id=\"context_menu_button_sr\" values={{title}} />\n            </span>\n          </button>\n          {isContextMenuOpen &&\n            <LinkMenu\n              dispatch={props.dispatch}\n              index={props.index}\n              onUpdate={this.onMenuUpdate}\n              options={TOP_SITES_CONTEXT_MENU_OPTIONS}\n              site={link}\n              siteInfo={this._getTelemetryInfo()}\n              source={TOP_SITES_SOURCE} />\n          }\n        </div>\n    </TopSiteLink>);\n  }\n}\nTopSite.defaultProps = {\n  link: {},\n  onActivate() {}\n};\n\nexport class TopSitePlaceholder extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onEditButtonClick = this.onEditButtonClick.bind(this);\n  }\n\n  onEditButtonClick() {\n    this.props.dispatch(\n      {type: at.TOP_SITES_EDIT, data: {index: this.props.index}});\n  }\n\n  render() {\n    return (<TopSiteLink {...this.props} className={`placeholder ${this.props.className || \"\"}`} isDraggable={false}>\n      <button className=\"context-menu-button edit-button icon\"\n       title={this.props.intl.formatMessage({id: \"edit_topsites_edit_button\"})}\n       onClick={this.onEditButtonClick} />\n    </TopSiteLink>);\n  }\n}\n\nexport class _TopSiteList extends React.PureComponent {\n  static get DEFAULT_STATE() {\n    return {\n      activeIndex: null,\n      draggedIndex: null,\n      draggedSite: null,\n      draggedTitle: null,\n      topSitesPreview: null\n    };\n  }\n\n  constructor(props) {\n    super(props);\n    this.state = _TopSiteList.DEFAULT_STATE;\n    this.onDragEvent = this.onDragEvent.bind(this);\n    this.onActivate = this.onActivate.bind(this);\n  }\n\n  componentWillReceiveProps(nextProps) {\n    if (this.state.draggedSite) {\n      const prevTopSites = this.props.TopSites && this.props.TopSites.rows;\n      const newTopSites = nextProps.TopSites && nextProps.TopSites.rows;\n      if (prevTopSites && prevTopSites[this.state.draggedIndex] &&\n        prevTopSites[this.state.draggedIndex].url === this.state.draggedSite.url &&\n        (!newTopSites[this.state.draggedIndex] || newTopSites[this.state.draggedIndex].url !== this.state.draggedSite.url)) {\n        // We got the new order from the redux store via props. We can clear state now.\n        this.setState(_TopSiteList.DEFAULT_STATE);\n      }\n    }\n  }\n\n  userEvent(event, index) {\n    this.props.dispatch(ac.UserEvent({\n      event,\n      source: TOP_SITES_SOURCE,\n      action_position: index\n    }));\n  }\n\n  onDragEvent(event, index, link, title) {\n    switch (event.type) {\n      case \"dragstart\":\n        this.dropped = false;\n        this.setState({\n          draggedIndex: index,\n          draggedSite: link,\n          draggedTitle: title,\n          activeIndex: null\n        });\n        this.userEvent(\"DRAG\", index);\n        break;\n      case \"dragend\":\n        if (!this.dropped) {\n          // If there was no drop event, reset the state to the default.\n          this.setState(_TopSiteList.DEFAULT_STATE);\n        }\n        break;\n      case \"dragenter\":\n        if (index === this.state.draggedIndex) {\n          this.setState({topSitesPreview: null});\n        } else {\n          this.setState({topSitesPreview: this._makeTopSitesPreview(index)});\n        }\n        break;\n      case \"drop\":\n        if (index !== this.state.draggedIndex) {\n          this.dropped = true;\n          this.props.dispatch(ac.AlsoToMain({\n            type: at.TOP_SITES_INSERT,\n            data: {\n              site: {\n                url: this.state.draggedSite.url,\n                label: this.state.draggedTitle,\n                customScreenshotURL: this.state.draggedSite.customScreenshotURL\n              },\n              index,\n              draggedFromIndex: this.state.draggedIndex\n            }\n          }));\n          this.userEvent(\"DROP\", index);\n        }\n        break;\n    }\n  }\n\n  _getTopSites() {\n    // Make a copy of the sites to truncate or extend to desired length\n    let topSites = this.props.TopSites.rows.slice();\n    topSites.length = this.props.TopSitesRows * TOP_SITES_MAX_SITES_PER_ROW;\n    return topSites;\n  }\n\n  /**\n   * Make a preview of the topsites that will be the result of dropping the currently\n   * dragged site at the specified index.\n   */\n  _makeTopSitesPreview(index) {\n    const topSites = this._getTopSites();\n    topSites[this.state.draggedIndex] = null;\n    const pinnedOnly = topSites.map(site => ((site && site.isPinned) ? site : null));\n    const unpinned = topSites.filter(site => site && !site.isPinned);\n    const siteToInsert = Object.assign({}, this.state.draggedSite, {isPinned: true, isDragged: true});\n    if (!pinnedOnly[index]) {\n      pinnedOnly[index] = siteToInsert;\n    } else {\n      // Find the hole to shift the pinned site(s) towards. We shift towards the\n      // hole left by the site being dragged.\n      let holeIndex = index;\n      const indexStep = index > this.state.draggedIndex ? -1 : 1;\n      while (pinnedOnly[holeIndex]) {\n        holeIndex += indexStep;\n      }\n\n      // Shift towards the hole.\n      const shiftingStep = index > this.state.draggedIndex ? 1 : -1;\n      while (holeIndex !== index) {\n        const nextIndex = holeIndex + shiftingStep;\n        pinnedOnly[holeIndex] = pinnedOnly[nextIndex];\n        holeIndex = nextIndex;\n      }\n      pinnedOnly[index] = siteToInsert;\n    }\n\n    // Fill in the remaining holes with unpinned sites.\n    const preview = pinnedOnly;\n    for (let i = 0; i < preview.length; i++) {\n      if (!preview[i]) {\n        preview[i] = unpinned.shift() || null;\n      }\n    }\n\n    return preview;\n  }\n\n  onActivate(index) {\n    this.setState({activeIndex: index});\n  }\n\n  render() {\n    const {props} = this;\n    const topSites = this.state.topSitesPreview || this._getTopSites();\n    const topSitesUI = [];\n    const commonProps = {\n      onDragEvent: this.onDragEvent,\n      dispatch: props.dispatch,\n      intl: props.intl\n    };\n    // We assign a key to each placeholder slot. We need it to be independent\n    // of the slot index (i below) so that the keys used stay the same during\n    // drag and drop reordering and the underlying DOM nodes are reused.\n    // This mostly (only?) affects linux so be sure to test on linux before changing.\n    let holeIndex = 0;\n\n    // On narrow viewports, we only show 6 sites per row. We'll mark the rest as\n    // .hide-for-narrow to hide in CSS via @media query.\n    const maxNarrowVisibleIndex = props.TopSitesRows * 6;\n\n    for (let i = 0, l = topSites.length; i < l; i++) {\n      const link = topSites[i] && Object.assign({}, topSites[i], {iconType: this.props.topSiteIconType(topSites[i])});\n      const slotProps = {\n        key: link ? link.url : holeIndex++,\n        index: i\n      };\n      if (i >= maxNarrowVisibleIndex) {\n        slotProps.className = \"hide-for-narrow\";\n      }\n      topSitesUI.push(!link ? (\n        <TopSitePlaceholder\n          {...slotProps}\n          {...commonProps} />\n      ) : (\n        <TopSite\n          link={link}\n          activeIndex={this.state.activeIndex}\n          onActivate={this.onActivate}\n          {...slotProps}\n          {...commonProps} />\n      ));\n    }\n    return (<ul className={`top-sites-list${this.state.draggedSite ? \" dnd-active\" : \"\"}`}>\n      {topSitesUI}\n    </ul>);\n  }\n}\n\nexport const TopSiteList = injectIntl(_TopSiteList);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/TopSites/TopSite.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {addSnippetsSubscriber} from \"content-src/lib/snippets\";\nimport {Base} from \"content-src/components/Base/Base\";\nimport {DetectUserSessionStart} from \"content-src/lib/detect-user-session-start\";\nimport {initStore} from \"content-src/lib/init-store\";\nimport {Provider} from \"react-redux\";\nimport React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport {reducers} from \"common/Reducers.jsm\";\n\nconst store = initStore(reducers, global.gActivityStreamPrerenderedState);\n\nnew DetectUserSessionStart(store).sendEventOrAddListener();\n\n// If we are starting in a prerendered state, we must wait until the first render\n// to request state rehydration (see Base.jsx). If we are NOT in a prerendered state,\n// we can request it immedately.\nif (!global.gActivityStreamPrerenderedState) {\n  store.dispatch(ac.AlsoToMain({type: at.NEW_TAB_STATE_REQUEST}));\n}\n\nReactDOM.hydrate(<Provider store={store}>\n  <Base\n    isFirstrun={global.document.location.href === \"about:welcome\"}\n    isPrerendered={!!global.gActivityStreamPrerenderedState}\n    locale={global.document.documentElement.lang}\n    strings={global.gActivityStreamStrings} />\n</Provider>, document.getElementById(\"root\"));\n\naddSnippetsSubscriber(store);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/activity-stream.jsx","const DATABASE_NAME = \"snippets_db\";\nconst DATABASE_VERSION = 1;\nconst SNIPPETS_OBJECTSTORE_NAME = \"snippets\";\nexport const SNIPPETS_UPDATE_INTERVAL_MS = 14400000; // 4 hours.\n\nconst SNIPPETS_ENABLED_EVENT = \"Snippets:Enabled\";\nconst SNIPPETS_DISABLED_EVENT = \"Snippets:Disabled\";\n\nimport {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {ASRouterContent} from \"content-src/asrouter/asrouter-content\";\n\n/**\n * SnippetsMap - A utility for cacheing values related to the snippet. It has\n *               the same interface as a Map, but is optionally backed by\n *               indexedDB for persistent storage.\n *               Call .connect() to open a database connection and restore any\n *               previously cached data, if necessary.\n *\n */\nexport class SnippetsMap extends Map {\n  constructor(dispatch) {\n    super();\n    this._db = null;\n    this._dispatch = dispatch;\n  }\n\n  set(key, value) {\n    super.set(key, value);\n    return this._dbTransaction(db => db.put(value, key));\n  }\n\n  delete(key) {\n    super.delete(key);\n    return this._dbTransaction(db => db.delete(key));\n  }\n\n  clear() {\n    super.clear();\n    this._dispatch(ac.OnlyToMain({type: at.SNIPPETS_BLOCKLIST_CLEARED}));\n    return this._dbTransaction(db => db.clear());\n  }\n\n  get blockList() {\n    return this.get(\"blockList\") || [];\n  }\n\n  /**\n   * blockSnippetById - Blocks a snippet given an id\n   *\n   * @param  {str|int} id   The id of the snippet\n   * @return {Promise}      Resolves when the id has been written to indexedDB,\n   *                        or immediately if the snippetMap is not connected\n   */\n  async blockSnippetById(id) {\n    if (!id) {\n      return;\n    }\n    const {blockList} = this;\n    if (!blockList.includes(id)) {\n      blockList.push(id);\n      this._dispatch(ac.AlsoToMain({type: at.SNIPPETS_BLOCKLIST_UPDATED, data: id}));\n      await this.set(\"blockList\", blockList);\n    }\n  }\n\n  disableOnboarding() {\n    this._dispatch(ac.AlsoToMain({type: at.DISABLE_ONBOARDING}));\n  }\n\n  showFirefoxAccounts() {\n    this._dispatch(ac.AlsoToMain({type: at.SHOW_FIREFOX_ACCOUNTS}));\n  }\n\n  getTotalBookmarksCount() {\n    return new Promise(resolve => {\n      this._dispatch(ac.OnlyToMain({type: at.TOTAL_BOOKMARKS_REQUEST}));\n      global.addMessageListener(\"ActivityStream:MainToContent\", function onMessage({data: action}) {\n        if (action.type === at.TOTAL_BOOKMARKS_RESPONSE) {\n          resolve(action.data);\n          global.removeMessageListener(\"ActivityStream:MainToContent\", onMessage);\n        }\n      });\n    });\n  }\n\n  getAddonsInfo() {\n    return new Promise(resolve => {\n      this._dispatch(ac.OnlyToMain({type: at.ADDONS_INFO_REQUEST}));\n      global.addMessageListener(\"ActivityStream:MainToContent\", function onMessage({data: action}) {\n        if (action.type === at.ADDONS_INFO_RESPONSE) {\n          resolve(action.data);\n          global.removeMessageListener(\"ActivityStream:MainToContent\", onMessage);\n        }\n      });\n    });\n  }\n\n  /**\n   * connect - Attaches an indexedDB back-end to the Map so that any set values\n   *           are also cached in a store. It also restores any existing values\n   *           that are already stored in the indexedDB store.\n   *\n   * @return {type}  description\n   */\n  async connect() {\n    // Open the connection\n    const db = await this._openDB();\n\n    // Restore any existing values\n    await this._restoreFromDb(db);\n\n    // Attach a reference to the db\n    this._db = db;\n  }\n\n  /**\n   * _dbTransaction - Returns a db transaction wrapped with the given modifier\n   *                  function as a Promise. If the db has not been connected,\n   *                  it resolves immediately.\n   *\n   * @param  {func} modifier A function to call with the transaction\n   * @return {obj}           A Promise that resolves when the transaction has\n   *                         completed or errored\n   */\n  _dbTransaction(modifier) {\n    if (!this._db) {\n      return Promise.resolve();\n    }\n    return new Promise((resolve, reject) => {\n      const transaction = modifier(\n        this._db\n          .transaction(SNIPPETS_OBJECTSTORE_NAME, \"readwrite\")\n          .objectStore(SNIPPETS_OBJECTSTORE_NAME)\n      );\n      transaction.onsuccess = event => resolve();\n\n      /* istanbul ignore next */\n      transaction.onerror = event => reject(transaction.error);\n    });\n  }\n\n  _openDB() {\n    return new Promise((resolve, reject) => {\n      const openRequest = indexedDB.open(DATABASE_NAME, DATABASE_VERSION);\n\n      /* istanbul ignore next */\n      openRequest.onerror = event => {\n        // Try to delete the old database so that we can start this process over\n        // next time.\n        indexedDB.deleteDatabase(DATABASE_NAME);\n        reject(event);\n      };\n\n      openRequest.onupgradeneeded = event => {\n        const db = event.target.result;\n        if (!db.objectStoreNames.contains(SNIPPETS_OBJECTSTORE_NAME)) {\n          db.createObjectStore(SNIPPETS_OBJECTSTORE_NAME);\n        }\n      };\n\n      openRequest.onsuccess = event => {\n        let db = event.target.result;\n\n        /* istanbul ignore next */\n        db.onerror = err => console.error(err); // eslint-disable-line no-console\n        /* istanbul ignore next */\n        db.onversionchange = versionChangeEvent => versionChangeEvent.target.close();\n\n        resolve(db);\n      };\n    });\n  }\n\n  _restoreFromDb(db) {\n    return new Promise((resolve, reject) => {\n      let cursorRequest;\n      try {\n        cursorRequest = db.transaction(SNIPPETS_OBJECTSTORE_NAME)\n          .objectStore(SNIPPETS_OBJECTSTORE_NAME).openCursor();\n      } catch (err) {\n        // istanbul ignore next\n        reject(err);\n        // istanbul ignore next\n        return;\n      }\n\n      /* istanbul ignore next */\n      cursorRequest.onerror = event => reject(event);\n\n      cursorRequest.onsuccess = event => {\n        let cursor = event.target.result;\n        // Populate the cache from the persistent storage.\n        if (cursor) {\n          if (cursor.value !== \"blockList\") {\n            this.set(cursor.key, cursor.value);\n          }\n          cursor.continue();\n        } else {\n          // We are done.\n          resolve();\n        }\n      };\n    });\n  }\n}\n\n/**\n * SnippetsProvider - Initializes a SnippetsMap and loads snippets from a\n *                    remote location, or else default snippets if the remote\n *                    snippets cannot be retrieved.\n */\nexport class SnippetsProvider {\n  constructor(dispatch) {\n    // Initialize the Snippets Map and attaches it to a global so that\n    // the snippet payload can interact with it.\n    global.gSnippetsMap = new SnippetsMap(dispatch);\n    this._onAction = this._onAction.bind(this);\n  }\n\n  get snippetsMap() {\n    return global.gSnippetsMap;\n  }\n\n  async _refreshSnippets() {\n    // Check if the cached version of of the snippets in snippetsMap. If it's too\n    // old, blow away the entire snippetsMap.\n    const cachedVersion = this.snippetsMap.get(\"snippets-cached-version\");\n\n    if (cachedVersion !== this.appData.version) {\n      this.snippetsMap.clear();\n    }\n\n    // Has enough time passed for us to require an update?\n    const lastUpdate = this.snippetsMap.get(\"snippets-last-update\");\n    const needsUpdate = !(lastUpdate >= 0) || Date.now() - lastUpdate > SNIPPETS_UPDATE_INTERVAL_MS;\n\n    if (needsUpdate && this.appData.snippetsURL) {\n      this.snippetsMap.set(\"snippets-last-update\", Date.now());\n      try {\n        const response = await fetch(this.appData.snippetsURL);\n        if (response.status === 200) {\n          const payload = await response.text();\n\n          this.snippetsMap.set(\"snippets\", payload);\n          this.snippetsMap.set(\"snippets-cached-version\", this.appData.version);\n        }\n      } catch (e) {\n        console.error(e); // eslint-disable-line no-console\n      }\n    }\n  }\n\n  _noSnippetFallback() {\n    // TODO\n  }\n\n  _forceOnboardingVisibility(shouldBeVisible) {\n    const onboardingEl = document.getElementById(\"onboarding-notification-bar\");\n\n    if (onboardingEl) {\n      onboardingEl.style.display = shouldBeVisible ? \"\" : \"none\";\n    }\n  }\n\n  _showRemoteSnippets() {\n    const snippetsEl = document.getElementById(this.elementId);\n    const payload = this.snippetsMap.get(\"snippets\");\n\n    if (!snippetsEl) {\n      throw new Error(`No element was found with id '${this.elementId}'.`);\n    }\n\n    // This could happen if fetching failed\n    if (!payload) {\n      throw new Error(\"No remote snippets were found in gSnippetsMap.\");\n    }\n\n    if (typeof payload !== \"string\") {\n      throw new Error(\"Snippet payload was incorrectly formatted\");\n    }\n\n    // Note that injecting snippets can throw if they're invalid XML.\n    // eslint-disable-next-line no-unsanitized/property\n    snippetsEl.innerHTML = payload;\n\n    // Scripts injected by innerHTML are inactive, so we have to relocate them\n    // through DOM manipulation to activate their contents.\n    for (const scriptEl of snippetsEl.getElementsByTagName(\"script\")) {\n      const relocatedScript = document.createElement(\"script\");\n      relocatedScript.text = scriptEl.text;\n      scriptEl.parentNode.replaceChild(relocatedScript, scriptEl);\n    }\n  }\n\n  _onAction(msg) {\n    if (msg.data.type === at.SNIPPET_BLOCKED) {\n      if (!this.snippetsMap.blockList.includes(msg.data.data)) {\n        this.snippetsMap.set(\"blockList\", this.snippetsMap.blockList.concat(msg.data.data));\n        document.getElementById(\"snippets-container\").style.display = \"none\";\n      }\n    }\n  }\n\n  /**\n   * init - Fetch the snippet payload and show snippets\n   *\n   * @param  {obj} options\n   * @param  {str} options.appData.snippetsURL  The URL from which we fetch snippets\n   * @param  {int} options.appData.version  The current snippets version\n   * @param  {str} options.elementId  The id of the element in which to inject snippets\n   * @param  {bool} options.connect  Should gSnippetsMap connect to indexedDB?\n   */\n  async init(options) {\n    Object.assign(this, {\n      appData: {},\n      elementId: \"snippets\",\n      connect: true\n    }, options);\n\n    // Add listener so we know when snippets are blocked on other pages\n    if (global.addMessageListener) {\n      global.addMessageListener(\"ActivityStream:MainToContent\", this._onAction);\n    }\n\n    // TODO: Requires enabling indexedDB on newtab\n    // Restore the snippets map from indexedDB\n    if (this.connect) {\n      try {\n        await this.snippetsMap.connect();\n      } catch (e) {\n        console.error(e); // eslint-disable-line no-console\n      }\n    }\n\n    // Cache app data values so they can be accessible from gSnippetsMap\n    for (const key of Object.keys(this.appData)) {\n      if (key === \"blockList\") {\n        this.snippetsMap.set(\"blockList\", this.appData[key]);\n      } else {\n        this.snippetsMap.set(`appData.${key}`, this.appData[key]);\n      }\n    }\n\n    // Refresh snippets, if enough time has passed.\n    await this._refreshSnippets();\n\n    // Try showing remote snippets, falling back to defaults if necessary.\n    try {\n      this._showRemoteSnippets();\n    } catch (e) {\n      this._noSnippetFallback(e);\n    }\n\n    window.dispatchEvent(new Event(SNIPPETS_ENABLED_EVENT));\n\n    this._forceOnboardingVisibility(true);\n    this.initialized = true;\n  }\n\n  uninit() {\n    window.dispatchEvent(new Event(SNIPPETS_DISABLED_EVENT));\n    this._forceOnboardingVisibility(false);\n    if (global.removeMessageListener) {\n      global.removeMessageListener(\"ActivityStream:MainToContent\", this._onAction);\n    }\n    this.initialized = false;\n  }\n}\n\n/**\n * addSnippetsSubscriber - Creates a SnippetsProvider that Initializes\n *                         when the store has received the appropriate\n *                         Snippet data.\n *\n * @param  {obj} store   The redux store\n * @return {obj}         Returns the snippets instance, asrouterContent instance and unsubscribe function\n */\nexport function addSnippetsSubscriber(store) {\n  const snippets = new SnippetsProvider(store.dispatch);\n  const asrouterContent = new ASRouterContent();\n\n  let initializing = false;\n\n  store.subscribe(async () => {\n    const state = store.getState();\n    const isASRouterEnabled = state.Prefs.values.asrouterExperimentEnabled && state.Prefs.values.asrouterOnboardingCohort > 0;\n    // state.Prefs.values[\"feeds.snippets\"]:  Should snippets be shown?\n    // state.Snippets.initialized             Is the snippets data initialized?\n    // snippets.initialized:                  Is SnippetsProvider currently initialised?\n    if (state.Prefs.values[\"feeds.snippets\"] &&\n      // If the message center experiment is enabled, don't show snippets\n      !isASRouterEnabled &&\n      !state.Prefs.values.disableSnippets &&\n      state.Snippets.initialized &&\n      !snippets.initialized &&\n      // Don't call init multiple times\n      !initializing &&\n      location.href !== \"about:welcome\"\n    ) {\n      initializing = true;\n      await snippets.init({appData: state.Snippets});\n      initializing = false;\n    } else if (\n      (state.Prefs.values[\"feeds.snippets\"] === false ||\n        state.Prefs.values.disableSnippets === true) &&\n      snippets.initialized\n    ) {\n      snippets.uninit();\n    }\n\n    // Turn on AS Router snippets if the experiment is enabled and the snippets pref is on;\n    // otherwise, turn it off.\n    if (\n      (state.Prefs.values.asrouterExperimentEnabled || state.Prefs.values.asrouterOnboardingCohort > 0) &&\n      state.Prefs.values[\"feeds.snippets\"] &&\n      !asrouterContent.initialized) {\n      asrouterContent.init();\n    } else if (\n      ((!state.Prefs.values.asrouterExperimentEnabled && state.Prefs.values.asrouterOnboardingCohort === 0) || !state.Prefs.values[\"feeds.snippets\"]) &&\n      asrouterContent.initialized\n    ) {\n      asrouterContent.uninit();\n    }\n  });\n\n  // These values are returned for testing purposes\n  return {snippets, asrouterContent};\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/snippets.js","import { CachedIterable, mapContextSync } from \"fluent\";\n\n/*\n * `ReactLocalization` handles translation formatting and fallback.\n *\n * The current negotiated fallback chain of languages is stored in the\n * `ReactLocalization` instance in form of an iterable of `MessageContext`\n * instances.  This iterable is used to find the best existing translation for\n * a given identifier.\n *\n * `Localized` components must subscribe to the changes of the\n * `ReactLocalization`'s fallback chain.  When the fallback chain changes (the\n * `messages` iterable is set anew), all subscribed compontent must relocalize.\n *\n * The `ReactLocalization` class instances are exposed to `Localized` elements\n * via the `LocalizationProvider` component.\n */\nexport default class ReactLocalization {\n  constructor(messages) {\n    this.contexts = new CachedIterable(messages);\n    this.subs = new Set();\n  }\n\n  /*\n   * Subscribe a `Localized` component to changes of `messages`.\n   */\n  subscribe(comp) {\n    this.subs.add(comp);\n  }\n\n  /*\n   * Unsubscribe a `Localized` component from `messages` changes.\n   */\n  unsubscribe(comp) {\n    this.subs.delete(comp);\n  }\n\n  /*\n   * Set a new `messages` iterable and trigger the retranslation.\n   */\n  setMessages(messages) {\n    this.contexts = new CachedIterable(messages);\n\n    // Update all subscribed Localized components.\n    this.subs.forEach(comp => comp.relocalize());\n  }\n\n  getMessageContext(id) {\n    return mapContextSync(this.contexts, id);\n  }\n\n  formatCompound(mcx, msg, args) {\n    const value = mcx.format(msg, args);\n\n    if (msg.attrs) {\n      var attrs = {};\n      for (const name of Object.keys(msg.attrs)) {\n        attrs[name] = mcx.format(msg.attrs[name], args);\n      }\n    }\n\n    return { value, attrs };\n  }\n\n  /*\n   * Find a translation by `id` and format it to a string using `args`.\n   */\n  getString(id, args, fallback) {\n    const mcx = this.getMessageContext(id);\n\n    if (mcx === null) {\n      return fallback || id;\n    }\n\n    const msg = mcx.getMessage(id);\n    return mcx.format(msg, args);\n  }\n}\n\nexport function isReactLocalization(props, propName) {\n  const prop = props[propName];\n\n  if (prop instanceof ReactLocalization) {\n    return null;\n  }\n\n  return new Error(\n    `The ${propName} context field must be an instance of ReactLocalization.`\n  );\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/src/localization.js","import { Component, Children } from \"react\";\nimport PropTypes from \"prop-types\";\n\nimport ReactLocalization, { isReactLocalization} from \"./localization\";\n\n/*\n * The Provider component for the `ReactLocalization` class.\n *\n * Exposes a `ReactLocalization` instance to all descendants via React's\n * context feature.  It makes translations available to all localizable\n * elements in the descendant's render tree without the need to pass them\n * explicitly.\n *\n *     <LocalizationProvider messages={…}>\n *         …\n *     </LocalizationProvider>\n *\n * The `LocalizationProvider` component takes one prop: `messages`.  It should\n * be an iterable of `MessageContext` instances in order of the user's\n * preferred languages.  The `MessageContext` instances will be used by\n * `ReactLocalization` to format translations.  If a translation is missing in\n * one instance, `ReactLocalization` will fall back to the next one.\n */\nexport default class LocalizationProvider extends Component {\n  constructor(props) {\n    super(props);\n    const { messages } = props;\n\n    if (messages === undefined) {\n      throw new Error(\"LocalizationProvider must receive the messages prop.\");\n    }\n\n    if (!messages[Symbol.iterator]) {\n      throw new Error(\"The messages prop must be an iterable.\");\n    }\n\n    this.l10n = new ReactLocalization(messages);\n  }\n\n  getChildContext() {\n    return {\n      l10n: this.l10n\n    };\n  }\n\n  componentWillReceiveProps(next) {\n    const { messages } = next;\n\n    if (messages !== this.props.messages) {\n      this.l10n.setMessages(messages);\n    }\n  }\n\n  render() {\n    return Children.only(this.props.children);\n  }\n}\n\nLocalizationProvider.childContextTypes = {\n  l10n: isReactLocalization\n};\n\nLocalizationProvider.propTypes = {\n  children: PropTypes.element.isRequired,\n  messages: isIterable\n};\n\nfunction isIterable(props, propName, componentName) {\n  const prop = props[propName];\n\n  if (Symbol.iterator in Object(prop)) {\n    return null;\n  }\n\n  return new Error(\n    `The ${propName} prop supplied to ${componentName} must be an iterable.`\n  );\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/src/provider.js","import { createElement, Component } from \"react\";\n\nimport { isReactLocalization } from \"./localization\";\n\nexport default function withLocalization(Inner) {\n  class WithLocalization extends Component {\n    componentDidMount() {\n      const { l10n } = this.context;\n\n      if (l10n) {\n        l10n.subscribe(this);\n      }\n    }\n\n    componentWillUnmount() {\n      const { l10n } = this.context;\n\n      if (l10n) {\n        l10n.unsubscribe(this);\n      }\n    }\n\n    /*\n     * Rerender this component in a new language.\n     */\n    relocalize() {\n      // When the `ReactLocalization`'s fallback chain changes, update the\n      // component.\n      this.forceUpdate();\n    }\n\n    /*\n     * Find a translation by `id` and format it to a string using `args`.\n     */\n    getString(id, args, fallback) {\n      const { l10n } = this.context;\n\n      if (!l10n) {\n        return fallback || id;\n      }\n\n      return l10n.getString(id, args, fallback);\n    }\n\n    render() {\n      return createElement(\n        Inner,\n        Object.assign(\n          // getString needs to be re-bound on updates to trigger a re-render\n          { getString: (...args) => this.getString(...args) },\n          this.props\n        )\n      );\n    }\n  }\n\n  WithLocalization.displayName = `WithLocalization(${displayName(Inner)})`;\n\n  WithLocalization.contextTypes = {\n    l10n: isReactLocalization\n  };\n\n  return WithLocalization;\n}\n\nfunction displayName(component) {\n  return component.displayName || component.name || \"Component\";\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/src/with_localization.js","/* eslint-env browser */\n\nconst TEMPLATE = document.createElement(\"template\");\n\nexport function parseMarkup(str) {\n  TEMPLATE.innerHTML = str;\n  return TEMPLATE.content;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/src/markup.js","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in this directory.\n */\n\n// For HTML, certain tags should omit their close tag. We keep a whitelist for\n// those special-case tags.\n\nvar omittedCloseTags = {\n  area: true,\n  base: true,\n  br: true,\n  col: true,\n  embed: true,\n  hr: true,\n  img: true,\n  input: true,\n  keygen: true,\n  link: true,\n  meta: true,\n  param: true,\n  source: true,\n  track: true,\n  wbr: true,\n  // NOTE: menuitem's close tag should be omitted, but that causes problems.\n};\n\nexport default omittedCloseTags;\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/vendor/omittedCloseTags.js","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in this directory.\n */\n\nimport omittedCloseTags from './omittedCloseTags';\n\n// For HTML, certain tags cannot have children. This has the same purpose as\n// `omittedCloseTags` except that `menuitem` should still have its closing tag.\n\nvar voidElementTags = {\n  menuitem: true,\n  ...omittedCloseTags,\n};\n\nexport default voidElementTags;\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/vendor/voidElementTags.js","import { isValidElement, cloneElement, Component, Children } from \"react\";\nimport PropTypes from \"prop-types\";\n\nimport { isReactLocalization } from \"./localization\";\nimport { parseMarkup } from \"./markup\";\nimport VOID_ELEMENTS from \"../vendor/voidElementTags\";\n\n// Match the opening angle bracket (<) in HTML tags, and HTML entities like\n// &amp;, &#0038;, &#x0026;.\nconst reMarkup = /<|&#?\\w+;/;\n\n/*\n * Prepare props passed to `Localized` for formatting.\n */\nfunction toArguments(props) {\n  const args = {};\n  const elems = {};\n\n  for (const [propname, propval] of Object.entries(props)) {\n    if (propname.startsWith(\"$\")) {\n      const name = propname.substr(1);\n      args[name] = propval;\n    } else if (isValidElement(propval)) {\n      // We'll try to match localNames of elements found in the translation with\n      // names of elements passed as props. localNames are always lowercase.\n      const name = propname.toLowerCase();\n      elems[name] = propval;\n    }\n  }\n\n  return [args, elems];\n}\n\n/*\n * The `Localized` class renders its child with translated props and children.\n *\n *     <Localized id=\"hello-world\">\n *         <p>{'Hello, world!'}</p>\n *     </Localized>\n *\n * The `id` prop should be the unique identifier of the translation.  Any\n * attributes found in the translation will be applied to the wrapped element.\n *\n * Arguments to the translation can be passed as `$`-prefixed props on\n * `Localized`.\n *\n *     <Localized id=\"hello-world\" $username={name}>\n *         <p>{'Hello, { $username }!'}</p>\n *     </Localized>\n *\n *  It's recommended that the contents of the wrapped component be a string\n *  expression.  The string will be used as the ultimate fallback if no\n *  translation is available.  It also makes it easy to grep for strings in the\n *  source code.\n */\nexport default class Localized extends Component {\n  componentDidMount() {\n    const { l10n } = this.context;\n\n    if (l10n) {\n      l10n.subscribe(this);\n    }\n  }\n\n  componentWillUnmount() {\n    const { l10n } = this.context;\n\n    if (l10n) {\n      l10n.unsubscribe(this);\n    }\n  }\n\n  /*\n   * Rerender this component in a new language.\n   */\n  relocalize() {\n    // When the `ReactLocalization`'s fallback chain changes, update the\n    // component.\n    this.forceUpdate();\n  }\n\n  render() {\n    const { l10n } = this.context;\n    const { id, attrs, children } = this.props;\n    const elem = Children.only(children);\n\n    if (!l10n) {\n      // Use the wrapped component as fallback.\n      return elem;\n    }\n\n    const mcx = l10n.getMessageContext(id);\n\n    if (mcx === null) {\n      // Use the wrapped component as fallback.\n      return elem;\n    }\n\n    const msg = mcx.getMessage(id);\n    const [args, elems] = toArguments(this.props);\n    const {\n      value: messageValue,\n      attrs: messageAttrs\n    } = l10n.formatCompound(mcx, msg, args);\n\n    // The default is to forbid all message attributes. If the attrs prop exists\n    // on the Localized instance, only set message attributes which have been\n    // explicitly allowed by the developer.\n    if (attrs && messageAttrs) {\n      var localizedProps = {};\n\n      for (const [name, value] of Object.entries(messageAttrs)) {\n        if (attrs[name]) {\n          localizedProps[name] = value;\n        }\n      }\n    }\n\n    // If the wrapped component is a known void element, explicitly dismiss the\n    // message value and do not pass it to cloneElement in order to avoid the\n    // \"void element tags must neither have `children` nor use\n    // `dangerouslySetInnerHTML`\" error.\n    if (elem.type in VOID_ELEMENTS) {\n      return cloneElement(elem, localizedProps);\n    }\n\n    // If the message has a null value, we're only interested in its attributes.\n    // Do not pass the null value to cloneElement as it would nuke all children\n    // of the wrapped component.\n    if (messageValue === null) {\n      return cloneElement(elem, localizedProps);\n    }\n\n    // If the message value doesn't contain any markup nor any HTML entities,\n    // insert it as the only child of the wrapped component.\n    if (!reMarkup.test(messageValue)) {\n      return cloneElement(elem, localizedProps, messageValue);\n    }\n\n    // If the message contains markup, parse it and try to match the children\n    // found in the translation with the props passed to this Localized.\n    const translationNodes = Array.from(parseMarkup(messageValue).childNodes);\n    const translatedChildren = translationNodes.map(childNode => {\n      if (childNode.nodeType === childNode.TEXT_NODE) {\n        return childNode.textContent;\n      }\n\n      // If the child is not expected just take its textContent.\n      if (!elems.hasOwnProperty(childNode.localName)) {\n        return childNode.textContent;\n      }\n\n      const sourceChild = elems[childNode.localName];\n\n      // If the element passed as a prop to <Localized> is a known void element,\n      // explicitly dismiss any textContent which might have accidentally been\n      // defined in the translation to prevent the \"void element tags must not\n      // have children\" error.\n      if (sourceChild.type in VOID_ELEMENTS) {\n        return sourceChild;\n      }\n\n      // TODO Protect contents of elements wrapped in <Localized>\n      // https://github.com/projectfluent/fluent.js/issues/184\n      // TODO  Control localizable attributes on elements passed as props\n      // https://github.com/projectfluent/fluent.js/issues/185\n      return cloneElement(sourceChild, null, childNode.textContent);\n    });\n\n    return cloneElement(elem, localizedProps, ...translatedChildren);\n  }\n}\n\nLocalized.contextTypes = {\n  l10n: isReactLocalization\n};\n\nLocalized.propTypes = {\n  children: PropTypes.element.isRequired,\n};\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/src/localized.js","/*\n * @module fluent-react\n * @overview\n *\n\n * `fluent-react` provides React bindings for Fluent.  It takes advantage of\n * React's Components system and the virtual DOM.  Translations are exposed to\n * components via the provider pattern.\n *\n *     <LocalizationProvider messages={…}>\n *         <Localized id=\"hello-world\">\n *             <p>{'Hello, world!'}</p>\n *         </Localized>\n *     </LocalizationProvider>\n *\n * Consult the documentation of the `LocalizationProvider` and the `Localized`\n * components for more information.\n */\n\nexport { default as LocalizationProvider } from \"./provider\";\nexport { default as withLocalization } from \"./with_localization\";\nexport { default as Localized } from \"./localized\";\nexport { default as ReactLocalization, isReactLocalization }\n  from \"./localization\";\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/src/index.js","module.exports = Redux;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"Redux\"\n// module id = 26\n// module chunks = 0","import React from \"react\";\n\nexport const VISIBLE = \"visible\";\nexport const VISIBILITY_CHANGE_EVENT = \"visibilitychange\";\n\n/**\n * Component wrapper used to send telemetry pings on every impression.\n */\nexport class ImpressionsWrapper extends React.PureComponent {\n  // This sends an event when a user sees a set of new content. If content\n  // changes while the page is hidden (i.e. preloaded or on a hidden tab),\n  // only send the event if the page becomes visible again.\n  sendImpressionOrAddListener() {\n    if (this.props.document.visibilityState === VISIBLE) {\n      this.props.sendImpression({id: this.props.id});\n    } else {\n      // We should only ever send the latest impression stats ping, so remove any\n      // older listeners.\n      if (this._onVisibilityChange) {\n        this.props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n      }\n\n      // When the page becomes visible, send the impression stats ping if the section isn't collapsed.\n      this._onVisibilityChange = () => {\n        if (this.props.document.visibilityState === VISIBLE) {\n          this.props.sendImpression({id: this.props.id});\n          this.props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n        }\n      };\n      this.props.document.addEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n    }\n  }\n\n  componentWillUnmount() {\n    if (this._onVisibilityChange) {\n      this.props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n    }\n  }\n\n  componentDidMount() {\n    if (this.props.sendOnMount) {\n      this.sendImpressionOrAddListener();\n    }\n  }\n\n  componentDidUpdate(prevProps) {\n    if (this.props.shouldSendImpressionOnUpdate(this.props, prevProps)) {\n      this.sendImpressionOrAddListener();\n    }\n  }\n\n  render() {\n    return this.props.children;\n  }\n}\n\nImpressionsWrapper.defaultProps = {\n  document: global.document,\n  sendOnMount: true\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/components/ImpressionsWrapper/ImpressionsWrapper.jsx","import React from \"react\";\n\nexport class ModalOverlay extends React.PureComponent {\n  componentWillMount() {\n    this.setState({active: true});\n    document.body.classList.add(\"modal-open\");\n  }\n\n  componentWillUnmount() {\n    document.body.classList.remove(\"modal-open\");\n    this.setState({active: false});\n  }\n\n  render() {\n    const {active} = this.state;\n    const {title, button_label} = this.props;\n    return (\n      <div>\n        <div className={`modalOverlayOuter ${active ? \"active\" : \"\"}`} />\n        <div className={`modalOverlayInner ${active ? \"active\" : \"\"}`}>\n          <h2> {title} </h2>\n          {this.props.children}\n          <div className=\"footer\">\n            <button onClick={this.props.onDoneButton} className=\"button primary modalButton\"> {button_label} </button>\n          </div>\n        </div>\n      </div>\n    );\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/components/ModalOverlay/ModalOverlay.jsx","import {ModalOverlay} from \"../../components/ModalOverlay/ModalOverlay\";\nimport React from \"react\";\n\nclass OnboardingCard extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onClick = this.onClick.bind(this);\n  }\n\n  onClick() {\n    const {props} = this;\n    props.sendUserActionTelemetry({event: \"CLICK_BUTTON\", message_id: props.id, id: props.UISurface});\n    props.onAction(props.content);\n  }\n\n  render() {\n    const {content} = this.props;\n    return (\n      <div className=\"onboardingMessage\">\n        <div className={`onboardingMessageImage ${content.icon}`} />\n        <div className=\"onboardingContent\">\n          <span>\n            <h3> {content.title} </h3>\n            <p> {content.text} </p>\n          </span>\n          <span>\n            <button className=\"button onboardingButton\" onClick={this.onClick}> {content.button_label} </button>\n          </span>\n        </div>\n      </div>\n    );\n  }\n}\n\nexport class OnboardingMessage extends React.PureComponent {\n  render() {\n    const {props} = this;\n    return (\n      <ModalOverlay {...props} button_label={\"Start Browsing\"} title={\"Welcome to Firefox\"}>\n        <div className=\"onboardingMessageContainer\">\n          {props.bundle.map(message => (\n            <OnboardingCard key={message.id}\n              sendUserActionTelemetry={props.sendUserActionTelemetry}\n              onAction={props.onAction}\n              UISurface={props.UISurface}\n              {...message} />\n          ))}\n        </div>\n      </ModalOverlay>\n    );\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/templates/OnboardingMessage/OnboardingMessage.jsx","import React from \"react\";\nimport {safeURI} from \"../../template-utils\";\n\nconst ALLOWED_STYLE_TAGS = [\"color\", \"backgroundColor\"];\n\nexport const Button = props => {\n  const style = {};\n\n  // Add allowed style tags from props, e.g. props.color becomes style={color: props.color}\n  for (const tag of ALLOWED_STYLE_TAGS) {\n    if (typeof props[tag] !== \"undefined\") {\n      style[tag] = props[tag];\n    }\n  }\n  // remove border if bg is set to something custom\n  if (style.backgroundColor) {\n    style.border = \"0\";\n  }\n\n  return (<a href={safeURI(props.url)}\n    onClick={props.onClick}\n    className={props.className || \"ASRouterButton\"}\n    style={style}>\n    {props.children}\n  </a>);\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/components/Button/Button.jsx","import React from \"react\";\n\nexport class SnippetBase extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onBlockClicked = this.onBlockClicked.bind(this);\n  }\n\n  onBlockClicked() {\n    this.props.sendUserActionTelemetry({event: \"BLOCK\", id: this.props.UISurface});\n    this.props.onBlock();\n  }\n\n  render() {\n    const {props} = this;\n\n    const containerClassName = `SnippetBaseContainer${props.className ? ` ${props.className}` : \"\"}`;\n\n    return (<div className={containerClassName}>\n      <div className=\"innerWrapper\">\n        {props.children}\n      </div>\n      <button className=\"blockButton\" onClick={this.onBlockClicked} />\n    </div>);\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/components/SnippetBase/SnippetBase.jsx","import {Button} from \"../../components/Button/Button\";\nimport React from \"react\";\nimport {safeURI} from \"../../template-utils\";\nimport {SnippetBase} from \"../../components/SnippetBase/SnippetBase\";\n\nconst DEFAULT_ICON_PATH = \"chrome://branding/content/icon64.png\";\n\nexport class SimpleSnippet extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onButtonClick = this.onButtonClick.bind(this);\n  }\n\n  onButtonClick() {\n    this.props.sendUserActionTelemetry({event: \"CLICK_BUTTON\", id: this.props.UISurface});\n  }\n\n  renderTitle() {\n    const {title} = this.props.content;\n    return title ? <h3 className=\"title\">{title}</h3> : null;\n  }\n\n  renderTitleIcon() {\n    const titleIcon = safeURI(this.props.content.title_icon);\n    return titleIcon ? <span className=\"titleIcon\" style={{backgroundImage: `url(\"${titleIcon}\")`}} /> : null;\n  }\n\n  renderButton(className) {\n    const {props} = this;\n    return (<Button\n      className={className}\n      onClick={this.onButtonClick}\n      url={props.content.button_url}\n      color={props.content.button_color}\n      backgroundColor={props.content.button_background_color}>\n      {props.content.button_label}\n    </Button>);\n  }\n\n  render() {\n    const {props} = this;\n    const hasLink = props.content.button_url && props.content.button_type === \"anchor\";\n    const hasButton = props.content.button_url && !props.content.button_type;\n    const className = `SimpleSnippet${props.content.tall ? \" tall\" : \"\"}`;\n    return (<SnippetBase {...props} className={className}>\n      <img src={safeURI(props.content.icon) || DEFAULT_ICON_PATH} className=\"icon\" />\n      <div>\n        {this.renderTitleIcon()} {this.renderTitle()} <p className=\"body\">{props.richText || props.content.text}</p> {hasLink ? this.renderButton(\"ASRouterAnchor\") : null}\n      </div>\n      {hasButton ? <div>{this.renderButton()}</div> : null}\n    </SnippetBase>);\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/templates/SimpleSnippet/SimpleSnippet.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {addLocaleData, injectIntl, IntlProvider} from \"react-intl\";\nimport {ASRouterAdmin} from \"content-src/components/ASRouterAdmin/ASRouterAdmin\";\nimport {ConfirmDialog} from \"content-src/components/ConfirmDialog/ConfirmDialog\";\nimport {connect} from \"react-redux\";\nimport {ErrorBoundary} from \"content-src/components/ErrorBoundary/ErrorBoundary\";\nimport {ManualMigration} from \"content-src/components/ManualMigration/ManualMigration\";\nimport {PrerenderData} from \"common/PrerenderData.jsm\";\nimport React from \"react\";\nimport {Search} from \"content-src/components/Search/Search\";\nimport {Sections} from \"content-src/components/Sections/Sections\";\nimport {StartupOverlay} from \"content-src/components/StartupOverlay/StartupOverlay\";\n\nconst PrefsButton = injectIntl(props => (\n  <div className=\"prefs-button\">\n    <button className=\"icon icon-settings\" onClick={props.onClick} title={props.intl.formatMessage({id: \"settings_pane_button_label\"})} />\n  </div>\n));\n\n// Add the locale data for pluralization and relative-time formatting for now,\n// this just uses english locale data. We can make this more sophisticated if\n// more features are needed.\nfunction addLocaleDataForReactIntl(locale) {\n  addLocaleData([{locale, parentLocale: \"en\"}]);\n}\n\nexport class _Base extends React.PureComponent {\n  componentWillMount() {\n    const {App, locale, Theme} = this.props;\n    if (Theme.className) {\n      this.updateTheme(Theme);\n    }\n    this.sendNewTabRehydrated(App);\n    addLocaleDataForReactIntl(locale);\n  }\n\n  componentDidMount() {\n    // Request state AFTER the first render to ensure we don't cause the\n    // prerendered DOM to be unmounted. Otherwise, NEW_TAB_STATE_REQUEST is\n    // dispatched right after the store is ready.\n    if (this.props.isPrerendered) {\n      this.props.dispatch(ac.AlsoToMain({type: at.NEW_TAB_STATE_REQUEST}));\n      this.props.dispatch(ac.AlsoToMain({type: at.PAGE_PRERENDERED}));\n    }\n  }\n\n  componentWillUnmount() {\n    this.updateTheme({className: \"\"});\n  }\n\n  componentWillUpdate({App, Theme}) {\n    this.updateTheme(Theme);\n    this.sendNewTabRehydrated(App);\n  }\n\n  updateTheme(Theme) {\n    const bodyClassName = [\n      \"activity-stream\",\n      Theme.className,\n      this.props.isFirstrun ? \"welcome\" : \"\"\n    ].filter(v => v).join(\" \");\n    global.document.body.className = bodyClassName;\n  }\n\n  // The NEW_TAB_REHYDRATED event is used to inform feeds that their\n  // data has been consumed e.g. for counting the number of tabs that\n  // have rendered that data.\n  sendNewTabRehydrated(App) {\n    if (App && App.initialized && !this.renderNotified) {\n      this.props.dispatch(ac.AlsoToMain({type: at.NEW_TAB_REHYDRATED, data: {}}));\n      this.renderNotified = true;\n    }\n  }\n\n  render() {\n    const {props} = this;\n    const {App, locale, strings} = props;\n    const {initialized} = App;\n\n    const prefs = props.Prefs.values;\n    if ((prefs.asrouterExperimentEnabled || prefs.asrouterOnboardingCohort > 0) && window.location.hash === \"#asrouter\") {\n      return (<ASRouterAdmin />);\n    }\n\n    if (!props.isPrerendered && !initialized) {\n      return null;\n    }\n\n    // Until we can delete the existing onboarding tour, just hide the onboarding button when users are in\n    // the new simplified onboarding experiment. CSS hacks ftw\n    if (prefs.asrouterOnboardingCohort > 0) {\n      global.document.body.classList.add(\"hide-onboarding\");\n    }\n\n    return (<IntlProvider locale={locale} messages={strings}>\n        <ErrorBoundary className=\"base-content-fallback\">\n          <BaseContent {...this.props} />\n        </ErrorBoundary>\n      </IntlProvider>);\n  }\n}\n\nexport class BaseContent extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.openPreferences = this.openPreferences.bind(this);\n  }\n\n  openPreferences() {\n    this.props.dispatch(ac.OnlyToMain({type: at.SETTINGS_OPEN}));\n    this.props.dispatch(ac.UserEvent({event: \"OPEN_NEWTAB_PREFS\"}));\n  }\n\n  render() {\n    const {props} = this;\n    const {App} = props;\n    const {initialized} = App;\n    const prefs = props.Prefs.values;\n\n    const shouldBeFixedToTop = PrerenderData.arePrefsValid(name => prefs[name]);\n\n    const outerClassName = [\n      \"outer-wrapper\",\n      shouldBeFixedToTop && \"fixed-to-top\"\n    ].filter(v => v).join(\" \");\n\n    return (\n      <div>\n        <div className={outerClassName}>\n          <main>\n            {prefs.showSearch &&\n              <div className=\"non-collapsible-section\">\n                <ErrorBoundary>\n                  <Search />\n                </ErrorBoundary>\n              </div>\n            }\n            <div className={`body-wrapper${(initialized ? \" on\" : \"\")}`}>\n              {!prefs.migrationExpired &&\n                <div className=\"non-collapsible-section\">\n                  <ManualMigration />\n                </div>\n                }\n              <Sections />\n              <PrefsButton onClick={this.openPreferences} />\n            </div>\n            <ConfirmDialog />\n          </main>\n        </div>\n        {this.props.isFirstrun && <StartupOverlay />}\n      </div>);\n  }\n}\n\nexport const Base = connect(state => ({App: state.App, Prefs: state.Prefs, Theme: state.Theme}))(_Base);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/Base/Base.jsx","import {ASRouterUtils} from \"../../asrouter/asrouter-content\";\nimport React from \"react\";\n\nexport class ASRouterAdmin extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onMessage = this.onMessage.bind(this);\n    this.findOtherBundledMessagesOfSameTemplate = this.findOtherBundledMessagesOfSameTemplate.bind(this);\n    this.state = {};\n  }\n\n  onMessage({data: action}) {\n    if (action.type === \"ADMIN_SET_STATE\") {\n      this.setState(action.data);\n    }\n  }\n\n  componentWillMount() {\n    ASRouterUtils.sendMessage({type: \"ADMIN_CONNECT_STATE\"});\n    ASRouterUtils.addListener(this.onMessage);\n  }\n\n  componentWillUnmount() {\n    ASRouterUtils.removeListener(this.onMessage);\n  }\n\n  findOtherBundledMessagesOfSameTemplate(template) {\n    return this.state.messages.filter(msg => msg.template === template && msg.bundled);\n  }\n\n  handleBlock(msg) {\n    if (msg.bundled) {\n      // If we are blocking a message that belongs to a bundle, block all other messages that are bundled of that same template\n      let bundle = this.findOtherBundledMessagesOfSameTemplate(msg.template);\n      return () => ASRouterUtils.blockBundle(bundle);\n    }\n    return () => ASRouterUtils.blockById(msg.id);\n  }\n\n  handleUnblock(msg) {\n    if (msg.bundled) {\n      // If we are unblocking a message that belongs to a bundle, unblock all other messages that are bundled of that same template\n      let bundle = this.findOtherBundledMessagesOfSameTemplate(msg.template);\n      return () => ASRouterUtils.unblockBundle(bundle);\n    }\n    return () => ASRouterUtils.unblockById(msg.id);\n  }\n\n  handleOverride(id) {\n    return () => ASRouterUtils.overrideMessage(id);\n  }\n\n  renderMessageItem(msg) {\n    const isCurrent = msg.id === this.state.lastMessageId;\n    const isBlocked = this.state.blockList.includes(msg.id);\n\n    let itemClassName = \"message-item\";\n    if (isCurrent) { itemClassName += \" current\"; }\n    if (isBlocked) { itemClassName += \" blocked\"; }\n\n    return (<tr className={itemClassName} key={msg.id}>\n      <td className=\"message-id\"><span>{msg.id}</span></td>\n      <td>\n        <button className={`button ${(isBlocked ? \"\" : \" primary\")}`} onClick={isBlocked ? this.handleUnblock(msg) : this.handleBlock(msg)}>{isBlocked ? \"Unblock\" : \"Block\"}</button>\n       {isBlocked ? null : <button className=\"button\" onClick={this.handleOverride(msg.id)}>Show</button>}\n      </td>\n      <td className=\"message-summary\">\n        <pre>{JSON.stringify(msg, null, 2)}</pre>\n      </td>\n    </tr>);\n  }\n\n  renderMessages() {\n    if (!this.state.messages) {\n      return null;\n    }\n    return (<table><tbody>\n      {this.state.messages.map(msg => this.renderMessageItem(msg))}\n    </tbody></table>);\n  }\n\n  renderProviders() {\n    return (<table><tbody>\n      {this.state.providers.map((provider, i) => (<tr className=\"message-item\" key={i}>\n        <td>{provider.id}</td>\n        <td>{provider.type === \"remote\" ? <a target=\"_blank\" href={provider.url}>{provider.url}</a> : \"(local)\"}</td>\n      </tr>))}\n    </tbody></table>);\n  }\n\n  render() {\n    return (<div className=\"asrouter-admin outer-wrapper\">\n      <h1>AS Router Admin</h1>\n      <button className=\"button primary\" onClick={ASRouterUtils.getNextMessage}>Refresh Current Message</button>\n      <h2>Message Providers</h2>\n      {this.state.providers ? this.renderProviders() : null}\n      <h2>Messages</h2>\n      {this.renderMessages()}\n    </div>);\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/ASRouterAdmin/ASRouterAdmin.jsx","import {actionCreators as ac, actionTypes} from \"common/Actions.jsm\";\nimport {connect} from \"react-redux\";\nimport {FormattedMessage} from \"react-intl\";\nimport React from \"react\";\n\n/**\n * ConfirmDialog component.\n * One primary action button, one cancel button.\n *\n * Content displayed is controlled by `data` prop the component receives.\n * Example:\n * data: {\n *   // Any sort of data needed to be passed around by actions.\n *   payload: site.url,\n *   // Primary button AlsoToMain action.\n *   action: \"DELETE_HISTORY_URL\",\n *   // Primary button USerEvent action.\n *   userEvent: \"DELETE\",\n *   // Array of locale ids to display.\n *   message_body: [\"confirm_history_delete_p1\", \"confirm_history_delete_notice_p2\"],\n *   // Text for primary button.\n *   confirm_button_string_id: \"menu_action_delete\"\n * },\n */\nexport class _ConfirmDialog extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this._handleCancelBtn = this._handleCancelBtn.bind(this);\n    this._handleConfirmBtn = this._handleConfirmBtn.bind(this);\n  }\n\n  _handleCancelBtn() {\n    this.props.dispatch({type: actionTypes.DIALOG_CANCEL});\n    this.props.dispatch(ac.UserEvent({event: actionTypes.DIALOG_CANCEL, source: this.props.data.eventSource}));\n  }\n\n  _handleConfirmBtn() {\n    this.props.data.onConfirm.forEach(this.props.dispatch);\n  }\n\n  _renderModalMessage() {\n    const message_body = this.props.data.body_string_id;\n\n    if (!message_body) {\n      return null;\n    }\n\n    return (<span>\n      {message_body.map(msg => <p key={msg}><FormattedMessage id={msg} /></p>)}\n    </span>);\n  }\n\n  render() {\n    if (!this.props.visible) {\n      return null;\n    }\n\n    return (<div className=\"confirmation-dialog\">\n      <div className=\"modal-overlay\" onClick={this._handleCancelBtn} />\n      <div className=\"modal\">\n        <section className=\"modal-message\">\n          {this.props.data.icon && <span className={`icon icon-spacer icon-${this.props.data.icon}`} />}\n          {this._renderModalMessage()}\n        </section>\n        <section className=\"actions\">\n          <button onClick={this._handleCancelBtn}>\n            <FormattedMessage id={this.props.data.cancel_button_string_id} />\n          </button>\n          <button className=\"done\" onClick={this._handleConfirmBtn}>\n            <FormattedMessage id={this.props.data.confirm_button_string_id} />\n          </button>\n        </section>\n      </div>\n    </div>);\n  }\n}\n\nexport const ConfirmDialog = connect(state => state.Dialog)(_ConfirmDialog);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/ConfirmDialog/ConfirmDialog.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {connect} from \"react-redux\";\nimport {FormattedMessage} from \"react-intl\";\nimport React from \"react\";\n\n/**\n * Manual migration component used to start the profile import wizard.\n * Message is presented temporarily and will go away if:\n * 1.  User clicks \"No Thanks\"\n * 2.  User completed the data import\n * 3.  After 3 active days\n * 4.  User clicks \"Cancel\" on the import wizard (currently not implemented).\n */\nexport class _ManualMigration extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onLaunchTour = this.onLaunchTour.bind(this);\n    this.onCancelTour = this.onCancelTour.bind(this);\n  }\n\n  onLaunchTour() {\n    this.props.dispatch(ac.AlsoToMain({type: at.MIGRATION_START}));\n    this.props.dispatch(ac.UserEvent({event: at.MIGRATION_START}));\n  }\n\n  onCancelTour() {\n    this.props.dispatch(ac.AlsoToMain({type: at.MIGRATION_CANCEL}));\n    this.props.dispatch(ac.UserEvent({event: at.MIGRATION_CANCEL}));\n  }\n\n  render() {\n    return (<div className=\"manual-migration-container\">\n        <p>\n          <span className=\"icon icon-import\" />\n          <FormattedMessage id=\"manual_migration_explanation2\" />\n        </p>\n        <div className=\"manual-migration-actions actions\">\n          <button className=\"dismiss\" onClick={this.onCancelTour}>\n            <FormattedMessage id=\"manual_migration_cancel_button\" />\n          </button>\n          <button onClick={this.onLaunchTour}>\n            <FormattedMessage id=\"manual_migration_import_button\" />\n          </button>\n        </div>\n    </div>);\n  }\n}\n\nexport const ManualMigration = connect()(_ManualMigration);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/ManualMigration/ManualMigration.jsx","class _PrerenderData {\n  constructor(options) {\n    this.initialPrefs = options.initialPrefs;\n    this.initialSections = options.initialSections;\n    this._setValidation(options.validation);\n  }\n\n  get validation() {\n    return this._validation;\n  }\n\n  set validation(value) {\n    this._setValidation(value);\n  }\n\n  get invalidatingPrefs() {\n    return this._invalidatingPrefs;\n  }\n\n    // This is needed so we can use it in the constructor\n  _setValidation(value = []) {\n    this._validation = value;\n    this._invalidatingPrefs = value.reduce((result, next) => {\n      if (typeof next === \"string\") {\n        result.push(next);\n        return result;\n      } else if (next && next.oneOf) {\n        return result.concat(next.oneOf);\n      } else if (next && next.indexedDB) {\n        return result.concat(next.indexedDB);\n      }\n      throw new Error(\"Your validation configuration is not properly configured\");\n    }, []);\n  }\n\n  arePrefsValid(getPref, indexedDBPrefs) {\n    for (const prefs of this.validation) {\n      // {oneOf: [\"foo\", \"bar\"]}\n      if (prefs && prefs.oneOf && !prefs.oneOf.some(name => getPref(name) === this.initialPrefs[name])) {\n        return false;\n\n        // {indexedDB: [\"foo\", \"bar\"]}\n      } else if (indexedDBPrefs && prefs && prefs.indexedDB) {\n        const anyModifiedPrefs = prefs.indexedDB.some(prefName => indexedDBPrefs.some(pref => pref && pref[prefName]));\n        if (anyModifiedPrefs) {\n          return false;\n        }\n        // \"foo\"\n      } else if (getPref(prefs) !== this.initialPrefs[prefs]) {\n        return false;\n      }\n    }\n    return true;\n  }\n}\n\nthis.PrerenderData = new _PrerenderData({\n  initialPrefs: {\n    \"migrationExpired\": true,\n    \"feeds.topsites\": true,\n    \"showSearch\": true,\n    \"topSitesRows\": 1,\n    \"feeds.section.topstories\": true,\n    \"feeds.section.highlights\": true,\n    \"sectionOrder\": \"topsites,topstories,highlights\",\n    \"collapsed\": false\n  },\n  // Prefs listed as invalidating will prevent the prerendered version\n  // of AS from being used if their value is something other than what is listed\n  // here. This is required because some preferences cause the page layout to be\n  // too different for the prerendered version to be used. Unfortunately, this\n  // will result in users who have modified some of their preferences not being\n  // able to get the benefits of prerendering.\n  validation: [\n    \"feeds.topsites\",\n    \"showSearch\",\n    \"topSitesRows\",\n    \"sectionOrder\",\n    // This means if either of these are set to their default values,\n    // prerendering can be used.\n    {oneOf: [\"feeds.section.topstories\", \"feeds.section.highlights\"]},\n    // If any component has the following preference set to `true` it will\n    // invalidate the prerendered version.\n    {indexedDB: [\"collapsed\"]}\n  ],\n  initialSections: [\n    {\n      enabled: true,\n      icon: \"pocket\",\n      id: \"topstories\",\n      order: 1,\n      title: {id: \"header_recommended_by\", values: {provider: \"Pocket\"}}\n    },\n    {\n      enabled: true,\n      id: \"highlights\",\n      icon: \"highlights\",\n      order: 2,\n      title: {id: \"header_highlights\"}\n    }\n  ]\n});\n\nthis._PrerenderData = _PrerenderData;\nconst EXPORTED_SYMBOLS = [\"PrerenderData\", \"_PrerenderData\"];\n\n\n\n// WEBPACK FOOTER //\n// ./common/PrerenderData.jsm","/* globals ContentSearchUIController */\n\"use strict\";\n\nimport {FormattedMessage, injectIntl} from \"react-intl\";\nimport {actionCreators as ac} from \"common/Actions.jsm\";\nimport {connect} from \"react-redux\";\nimport {IS_NEWTAB} from \"content-src/lib/constants\";\nimport React from \"react\";\n\nexport class _Search extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onClick = this.onClick.bind(this);\n    this.onInputMount = this.onInputMount.bind(this);\n  }\n\n  handleEvent(event) {\n    // Also track search events with our own telemetry\n    if (event.detail.type === \"Search\") {\n      this.props.dispatch(ac.UserEvent({event: \"SEARCH\"}));\n    }\n  }\n\n  onClick(event) {\n    window.gContentSearchController.search(event);\n  }\n\n  componentWillUnmount() {\n    delete window.gContentSearchController;\n  }\n\n  onInputMount(input) {\n    if (input) {\n      // The \"healthReportKey\" and needs to be \"newtab\" or \"abouthome\" so that\n      // BrowserUsageTelemetry.jsm knows to handle events with this name, and\n      // can add the appropriate telemetry probes for search. Without the correct\n      // name, certain tests like browser_UsageTelemetry_content.js will fail\n      // (See github ticket #2348 for more details)\n      const healthReportKey = IS_NEWTAB ? \"newtab\" : \"abouthome\";\n\n      // The \"searchSource\" needs to be \"newtab\" or \"homepage\" and is sent with\n      // the search data and acts as context for the search request (See\n      // nsISearchEngine.getSubmission). It is necessary so that search engine\n      // plugins can correctly atribute referrals. (See github ticket #3321 for\n      // more details)\n      const searchSource = IS_NEWTAB ? \"newtab\" : \"homepage\";\n\n      // gContentSearchController needs to exist as a global so that tests for\n      // the existing about:home can find it; and so it allows these tests to pass.\n      // In the future, when activity stream is default about:home, this can be renamed\n      window.gContentSearchController = new ContentSearchUIController(input, input.parentNode,\n        healthReportKey, searchSource);\n      addEventListener(\"ContentSearchClient\", this);\n    } else {\n      window.gContentSearchController = null;\n      removeEventListener(\"ContentSearchClient\", this);\n    }\n  }\n\n  /*\n   * Do not change the ID on the input field, as legacy newtab code\n   * specifically looks for the id 'newtab-search-text' on input fields\n   * in order to execute searches in various tests\n   */\n  render() {\n    return (<div className=\"search-wrapper\">\n      <label htmlFor=\"newtab-search-text\" className=\"search-label\">\n        <span className=\"sr-only\"><FormattedMessage id=\"search_web_placeholder\" /></span>\n      </label>\n      <input\n        id=\"newtab-search-text\"\n        maxLength=\"256\"\n        placeholder={this.props.intl.formatMessage({id: \"search_web_placeholder\"})}\n        ref={this.onInputMount}\n        title={this.props.intl.formatMessage({id: \"search_web_placeholder\"})}\n        type=\"search\" />\n      <button\n        id=\"searchSubmit\"\n        className=\"search-button\"\n        onClick={this.onClick}\n        title={this.props.intl.formatMessage({id: \"search_button\"})}>\n        <span className=\"sr-only\"><FormattedMessage id=\"search_button\" /></span>\n      </button>\n    </div>);\n  }\n}\n\nexport const Search = connect()(injectIntl(_Search));\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/Search/Search.jsx","export const IS_NEWTAB = global.document && global.document.documentURI === \"about:newtab\";\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/constants.js","import {Card, PlaceholderCard} from \"content-src/components/Card/Card\";\nimport {FormattedMessage, injectIntl} from \"react-intl\";\nimport {actionCreators as ac} from \"common/Actions.jsm\";\nimport {CollapsibleSection} from \"content-src/components/CollapsibleSection/CollapsibleSection\";\nimport {ComponentPerfTimer} from \"content-src/components/ComponentPerfTimer/ComponentPerfTimer\";\nimport {connect} from \"react-redux\";\nimport React from \"react\";\nimport {Topics} from \"content-src/components/Topics/Topics\";\nimport {TopSites} from \"content-src/components/TopSites/TopSites\";\n\nconst VISIBLE = \"visible\";\nconst VISIBILITY_CHANGE_EVENT = \"visibilitychange\";\nconst CARDS_PER_ROW_DEFAULT = 3;\nconst CARDS_PER_ROW_COMPACT_WIDE = 4;\n\nfunction getFormattedMessage(message) {\n  return typeof message === \"string\" ? <span>{message}</span> : <FormattedMessage {...message} />;\n}\n\nexport class Section extends React.PureComponent {\n  get numRows() {\n    const {rowsPref, maxRows, Prefs} = this.props;\n    return rowsPref ? Prefs.values[rowsPref] : maxRows;\n  }\n\n  _dispatchImpressionStats() {\n    const {props} = this;\n    let cardsPerRow = CARDS_PER_ROW_DEFAULT;\n    if (props.compactCards && global.matchMedia(`(min-width: 1072px)`).matches) {\n      // If the section has compact cards and the viewport is wide enough, we show\n      // 4 columns instead of 3.\n      // $break-point-widest = 1072px (from _variables.scss)\n      cardsPerRow = CARDS_PER_ROW_COMPACT_WIDE;\n    }\n    const maxCards = cardsPerRow * this.numRows;\n    const cards = props.rows.slice(0, maxCards);\n\n    if (this.needsImpressionStats(cards)) {\n      props.dispatch(ac.ImpressionStats({\n        source: props.eventSource,\n        tiles: cards.map(link => ({id: link.guid}))\n      }));\n      this.impressionCardGuids = cards.map(link => link.guid);\n    }\n  }\n\n  // This sends an event when a user sees a set of new content. If content\n  // changes while the page is hidden (i.e. preloaded or on a hidden tab),\n  // only send the event if the page becomes visible again.\n  sendImpressionStatsOrAddListener() {\n    const {props} = this;\n\n    if (!props.shouldSendImpressionStats || !props.dispatch) {\n      return;\n    }\n\n    if (props.document.visibilityState === VISIBLE) {\n      this._dispatchImpressionStats();\n    } else {\n      // We should only ever send the latest impression stats ping, so remove any\n      // older listeners.\n      if (this._onVisibilityChange) {\n        props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n      }\n\n      // When the page becomes visible, send the impression stats ping if the section isn't collapsed.\n      this._onVisibilityChange = () => {\n        if (props.document.visibilityState === VISIBLE) {\n          if (!this.props.pref.collapsed) {\n            this._dispatchImpressionStats();\n          }\n          props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n        }\n      };\n      props.document.addEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n    }\n  }\n\n  componentDidMount() {\n    if (this.props.rows.length && !this.props.pref.collapsed) {\n      this.sendImpressionStatsOrAddListener();\n    }\n  }\n\n  componentDidUpdate(prevProps) {\n    const {props} = this;\n    const isCollapsed = props.pref.collapsed;\n    const wasCollapsed = prevProps.pref.collapsed;\n    if (\n      // Don't send impression stats for the empty state\n      props.rows.length &&\n      (\n        // We only want to send impression stats if the content of the cards has changed\n        // and the section is not collapsed...\n        (props.rows !== prevProps.rows && !isCollapsed) ||\n        // or if we are expanding a section that was collapsed.\n        (wasCollapsed && !isCollapsed)\n      )\n    ) {\n      this.sendImpressionStatsOrAddListener();\n    }\n  }\n\n  componentWillUnmount() {\n    if (this._onVisibilityChange) {\n      this.props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n    }\n  }\n\n  needsImpressionStats(cards) {\n    if (!this.impressionCardGuids || (this.impressionCardGuids.length !== cards.length)) {\n      return true;\n    }\n\n    for (let i = 0; i < cards.length; i++) {\n      if (cards[i].guid !== this.impressionCardGuids[i]) {\n        return true;\n      }\n    }\n\n    return false;\n  }\n\n  render() {\n    const {\n      id, eventSource, title, icon, rows,\n      emptyState, dispatch, compactCards,\n      contextMenuOptions, initialized, disclaimer,\n      pref, privacyNoticeURL, isFirst, isLast\n    } = this.props;\n\n    const maxCardsPerRow = compactCards ? CARDS_PER_ROW_COMPACT_WIDE : CARDS_PER_ROW_DEFAULT;\n    const {numRows} = this;\n    const maxCards = maxCardsPerRow * numRows;\n    const maxCardsOnNarrow = CARDS_PER_ROW_DEFAULT * numRows;\n\n    // Show topics only for top stories and if it's not initialized yet (so\n    // content doesn't shift when it is loaded) or has loaded with topics\n    const shouldShowTopics = (id === \"topstories\" &&\n      (!this.props.topics || this.props.topics.length > 0));\n\n    const realRows = rows.slice(0, maxCards);\n\n    // The empty state should only be shown after we have initialized and there is no content.\n    // Otherwise, we should show placeholders.\n    const shouldShowEmptyState = initialized && !rows.length;\n\n    const cards = [];\n    if (!shouldShowEmptyState) {\n      for (let i = 0; i < maxCards; i++) {\n        const link = realRows[i];\n        // On narrow viewports, we only show 3 cards per row. We'll mark the rest as\n        // .hide-for-narrow to hide in CSS via @media query.\n        const className = (i >= maxCardsOnNarrow) ? \"hide-for-narrow\" : \"\";\n        cards.push(link ? (\n          <Card key={i}\n            index={i}\n            className={className}\n            dispatch={dispatch}\n            link={link}\n            contextMenuOptions={contextMenuOptions}\n            eventSource={eventSource}\n            shouldSendImpressionStats={this.props.shouldSendImpressionStats}\n            isWebExtension={this.props.isWebExtension} />\n        ) : (\n          <PlaceholderCard key={i} className={className} />\n        ));\n      }\n    }\n\n    const sectionClassName = [\n      \"section\",\n      compactCards ? \"compact-cards\" : \"normal-cards\"\n    ].join(\" \");\n\n    // <Section> <-- React component\n    // <section> <-- HTML5 element\n    return (<ComponentPerfTimer {...this.props}>\n      <CollapsibleSection className={sectionClassName} icon={icon}\n        title={title}\n        id={id}\n        eventSource={eventSource}\n        disclaimer={disclaimer}\n        collapsed={this.props.pref.collapsed}\n        showPrefName={(pref && pref.feed) || id}\n        privacyNoticeURL={privacyNoticeURL}\n        Prefs={this.props.Prefs}\n        isFirst={isFirst}\n        isLast={isLast}\n        dispatch={this.props.dispatch}\n        isWebExtension={this.props.isWebExtension}>\n\n        {!shouldShowEmptyState && (<ul className=\"section-list\" style={{padding: 0}}>\n          {cards}\n        </ul>)}\n        {shouldShowEmptyState &&\n          <div className=\"section-empty-state\">\n            <div className=\"empty-state\">\n              {emptyState.icon && emptyState.icon.startsWith(\"moz-extension://\") ?\n                <img className=\"empty-state-icon icon\" style={{\"background-image\": `url('${emptyState.icon}')`}} /> :\n                <img className={`empty-state-icon icon icon-${emptyState.icon}`} />}\n              <p className=\"empty-state-message\">\n                {getFormattedMessage(emptyState.message)}\n              </p>\n            </div>\n          </div>}\n        {shouldShowTopics && <Topics topics={this.props.topics} read_more_endpoint={this.props.read_more_endpoint} />}\n      </CollapsibleSection>\n    </ComponentPerfTimer>);\n  }\n}\n\nSection.defaultProps = {\n  document: global.document,\n  rows: [],\n  emptyState: {},\n  pref: {},\n  title: \"\"\n};\n\nexport const SectionIntl = connect(state => ({Prefs: state.Prefs}))(injectIntl(Section));\n\nexport class _Sections extends React.PureComponent {\n  renderSections() {\n    const sections = [];\n    const enabledSections = this.props.Sections.filter(section => section.enabled);\n    const {sectionOrder, \"feeds.topsites\": showTopSites} = this.props.Prefs.values;\n    // Enabled sections doesn't include Top Sites, so we add it if enabled.\n    const expectedCount = enabledSections.length + ~~showTopSites;\n\n    for (const sectionId of sectionOrder.split(\",\")) {\n      const commonProps = {\n        key: sectionId,\n        isFirst: sections.length === 0,\n        isLast: sections.length === expectedCount - 1\n      };\n      if (sectionId === \"topsites\" && showTopSites) {\n        sections.push(<TopSites {...commonProps} />);\n      } else {\n        const section = enabledSections.find(s => s.id === sectionId);\n        if (section) {\n          sections.push(<SectionIntl {...section} {...commonProps} />);\n        }\n      }\n    }\n    return sections;\n  }\n\n  render() {\n    return (\n      <div className=\"sections-list\">\n        {this.renderSections()}\n      </div>\n    );\n  }\n}\n\nexport const Sections = connect(state => ({Sections: state.Sections, Prefs: state.Prefs}))(_Sections);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/Sections/Sections.jsx","export const cardContextTypes = {\n  history: {\n    intlID: \"type_label_visited\",\n    icon: \"history-item\"\n  },\n  bookmark: {\n    intlID: \"type_label_bookmarked\",\n    icon: \"bookmark-added\"\n  },\n  trending: {\n    intlID: \"type_label_recommended\",\n    icon: \"trending\"\n  },\n  now: {\n    intlID: \"type_label_now\",\n    icon: \"now\"\n  },\n  pocket: {\n    intlID: \"type_label_pocket\",\n    icon: \"pocket\"\n  },\n  download: {\n    intlID: \"type_label_downloaded\",\n    icon: \"download\"\n  }\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/Card/types.js","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {cardContextTypes} from \"./types\";\nimport {connect} from \"react-redux\";\nimport {FormattedMessage} from \"react-intl\";\nimport {GetPlatformString} from \"content-src/lib/link-menu-options\";\nimport {LinkMenu} from \"content-src/components/LinkMenu/LinkMenu\";\nimport React from \"react\";\nimport {ScreenshotUtils} from \"content-src/lib/screenshot-utils\";\n\n// Keep track of pending image loads to only request once\nconst gImageLoading = new Map();\n\n/**\n * Card component.\n * Cards are found within a Section component and contain information about a link such\n * as preview image, page title, page description, and some context about if the page\n * was visited, bookmarked, trending etc...\n * Each Section can make an unordered list of Cards which will create one instane of\n * this class. Each card will then get a context menu which reflects the actions that\n * can be done on this Card.\n */\nexport class _Card extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.state = {\n      activeCard: null,\n      imageLoaded: false,\n      showContextMenu: false,\n      cardImage: null\n    };\n    this.onMenuButtonClick = this.onMenuButtonClick.bind(this);\n    this.onMenuUpdate = this.onMenuUpdate.bind(this);\n    this.onLinkClick = this.onLinkClick.bind(this);\n  }\n\n  /**\n   * Helper to conditionally load an image and update state when it loads.\n   */\n  async maybeLoadImage() {\n    // No need to load if it's already loaded or no image\n    const {cardImage} = this.state;\n    if (!cardImage) {\n      return;\n    }\n\n    const imageUrl = cardImage.url;\n    if (!this.state.imageLoaded) {\n      // Initialize a promise to share a load across multiple card updates\n      if (!gImageLoading.has(imageUrl)) {\n        const loaderPromise = new Promise((resolve, reject) => {\n          const loader = new Image();\n          loader.addEventListener(\"load\", resolve);\n          loader.addEventListener(\"error\", reject);\n          loader.src = imageUrl;\n        });\n\n        // Save and remove the promise only while it's pending\n        gImageLoading.set(imageUrl, loaderPromise);\n        loaderPromise.catch(ex => ex).then(() => gImageLoading.delete(imageUrl)).catch();\n      }\n\n      // Wait for the image whether just started loading or reused promise\n      await gImageLoading.get(imageUrl);\n\n      // Only update state if we're still waiting to load the original image\n      if (ScreenshotUtils.isRemoteImageLocal(this.state.cardImage, this.props.link.image) &&\n          !this.state.imageLoaded) {\n        this.setState({imageLoaded: true});\n      }\n    }\n  }\n\n  /**\n   * Helper to obtain the next state based on nextProps and prevState.\n   *\n   * NOTE: Rename this method to getDerivedStateFromProps when we update React\n   *       to >= 16.3. We will need to update tests as well. We cannot rename this\n   *       method to getDerivedStateFromProps now because there is a mismatch in\n   *       the React version that we are using for both testing and production.\n   *       (i.e. react-test-render => \"16.3.2\", react => \"16.2.0\").\n   *\n   * See https://github.com/airbnb/enzyme/blob/master/packages/enzyme-adapter-react-16/package.json#L43.\n   */\n  static getNextStateFromProps(nextProps, prevState) {\n    const {image} = nextProps.link;\n    const imageInState = ScreenshotUtils.isRemoteImageLocal(prevState.cardImage, image);\n    let nextState = null;\n\n    // Image is updating.\n    if (!imageInState && nextProps.link) {\n      nextState = {imageLoaded: false};\n    }\n\n    if (imageInState) {\n      return nextState;\n    }\n\n    // Since image was updated, attempt to revoke old image blob URL, if it exists.\n    ScreenshotUtils.maybeRevokeBlobObjectURL(prevState.cardImage);\n\n    nextState = nextState || {};\n    nextState.cardImage = ScreenshotUtils.createLocalImageObject(image);\n\n    return nextState;\n  }\n\n  onMenuButtonClick(event) {\n    event.preventDefault();\n    this.setState({\n      activeCard: this.props.index,\n      showContextMenu: true\n    });\n  }\n\n  /**\n   * Report to telemetry additional information about the item.\n   */\n  _getTelemetryInfo() {\n    // Filter out \"history\" type for being the default\n    if (this.props.link.type !== \"history\") {\n      return {value: {card_type: this.props.link.type}};\n    }\n\n    return null;\n  }\n\n  onLinkClick(event) {\n    event.preventDefault();\n    if (this.props.link.type === \"download\") {\n      this.props.dispatch(ac.OnlyToMain({\n        type: at.SHOW_DOWNLOAD_FILE,\n        data: this.props.link\n      }));\n    } else {\n      const {altKey, button, ctrlKey, metaKey, shiftKey} = event;\n      this.props.dispatch(ac.OnlyToMain({\n        type: at.OPEN_LINK,\n        data: Object.assign(this.props.link, {event: {altKey, button, ctrlKey, metaKey, shiftKey}})\n      }));\n    }\n    if (this.props.isWebExtension) {\n      this.props.dispatch(ac.WebExtEvent(at.WEBEXT_CLICK, {\n        source: this.props.eventSource,\n        url: this.props.link.url,\n        action_position: this.props.index\n      }));\n    } else {\n      this.props.dispatch(ac.UserEvent(Object.assign({\n        event: \"CLICK\",\n        source: this.props.eventSource,\n        action_position: this.props.index\n      }, this._getTelemetryInfo())));\n\n      if (this.props.shouldSendImpressionStats) {\n        this.props.dispatch(ac.ImpressionStats({\n          source: this.props.eventSource,\n          click: 0,\n          tiles: [{id: this.props.link.guid, pos: this.props.index}]\n        }));\n      }\n    }\n  }\n\n  onMenuUpdate(showContextMenu) {\n    this.setState({showContextMenu});\n  }\n\n  componentDidMount() {\n    this.maybeLoadImage();\n  }\n\n  componentDidUpdate() {\n    this.maybeLoadImage();\n  }\n\n  // NOTE: Remove this function when we update React to >= 16.3 since React will\n  //       call getDerivedStateFromProps automatically. We will also need to\n  //       rename getNextStateFromProps to getDerivedStateFromProps.\n  componentWillMount() {\n    const nextState = _Card.getNextStateFromProps(this.props, this.state);\n    if (nextState) {\n      this.setState(nextState);\n    }\n  }\n\n  // NOTE: Remove this function when we update React to >= 16.3 since React will\n  //       call getDerivedStateFromProps automatically. We will also need to\n  //       rename getNextStateFromProps to getDerivedStateFromProps.\n  componentWillReceiveProps(nextProps) {\n    const nextState = _Card.getNextStateFromProps(nextProps, this.state);\n    if (nextState) {\n      this.setState(nextState);\n    }\n  }\n\n  componentWillUnmount() {\n    ScreenshotUtils.maybeRevokeBlobObjectURL(this.state.cardImage);\n  }\n\n  render() {\n    const {index, className, link, dispatch, contextMenuOptions, eventSource, shouldSendImpressionStats} = this.props;\n    const {props} = this;\n    const isContextMenuOpen = this.state.showContextMenu && this.state.activeCard === index;\n    // Display \"now\" as \"trending\" until we have new strings #3402\n    const {icon, intlID} = cardContextTypes[link.type === \"now\" ? \"trending\" : link.type] || {};\n    const hasImage = this.state.cardImage || link.hasImage;\n    const imageStyle = {backgroundImage: this.state.cardImage ? `url(${this.state.cardImage.url})` : \"none\"};\n    const outerClassName = [\n      \"card-outer\",\n      className,\n      isContextMenuOpen && \"active\",\n      props.placeholder && \"placeholder\"\n    ].filter(v => v).join(\" \");\n\n    return (<li className={outerClassName}>\n      <a href={link.type === \"pocket\" ? link.open_url : link.url} onClick={!props.placeholder ? this.onLinkClick : undefined}>\n        <div className=\"card\">\n          <div className=\"card-preview-image-outer\">\n            {hasImage &&\n              <div className={`card-preview-image${this.state.imageLoaded ? \" loaded\" : \"\"}`} style={imageStyle} />\n            }\n          </div>\n          <div className=\"card-details\">\n            {link.type === \"download\" && <div className=\"card-host-name alternate\"><FormattedMessage id={GetPlatformString(this.props.platform)} /></div>}\n            {link.hostname &&\n              <div className=\"card-host-name\">\n                {link.hostname.slice(0, 100)}{link.type === \"download\" && `  \\u2014 ${link.description}`}\n              </div>\n            }\n            <div className={[\n              \"card-text\",\n              icon ? \"\" : \"no-context\",\n              link.description ? \"\" : \"no-description\",\n              link.hostname ? \"\" : \"no-host-name\"\n            ].join(\" \")}>\n              <h4 className=\"card-title\" dir=\"auto\">{link.title}</h4>\n              <p className=\"card-description\" dir=\"auto\">{link.description}</p>\n            </div>\n            <div className=\"card-context\">\n              {icon && !link.context && <span className={`card-context-icon icon icon-${icon}`} />}\n              {link.icon && link.context && <span className=\"card-context-icon icon\" style={{backgroundImage: `url('${link.icon}')`}} />}\n              {intlID && !link.context && <div className=\"card-context-label\"><FormattedMessage id={intlID} defaultMessage=\"Visited\" /></div>}\n              {link.context && <div className=\"card-context-label\">{link.context}</div>}\n            </div>\n          </div>\n        </div>\n      </a>\n      {!props.placeholder && <button className=\"context-menu-button icon\"\n        onClick={this.onMenuButtonClick}>\n        <span className=\"sr-only\">{`Open context menu for ${link.title}`}</span>\n      </button>}\n      {isContextMenuOpen &&\n        <LinkMenu\n          dispatch={dispatch}\n          index={index}\n          source={eventSource}\n          onUpdate={this.onMenuUpdate}\n          options={link.contextMenuOptions || contextMenuOptions}\n          site={link}\n          siteInfo={this._getTelemetryInfo()}\n          shouldSendImpressionStats={shouldSendImpressionStats} />\n      }\n   </li>);\n  }\n}\n_Card.defaultProps = {link: {}};\nexport const Card = connect(state => ({platform: state.Prefs.values.platform}))(_Card);\nexport const PlaceholderCard = props => <Card placeholder={true} className={props.className} />;\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/Card/Card.jsx","import {actionCreators as ac} from \"common/Actions.jsm\";\nimport {ContextMenu} from \"content-src/components/ContextMenu/ContextMenu\";\nimport {injectIntl} from \"react-intl\";\nimport React from \"react\";\nimport {SectionMenuOptions} from \"content-src/lib/section-menu-options\";\n\nconst DEFAULT_SECTION_MENU_OPTIONS = [\"MoveUp\", \"MoveDown\", \"Separator\", \"RemoveSection\", \"CheckCollapsed\", \"Separator\", \"ManageSection\"];\nconst WEBEXT_SECTION_MENU_OPTIONS = [\"MoveUp\", \"MoveDown\", \"Separator\", \"CheckCollapsed\", \"Separator\", \"ManageWebExtension\"];\n\nexport class _SectionMenu extends React.PureComponent {\n  getOptions() {\n    const {props} = this;\n\n    const propOptions = props.isWebExtension ? [...WEBEXT_SECTION_MENU_OPTIONS] : [...DEFAULT_SECTION_MENU_OPTIONS];\n    // Prepend custom options and a separator\n    if (props.extraOptions) {\n      propOptions.splice(0, 0, ...props.extraOptions, \"Separator\");\n    }\n    // Insert privacy notice before the last option (\"ManageSection\")\n    if (props.privacyNoticeURL) {\n      propOptions.splice(-1, 0, \"PrivacyNotice\");\n    }\n\n    const options = propOptions.map(o => SectionMenuOptions[o](props)).map(option => {\n      const {action, id, type, userEvent} = option;\n      if (!type && id) {\n        option.label = props.intl.formatMessage({id});\n        option.onClick = () => {\n          props.dispatch(action);\n          if (userEvent) {\n            props.dispatch(ac.UserEvent({\n              event: userEvent,\n              source: props.source\n            }));\n          }\n        };\n      }\n      return option;\n    });\n\n    // This is for accessibility to support making each item tabbable.\n    // We want to know which item is the first and which item\n    // is the last, so we can close the context menu accordingly.\n    options[0].first = true;\n    options[options.length - 1].last = true;\n    return options;\n  }\n\n  render() {\n    return (<ContextMenu\n      onUpdate={this.props.onUpdate}\n      options={this.getOptions()} />);\n  }\n}\n\nexport const SectionMenu = injectIntl(_SectionMenu);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/SectionMenu/SectionMenu.jsx","import {FormattedMessage} from \"react-intl\";\nimport React from \"react\";\n\nexport class Topic extends React.PureComponent {\n  render() {\n    const {url, name} = this.props;\n    return (<li><a key={name} className=\"topic-link\" href={url}>{name}</a></li>);\n  }\n}\n\nexport class Topics extends React.PureComponent {\n  render() {\n    const {topics, read_more_endpoint} = this.props;\n    return (\n      <div className=\"topic\">\n        <span><FormattedMessage id=\"pocket_read_more\" /></span>\n        <ul>{topics && topics.map(t => <Topic key={t.name} url={t.url} name={t.name} />)}</ul>\n\n        {read_more_endpoint && <a className=\"topic-read-more\" href={read_more_endpoint}>\n          <FormattedMessage id=\"pocket_read_even_more\" />\n        </a>}\n      </div>\n    );\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/Topics/Topics.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {MIN_CORNER_FAVICON_SIZE, MIN_RICH_FAVICON_SIZE, TOP_SITES_SOURCE} from \"./TopSitesConstants\";\nimport {CollapsibleSection} from \"content-src/components/CollapsibleSection/CollapsibleSection\";\nimport {ComponentPerfTimer} from \"content-src/components/ComponentPerfTimer/ComponentPerfTimer\";\nimport {connect} from \"react-redux\";\nimport {injectIntl} from \"react-intl\";\nimport React from \"react\";\nimport {TOP_SITES_MAX_SITES_PER_ROW} from \"common/Reducers.jsm\";\nimport {TopSiteForm} from \"./TopSiteForm\";\nimport {TopSiteList} from \"./TopSite\";\n\nfunction topSiteIconType(link) {\n  if (link.customScreenshotURL) {\n    return \"custom_screenshot\";\n  }\n  if (link.tippyTopIcon || link.faviconRef === \"tippytop\") {\n    return \"tippytop\";\n  }\n  if (link.faviconSize >= MIN_RICH_FAVICON_SIZE) {\n    return \"rich_icon\";\n  }\n  if (link.screenshot && link.faviconSize >= MIN_CORNER_FAVICON_SIZE) {\n    return \"screenshot_with_icon\";\n  }\n  if (link.screenshot) {\n    return \"screenshot\";\n  }\n  return \"no_image\";\n}\n\n/**\n * Iterates through TopSites and counts types of images.\n * @param acc Accumulator for reducer.\n * @param topsite Entry in TopSites.\n */\nfunction countTopSitesIconsTypes(topSites) {\n  const countTopSitesTypes = (acc, link) => {\n    acc[topSiteIconType(link)]++;\n    return acc;\n  };\n\n  return topSites.reduce(countTopSitesTypes, {\n    \"custom_screenshot\": 0,\n    \"screenshot_with_icon\": 0,\n    \"screenshot\": 0,\n    \"tippytop\": 0,\n    \"rich_icon\": 0,\n    \"no_image\": 0\n  });\n}\n\nexport class _TopSites extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onFormClose = this.onFormClose.bind(this);\n  }\n\n  /**\n   * Dispatch session statistics about the quality of TopSites icons and pinned count.\n   */\n  _dispatchTopSitesStats() {\n    const topSites = this._getVisibleTopSites();\n    const topSitesIconsStats = countTopSitesIconsTypes(topSites);\n    const topSitesPinned = topSites.filter(site => !!site.isPinned).length;\n    // Dispatch telemetry event with the count of TopSites images types.\n    this.props.dispatch(ac.AlsoToMain({\n      type: at.SAVE_SESSION_PERF_DATA,\n      data: {topsites_icon_stats: topSitesIconsStats, topsites_pinned: topSitesPinned}\n    }));\n  }\n\n  /**\n   * Return the TopSites that are visible based on prefs and window width.\n   */\n  _getVisibleTopSites() {\n    // We hide 2 sites per row when not in the wide layout.\n    let sitesPerRow = TOP_SITES_MAX_SITES_PER_ROW;\n    // $break-point-widest = 1072px (from _variables.scss)\n    if (!global.matchMedia(`(min-width: 1072px)`).matches) {\n      sitesPerRow -= 2;\n    }\n    return this.props.TopSites.rows.slice(0, this.props.TopSitesRows * sitesPerRow);\n  }\n\n  componentDidUpdate() {\n    this._dispatchTopSitesStats();\n  }\n\n  componentDidMount() {\n    this._dispatchTopSitesStats();\n  }\n\n  onFormClose() {\n    this.props.dispatch(ac.UserEvent({\n      source: TOP_SITES_SOURCE,\n      event: \"TOP_SITES_EDIT_CLOSE\"\n    }));\n    this.props.dispatch({type: at.TOP_SITES_CANCEL_EDIT});\n  }\n\n  render() {\n    const {props} = this;\n    const {editForm} = props.TopSites;\n\n    return (<ComponentPerfTimer id=\"topsites\" initialized={props.TopSites.initialized} dispatch={props.dispatch}>\n      <CollapsibleSection\n        className=\"top-sites\"\n        icon=\"topsites\"\n        id=\"topsites\"\n        title={{id: \"header_top_sites\"}}\n        extraMenuOptions={[\"AddTopSite\"]}\n        showPrefName=\"feeds.topsites\"\n        eventSource={TOP_SITES_SOURCE}\n        collapsed={props.TopSites.pref ? props.TopSites.pref.collapsed : undefined}\n        isFirst={props.isFirst}\n        isLast={props.isLast}\n        dispatch={props.dispatch}>\n        <TopSiteList TopSites={props.TopSites} TopSitesRows={props.TopSitesRows} dispatch={props.dispatch} intl={props.intl} topSiteIconType={topSiteIconType} />\n        <div className=\"edit-topsites-wrapper\">\n          {editForm &&\n            <div className=\"edit-topsites\">\n              <div className=\"modal-overlay\" onClick={this.onFormClose} />\n              <div className=\"modal\">\n                <TopSiteForm\n                  site={props.TopSites.rows[editForm.index]}\n                  onClose={this.onFormClose}\n                  dispatch={this.props.dispatch}\n                  intl={this.props.intl}\n                  {...editForm} />\n              </div>\n            </div>\n          }\n        </div>\n      </CollapsibleSection>\n    </ComponentPerfTimer>);\n  }\n}\n\nexport const TopSites = connect(state => ({\n  TopSites: state.TopSites,\n  Prefs: state.Prefs,\n  TopSitesRows: state.Prefs.values.topSitesRows\n}))(injectIntl(_TopSites));\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/TopSites/TopSites.jsx","import {FormattedMessage} from \"react-intl\";\nimport React from \"react\";\n\nexport class TopSiteFormInput extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.state = {validationError: this.props.validationError};\n    this.onChange = this.onChange.bind(this);\n    this.onMount = this.onMount.bind(this);\n  }\n\n  componentWillReceiveProps(nextProps) {\n    if (nextProps.shouldFocus && !this.props.shouldFocus) {\n      this.input.focus();\n    }\n    if (nextProps.validationError && !this.props.validationError) {\n      this.setState({validationError: true});\n    }\n    // If the component is in an error state but the value was cleared by the parent\n    if (this.state.validationError && !nextProps.value) {\n      this.setState({validationError: false});\n    }\n  }\n\n  onChange(ev) {\n    if (this.state.validationError) {\n      this.setState({validationError: false});\n    }\n    this.props.onChange(ev);\n  }\n\n  onMount(input) {\n    this.input = input;\n  }\n\n  render() {\n    const showClearButton = this.props.value && this.props.onClear;\n    const {typeUrl} = this.props;\n    const {validationError} = this.state;\n\n    return (<label><FormattedMessage id={this.props.titleId} />\n      <div className={`field ${typeUrl ? \"url\" : \"\"}${validationError ? \" invalid\" : \"\"}`}>\n        {this.props.loading ?\n          <div className=\"loading-container\"><div className=\"loading-animation\" /></div> :\n          showClearButton && <div className=\"icon icon-clear-input\" onClick={this.props.onClear} />}\n        <input type=\"text\"\n          value={this.props.value}\n          ref={this.onMount}\n          onChange={this.onChange}\n          placeholder={this.props.intl.formatMessage({id: this.props.placeholderId})}\n          autoFocus={this.props.shouldFocus}\n          disabled={this.props.loading} />\n        {validationError &&\n          <aside className=\"error-tooltip\">\n            <FormattedMessage id={this.props.errorMessageId} />\n          </aside>}\n      </div>\n    </label>);\n  }\n}\n\nTopSiteFormInput.defaultProps = {\n  showClearButton: false,\n  value: \"\",\n  validationError: false\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/TopSites/TopSiteFormInput.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {FormattedMessage} from \"react-intl\";\nimport React from \"react\";\nimport {TOP_SITES_SOURCE} from \"./TopSitesConstants\";\nimport {TopSiteFormInput} from \"./TopSiteFormInput\";\nimport {TopSiteLink} from \"./TopSite\";\n\nexport class TopSiteForm extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    const {site} = props;\n    this.state = {\n      label: site ? (site.label || site.hostname) : \"\",\n      url: site ? site.url : \"\",\n      validationError: false,\n      customScreenshotUrl: site ? site.customScreenshotURL : \"\",\n      showCustomScreenshotForm: site ? site.customScreenshotURL : false\n    };\n    this.onClearScreenshotInput = this.onClearScreenshotInput.bind(this);\n    this.onLabelChange = this.onLabelChange.bind(this);\n    this.onUrlChange = this.onUrlChange.bind(this);\n    this.onCancelButtonClick = this.onCancelButtonClick.bind(this);\n    this.onClearUrlClick = this.onClearUrlClick.bind(this);\n    this.onDoneButtonClick = this.onDoneButtonClick.bind(this);\n    this.onCustomScreenshotUrlChange = this.onCustomScreenshotUrlChange.bind(this);\n    this.onPreviewButtonClick = this.onPreviewButtonClick.bind(this);\n    this.onEnableScreenshotUrlForm = this.onEnableScreenshotUrlForm.bind(this);\n    this.validateUrl = this.validateUrl.bind(this);\n  }\n\n  onLabelChange(event) {\n    this.setState({\"label\": event.target.value});\n  }\n\n  onUrlChange(event) {\n    this.setState({\n      url: event.target.value,\n      validationError: false\n    });\n  }\n\n  onClearUrlClick() {\n    this.setState({\n      url: \"\",\n      validationError: false\n    });\n  }\n\n  onEnableScreenshotUrlForm() {\n    this.setState({showCustomScreenshotForm: true});\n  }\n\n  _updateCustomScreenshotInput(customScreenshotUrl) {\n    this.setState({\n      customScreenshotUrl,\n      validationError: false\n    });\n    this.props.dispatch({type: at.PREVIEW_REQUEST_CANCEL});\n  }\n\n  onCustomScreenshotUrlChange(event) {\n    this._updateCustomScreenshotInput(event.target.value);\n  }\n\n  onClearScreenshotInput() {\n    this._updateCustomScreenshotInput(\"\");\n  }\n\n  onCancelButtonClick(ev) {\n    ev.preventDefault();\n    this.props.onClose();\n  }\n\n  onDoneButtonClick(ev) {\n    ev.preventDefault();\n\n    if (this.validateForm()) {\n      const site = {url: this.cleanUrl(this.state.url)};\n      const {index} = this.props;\n      if (this.state.label !== \"\") {\n        site.label = this.state.label;\n      }\n\n      if (this.state.customScreenshotUrl) {\n        site.customScreenshotURL = this.cleanUrl(this.state.customScreenshotUrl);\n      } else if (this.props.site && this.props.site.customScreenshotURL) {\n        // Used to flag that previously cached screenshot should be removed\n        site.customScreenshotURL = null;\n      }\n      this.props.dispatch(ac.AlsoToMain({\n        type: at.TOP_SITES_PIN,\n        data: {site, index}\n      }));\n      this.props.dispatch(ac.UserEvent({\n        source: TOP_SITES_SOURCE,\n        event: \"TOP_SITES_EDIT\",\n        action_position: index\n      }));\n\n      this.props.onClose();\n    }\n  }\n\n  onPreviewButtonClick(event) {\n    event.preventDefault();\n    if (this.validateForm()) {\n      this.props.dispatch(ac.AlsoToMain({\n        type: at.PREVIEW_REQUEST,\n        data: {url: this.cleanUrl(this.state.customScreenshotUrl)}\n      }));\n      this.props.dispatch(ac.UserEvent({\n        source: TOP_SITES_SOURCE,\n        event: \"PREVIEW_REQUEST\"\n      }));\n    }\n  }\n\n  cleanUrl(url) {\n    // If we are missing a protocol, prepend http://\n    if (!url.startsWith(\"http:\") && !url.startsWith(\"https:\")) {\n      return `http://${url}`;\n    }\n    return url;\n  }\n\n  _tryParseUrl(url) {\n    try {\n      return new URL(url);\n    } catch (e) {\n      return null;\n    }\n  }\n\n  validateUrl(url) {\n    const validProtocols = [\"http:\", \"https:\"];\n    const urlObj = this._tryParseUrl(url) || this._tryParseUrl(this.cleanUrl(url));\n\n    return urlObj && validProtocols.includes(urlObj.protocol);\n  }\n\n  validateCustomScreenshotUrl() {\n    const {customScreenshotUrl} = this.state;\n    return !customScreenshotUrl || this.validateUrl(customScreenshotUrl);\n  }\n\n  validateForm() {\n    const validate = this.validateUrl(this.state.url) && this.validateCustomScreenshotUrl();\n\n    if (!validate) {\n      this.setState({validationError: true});\n    }\n\n    return validate;\n  }\n\n  _renderCustomScreenshotInput() {\n    const {customScreenshotUrl} = this.state;\n    const requestFailed = this.props.previewResponse === \"\";\n    const validationError = (this.state.validationError && !this.validateCustomScreenshotUrl()) || requestFailed;\n    // Set focus on error if the url field is valid or when the input is first rendered and is empty\n    const shouldFocus = (validationError && this.validateUrl(this.state.url)) || !customScreenshotUrl;\n    const isLoading = this.props.previewResponse === null &&\n      customScreenshotUrl && this.props.previewUrl === this.cleanUrl(customScreenshotUrl);\n\n    if (!this.state.showCustomScreenshotForm) {\n      return (<a className=\"enable-custom-image-input\" onClick={this.onEnableScreenshotUrlForm}>\n        <FormattedMessage id=\"topsites_form_use_image_link\" />\n      </a>);\n    }\n    return (<div className=\"custom-image-input-container\">\n      <TopSiteFormInput\n        errorMessageId={requestFailed ? \"topsites_form_image_validation\" : \"topsites_form_url_validation\"}\n        loading={isLoading}\n        onChange={this.onCustomScreenshotUrlChange}\n        onClear={this.onClearScreenshotInput}\n        shouldFocus={shouldFocus}\n        typeUrl={true}\n        value={customScreenshotUrl}\n        validationError={validationError}\n        titleId=\"topsites_form_image_url_label\"\n        placeholderId=\"topsites_form_url_placeholder\"\n        intl={this.props.intl} />\n    </div>);\n  }\n\n  render() {\n    const {customScreenshotUrl} = this.state;\n    const requestFailed = this.props.previewResponse === \"\";\n    // For UI purposes, editing without an existing link is \"add\"\n    const showAsAdd = !this.props.site;\n    const previous = (this.props.site && this.props.site.customScreenshotURL) || \"\";\n    const changed = customScreenshotUrl && this.cleanUrl(customScreenshotUrl) !== previous;\n    // Preview mode if changes were made to the custom screenshot URL and no preview was received yet\n    // or the request failed\n    const previewMode = changed && !this.props.previewResponse;\n    const previewLink = Object.assign({}, this.props.site);\n    if (this.props.previewResponse) {\n      previewLink.screenshot = this.props.previewResponse;\n      previewLink.customScreenshotURL = this.props.previewUrl;\n    }\n    return (\n      <form className=\"topsite-form\">\n        <div className=\"form-input-container\">\n          <h3 className=\"section-title\">\n            <FormattedMessage id={showAsAdd ? \"topsites_form_add_header\" : \"topsites_form_edit_header\"} />\n          </h3>\n          <div className=\"fields-and-preview\">\n            <div className=\"form-wrapper\">\n              <TopSiteFormInput onChange={this.onLabelChange}\n                value={this.state.label}\n                titleId=\"topsites_form_title_label\"\n                placeholderId=\"topsites_form_title_placeholder\"\n                intl={this.props.intl} />\n              <TopSiteFormInput onChange={this.onUrlChange}\n                shouldFocus={this.state.validationError && !this.validateUrl(this.state.url)}\n                value={this.state.url}\n                onClear={this.onClearUrlClick}\n                validationError={this.state.validationError && !this.validateUrl(this.state.url)}\n                titleId=\"topsites_form_url_label\"\n                typeUrl={true}\n                placeholderId=\"topsites_form_url_placeholder\"\n                errorMessageId=\"topsites_form_url_validation\"\n                intl={this.props.intl} />\n              {this._renderCustomScreenshotInput()}\n            </div>\n            <TopSiteLink link={previewLink}\n              defaultStyle={requestFailed}\n              title={this.state.label} />\n          </div>\n        </div>\n        <section className=\"actions\">\n          <button className=\"cancel\" type=\"button\" onClick={this.onCancelButtonClick}>\n            <FormattedMessage id=\"topsites_form_cancel_button\" />\n          </button>\n          {previewMode ?\n            <button className=\"done preview\" type=\"submit\" onClick={this.onPreviewButtonClick}>\n              <FormattedMessage id=\"topsites_form_preview_button\" />\n            </button> :\n            <button className=\"done\" type=\"submit\" onClick={this.onDoneButtonClick}>\n              <FormattedMessage id={showAsAdd ? \"topsites_form_add_button\" : \"topsites_form_save_button\"} />\n            </button>}\n        </section>\n      </form>\n    );\n  }\n}\n\nTopSiteForm.defaultProps = {\n  site: null,\n  index: -1\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/TopSites/TopSiteForm.jsx","import {FormattedMessage, injectIntl} from \"react-intl\";\nimport {actionCreators as ac} from \"common/Actions.jsm\";\nimport {connect} from \"react-redux\";\nimport React from \"react\";\n\nexport class _StartupOverlay extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onInputChange = this.onInputChange.bind(this);\n    this.onSubmit = this.onSubmit.bind(this);\n    this.clickSkip = this.clickSkip.bind(this);\n    this.initScene = this.initScene.bind(this);\n    this.removeOverlay = this.removeOverlay.bind(this);\n\n    this.state = {emailInput: \"\"};\n    this.initScene();\n  }\n\n  initScene() {\n    // Timeout to allow the scene to render once before attaching the attribute\n    // to trigger the animation.\n    setTimeout(() => {\n      this.setState({show: true});\n    }, 10);\n  }\n\n  removeOverlay() {\n    window.removeEventListener(\"visibilitychange\", this.removeOverlay);\n    this.setState({show: false});\n    setTimeout(() => {\n      // Allow scrolling and fully remove overlay after animation finishes.\n      document.body.classList.remove(\"welcome\");\n    }, 400);\n  }\n\n  onInputChange(e) {\n    this.setState({emailInput: e.target.value});\n  }\n\n  onSubmit() {\n    this.props.dispatch(ac.UserEvent({event: \"SUBMIT_EMAIL\"}));\n    window.addEventListener(\"visibilitychange\", this.removeOverlay);\n  }\n\n  clickSkip() {\n    this.props.dispatch(ac.UserEvent({event: \"SKIPPED_SIGNIN\"}));\n    this.removeOverlay();\n  }\n\n  render() {\n    let termsLink = (<a href=\"https://accounts.firefox.com/legal/terms\" target=\"_blank\" rel=\"noopener noreferrer\"><FormattedMessage id=\"firstrun_terms_of_service\" /></a>);\n    let privacyLink = (<a href=\"https://accounts.firefox.com/legal/privacy\" target=\"_blank\" rel=\"noopener noreferrer\"><FormattedMessage id=\"firstrun_privacy_notice\" /></a>);\n    return (\n      <div className={`overlay-wrapper ${this.state.show ? \"show \" : \"\"}`}>\n        <div className=\"background\" />\n        <div className=\"firstrun-scene\">\n          <div className=\"fxaccounts-container\">\n            <div className=\"firstrun-left-divider\">\n              <h1 className=\"firstrun-title\"><FormattedMessage id=\"firstrun_title\" /></h1>\n              <p className=\"firstrun-content\"><FormattedMessage id=\"firstrun_content\" /></p>\n              <a className=\"firstrun-link\" href=\"https://www.mozilla.org/firefox/features/sync/\" target=\"_blank\" rel=\"noopener noreferrer\"><FormattedMessage id=\"firstrun_learn_more_link\" /></a>\n            </div>\n            <div className=\"firstrun-sign-in\">\n              <p className=\"form-header\"><FormattedMessage id=\"firstrun_form_header\" /><span className=\"sub-header\"><FormattedMessage id=\"firstrun_form_sub_header\" /></span></p>\n              <form method=\"get\" action=\"https://accounts.firefox.com\" target=\"_blank\" rel=\"noopener noreferrer\" onSubmit={this.onSubmit}>\n                <input name=\"service\" type=\"hidden\" value=\"sync\" />\n                <input name=\"action\" type=\"hidden\" value=\"email\" />\n                <input name=\"context\" type=\"hidden\" value=\"fx_desktop_v3\" />\n                <input name=\"entrypoint\" type=\"hidden\" value=\"activity-stream-firstrun\" />\n                <input name=\"utm_source\" type=\"hidden\" value=\"activity-stream\" />\n                <input name=\"utm_campaign\" type=\"hidden\" value=\"firstrun\" />\n                <input className=\"email-input\" name=\"email\" type=\"email\" required=\"true\" placeholder={this.props.intl.formatMessage({id: \"firstrun_email_input_placeholder\"})} onChange={this.onInputChange} />\n                <div className=\"extra-links\">\n                  <FormattedMessage\n                    id=\"firstrun_extra_legal_links\"\n                    values={{\n                      terms: termsLink,\n                      privacy: privacyLink\n                    }} />\n                </div>\n                <button className=\"continue-button\" type=\"submit\"><FormattedMessage id=\"firstrun_continue_to_login\" /></button>\n              </form>\n              <button className=\"skip-button\" disabled={!!this.state.emailInput} onClick={this.clickSkip}><FormattedMessage id=\"firstrun_skip_login\" /></button>\n            </div>\n          </div>\n        </div>\n      </div>\n    );\n  }\n}\n\nexport const StartupOverlay = connect()(injectIntl(_StartupOverlay));\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/StartupOverlay/StartupOverlay.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {perfService as perfSvc} from \"common/PerfService.jsm\";\n\nconst VISIBLE = \"visible\";\nconst VISIBILITY_CHANGE_EVENT = \"visibilitychange\";\n\nexport class DetectUserSessionStart {\n  constructor(store, options = {}) {\n    this._store = store;\n    // Overrides for testing\n    this.document = options.document || global.document;\n    this._perfService = options.perfService || perfSvc;\n    this._onVisibilityChange = this._onVisibilityChange.bind(this);\n  }\n\n  /**\n   * sendEventOrAddListener - Notify immediately if the page is already visible,\n   *                    or else set up a listener for when visibility changes.\n   *                    This is needed for accurate session tracking for telemetry,\n   *                    because tabs are pre-loaded.\n   */\n  sendEventOrAddListener() {\n    if (this.document.visibilityState === VISIBLE) {\n      // If the document is already visible, to the user, send a notification\n      // immediately that a session has started.\n      this._sendEvent();\n    } else {\n      // If the document is not visible, listen for when it does become visible.\n      this.document.addEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n    }\n  }\n\n  /**\n   * _sendEvent - Sends a message to the main process to indicate the current\n   *              tab is now visible to the user, includes the\n   *              visibility_event_rcvd_ts time in ms from the UNIX epoch.\n   */\n  _sendEvent() {\n    this._perfService.mark(\"visibility_event_rcvd_ts\");\n\n    try {\n      let visibility_event_rcvd_ts = this._perfService\n        .getMostRecentAbsMarkStartByName(\"visibility_event_rcvd_ts\");\n\n      this._store.dispatch(ac.AlsoToMain({\n        type: at.SAVE_SESSION_PERF_DATA,\n        data: {visibility_event_rcvd_ts}\n      }));\n    } catch (ex) {\n      // If this failed, it's likely because the `privacy.resistFingerprinting`\n      // pref is true.  We should at least not blow up.\n    }\n  }\n\n  /**\n   * _onVisibilityChange - If the visibility has changed to visible, sends a notification\n   *                      and removes the event listener. This should only be called once per tab.\n   */\n  _onVisibilityChange() {\n    if (this.document.visibilityState === VISIBLE) {\n      this._sendEvent();\n      this.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n    }\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/detect-user-session-start.js"],"sourceRoot":""}
\ No newline at end of file
+{"version":3,"sources":["webpack:///webpack/bootstrap ec83f25dc737e480005f","webpack:///external \"React\"","webpack:///./common/Actions.jsm","webpack:///external \"ReactIntl\"","webpack:///(webpack)/buildin/global.js","webpack:///external \"ReactRedux\"","webpack:///./content-src/asrouter/template-utils.js","webpack:///./content-src/components/TopSites/TopSitesConstants.js","webpack:///./common/Dedupe.jsm","webpack:///./common/Reducers.jsm","webpack:///./content-src/asrouter/asrouter-content.jsx","webpack:///external \"PropTypes\"","webpack:///./node_modules/fluent/src/parser.js","webpack:///./node_modules/fluent/src/types.js","webpack:///./node_modules/fluent/src/builtins.js","webpack:///./node_modules/fluent/src/resolver.js","webpack:///./node_modules/fluent/src/context.js","webpack:///./node_modules/fluent/src/cached_iterable.js","webpack:///./node_modules/fluent/src/fallback.js","webpack:///./node_modules/fluent/src/util.js","webpack:///./node_modules/fluent/src/index.js","webpack:///./content-src/lib/init-store.js","webpack:///external \"ReactDOM\"","webpack:///./content-src/components/ErrorBoundary/ErrorBoundary.jsx","webpack:///./content-src/lib/link-menu-options.js","webpack:///./content-src/components/LinkMenu/LinkMenu.jsx","webpack:///./content-src/components/ContextMenu/ContextMenu.jsx","webpack:///./content-src/lib/screenshot-utils.js","webpack:///./content-src/components/CollapsibleSection/CollapsibleSection.jsx","webpack:///./content-src/lib/section-menu-options.js","webpack:///./content-src/components/ComponentPerfTimer/ComponentPerfTimer.jsx","webpack:///./common/PerfService.jsm","webpack:///./content-src/components/TopSites/TopSite.jsx","webpack:///./content-src/activity-stream.jsx","webpack:///./content-src/lib/snippets.js","webpack:///./node_modules/fluent-react/src/localization.js","webpack:///./node_modules/fluent-react/src/provider.js","webpack:///./node_modules/fluent-react/src/with_localization.js","webpack:///./node_modules/fluent-react/src/markup.js","webpack:///./node_modules/fluent-react/vendor/omittedCloseTags.js","webpack:///./node_modules/fluent-react/vendor/voidElementTags.js","webpack:///./node_modules/fluent-react/src/localized.js","webpack:///./node_modules/fluent-react/src/index.js","webpack:///external \"Redux\"","webpack:///./content-src/asrouter/components/ImpressionsWrapper/ImpressionsWrapper.jsx","webpack:///./content-src/asrouter/components/ModalOverlay/ModalOverlay.jsx","webpack:///./content-src/asrouter/templates/OnboardingMessage/OnboardingMessage.jsx","webpack:///./content-src/asrouter/components/Button/Button.jsx","webpack:///./content-src/asrouter/components/SnippetBase/SnippetBase.jsx","webpack:///./content-src/asrouter/templates/SimpleSnippet/SimpleSnippet.jsx","webpack:///./content-src/components/Base/Base.jsx","webpack:///./content-src/components/ASRouterAdmin/ASRouterAdmin.jsx","webpack:///./content-src/components/ConfirmDialog/ConfirmDialog.jsx","webpack:///./content-src/components/ManualMigration/ManualMigration.jsx","webpack:///./common/PrerenderData.jsm","webpack:///./content-src/components/Search/Search.jsx","webpack:///./content-src/lib/constants.js","webpack:///./content-src/components/Sections/Sections.jsx","webpack:///./content-src/components/Card/types.js","webpack:///./content-src/components/Card/Card.jsx","webpack:///./content-src/components/SectionMenu/SectionMenu.jsx","webpack:///./content-src/components/Topics/Topics.jsx","webpack:///./content-src/components/TopSites/TopSites.jsx","webpack:///./content-src/components/TopSites/TopSiteFormInput.jsx","webpack:///./content-src/components/TopSites/TopSiteForm.jsx","webpack:///./content-src/components/StartupOverlay/StartupOverlay.jsx","webpack:///./content-src/lib/detect-user-session-start.js"],"names":["globalImportContext","Window","BACKGROUND_PROCESS","UI_CODE","actionTypes","type","ASRouterActions","_RouteMessage","action","options","meta","from","to","Error","forEach","o","AlsoToMain","fromTarget","skipLocal","CONTENT_MESSAGE_TYPE","MAIN_MESSAGE_TYPE","OnlyToMain","BroadcastToContent","AlsoToOneContent","target","skipMain","toTarget","OnlyToOneContent","AlsoToPreloaded","PRELOAD_MESSAGE_TYPE","UserEvent","data","TELEMETRY_USER_EVENT","ASRouterUserEvent","AS_ROUTER_TELEMETRY_USER_EVENT","UndesiredEvent","importContext","TELEMETRY_UNDESIRED_EVENT","PerfEvent","TELEMETRY_PERFORMANCE_EVENT","ImpressionStats","TELEMETRY_IMPRESSION_STATS","SetPref","name","value","SET_PREF","WebExtEvent","source","isSendToMain","isBroadcastToContent","isSendToOneContent","isSendToPreloaded","isFromMain","getPortIdOfSender","safeURI","url","protocol","URL","isAllowed","includes","console","warn","TOP_SITES_SOURCE","TOP_SITES_CONTEXT_MENU_OPTIONS","MIN_RICH_FAVICON_SIZE","MIN_CORNER_FAVICON_SIZE","Dedupe","constructor","createKey","defaultCreateKey","item","group","groups","globalKeys","Set","result","values","valueMap","Map","key","has","set","push","add","map","m","Array","TOP_SITES_DEFAULT_ROWS","TOP_SITES_MAX_SITES_PER_ROW","dedupe","site","INITIAL_STATE","App","initialized","version","Snippets","TopSites","rows","editForm","Prefs","Theme","className","Dialog","visible","Sections","prevState","at","INIT","Object","assign","insertPinned","links","pinned","pinnedUrls","link","newLinks","filter","isPinned","pinIndex","val","index","length","splice","hasMatch","newRows","TOP_SITES_UPDATED","pref","TOP_SITES_PREFS_UPDATED","TOP_SITES_EDIT","previewResponse","TOP_SITES_CANCEL_EDIT","PREVIEW_RESPONSE","previewUrl","preview","PREVIEW_REQUEST","PREVIEW_REQUEST_CANCEL","SCREENSHOT_UPDATED","row","screenshot","PLACES_BOOKMARK_ADDED","bookmarkGuid","bookmarkTitle","dateAdded","bookmarkDateCreated","PLACES_BOOKMARK_REMOVED","newSite","PLACES_LINK_DELETED","DIALOG_OPEN","DIALOG_CANCEL","DELETE_HISTORY_URL","newValues","PREFS_INITIAL_VALUES","PREF_CHANGED","newState","SECTION_DEREGISTER","section","id","SECTION_REGISTER","title","enabled","SECTION_UPDATE","find","card","dedupeConfigurations","dedupeConf","dedupedRows","dedupeFrom","reduce","dedupeSectionId","dedupeSection","s","SECTION_UPDATE_CARD","PLACES_SAVED_TO_POCKET","open_url","pocket_id","PLACES_LINK_BLOCKED","DELETE_FROM_POCKET","ARCHIVE_FROM_POCKET","SNIPPETS_DATA","SNIPPET_BLOCKED","blockList","concat","SNIPPETS_BLOCKLIST_CLEARED","SNIPPETS_RESET","THEME_UPDATE","INCOMING_MESSAGE_NAME","OUTGOING_MESSAGE_NAME","ASRouterUtils","addListener","listener","global","addMessageListener","removeListener","removeMessageListener","sendMessage","sendAsyncMessage","blockById","blockBundle","bundle","executeAction","button_action","button_action_params","unblockById","unblockBundle","getNextMessage","overrideMessage","sendTelemetry","ping","payload","ac","shouldSendImpressionOnUpdate","nextProps","prevProps","message","generateMessages","content","cx","addMessages","ALLOWED_TAGS","b","i","u","strong","em","br","convertLinks","sendClick","keys","acc","linkTag","metric","RichText","props","text","ASRouterUISurface","React","PureComponent","onMessageFromParent","bind","sendImpression","sendUserActionTelemetry","state","extraProps","message_id","eventType","provider","event","dataset","onBlockById","clearBundle","setState","componentWillMount","document","location","href","trigger","componentWillUnmount","renderSnippets","renderOnboarding","render","template","defaultProps","ASRouterContent","containerElement","_mount","getElementById","ReactDOM","_unmount","unmountComponentAtNode","init","uninit","MAX_PLACEABLES","entryIdentifierRe","identifierRe","functionIdentifierRe","RuntimeParser","getResource","string","_source","_index","_length","entries","errors","skipWS","getEntry","e","SyntaxError","skipToNextEntryStart","error","ch","skipComment","skipSection","getMessage","skipInlineWS","getVariantName","getEntryIdentifier","getPattern","startsWith","attrs","lineStart","getAttributes","skipBlankLines","ptr","getIdentifier","re","lastIndex","exec","toString","start","cc","charCodeAt","slice","getString","substring","eol","indexOf","firstLineContent","getComplexPattern","buffer","placeables","blankLinesStart","blankLinesEnd","ch2","getPlaceable","variants","getVariants","exp","vars","def","selector","getSelectorExpression","literal","getLiteral","getVariantKey","args","getCallArgs","test","fun","isArray","lastIndexOf","getNumber","num","defaultIndex","cc0","cc1","parse","parser","FluentType","opts","valueOf","FluentNone","FluentNumber","parseFloat","ctx","nf","_memoizeIntlObject","Intl","NumberFormat","format","match","other","FluentDateTime","Date","dtf","DateTimeFormat","FluentSymbol","pr","PluralRules","select","arg","merge","argopts","unwrapped","opt","MAX_PLACEABLE_LENGTH","FSI","PDI","DefaultMember","env","members","RangeError","MessageReference","_terms","get","_messages","err","ReferenceError","VariantExpression","keyword","Type","isVariantList","node","variant","variantKey","AttributeExpression","attrName","SelectExpression","keyCanMatch","expr","Pattern","ExternalArgument","FunctionReference","CallExpression","attr","member","undefined","hasOwnProperty","TypeError","_functions","func","builtins","callee","posargs","keyargs","ptn","dirty","useIsolating","_useIsolating","elem","part","delete","join","resolve","WeakSet","locales","functions","_intls","WeakMap","messages","Symbol","iterator","hasMessage","ctor","cache","JSON","stringify","CachedIterable","iterable","asyncIterator","seen","cur","next","touchNext","done","mapContextSync","ids","getContextForId","context","remainingCount","foundContexts","fill","mapContextAsync","nonBlank","line","countIndent","indent","ftl","strings","code","lines","split","indents","common","Math","min","RegExp","replace","MERGE_STORE_ACTION","EARLY_QUEUED_ACTIONS","SAVE_SESSION_PERF_DATA","PAGE_PRERENDERED","mergeStateReducer","mainReducer","messageMiddleware","store","au","rehydrationMiddleware","_didRehydrate","isMergeStoreAction","isRehydrationRequest","NEW_TAB_STATE_REQUEST","_didRequestInitialState","queueEarlyMessageMiddleware","_receivedFromMain","_earlyActionQueue","initStore","reducers","initialState","createStore","combineReducers","applyMiddleware","msg","dispatch","ex","dump","stack","ErrorBoundaryFallback","windowObj","window","onClick","reload","defaultClass","ErrorBoundary","hasError","componentDidCatch","info","children","FallbackComponent","_OpenInPrivateWindow","icon","OPEN_PRIVATE_WINDOW","referrer","userEvent","GetPlatformString","platform","LinkMenuOptions","Separator","EmptyItem","RemoveBookmark","DELETE_BOOKMARK_BY_ID","AddBookmark","BOOKMARK_URL","OpenInNewWindow","OPEN_NEW_WINDOW","typedBonus","BlockUrl","eventSource","BLOCK_URL","impression","block","tiles","guid","pos","WebExtDismiss","string_id","WEBEXT_DISMISS","action_position","DeleteUrl","isEnabled","siteInfo","onConfirm","forceBlock","body_string_id","confirm_button_string_id","cancel_button_string_id","ShowFile","SHOW_DOWNLOAD_FILE","OpenFile","OPEN_DOWNLOAD_FILE","CopyDownloadLink","COPY_DOWNLOAD_LINK","GoToDownloadPage","OPEN_LINK","disabled","RemoveDownload","REMOVE_DOWNLOAD_FILE","PinTopSite","TOP_SITES_PIN","UnpinTopSite","TOP_SITES_UNPIN","SaveToPocket","SAVE_TO_POCKET","pocket","DeleteFromPocket","ArchiveFromPocket","EditTopSite","CheckBookmark","CheckPinTopSite","CheckSavedToPocket","CheckBookmarkOrArchive","OpenInPrivateWindow","DEFAULT_SITE_MENU_OPTIONS","_LinkMenu","getOptions","isPrivateBrowsingEnabled","propOptions","isDefault","option","label","intl","formatMessage","userEventData","shouldSendImpressionStats","first","last","onUpdate","getState","LinkMenu","connect","injectIntl","ContextMenu","hideContext","componentDidMount","setTimeout","addEventListener","removeEventListener","stopPropagation","ContextMenuItem","onKeyDown","shiftKey","ScreenshotUtils","isBlob","isLocal","image","path","createLocalImageObject","remoteImage","createObjectURL","maybeRevokeBlobObjectURL","localImage","revokeObjectURL","isRemoteImageLocal","VISIBLE","VISIBILITY_CHANGE_EVENT","getFormattedMessage","Disclaimer","onAcknowledge","disclaimerPref","disclaimer","button","DisclaimerIntl","_CollapsibleSection","onBodyMount","onHeaderClick","onTransitionEnd","enableOrDisableAnimation","onMenuButtonClick","onMenuButtonMouseEnter","onMenuButtonMouseLeave","onMenuUpdate","enableAnimation","isAnimating","menuButtonHover","showContextMenu","componentWillUpdate","collapsed","sectionBody","scrollHeight","visibilityState","maxHeight","SectionMenuOptions","CheckCollapsed","currentTarget","renderIcon","backgroundImage","preventDefault","isCollapsible","extraMenuOptions","showPrefName","privacyNoticeURL","isFirst","isLast","isWebExtension","needsDisclaimer","active","CollapsibleSection","MoveUp","SECTION_MOVE","direction","MoveDown","RemoveSection","CollapseSection","UPDATE_SECTION_PREFS","ExpandSection","ManageSection","SETTINGS_OPEN","ManageWebExtension","OPEN_WEBEXT_SETTINGS","AddTopSite","PrivacyNotice","RECORDED_SECTIONS","ComponentPerfTimer","Component","perfSvc","_sendBadStateEvent","_sendPaintedEvent","_reportMissingData","_timestampHandled","_recordedFirstRender","_maybeSendPaintedEvent","componentDidUpdate","_afterFramePaint","callback","requestAnimationFrame","_maybeSendBadStateEvent","_ensureFirstRenderTsRecorded","mark","dataReadyKey","firstRenderKey","parseInt","getMostRecentAbsMarkStartByName","ChromeUtils","import","usablePerfObj","Services","appShell","hiddenDOMWindow","performance","now","_PerfService","performanceObj","_perf","prototype","str","getEntriesByName","timeOrigin","absNow","mostRecentEntry","startTime","TopSiteLink","screenshotImage","onDragEvent","_allowDrop","dataTransfer","types","dragged","effectAllowed","setData","blur","getNextStateFromProps","imageInState","nextState","componentWillReceiveProps","defaultStyle","isDraggable","topSiteOuterClassName","isDragged","tippyTopIcon","faviconSize","letterFallback","imageClassName","imageStyle","showSmallFavicon","smallFaviconStyle","smallFaviconFallback","hasScreenshotImage","customScreenshotURL","backgroundColor","favicon","draggableProps","onDragEnd","onDragStart","onMouseDown","TopSite","onLinkClick","_getTelemetryInfo","icon_type","iconType","card_type","altKey","ctrlKey","metaKey","onActivate","isContextMenuOpen","activeIndex","hostname","TopSitePlaceholder","onEditButtonClick","_TopSiteList","DEFAULT_STATE","draggedIndex","draggedSite","draggedTitle","topSitesPreview","prevTopSites","newTopSites","dropped","_makeTopSitesPreview","TOP_SITES_INSERT","draggedFromIndex","_getTopSites","topSites","TopSitesRows","pinnedOnly","unpinned","siteToInsert","holeIndex","indexStep","shiftingStep","nextIndex","shift","topSitesUI","commonProps","maxNarrowVisibleIndex","l","topSiteIconType","slotProps","TopSiteList","gActivityStreamPrerenderedState","sendEventOrAddListener","hydrate","documentElement","lang","gActivityStreamStrings","addSnippetsSubscriber","DATABASE_NAME","DATABASE_VERSION","SNIPPETS_OBJECTSTORE_NAME","SNIPPETS_UPDATE_INTERVAL_MS","SNIPPETS_ENABLED_EVENT","SNIPPETS_DISABLED_EVENT","SnippetsMap","_db","_dispatch","_dbTransaction","db","put","clear","blockSnippetById","SNIPPETS_BLOCKLIST_UPDATED","disableOnboarding","DISABLE_ONBOARDING","showFirefoxAccounts","SHOW_FIREFOX_ACCOUNTS","getTotalBookmarksCount","Promise","TOTAL_BOOKMARKS_REQUEST","onMessage","TOTAL_BOOKMARKS_RESPONSE","getAddonsInfo","ADDONS_INFO_REQUEST","ADDONS_INFO_RESPONSE","_openDB","_restoreFromDb","modifier","reject","transaction","objectStore","onsuccess","onerror","openRequest","indexedDB","open","deleteDatabase","onupgradeneeded","objectStoreNames","contains","createObjectStore","onversionchange","versionChangeEvent","close","cursorRequest","openCursor","cursor","continue","SnippetsProvider","gSnippetsMap","_onAction","snippetsMap","_refreshSnippets","cachedVersion","appData","lastUpdate","needsUpdate","snippetsURL","response","fetch","status","_noSnippetFallback","_forceOnboardingVisibility","shouldBeVisible","onboardingEl","style","display","_showRemoteSnippets","snippetsEl","elementId","innerHTML","scriptEl","getElementsByTagName","relocatedScript","createElement","parentNode","replaceChild","dispatchEvent","Event","snippets","asrouterContent","initializing","subscribe","isASRouterEnabled","asrouterExperimentEnabled","asrouterOnboardingCohort","disableSnippets","contexts","subs","comp","unsubscribe","setMessages","relocalize","getMessageContext","formatCompound","mcx","fallback","isReactLocalization","propName","prop","l10n","getChildContext","Children","only","LocalizationProvider","childContextTypes","propTypes","PropTypes","element","isRequired","isIterable","componentName","withLocalization","Inner","WithLocalization","forceUpdate","displayName","contextTypes","component","TEMPLATE","parseMarkup","omittedCloseTags","area","base","col","embed","hr","img","input","keygen","param","track","wbr","voidElementTags","menuitem","reMarkup","toArguments","elems","propname","propval","substr","isValidElement","toLowerCase","messageValue","messageAttrs","localizedProps","cloneElement","translationNodes","childNodes","translatedChildren","childNode","nodeType","TEXT_NODE","textContent","localName","sourceChild","Localized","ImpressionsWrapper","sendImpressionOrAddListener","_onVisibilityChange","sendOnMount","body","classList","remove","button_label","onDoneButton","UISurface","onAction","ALLOWED_STYLE_TAGS","Button","tag","border","onBlockClicked","onBlock","containerClassName","DEFAULT_ICON_PATH","onButtonClick","renderTitle","renderTitleIcon","titleIcon","title_icon","renderButton","button_url","button_color","button_background_color","hasLink","button_type","hasButton","tall","richText","PrefsButton","addLocaleDataForReactIntl","locale","addLocaleData","parentLocale","_Base","updateTheme","sendNewTabRehydrated","isPrerendered","bodyClassName","isFirstrun","v","renderNotified","NEW_TAB_REHYDRATED","prefs","hash","BaseContent","openPreferences","shouldBeFixedToTop","PrerenderData","arePrefsValid","outerClassName","showSearch","migrationExpired","Base","ASRouterAdmin","findOtherBundledMessagesOfSameTemplate","bundled","handleBlock","handleUnblock","handleOverride","renderMessageItem","isCurrent","lastMessageId","isBlocked","itemClassName","renderMessages","renderProviders","providers","_ConfirmDialog","_handleCancelBtn","_handleConfirmBtn","_renderModalMessage","message_body","ConfirmDialog","_ManualMigration","onLaunchTour","onCancelTour","MIGRATION_START","MIGRATION_CANCEL","ManualMigration","_PrerenderData","initialPrefs","initialSections","_setValidation","validation","_validation","invalidatingPrefs","_invalidatingPrefs","oneOf","getPref","indexedDBPrefs","some","anyModifiedPrefs","prefName","order","_Search","onInputMount","handleEvent","detail","gContentSearchController","search","healthReportKey","IS_NEWTAB","searchSource","ContentSearchUIController","Search","documentURI","CARDS_PER_ROW_DEFAULT","CARDS_PER_ROW_COMPACT_WIDE","Section","numRows","rowsPref","maxRows","_dispatchImpressionStats","cardsPerRow","compactCards","matchMedia","matches","maxCards","cards","needsImpressionStats","impressionCardGuids","sendImpressionStatsOrAddListener","isCollapsed","wasCollapsed","emptyState","contextMenuOptions","maxCardsPerRow","maxCardsOnNarrow","shouldShowTopics","topics","realRows","shouldShowEmptyState","sectionClassName","feed","padding","read_more_endpoint","SectionIntl","_Sections","renderSections","sections","enabledSections","sectionOrder","showTopSites","expectedCount","sectionId","cardContextTypes","history","intlID","bookmark","trending","download","gImageLoading","activeCard","imageLoaded","cardImage","maybeLoadImage","imageUrl","loaderPromise","loader","Image","src","catch","then","WEBEXT_CLICK","click","_Card","hasImage","placeholder","description","Card","PlaceholderCard","DEFAULT_SECTION_MENU_OPTIONS","WEBEXT_SECTION_MENU_OPTIONS","_SectionMenu","extraOptions","SectionMenu","Topic","Topics","t","faviconRef","countTopSitesIconsTypes","countTopSitesTypes","_TopSites","onFormClose","_dispatchTopSitesStats","_getVisibleTopSites","topSitesIconsStats","topSitesPinned","topsites_icon_stats","topsites_pinned","sitesPerRow","topSitesRows","validationError","onChange","onMount","shouldFocus","focus","ev","showClearButton","onClear","typeUrl","titleId","loading","placeholderId","errorMessageId","TopSiteFormInput","customScreenshotUrl","showCustomScreenshotForm","onClearScreenshotInput","onLabelChange","onUrlChange","onCancelButtonClick","onClearUrlClick","onDoneButtonClick","onCustomScreenshotUrlChange","onPreviewButtonClick","onEnableScreenshotUrlForm","validateUrl","_updateCustomScreenshotInput","onClose","validateForm","cleanUrl","_tryParseUrl","validProtocols","urlObj","validateCustomScreenshotUrl","validate","_renderCustomScreenshotInput","requestFailed","isLoading","showAsAdd","previous","changed","previewMode","previewLink","TopSiteForm","_StartupOverlay","onInputChange","onSubmit","clickSkip","initScene","removeOverlay","emailInput","show","termsLink","privacyLink","terms","privacy","StartupOverlay","DetectUserSessionStart","_store","_perfService","perfService","_sendEvent","visibility_event_rcvd_ts"],"mappings":"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","file":"activity-stream.bundle.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 23);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap ec83f25dc737e480005f","module.exports = React;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"React\"\n// module id = 0\n// module chunks = 0","/* This Source Code Form is subject to the terms of the Mozilla Public\n * License, v. 2.0. If a copy of the MPL was not distributed with this\n * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\n\"use strict\";\n\nthis.MAIN_MESSAGE_TYPE = \"ActivityStream:Main\";\nthis.CONTENT_MESSAGE_TYPE = \"ActivityStream:Content\";\nthis.PRELOAD_MESSAGE_TYPE = \"ActivityStream:PreloadedBrowser\";\nthis.UI_CODE = 1;\nthis.BACKGROUND_PROCESS = 2;\n\n/**\n * globalImportContext - Are we in UI code (i.e. react, a dom) or some kind of background process?\n *                       Use this in action creators if you need different logic\n *                       for ui/background processes.\n */\nconst globalImportContext = typeof Window === \"undefined\" ? BACKGROUND_PROCESS : UI_CODE;\n// Export for tests\nthis.globalImportContext = globalImportContext;\n\n// Create an object that avoids accidental differing key/value pairs:\n// {\n//   INIT: \"INIT\",\n//   UNINIT: \"UNINIT\"\n// }\nconst actionTypes = {};\nfor (const type of [\n  \"ADDONS_INFO_REQUEST\",\n  \"ADDONS_INFO_RESPONSE\",\n  \"ARCHIVE_FROM_POCKET\",\n  \"AS_ROUTER_TELEMETRY_USER_EVENT\",\n  \"BLOCK_URL\",\n  \"BOOKMARK_URL\",\n  \"COPY_DOWNLOAD_LINK\",\n  \"DELETE_BOOKMARK_BY_ID\",\n  \"DELETE_FROM_POCKET\",\n  \"DELETE_HISTORY_URL\",\n  \"DIALOG_CANCEL\",\n  \"DIALOG_OPEN\",\n  \"DISABLE_ONBOARDING\",\n  \"DOWNLOAD_CHANGED\",\n  \"INIT\",\n  \"MIGRATION_CANCEL\",\n  \"MIGRATION_COMPLETED\",\n  \"MIGRATION_START\",\n  \"NEW_TAB_INIT\",\n  \"NEW_TAB_INITIAL_STATE\",\n  \"NEW_TAB_LOAD\",\n  \"NEW_TAB_REHYDRATED\",\n  \"NEW_TAB_STATE_REQUEST\",\n  \"NEW_TAB_UNLOAD\",\n  \"OPEN_DOWNLOAD_FILE\",\n  \"OPEN_LINK\",\n  \"OPEN_NEW_WINDOW\",\n  \"OPEN_PRIVATE_WINDOW\",\n  \"OPEN_WEBEXT_SETTINGS\",\n  \"PAGE_PRERENDERED\",\n  \"PLACES_BOOKMARK_ADDED\",\n  \"PLACES_BOOKMARK_REMOVED\",\n  \"PLACES_HISTORY_CLEARED\",\n  \"PLACES_LINKS_CHANGED\",\n  \"PLACES_LINK_BLOCKED\",\n  \"PLACES_LINK_DELETED\",\n  \"PLACES_SAVED_TO_POCKET\",\n  \"PREFS_INITIAL_VALUES\",\n  \"PREF_CHANGED\",\n  \"PREVIEW_REQUEST\",\n  \"PREVIEW_REQUEST_CANCEL\",\n  \"PREVIEW_RESPONSE\",\n  \"REMOVE_DOWNLOAD_FILE\",\n  \"RICH_ICON_MISSING\",\n  \"SAVE_SESSION_PERF_DATA\",\n  \"SAVE_TO_POCKET\",\n  \"SCREENSHOT_UPDATED\",\n  \"SECTION_DEREGISTER\",\n  \"SECTION_DISABLE\",\n  \"SECTION_ENABLE\",\n  \"SECTION_MOVE\",\n  \"SECTION_OPTIONS_CHANGED\",\n  \"SECTION_REGISTER\",\n  \"SECTION_UPDATE\",\n  \"SECTION_UPDATE_CARD\",\n  \"SETTINGS_CLOSE\",\n  \"SETTINGS_OPEN\",\n  \"SET_PREF\",\n  \"SHOW_DOWNLOAD_FILE\",\n  \"SHOW_FIREFOX_ACCOUNTS\",\n  \"SKIPPED_SIGNIN\",\n  \"SNIPPETS_BLOCKLIST_CLEARED\",\n  \"SNIPPETS_BLOCKLIST_UPDATED\",\n  \"SNIPPETS_DATA\",\n  \"SNIPPETS_RESET\",\n  \"SNIPPET_BLOCKED\",\n  \"SUBMIT_EMAIL\",\n  \"SYSTEM_TICK\",\n  \"TELEMETRY_IMPRESSION_STATS\",\n  \"TELEMETRY_PERFORMANCE_EVENT\",\n  \"TELEMETRY_UNDESIRED_EVENT\",\n  \"TELEMETRY_USER_EVENT\",\n  \"THEME_UPDATE\",\n  \"TOP_SITES_CANCEL_EDIT\",\n  \"TOP_SITES_EDIT\",\n  \"TOP_SITES_INSERT\",\n  \"TOP_SITES_PIN\",\n  \"TOP_SITES_PREFS_UPDATED\",\n  \"TOP_SITES_UNPIN\",\n  \"TOP_SITES_UPDATED\",\n  \"TOTAL_BOOKMARKS_REQUEST\",\n  \"TOTAL_BOOKMARKS_RESPONSE\",\n  \"UNINIT\",\n  \"UPDATE_SECTION_PREFS\",\n  \"WEBEXT_CLICK\",\n  \"WEBEXT_DISMISS\"\n]) {\n  actionTypes[type] = type;\n}\n\n// These are acceptable actions for AS Router messages to have. They can show up\n// as call-to-action buttons in snippets, onboarding tour, etc.\nconst ASRouterActions = {};\nfor (const type of [\n  \"OPEN_PRIVATE_BROWSER_WINDOW\",\n  \"OPEN_URL\",\n  \"OPEN_ABOUT_PAGE\"\n]) {\n  ASRouterActions[type] = type;\n}\n\n// Helper function for creating routed actions between content and main\n// Not intended to be used by consumers\nfunction _RouteMessage(action, options) {\n  const meta = action.meta ? {...action.meta} : {};\n  if (!options || !options.from || !options.to) {\n    throw new Error(\"Routed Messages must have options as the second parameter, and must at least include a .from and .to property.\");\n  }\n  // For each of these fields, if they are passed as an option,\n  // add them to the action. If they are not defined, remove them.\n  [\"from\", \"to\", \"toTarget\", \"fromTarget\", \"skipMain\", \"skipLocal\"].forEach(o => {\n    if (typeof options[o] !== \"undefined\") {\n      meta[o] = options[o];\n    } else if (meta[o]) {\n      delete meta[o];\n    }\n  });\n  return {...action, meta};\n}\n\n/**\n * AlsoToMain - Creates a message that will be dispatched locally and also sent to the Main process.\n *\n * @param  {object} action Any redux action (required)\n * @param  {object} options\n * @param  {bool}   skipLocal Used by OnlyToMain to skip the main reducer\n * @param  {string} fromTarget The id of the content port from which the action originated. (optional)\n * @return {object} An action with added .meta properties\n */\nfunction AlsoToMain(action, fromTarget, skipLocal) {\n  return _RouteMessage(action, {\n    from: CONTENT_MESSAGE_TYPE,\n    to: MAIN_MESSAGE_TYPE,\n    fromTarget,\n    skipLocal\n  });\n}\n\n/**\n * OnlyToMain - Creates a message that will be sent to the Main process and skip the local reducer.\n *\n * @param  {object} action Any redux action (required)\n * @param  {object} options\n * @param  {string} fromTarget The id of the content port from which the action originated. (optional)\n * @return {object} An action with added .meta properties\n */\nfunction OnlyToMain(action, fromTarget) {\n  return AlsoToMain(action, fromTarget, true);\n}\n\n/**\n * BroadcastToContent - Creates a message that will be dispatched to main and sent to ALL content processes.\n *\n * @param  {object} action Any redux action (required)\n * @return {object} An action with added .meta properties\n */\nfunction BroadcastToContent(action) {\n  return _RouteMessage(action, {\n    from: MAIN_MESSAGE_TYPE,\n    to: CONTENT_MESSAGE_TYPE\n  });\n}\n\n/**\n * AlsoToOneContent - Creates a message that will be will be dispatched to the main store\n *                    and also sent to a particular Content process.\n *\n * @param  {object} action Any redux action (required)\n * @param  {string} target The id of a content port\n * @param  {bool} skipMain Used by OnlyToOneContent to skip the main process\n * @return {object} An action with added .meta properties\n */\nfunction AlsoToOneContent(action, target, skipMain) {\n  if (!target) {\n    throw new Error(\"You must provide a target ID as the second parameter of AlsoToOneContent. If you want to send to all content processes, use BroadcastToContent\");\n  }\n  return _RouteMessage(action, {\n    from: MAIN_MESSAGE_TYPE,\n    to: CONTENT_MESSAGE_TYPE,\n    toTarget: target,\n    skipMain\n  });\n}\n\n/**\n * OnlyToOneContent - Creates a message that will be sent to a particular Content process\n *                    and skip the main reducer.\n *\n * @param  {object} action Any redux action (required)\n * @param  {string} target The id of a content port\n * @return {object} An action with added .meta properties\n */\nfunction OnlyToOneContent(action, target) {\n  return AlsoToOneContent(action, target, true);\n}\n\n/**\n * AlsoToPreloaded - Creates a message that dispatched to the main reducer and also sent to the preloaded tab.\n *\n * @param  {object} action Any redux action (required)\n * @return {object} An action with added .meta properties\n */\nfunction AlsoToPreloaded(action) {\n  return _RouteMessage(action, {\n    from: MAIN_MESSAGE_TYPE,\n    to: PRELOAD_MESSAGE_TYPE\n  });\n}\n\n/**\n * UserEvent - A telemetry ping indicating a user action. This should only\n *                   be sent from the UI during a user session.\n *\n * @param  {object} data Fields to include in the ping (source, etc.)\n * @return {object} An AlsoToMain action\n */\nfunction UserEvent(data) {\n  return AlsoToMain({\n    type: actionTypes.TELEMETRY_USER_EVENT,\n    data\n  });\n}\n\n/**\n * ASRouterUserEvent - A telemetry ping indicating a user action from AS router. This should only\n *                     be sent from the UI during a user session.\n *\n * @param  {object} data Fields to include in the ping (source, etc.)\n * @return {object} An AlsoToMain action\n */\nfunction ASRouterUserEvent(data) {\n  return AlsoToMain({\n    type: actionTypes.AS_ROUTER_TELEMETRY_USER_EVENT,\n    data\n  });\n}\n\n/**\n * UndesiredEvent - A telemetry ping indicating an undesired state.\n *\n * @param  {object} data Fields to include in the ping (value, etc.)\n * @param  {int} importContext (For testing) Override the import context for testing.\n * @return {object} An action. For UI code, a AlsoToMain action.\n */\nfunction UndesiredEvent(data, importContext = globalImportContext) {\n  const action = {\n    type: actionTypes.TELEMETRY_UNDESIRED_EVENT,\n    data\n  };\n  return importContext === UI_CODE ? AlsoToMain(action) : action;\n}\n\n/**\n * PerfEvent - A telemetry ping indicating a performance-related event.\n *\n * @param  {object} data Fields to include in the ping (value, etc.)\n * @param  {int} importContext (For testing) Override the import context for testing.\n * @return {object} An action. For UI code, a AlsoToMain action.\n */\nfunction PerfEvent(data, importContext = globalImportContext) {\n  const action = {\n    type: actionTypes.TELEMETRY_PERFORMANCE_EVENT,\n    data\n  };\n  return importContext === UI_CODE ? AlsoToMain(action) : action;\n}\n\n/**\n * ImpressionStats - A telemetry ping indicating an impression stats.\n *\n * @param  {object} data Fields to include in the ping\n * @param  {int} importContext (For testing) Override the import context for testing.\n * #return {object} An action. For UI code, a AlsoToMain action.\n */\nfunction ImpressionStats(data, importContext = globalImportContext) {\n  const action = {\n    type: actionTypes.TELEMETRY_IMPRESSION_STATS,\n    data\n  };\n  return importContext === UI_CODE ? AlsoToMain(action) : action;\n}\n\nfunction SetPref(name, value, importContext = globalImportContext) {\n  const action = {type: actionTypes.SET_PREF, data: {name, value}};\n  return importContext === UI_CODE ? AlsoToMain(action) : action;\n}\n\nfunction WebExtEvent(type, data, importContext = globalImportContext) {\n  if (!data || !data.source) {\n    throw new Error(\"WebExtEvent actions should include a property \\\"source\\\", the id of the webextension that should receive the event.\");\n  }\n  const action = {type, data};\n  return importContext === UI_CODE ? AlsoToMain(action) : action;\n}\n\nthis.actionTypes = actionTypes;\nthis.ASRouterActions = ASRouterActions;\n\nthis.actionCreators = {\n  BroadcastToContent,\n  UserEvent,\n  ASRouterUserEvent,\n  UndesiredEvent,\n  PerfEvent,\n  ImpressionStats,\n  AlsoToOneContent,\n  OnlyToOneContent,\n  AlsoToMain,\n  OnlyToMain,\n  AlsoToPreloaded,\n  SetPref,\n  WebExtEvent\n};\n\n// These are helpers to test for certain kinds of actions\nthis.actionUtils = {\n  isSendToMain(action) {\n    if (!action.meta) {\n      return false;\n    }\n    return action.meta.to === MAIN_MESSAGE_TYPE && action.meta.from === CONTENT_MESSAGE_TYPE;\n  },\n  isBroadcastToContent(action) {\n    if (!action.meta) {\n      return false;\n    }\n    if (action.meta.to === CONTENT_MESSAGE_TYPE && !action.meta.toTarget) {\n      return true;\n    }\n    return false;\n  },\n  isSendToOneContent(action) {\n    if (!action.meta) {\n      return false;\n    }\n    if (action.meta.to === CONTENT_MESSAGE_TYPE && action.meta.toTarget) {\n      return true;\n    }\n    return false;\n  },\n  isSendToPreloaded(action) {\n    if (!action.meta) {\n      return false;\n    }\n    return action.meta.to === PRELOAD_MESSAGE_TYPE &&\n      action.meta.from === MAIN_MESSAGE_TYPE;\n  },\n  isFromMain(action) {\n    if (!action.meta) {\n      return false;\n    }\n    return action.meta.from === MAIN_MESSAGE_TYPE &&\n      action.meta.to === CONTENT_MESSAGE_TYPE;\n  },\n  getPortIdOfSender(action) {\n    return (action.meta && action.meta.fromTarget) || null;\n  },\n  _RouteMessage\n};\n\nconst EXPORTED_SYMBOLS = [\n  \"actionTypes\",\n  \"actionCreators\",\n  \"actionUtils\",\n  \"ASRouterActions\",\n  \"globalImportContext\",\n  \"UI_CODE\",\n  \"BACKGROUND_PROCESS\",\n  \"MAIN_MESSAGE_TYPE\",\n  \"CONTENT_MESSAGE_TYPE\",\n  \"PRELOAD_MESSAGE_TYPE\"\n];\n\n\n\n// WEBPACK FOOTER //\n// ./common/Actions.jsm","module.exports = ReactIntl;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"ReactIntl\"\n// module id = 2\n// module chunks = 0","var g;\r\n\r\n// This works in non-strict mode\r\ng = (function() {\r\n\treturn this;\r\n})();\r\n\r\ntry {\r\n\t// This works if eval is allowed (see CSP)\r\n\tg = g || Function(\"return this\")() || (1,eval)(\"this\");\r\n} catch(e) {\r\n\t// This works if the window reference is available\r\n\tif(typeof window === \"object\")\r\n\t\tg = window;\r\n}\r\n\r\n// g can still be undefined, but nothing to do about it...\r\n// We return undefined, instead of nothing here, so it's\r\n// easier to handle this case. if(!global) { ...}\r\n\r\nmodule.exports = g;\r\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// (webpack)/buildin/global.js\n// module id = 3\n// module chunks = 0","module.exports = ReactRedux;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"ReactRedux\"\n// module id = 4\n// module chunks = 0","export function safeURI(url) {\n  if (!url) {\n    return \"\";\n  }\n  const {protocol} = new URL(url);\n  const isAllowed = [\n    \"http:\",\n    \"https:\",\n    \"data:\",\n    \"resource:\",\n    \"chrome:\"\n  ].includes(protocol);\n  if (!isAllowed) {\n    console.warn(`The protocol ${protocol} is not allowed for template URLs.`); // eslint-disable-line no-console\n  }\n  return isAllowed ? url : \"\";\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/template-utils.js","export const TOP_SITES_SOURCE = \"TOP_SITES\";\nexport const TOP_SITES_CONTEXT_MENU_OPTIONS = [\"CheckPinTopSite\", \"EditTopSite\", \"Separator\",\n  \"OpenInNewWindow\", \"OpenInPrivateWindow\", \"Separator\", \"BlockUrl\", \"DeleteUrl\"];\n// minimum size necessary to show a rich icon instead of a screenshot\nexport const MIN_RICH_FAVICON_SIZE = 96;\n// minimum size necessary to show any icon in the top left corner with a screenshot\nexport const MIN_CORNER_FAVICON_SIZE = 16;\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/TopSites/TopSitesConstants.js","this.Dedupe = class Dedupe {\n  constructor(createKey) {\n    this.createKey = createKey || this.defaultCreateKey;\n  }\n\n  defaultCreateKey(item) {\n    return item;\n  }\n\n  /**\n   * Dedupe any number of grouped elements favoring those from earlier groups.\n   *\n   * @param {Array} groups Contains an arbitrary number of arrays of elements.\n   * @returns {Array} A matching array of each provided group deduped.\n   */\n  group(...groups) {\n    const globalKeys = new Set();\n    const result = [];\n    for (const values of groups) {\n      const valueMap = new Map();\n      for (const value of values) {\n        const key = this.createKey(value);\n        if (!globalKeys.has(key) && !valueMap.has(key)) {\n          valueMap.set(key, value);\n        }\n      }\n      result.push(valueMap);\n      valueMap.forEach((value, key) => globalKeys.add(key));\n    }\n    return result.map(m => Array.from(m.values()));\n  }\n};\n\nconst EXPORTED_SYMBOLS = [\"Dedupe\"];\n\n\n\n// WEBPACK FOOTER //\n// ./common/Dedupe.jsm","/* This Source Code Form is subject to the terms of the Mozilla Public\n * License, v. 2.0. If a copy of the MPL was not distributed with this\n * file, You can obtain one at http://mozilla.org/MPL/2.0/. */\n\"use strict\";\n\nconst {actionTypes: at} = ChromeUtils.import(\"resource://activity-stream/common/Actions.jsm\", {});\nconst {Dedupe} = ChromeUtils.import(\"resource://activity-stream/common/Dedupe.jsm\", {});\n\nconst TOP_SITES_DEFAULT_ROWS = 1;\nconst TOP_SITES_MAX_SITES_PER_ROW = 8;\n\nconst dedupe = new Dedupe(site => site && site.url);\n\nconst INITIAL_STATE = {\n  App: {\n    // Have we received real data from the app yet?\n    initialized: false,\n    // The version of the system-addon\n    version: null\n  },\n  Snippets: {initialized: false},\n  TopSites: {\n    // Have we received real data from history yet?\n    initialized: false,\n    // The history (and possibly default) links\n    rows: [],\n    // Used in content only to dispatch action to TopSiteForm.\n    editForm: null\n  },\n  Prefs: {\n    initialized: false,\n    values: {}\n  },\n  Theme: {className: \"\"},\n  Dialog: {\n    visible: false,\n    data: {}\n  },\n  Sections: []\n};\n\nfunction App(prevState = INITIAL_STATE.App, action) {\n  switch (action.type) {\n    case at.INIT:\n      return Object.assign({}, prevState, action.data || {}, {initialized: true});\n    default:\n      return prevState;\n  }\n}\n\n/**\n * insertPinned - Inserts pinned links in their specified slots\n *\n * @param {array} a list of links\n * @param {array} a list of pinned links\n * @return {array} resulting list of links with pinned links inserted\n */\nfunction insertPinned(links, pinned) {\n  // Remove any pinned links\n  const pinnedUrls = pinned.map(link => link && link.url);\n  let newLinks = links.filter(link => (link ? !pinnedUrls.includes(link.url) : false));\n  newLinks = newLinks.map(link => {\n    if (link && link.isPinned) {\n      delete link.isPinned;\n      delete link.pinIndex;\n    }\n    return link;\n  });\n\n  // Then insert them in their specified location\n  pinned.forEach((val, index) => {\n    if (!val) { return; }\n    let link = Object.assign({}, val, {isPinned: true, pinIndex: index});\n    if (index > newLinks.length) {\n      newLinks[index] = link;\n    } else {\n      newLinks.splice(index, 0, link);\n    }\n  });\n\n  return newLinks;\n}\n\nfunction TopSites(prevState = INITIAL_STATE.TopSites, action) {\n  let hasMatch;\n  let newRows;\n  switch (action.type) {\n    case at.TOP_SITES_UPDATED:\n      if (!action.data || !action.data.links) {\n        return prevState;\n      }\n      return Object.assign({}, prevState, {initialized: true, rows: action.data.links}, action.data.pref ? {pref: action.data.pref} : {});\n    case at.TOP_SITES_PREFS_UPDATED:\n      return Object.assign({}, prevState, {pref: action.data.pref});\n    case at.TOP_SITES_EDIT:\n      return Object.assign({}, prevState, {\n        editForm: {\n          index: action.data.index,\n          previewResponse: null\n        }\n      });\n    case at.TOP_SITES_CANCEL_EDIT:\n      return Object.assign({}, prevState, {editForm: null});\n    case at.PREVIEW_RESPONSE:\n      if (!prevState.editForm || action.data.url !== prevState.editForm.previewUrl) {\n        return prevState;\n      }\n      return Object.assign({}, prevState, {\n        editForm: {\n          index: prevState.editForm.index,\n          previewResponse: action.data.preview,\n          previewUrl: action.data.url\n        }\n      });\n    case at.PREVIEW_REQUEST:\n      if (!prevState.editForm) {\n        return prevState;\n      }\n      return Object.assign({}, prevState, {\n        editForm: {\n          index: prevState.editForm.index,\n          previewResponse: null,\n          previewUrl: action.data.url\n        }\n      });\n    case at.PREVIEW_REQUEST_CANCEL:\n      if (!prevState.editForm) {\n        return prevState;\n      }\n      return Object.assign({}, prevState, {\n        editForm: {\n          index: prevState.editForm.index,\n          previewResponse: null\n        }\n      });\n    case at.SCREENSHOT_UPDATED:\n      newRows = prevState.rows.map(row => {\n        if (row && row.url === action.data.url) {\n          hasMatch = true;\n          return Object.assign({}, row, {screenshot: action.data.screenshot});\n        }\n        return row;\n      });\n      return hasMatch ? Object.assign({}, prevState, {rows: newRows}) : prevState;\n    case at.PLACES_BOOKMARK_ADDED:\n      if (!action.data) {\n        return prevState;\n      }\n      newRows = prevState.rows.map(site => {\n        if (site && site.url === action.data.url) {\n          const {bookmarkGuid, bookmarkTitle, dateAdded} = action.data;\n          return Object.assign({}, site, {bookmarkGuid, bookmarkTitle, bookmarkDateCreated: dateAdded});\n        }\n        return site;\n      });\n      return Object.assign({}, prevState, {rows: newRows});\n    case at.PLACES_BOOKMARK_REMOVED:\n      if (!action.data) {\n        return prevState;\n      }\n      newRows = prevState.rows.map(site => {\n        if (site && site.url === action.data.url) {\n          const newSite = Object.assign({}, site);\n          delete newSite.bookmarkGuid;\n          delete newSite.bookmarkTitle;\n          delete newSite.bookmarkDateCreated;\n          return newSite;\n        }\n        return site;\n      });\n      return Object.assign({}, prevState, {rows: newRows});\n    case at.PLACES_LINK_DELETED:\n      if (!action.data) {\n        return prevState;\n      }\n      newRows = prevState.rows.filter(site => action.data.url !== site.url);\n      return Object.assign({}, prevState, {rows: newRows});\n    default:\n      return prevState;\n  }\n}\n\nfunction Dialog(prevState = INITIAL_STATE.Dialog, action) {\n  switch (action.type) {\n    case at.DIALOG_OPEN:\n      return Object.assign({}, prevState, {visible: true, data: action.data});\n    case at.DIALOG_CANCEL:\n      return Object.assign({}, prevState, {visible: false});\n    case at.DELETE_HISTORY_URL:\n      return Object.assign({}, INITIAL_STATE.Dialog);\n    default:\n      return prevState;\n  }\n}\n\nfunction Prefs(prevState = INITIAL_STATE.Prefs, action) {\n  let newValues;\n  switch (action.type) {\n    case at.PREFS_INITIAL_VALUES:\n      return Object.assign({}, prevState, {initialized: true, values: action.data});\n    case at.PREF_CHANGED:\n      newValues = Object.assign({}, prevState.values);\n      newValues[action.data.name] = action.data.value;\n      return Object.assign({}, prevState, {values: newValues});\n    default:\n      return prevState;\n  }\n}\n\nfunction Sections(prevState = INITIAL_STATE.Sections, action) {\n  let hasMatch;\n  let newState;\n  switch (action.type) {\n    case at.SECTION_DEREGISTER:\n      return prevState.filter(section => section.id !== action.data);\n    case at.SECTION_REGISTER:\n      // If section exists in prevState, update it\n      newState = prevState.map(section => {\n        if (section && section.id === action.data.id) {\n          hasMatch = true;\n          return Object.assign({}, section, action.data);\n        }\n        return section;\n      });\n      // Otherwise, append it\n      if (!hasMatch) {\n        const initialized = !!(action.data.rows && action.data.rows.length > 0);\n        const section = Object.assign({title: \"\", rows: [], enabled: false}, action.data, {initialized});\n        newState.push(section);\n      }\n      return newState;\n    case at.SECTION_UPDATE:\n      newState = prevState.map(section => {\n        if (section && section.id === action.data.id) {\n          // If the action is updating rows, we should consider initialized to be true.\n          // This can be overridden if initialized is defined in the action.data\n          const initialized = action.data.rows ? {initialized: true} : {};\n\n          // Make sure pinned cards stay at their current position when rows are updated.\n          // Disabling a section (SECTION_UPDATE with empty rows) does not retain pinned cards.\n          if (action.data.rows && action.data.rows.length > 0 && section.rows.find(card => card.pinned)) {\n            const rows = Array.from(action.data.rows);\n            section.rows.forEach((card, index) => {\n              if (card.pinned) {\n                rows.splice(index, 0, card);\n              }\n            });\n            return Object.assign({}, section, initialized, Object.assign({}, action.data, {rows}));\n          }\n\n          return Object.assign({}, section, initialized, action.data);\n        }\n        return section;\n      });\n\n      if (!action.data.dedupeConfigurations) {\n        return newState;\n      }\n\n      action.data.dedupeConfigurations.forEach(dedupeConf => {\n        newState = newState.map(section => {\n          if (section.id === dedupeConf.id) {\n            const dedupedRows = dedupeConf.dedupeFrom.reduce((rows, dedupeSectionId) => {\n              const dedupeSection = newState.find(s => s.id === dedupeSectionId);\n              const [, newRows] = dedupe.group(dedupeSection.rows, rows);\n              return newRows;\n            }, section.rows);\n\n            return Object.assign({}, section, {rows: dedupedRows});\n          }\n\n          return section;\n        });\n      });\n\n      return newState;\n    case at.SECTION_UPDATE_CARD:\n      return prevState.map(section => {\n        if (section && section.id === action.data.id && section.rows) {\n          const newRows = section.rows.map(card => {\n            if (card.url === action.data.url) {\n              return Object.assign({}, card, action.data.options);\n            }\n            return card;\n          });\n          return Object.assign({}, section, {rows: newRows});\n        }\n        return section;\n      });\n    case at.PLACES_BOOKMARK_ADDED:\n      if (!action.data) {\n        return prevState;\n      }\n      return prevState.map(section => Object.assign({}, section, {\n        rows: section.rows.map(item => {\n          // find the item within the rows that is attempted to be bookmarked\n          if (item.url === action.data.url) {\n            const {bookmarkGuid, bookmarkTitle, dateAdded} = action.data;\n            return Object.assign({}, item, {\n              bookmarkGuid,\n              bookmarkTitle,\n              bookmarkDateCreated: dateAdded,\n              type: \"bookmark\"\n            });\n          }\n          return item;\n        })\n      }));\n    case at.PLACES_SAVED_TO_POCKET:\n      if (!action.data) {\n        return prevState;\n      }\n      return prevState.map(section => Object.assign({}, section, {\n        rows: section.rows.map(item => {\n          if (item.url === action.data.url) {\n            return Object.assign({}, item, {\n              open_url: action.data.open_url,\n              pocket_id: action.data.pocket_id,\n              title: action.data.title,\n              type: \"pocket\"\n            });\n          }\n          return item;\n        })\n      }));\n    case at.PLACES_BOOKMARK_REMOVED:\n      if (!action.data) {\n        return prevState;\n      }\n      return prevState.map(section => Object.assign({}, section, {\n        rows: section.rows.map(item => {\n          // find the bookmark within the rows that is attempted to be removed\n          if (item.url === action.data.url) {\n            const newSite = Object.assign({}, item);\n            delete newSite.bookmarkGuid;\n            delete newSite.bookmarkTitle;\n            delete newSite.bookmarkDateCreated;\n            if (!newSite.type || newSite.type === \"bookmark\") {\n              newSite.type = \"history\";\n            }\n            return newSite;\n          }\n          return item;\n        })\n      }));\n    case at.PLACES_LINK_DELETED:\n    case at.PLACES_LINK_BLOCKED:\n      if (!action.data) {\n        return prevState;\n      }\n      return prevState.map(section =>\n        Object.assign({}, section, {rows: section.rows.filter(site => site.url !== action.data.url)}));\n    case at.DELETE_FROM_POCKET:\n    case at.ARCHIVE_FROM_POCKET:\n      return prevState.map(section =>\n        Object.assign({}, section, {rows: section.rows.filter(site => site.pocket_id !== action.data.pocket_id)}));\n    default:\n      return prevState;\n  }\n}\n\nfunction Snippets(prevState = INITIAL_STATE.Snippets, action) {\n  switch (action.type) {\n    case at.SNIPPETS_DATA:\n      return Object.assign({}, prevState, {initialized: true}, action.data);\n    case at.SNIPPET_BLOCKED:\n      return Object.assign({}, prevState, {blockList: prevState.blockList.concat(action.data)});\n    case at.SNIPPETS_BLOCKLIST_CLEARED:\n      return Object.assign({}, prevState, {blockList: []});\n    case at.SNIPPETS_RESET:\n      return INITIAL_STATE.Snippets;\n    default:\n      return prevState;\n  }\n}\n\nfunction Theme(prevState = INITIAL_STATE.Theme, action) {\n  switch (action.type) {\n    case at.THEME_UPDATE:\n      return Object.assign({}, prevState, action.data);\n    default:\n      return prevState;\n  }\n}\n\nthis.INITIAL_STATE = INITIAL_STATE;\nthis.TOP_SITES_DEFAULT_ROWS = TOP_SITES_DEFAULT_ROWS;\nthis.TOP_SITES_MAX_SITES_PER_ROW = TOP_SITES_MAX_SITES_PER_ROW;\n\nthis.reducers = {TopSites, App, Snippets, Prefs, Dialog, Sections, Theme};\n\nconst EXPORTED_SYMBOLS = [\"reducers\", \"INITIAL_STATE\", \"insertPinned\", \"TOP_SITES_DEFAULT_ROWS\", \"TOP_SITES_MAX_SITES_PER_ROW\"];\n\n\n\n// WEBPACK FOOTER //\n// ./common/Reducers.jsm","import {actionCreators as ac, ASRouterActions as ra} from \"common/Actions.jsm\";\nimport {LocalizationProvider, Localized} from \"fluent-react\";\nimport {OUTGOING_MESSAGE_NAME as AS_GENERAL_OUTGOING_MESSAGE_NAME} from \"content-src/lib/init-store\";\nimport {ImpressionsWrapper} from \"./components/ImpressionsWrapper/ImpressionsWrapper\";\nimport {MessageContext} from \"fluent\";\nimport {OnboardingMessage} from \"./templates/OnboardingMessage/OnboardingMessage\";\nimport React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport {safeURI} from \"./template-utils\";\nimport {SimpleSnippet} from \"./templates/SimpleSnippet/SimpleSnippet\";\n\nconst INCOMING_MESSAGE_NAME = \"ASRouter:parent-to-child\";\nconst OUTGOING_MESSAGE_NAME = \"ASRouter:child-to-parent\";\n\nexport const ASRouterUtils = {\n  addListener(listener) {\n    global.addMessageListener(INCOMING_MESSAGE_NAME, listener);\n  },\n  removeListener(listener) {\n    global.removeMessageListener(INCOMING_MESSAGE_NAME, listener);\n  },\n  sendMessage(action) {\n    global.sendAsyncMessage(OUTGOING_MESSAGE_NAME, action);\n  },\n  blockById(id) {\n    ASRouterUtils.sendMessage({type: \"BLOCK_MESSAGE_BY_ID\", data: {id}});\n  },\n  blockBundle(bundle) {\n    ASRouterUtils.sendMessage({type: \"BLOCK_BUNDLE\", data: {bundle}});\n  },\n  executeAction({button_action, button_action_params}) {\n    if (button_action in ra) {\n      ASRouterUtils.sendMessage({type: button_action, data: {button_action_params}});\n    }\n  },\n  unblockById(id) {\n    ASRouterUtils.sendMessage({type: \"UNBLOCK_MESSAGE_BY_ID\", data: {id}});\n  },\n  unblockBundle(bundle) {\n    ASRouterUtils.sendMessage({type: \"UNBLOCK_BUNDLE\", data: {bundle}});\n  },\n  getNextMessage() {\n    ASRouterUtils.sendMessage({type: \"GET_NEXT_MESSAGE\"});\n  },\n  overrideMessage(id) {\n    ASRouterUtils.sendMessage({type: \"OVERRIDE_MESSAGE\", data: {id}});\n  },\n  sendTelemetry(ping) {\n    const payload = ac.ASRouterUserEvent(ping);\n    global.sendAsyncMessage(AS_GENERAL_OUTGOING_MESSAGE_NAME, payload);\n  }\n};\n\n// Note: nextProps/prevProps refer to props passed to <ImpressionsWrapper />, not <ASRouterUISurface />\nfunction shouldSendImpressionOnUpdate(nextProps, prevProps) {\n  return (nextProps.message.id && (!prevProps.message || prevProps.message.id !== nextProps.message.id));\n}\n\nfunction generateMessages(content) {\n  const cx = new MessageContext(\"en-US\");\n  cx.addMessages(`RichTextSnippet = ${content}`);\n  return [cx];\n}\n\n// Elements allowed in snippet content\nconst ALLOWED_TAGS = {\n  b: <b />,\n  i: <i />,\n  u: <u />,\n  strong: <strong />,\n  em: <em />,\n  br: <br />\n};\n\n/**\n * Transform an object (tag name: {url}) into (tag name: anchor) where the url\n * is used as href, in order to render links inside a Fluent.Localized component.\n */\nexport function convertLinks(links, sendClick) {\n  if (links) {\n    return Object.keys(links).reduce((acc, linkTag) => {\n      acc[linkTag] = <a href={safeURI(links[linkTag].url)} data-metric={links[linkTag].metric} onClick={sendClick} />;\n      return acc;\n    }, {});\n  }\n\n  return null;\n}\n\n/**\n * Message wrapper used to sanitize markup and render HTML.\n */\nfunction RichText(props) {\n  return (\n    <Localized id=\"RichTextSnippet\" {...ALLOWED_TAGS} {...convertLinks(props.links, props.sendClick)}>\n      <span>{props.text}</span>\n    </Localized>\n  );\n}\n\nexport class ASRouterUISurface extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onMessageFromParent = this.onMessageFromParent.bind(this);\n    this.sendClick = this.sendClick.bind(this);\n    this.sendImpression = this.sendImpression.bind(this);\n    this.sendUserActionTelemetry = this.sendUserActionTelemetry.bind(this);\n    this.state = {message: {}, bundle: {}};\n  }\n\n  sendUserActionTelemetry(extraProps = {}) {\n    const {message, bundle} = this.state;\n    if (!message && !extraProps.message_id) {\n      throw new Error(`You must provide a message_id for bundled messages`);\n    }\n    const eventType = `${message.provider || bundle.provider}_user_event`;\n    ASRouterUtils.sendTelemetry({\n      message_id: message.id || extraProps.message_id,\n      source: extraProps.id,\n      action: eventType,\n      ...extraProps\n    });\n  }\n\n  sendImpression(extraProps) {\n    this.sendUserActionTelemetry({event: \"IMPRESSION\", ...extraProps});\n  }\n\n  // If link has a `metric` data attribute send it as part of the `value`\n  // telemetry field which can have arbitrary values.\n  // Used for router messages with links as part of the content.\n  sendClick(event) {\n    const metric = {\n      value: event.target.dataset.metric,\n      // Used for the `source` of the event. Needed to differentiate\n      // from other snippet or onboarding events that may occur.\n      id: \"NEWTAB_FOOTER_BAR_CONTENT\"\n    };\n    this.sendUserActionTelemetry({event: \"CLICK_BUTTON\", ...metric});\n  }\n\n  onBlockById(id) {\n    return () => ASRouterUtils.blockById(id);\n  }\n\n  clearBundle(bundle) {\n    return () => ASRouterUtils.blockBundle(bundle);\n  }\n\n  onMessageFromParent({data: action}) {\n    switch (action.type) {\n      case \"SET_MESSAGE\":\n        this.setState({message: action.data});\n        break;\n      case \"SET_BUNDLED_MESSAGES\":\n        this.setState({bundle: action.data});\n        break;\n      case \"CLEAR_MESSAGE\":\n        if (action.data.id === this.state.message.id) {\n          this.setState({message: {}});\n        }\n        break;\n      case \"CLEAR_BUNDLE\":\n        if (this.state.bundle.bundle) {\n          this.setState({bundle: {}});\n        }\n        break;\n      case \"CLEAR_ALL\":\n        this.setState({message: {}, bundle: {}});\n    }\n  }\n\n  componentWillMount() {\n    ASRouterUtils.addListener(this.onMessageFromParent);\n\n    // If we are loading about:welcome we want to trigger the onboarding messages\n    if (this.props.document.location.href === \"about:welcome\") {\n      ASRouterUtils.sendMessage({type: \"TRIGGER\", data: {trigger: \"firstRun\"}});\n    } else {\n      ASRouterUtils.sendMessage({type: \"CONNECT_UI_REQUEST\"});\n    }\n  }\n\n  componentWillUnmount() {\n    ASRouterUtils.removeListener(this.onMessageFromParent);\n  }\n\n  renderSnippets() {\n    return (\n      <ImpressionsWrapper\n        id=\"NEWTAB_FOOTER_BAR\"\n        message={this.state.message}\n        sendImpression={this.sendImpression}\n        shouldSendImpressionOnUpdate={shouldSendImpressionOnUpdate}\n        // This helps with testing\n        document={this.props.document}>\n          <LocalizationProvider messages={generateMessages(this.state.message.content.text)}>\n            <SimpleSnippet\n              {...this.state.message}\n              richText={<RichText text={this.state.message.content.text}\n                                  links={this.state.message.content.links}\n                                  sendClick={this.sendClick} />}\n              UISurface=\"NEWTAB_FOOTER_BAR\"\n              getNextMessage={ASRouterUtils.getNextMessage}\n              onBlock={this.onBlockById(this.state.message.id)}\n              sendUserActionTelemetry={this.sendUserActionTelemetry} />\n          </LocalizationProvider>\n      </ImpressionsWrapper>);\n  }\n\n  renderOnboarding() {\n    return (\n      <OnboardingMessage\n        {...this.state.bundle}\n        UISurface=\"NEWTAB_OVERLAY\"\n        onAction={ASRouterUtils.executeAction}\n        onDoneButton={this.clearBundle(this.state.bundle.bundle)}\n        getNextMessage={ASRouterUtils.getNextMessage}\n        sendUserActionTelemetry={this.sendUserActionTelemetry} />);\n  }\n\n  render() {\n    const {message, bundle} = this.state;\n    if (!message.id && !bundle.template) { return null; }\n    if (bundle.template === \"onboarding\") { return this.renderOnboarding(); }\n    return this.renderSnippets();\n  }\n}\n\nASRouterUISurface.defaultProps = {document: global.document};\n\nexport class ASRouterContent {\n  constructor() {\n    this.initialized = false;\n    this.containerElement = null;\n  }\n\n  _mount() {\n    this.containerElement = global.document.getElementById(\"snippets-container\");\n    ReactDOM.render(<ASRouterUISurface />, this.containerElement);\n  }\n\n  _unmount() {\n    ReactDOM.unmountComponentAtNode(this.containerElement);\n  }\n\n  init() {\n    this._mount();\n    this.initialized = true;\n  }\n\n  uninit() {\n    if (this.initialized) {\n      this._unmount();\n      this.initialized = false;\n    }\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/asrouter-content.jsx","module.exports = PropTypes;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"PropTypes\"\n// module id = 9\n// module chunks = 0","/*  eslint no-magic-numbers: [0]  */\n\nconst MAX_PLACEABLES = 100;\n\nconst entryIdentifierRe = /-?[a-zA-Z][a-zA-Z0-9_-]*/y;\nconst identifierRe = /[a-zA-Z][a-zA-Z0-9_-]*/y;\nconst functionIdentifierRe = /^[A-Z][A-Z_?-]*$/;\n\n/**\n * The `Parser` class is responsible for parsing FTL resources.\n *\n * It's only public method is `getResource(source)` which takes an FTL string\n * and returns a two element Array with an Object of entries generated from the\n * source as the first element and an array of SyntaxError objects as the\n * second.\n *\n * This parser is optimized for runtime performance.\n *\n * There is an equivalent of this parser in syntax/parser which is\n * generating full AST which is useful for FTL tools.\n */\nclass RuntimeParser {\n  /**\n   * Parse FTL code into entries formattable by the MessageContext.\n   *\n   * Given a string of FTL syntax, return a map of entries that can be passed\n   * to MessageContext.format and a list of errors encountered during parsing.\n   *\n   * @param {String} string\n   * @returns {Array<Object, Array>}\n   */\n  getResource(string) {\n    this._source = string;\n    this._index = 0;\n    this._length = string.length;\n    this.entries = {};\n\n    const errors = [];\n\n    this.skipWS();\n    while (this._index < this._length) {\n      try {\n        this.getEntry();\n      } catch (e) {\n        if (e instanceof SyntaxError) {\n          errors.push(e);\n\n          this.skipToNextEntryStart();\n        } else {\n          throw e;\n        }\n      }\n      this.skipWS();\n    }\n\n    return [this.entries, errors];\n  }\n\n  /**\n   * Parse the source string from the current index as an FTL entry\n   * and add it to object's entries property.\n   *\n   * @private\n   */\n  getEntry() {\n    // The index here should either be at the beginning of the file\n    // or right after new line.\n    if (this._index !== 0 &&\n        this._source[this._index - 1] !== \"\\n\") {\n      throw this.error(`Expected an entry to start\n        at the beginning of the file or on a new line.`);\n    }\n\n    const ch = this._source[this._index];\n\n    // We don't care about comments or sections at runtime\n    if (ch === \"/\" ||\n      (ch === \"#\" &&\n        [\" \", \"#\", \"\\n\"].includes(this._source[this._index + 1]))) {\n      this.skipComment();\n      return;\n    }\n\n    if (ch === \"[\") {\n      this.skipSection();\n      return;\n    }\n\n    this.getMessage();\n  }\n\n  /**\n   * Skip the section entry from the current index.\n   *\n   * @private\n   */\n  skipSection() {\n    this._index += 1;\n    if (this._source[this._index] !== \"[\") {\n      throw this.error('Expected \"[[\" to open a section');\n    }\n\n    this._index += 1;\n\n    this.skipInlineWS();\n    this.getVariantName();\n    this.skipInlineWS();\n\n    if (this._source[this._index] !== \"]\" ||\n        this._source[this._index + 1] !== \"]\") {\n      throw this.error('Expected \"]]\" to close a section');\n    }\n\n    this._index += 2;\n  }\n\n  /**\n   * Parse the source string from the current index as an FTL message\n   * and add it to the entries property on the Parser.\n   *\n   * @private\n   */\n  getMessage() {\n    const id = this.getEntryIdentifier();\n\n    this.skipInlineWS();\n\n    if (this._source[this._index] === \"=\") {\n      this._index++;\n    }\n\n    this.skipInlineWS();\n\n    const val = this.getPattern();\n\n    if (id.startsWith(\"-\") && val === null) {\n      throw this.error(\"Expected term to have a value\");\n    }\n\n    let attrs = null;\n\n    if (this._source[this._index] === \" \") {\n      const lineStart = this._index;\n      this.skipInlineWS();\n\n      if (this._source[this._index] === \".\") {\n        this._index = lineStart;\n        attrs = this.getAttributes();\n      }\n    }\n\n    if (attrs === null && typeof val === \"string\") {\n      this.entries[id] = val;\n    } else {\n      if (val === null && attrs === null) {\n        throw this.error(\"Expected message to have a value or attributes\");\n      }\n\n      this.entries[id] = {};\n\n      if (val !== null) {\n        this.entries[id].val = val;\n      }\n\n      if (attrs !== null) {\n        this.entries[id].attrs = attrs;\n      }\n    }\n  }\n\n  /**\n   * Skip whitespace.\n   *\n   * @private\n   */\n  skipWS() {\n    let ch = this._source[this._index];\n    while (ch === \" \" || ch === \"\\n\" || ch === \"\\t\" || ch === \"\\r\") {\n      ch = this._source[++this._index];\n    }\n  }\n\n  /**\n   * Skip inline whitespace (space and \\t).\n   *\n   * @private\n   */\n  skipInlineWS() {\n    let ch = this._source[this._index];\n    while (ch === \" \" || ch === \"\\t\") {\n      ch = this._source[++this._index];\n    }\n  }\n\n  /**\n   * Skip blank lines.\n   *\n   * @private\n   */\n  skipBlankLines() {\n    while (true) {\n      const ptr = this._index;\n\n      this.skipInlineWS();\n\n      if (this._source[this._index] === \"\\n\") {\n        this._index += 1;\n      } else {\n        this._index = ptr;\n        break;\n      }\n    }\n  }\n\n  /**\n   * Get identifier using the provided regex.\n   *\n   * By default this will get identifiers of public messages, attributes and\n   * external arguments (without the $).\n   *\n   * @returns {String}\n   * @private\n   */\n  getIdentifier(re = identifierRe) {\n    re.lastIndex = this._index;\n    const result = re.exec(this._source);\n\n    if (result === null) {\n      this._index += 1;\n      throw this.error(`Expected an identifier [${re.toString()}]`);\n    }\n\n    this._index = re.lastIndex;\n    return result[0];\n  }\n\n  /**\n   * Get identifier of a Message or a Term (staring with a dash).\n   *\n   * @returns {String}\n   * @private\n   */\n  getEntryIdentifier() {\n    return this.getIdentifier(entryIdentifierRe);\n  }\n\n  /**\n   * Get Variant name.\n   *\n   * @returns {Object}\n   * @private\n   */\n  getVariantName() {\n    let name = \"\";\n\n    const start = this._index;\n    let cc = this._source.charCodeAt(this._index);\n\n    if ((cc >= 97 && cc <= 122) || // a-z\n        (cc >= 65 && cc <= 90) || // A-Z\n        cc === 95 || cc === 32) { // _ <space>\n      cc = this._source.charCodeAt(++this._index);\n    } else {\n      throw this.error(\"Expected a keyword (starting with [a-zA-Z_])\");\n    }\n\n    while ((cc >= 97 && cc <= 122) || // a-z\n           (cc >= 65 && cc <= 90) || // A-Z\n           (cc >= 48 && cc <= 57) || // 0-9\n           cc === 95 || cc === 45 || cc === 32) { // _- <space>\n      cc = this._source.charCodeAt(++this._index);\n    }\n\n    // If we encountered the end of name, we want to test if the last\n    // collected character is a space.\n    // If it is, we will backtrack to the last non-space character because\n    // the keyword cannot end with a space character.\n    while (this._source.charCodeAt(this._index - 1) === 32) {\n      this._index--;\n    }\n\n    name += this._source.slice(start, this._index);\n\n    return { type: \"varname\", name };\n  }\n\n  /**\n   * Get simple string argument enclosed in `\"`.\n   *\n   * @returns {String}\n   * @private\n   */\n  getString() {\n    const start = this._index + 1;\n\n    while (++this._index < this._length) {\n      const ch = this._source[this._index];\n\n      if (ch === '\"') {\n        break;\n      }\n\n      if (ch === \"\\n\") {\n        throw this.error(\"Unterminated string expression\");\n      }\n    }\n\n    return this._source.substring(start, this._index++);\n  }\n\n  /**\n   * Parses a Message pattern.\n   * Message Pattern may be a simple string or an array of strings\n   * and placeable expressions.\n   *\n   * @returns {String|Array}\n   * @private\n   */\n  getPattern() {\n    // We're going to first try to see if the pattern is simple.\n    // If it is we can just look for the end of the line and read the string.\n    //\n    // Then, if either the line contains a placeable opening `{` or the\n    // next line starts an indentation, we switch to complex pattern.\n    const start = this._index;\n    let eol = this._source.indexOf(\"\\n\", this._index);\n\n    if (eol === -1) {\n      eol = this._length;\n    }\n\n    const firstLineContent = start !== eol ?\n      this._source.slice(start, eol) : null;\n\n    if (firstLineContent && firstLineContent.includes(\"{\")) {\n      return this.getComplexPattern();\n    }\n\n    this._index = eol + 1;\n\n    this.skipBlankLines();\n\n    if (this._source[this._index] !== \" \") {\n      // No indentation means we're done with this message. Callers should check\n      // if the return value here is null. It may be OK for messages, but not OK\n      // for terms, attributes and variants.\n      return firstLineContent;\n    }\n\n    const lineStart = this._index;\n\n    this.skipInlineWS();\n\n    if (this._source[this._index] === \".\") {\n      // The pattern is followed by an attribute. Rewind _index to the first\n      // column of the current line as expected by getAttributes.\n      this._index = lineStart;\n      return firstLineContent;\n    }\n\n    if (firstLineContent) {\n      // It's a multiline pattern which started on the same line as the\n      // identifier. Reparse the whole pattern to make sure we get all of it.\n      this._index = start;\n    }\n\n    return this.getComplexPattern();\n  }\n\n  /**\n   * Parses a complex Message pattern.\n   * This function is called by getPattern when the message is multiline,\n   * or contains escape chars or placeables.\n   * It does full parsing of complex patterns.\n   *\n   * @returns {Array}\n   * @private\n   */\n  /* eslint-disable complexity */\n  getComplexPattern() {\n    let buffer = \"\";\n    const content = [];\n    let placeables = 0;\n\n    let ch = this._source[this._index];\n\n    while (this._index < this._length) {\n      // This block handles multi-line strings combining strings separated\n      // by new line.\n      if (ch === \"\\n\") {\n        this._index++;\n\n        // We want to capture the start and end pointers\n        // around blank lines and add them to the buffer\n        // but only if the blank lines are in the middle\n        // of the string.\n        const blankLinesStart = this._index;\n        this.skipBlankLines();\n        const blankLinesEnd = this._index;\n\n\n        if (this._source[this._index] !== \" \") {\n          break;\n        }\n        this.skipInlineWS();\n\n        if (this._source[this._index] === \"}\" ||\n            this._source[this._index] === \"[\" ||\n            this._source[this._index] === \"*\" ||\n            this._source[this._index] === \".\") {\n          this._index = blankLinesEnd;\n          break;\n        }\n\n        buffer += this._source.substring(blankLinesStart, blankLinesEnd);\n\n        if (buffer.length || content.length) {\n          buffer += \"\\n\";\n        }\n        ch = this._source[this._index];\n        continue;\n      } else if (ch === \"\\\\\") {\n        const ch2 = this._source[this._index + 1];\n        if (ch2 === '\"' || ch2 === \"{\" || ch2 === \"\\\\\") {\n          ch = ch2;\n          this._index++;\n        }\n      } else if (ch === \"{\") {\n        // Push the buffer to content array right before placeable\n        if (buffer.length) {\n          content.push(buffer);\n        }\n        if (placeables > MAX_PLACEABLES - 1) {\n          throw this.error(\n            `Too many placeables, maximum allowed is ${MAX_PLACEABLES}`);\n        }\n        buffer = \"\";\n        content.push(this.getPlaceable());\n\n        this._index++;\n\n        ch = this._source[this._index];\n        placeables++;\n        continue;\n      }\n\n      if (ch) {\n        buffer += ch;\n      }\n      this._index++;\n      ch = this._source[this._index];\n    }\n\n    if (content.length === 0) {\n      return buffer.length ? buffer : null;\n    }\n\n    if (buffer.length) {\n      content.push(buffer);\n    }\n\n    return content;\n  }\n  /* eslint-enable complexity */\n\n  /**\n   * Parses a single placeable in a Message pattern and returns its\n   * expression.\n   *\n   * @returns {Object}\n   * @private\n   */\n  getPlaceable() {\n    const start = ++this._index;\n\n    this.skipWS();\n\n    if (this._source[this._index] === \"*\" ||\n       (this._source[this._index] === \"[\" &&\n        this._source[this._index + 1] !== \"]\")) {\n      const variants = this.getVariants();\n\n      return {\n        type: \"sel\",\n        exp: null,\n        vars: variants[0],\n        def: variants[1]\n      };\n    }\n\n    // Rewind the index and only support in-line white-space now.\n    this._index = start;\n    this.skipInlineWS();\n\n    const selector = this.getSelectorExpression();\n\n    this.skipWS();\n\n    const ch = this._source[this._index];\n\n    if (ch === \"}\") {\n      if (selector.type === \"attr\" && selector.id.name.startsWith(\"-\")) {\n        throw this.error(\n          \"Attributes of private messages cannot be interpolated.\"\n        );\n      }\n\n      return selector;\n    }\n\n    if (ch !== \"-\" || this._source[this._index + 1] !== \">\") {\n      throw this.error('Expected \"}\" or \"->\"');\n    }\n\n    if (selector.type === \"ref\") {\n      throw this.error(\"Message references cannot be used as selectors.\");\n    }\n\n    if (selector.type === \"var\") {\n      throw this.error(\"Variants cannot be used as selectors.\");\n    }\n\n    if (selector.type === \"attr\" && !selector.id.name.startsWith(\"-\")) {\n      throw this.error(\n        \"Attributes of public messages cannot be used as selectors.\"\n      );\n    }\n\n\n    this._index += 2; // ->\n\n    this.skipInlineWS();\n\n    if (this._source[this._index] !== \"\\n\") {\n      throw this.error(\"Variants should be listed in a new line\");\n    }\n\n    this.skipWS();\n\n    const variants = this.getVariants();\n\n    if (variants[0].length === 0) {\n      throw this.error(\"Expected members for the select expression\");\n    }\n\n    return {\n      type: \"sel\",\n      exp: selector,\n      vars: variants[0],\n      def: variants[1]\n    };\n  }\n\n  /**\n   * Parses a selector expression.\n   *\n   * @returns {Object}\n   * @private\n   */\n  getSelectorExpression() {\n    const literal = this.getLiteral();\n\n    if (literal.type !== \"ref\") {\n      return literal;\n    }\n\n    if (this._source[this._index] === \".\") {\n      this._index++;\n\n      const name = this.getIdentifier();\n      this._index++;\n      return {\n        type: \"attr\",\n        id: literal,\n        name\n      };\n    }\n\n    if (this._source[this._index] === \"[\") {\n      this._index++;\n\n      const key = this.getVariantKey();\n      this._index++;\n      return {\n        type: \"var\",\n        id: literal,\n        key\n      };\n    }\n\n    if (this._source[this._index] === \"(\") {\n      this._index++;\n      const args = this.getCallArgs();\n\n      if (!functionIdentifierRe.test(literal.name)) {\n        throw this.error(\"Function names must be all upper-case\");\n      }\n\n      this._index++;\n\n      literal.type = \"fun\";\n\n      return {\n        type: \"call\",\n        fun: literal,\n        args\n      };\n    }\n\n    return literal;\n  }\n\n  /**\n   * Parses call arguments for a CallExpression.\n   *\n   * @returns {Array}\n   * @private\n   */\n  getCallArgs() {\n    const args = [];\n\n    while (this._index < this._length) {\n      this.skipInlineWS();\n\n      if (this._source[this._index] === \")\") {\n        return args;\n      }\n\n      const exp = this.getSelectorExpression();\n\n      // MessageReference in this place may be an entity reference, like:\n      // `call(foo)`, or, if it's followed by `:` it will be a key-value pair.\n      if (exp.type !== \"ref\") {\n        args.push(exp);\n      } else {\n        this.skipInlineWS();\n\n        if (this._source[this._index] === \":\") {\n          this._index++;\n          this.skipInlineWS();\n\n          const val = this.getSelectorExpression();\n\n          // If the expression returned as a value of the argument\n          // is not a quote delimited string or number, throw.\n          //\n          // We don't have to check here if the pattern is quote delimited\n          // because that's the only type of string allowed in expressions.\n          if (typeof val === \"string\" ||\n              Array.isArray(val) ||\n              val.type === \"num\") {\n            args.push({\n              type: \"narg\",\n              name: exp.name,\n              val\n            });\n          } else {\n            this._index = this._source.lastIndexOf(\":\", this._index) + 1;\n            throw this.error(\n              \"Expected string in quotes, number.\");\n          }\n\n        } else {\n          args.push(exp);\n        }\n      }\n\n      this.skipInlineWS();\n\n      if (this._source[this._index] === \")\") {\n        break;\n      } else if (this._source[this._index] === \",\") {\n        this._index++;\n      } else {\n        throw this.error('Expected \",\" or \")\"');\n      }\n    }\n\n    return args;\n  }\n\n  /**\n   * Parses an FTL Number.\n   *\n   * @returns {Object}\n   * @private\n   */\n  getNumber() {\n    let num = \"\";\n    let cc = this._source.charCodeAt(this._index);\n\n    // The number literal may start with negative sign `-`.\n    if (cc === 45) {\n      num += \"-\";\n      cc = this._source.charCodeAt(++this._index);\n    }\n\n    // next, we expect at least one digit\n    if (cc < 48 || cc > 57) {\n      throw this.error(`Unknown literal \"${num}\"`);\n    }\n\n    // followed by potentially more digits\n    while (cc >= 48 && cc <= 57) {\n      num += this._source[this._index++];\n      cc = this._source.charCodeAt(this._index);\n    }\n\n    // followed by an optional decimal separator `.`\n    if (cc === 46) {\n      num += this._source[this._index++];\n      cc = this._source.charCodeAt(this._index);\n\n      // followed by at least one digit\n      if (cc < 48 || cc > 57) {\n        throw this.error(`Unknown literal \"${num}\"`);\n      }\n\n      // and optionally more digits\n      while (cc >= 48 && cc <= 57) {\n        num += this._source[this._index++];\n        cc = this._source.charCodeAt(this._index);\n      }\n    }\n\n    return {\n      type: \"num\",\n      val: num\n    };\n  }\n\n  /**\n   * Parses a list of Message attributes.\n   *\n   * @returns {Object}\n   * @private\n   */\n  getAttributes() {\n    const attrs = {};\n\n    while (this._index < this._length) {\n      if (this._source[this._index] !== \" \") {\n        break;\n      }\n      this.skipInlineWS();\n\n      if (this._source[this._index] !== \".\") {\n        break;\n      }\n      this._index++;\n\n      const key = this.getIdentifier();\n\n      this.skipInlineWS();\n\n      if (this._source[this._index] !== \"=\") {\n        throw this.error('Expected \"=\"');\n      }\n      this._index++;\n\n      this.skipInlineWS();\n\n      const val = this.getPattern();\n\n      if (val === null) {\n        throw this.error(\"Expected attribute to have a value\");\n      }\n\n      if (typeof val === \"string\") {\n        attrs[key] = val;\n      } else {\n        attrs[key] = {\n          val\n        };\n      }\n\n      this.skipBlankLines();\n    }\n\n    return attrs;\n  }\n\n  /**\n   * Parses a list of Selector variants.\n   *\n   * @returns {Array}\n   * @private\n   */\n  getVariants() {\n    const variants = [];\n    let index = 0;\n    let defaultIndex;\n\n    while (this._index < this._length) {\n      const ch = this._source[this._index];\n\n      if ((ch !== \"[\" || this._source[this._index + 1] === \"[\") &&\n          ch !== \"*\") {\n        break;\n      }\n      if (ch === \"*\") {\n        this._index++;\n        defaultIndex = index;\n      }\n\n      if (this._source[this._index] !== \"[\") {\n        throw this.error('Expected \"[\"');\n      }\n\n      this._index++;\n\n      const key = this.getVariantKey();\n\n      this.skipInlineWS();\n\n      const val = this.getPattern();\n\n      if (val === null) {\n        throw this.error(\"Expected variant to have a value\");\n      }\n\n      variants[index++] = {key, val};\n\n      this.skipWS();\n    }\n\n    return [variants, defaultIndex];\n  }\n\n  /**\n   * Parses a Variant key.\n   *\n   * @returns {String}\n   * @private\n   */\n  getVariantKey() {\n    // VariantKey may be a Keyword or Number\n\n    const cc = this._source.charCodeAt(this._index);\n    let literal;\n\n    if ((cc >= 48 && cc <= 57) || cc === 45) {\n      literal = this.getNumber();\n    } else {\n      literal = this.getVariantName();\n    }\n\n    if (this._source[this._index] !== \"]\") {\n      throw this.error('Expected \"]\"');\n    }\n\n    this._index++;\n    return literal;\n  }\n\n  /**\n   * Parses an FTL literal.\n   *\n   * @returns {Object}\n   * @private\n   */\n  getLiteral() {\n    const cc0 = this._source.charCodeAt(this._index);\n\n    if (cc0 === 36) { // $\n      this._index++;\n      return {\n        type: \"ext\",\n        name: this.getIdentifier()\n      };\n    }\n\n    const cc1 = cc0 === 45 // -\n      // Peek at the next character after the dash.\n      ? this._source.charCodeAt(this._index + 1)\n      // Or keep using the character at the current index.\n      : cc0;\n\n    if ((cc1 >= 97 && cc1 <= 122) || // a-z\n        (cc1 >= 65 && cc1 <= 90)) { // A-Z\n      return {\n        type: \"ref\",\n        name: this.getEntryIdentifier()\n      };\n    }\n\n    if ((cc1 >= 48 && cc1 <= 57)) { // 0-9\n      return this.getNumber();\n    }\n\n    if (cc0 === 34) { // \"\n      return this.getString();\n    }\n\n    throw this.error(\"Expected literal\");\n  }\n\n  /**\n   * Skips an FTL comment.\n   *\n   * @private\n   */\n  skipComment() {\n    // At runtime, we don't care about comments so we just have\n    // to parse them properly and skip their content.\n    let eol = this._source.indexOf(\"\\n\", this._index);\n\n    while (eol !== -1 &&\n      ((this._source[eol + 1] === \"/\" && this._source[eol + 2] === \"/\") ||\n       (this._source[eol + 1] === \"#\" &&\n         [\" \", \"#\"].includes(this._source[eol + 2])))) {\n      this._index = eol + 3;\n\n      eol = this._source.indexOf(\"\\n\", this._index);\n\n      if (eol === -1) {\n        break;\n      }\n    }\n\n    if (eol === -1) {\n      this._index = this._length;\n    } else {\n      this._index = eol + 1;\n    }\n  }\n\n  /**\n   * Creates a new SyntaxError object with a given message.\n   *\n   * @param {String} message\n   * @returns {Object}\n   * @private\n   */\n  error(message) {\n    return new SyntaxError(message);\n  }\n\n  /**\n   * Skips to the beginning of a next entry after the current position.\n   * This is used to mark the boundary of junk entry in case of error,\n   * and recover from the returned position.\n   *\n   * @private\n   */\n  skipToNextEntryStart() {\n    let start = this._index;\n\n    while (true) {\n      if (start === 0 || this._source[start - 1] === \"\\n\") {\n        const cc = this._source.charCodeAt(start);\n\n        if ((cc >= 97 && cc <= 122) || // a-z\n            (cc >= 65 && cc <= 90) || // A-Z\n             cc === 47 || cc === 91) { // /[\n          this._index = start;\n          return;\n        }\n      }\n\n      start = this._source.indexOf(\"\\n\", start);\n\n      if (start === -1) {\n        this._index = this._length;\n        return;\n      }\n      start++;\n    }\n  }\n}\n\n/**\n * Parses an FTL string using RuntimeParser and returns the generated\n * object with entries and a list of errors.\n *\n * @param {String} string\n * @returns {Array<Object, Array>}\n */\nexport default function parse(string) {\n  const parser = new RuntimeParser();\n  return parser.getResource(string);\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/parser.js","/* global Intl */\n\n/**\n * The `FluentType` class is the base of Fluent's type system.\n *\n * Fluent types wrap JavaScript values and store additional configuration for\n * them, which can then be used in the `toString` method together with a proper\n * `Intl` formatter.\n */\nexport class FluentType {\n\n  /**\n   * Create an `FluentType` instance.\n   *\n   * @param   {Any}    value - JavaScript value to wrap.\n   * @param   {Object} opts  - Configuration.\n   * @returns {FluentType}\n   */\n  constructor(value, opts) {\n    this.value = value;\n    this.opts = opts;\n  }\n\n  /**\n   * Unwrap the raw value stored by this `FluentType`.\n   *\n   * @returns {Any}\n   */\n  valueOf() {\n    return this.value;\n  }\n\n  /**\n   * Format this instance of `FluentType` to a string.\n   *\n   * Formatted values are suitable for use outside of the `MessageContext`.\n   * This method can use `Intl` formatters memoized by the `MessageContext`\n   * instance passed as an argument.\n   *\n   * @param   {MessageContext} [ctx]\n   * @returns {string}\n   */\n  toString() {\n    throw new Error(\"Subclasses of FluentType must implement toString.\");\n  }\n}\n\nexport class FluentNone extends FluentType {\n  toString() {\n    return this.value || \"???\";\n  }\n}\n\nexport class FluentNumber extends FluentType {\n  constructor(value, opts) {\n    super(parseFloat(value), opts);\n  }\n\n  toString(ctx) {\n    try {\n      const nf = ctx._memoizeIntlObject(\n        Intl.NumberFormat, this.opts\n      );\n      return nf.format(this.value);\n    } catch (e) {\n      // XXX Report the error.\n      return this.value;\n    }\n  }\n\n  /**\n   * Compare the object with another instance of a FluentType.\n   *\n   * @param   {MessageContext} ctx\n   * @param   {FluentType}     other\n   * @returns {bool}\n   */\n  match(ctx, other) {\n    if (other instanceof FluentNumber) {\n      return this.value === other.value;\n    }\n    return false;\n  }\n}\n\nexport class FluentDateTime extends FluentType {\n  constructor(value, opts) {\n    super(new Date(value), opts);\n  }\n\n  toString(ctx) {\n    try {\n      const dtf = ctx._memoizeIntlObject(\n        Intl.DateTimeFormat, this.opts\n      );\n      return dtf.format(this.value);\n    } catch (e) {\n      // XXX Report the error.\n      return this.value;\n    }\n  }\n}\n\nexport class FluentSymbol extends FluentType {\n  toString() {\n    return this.value;\n  }\n\n  /**\n   * Compare the object with another instance of a FluentType.\n   *\n   * @param   {MessageContext} ctx\n   * @param   {FluentType}     other\n   * @returns {bool}\n   */\n  match(ctx, other) {\n    if (other instanceof FluentSymbol) {\n      return this.value === other.value;\n    } else if (typeof other === \"string\") {\n      return this.value === other;\n    } else if (other instanceof FluentNumber) {\n      const pr = ctx._memoizeIntlObject(\n        Intl.PluralRules, other.opts\n      );\n      return this.value === pr.select(other.value);\n    }\n    return false;\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/types.js","/**\n * @overview\n *\n * The FTL resolver ships with a number of functions built-in.\n *\n * Each function take two arguments:\n *   - args - an array of positional args\n *   - opts - an object of key-value args\n *\n * Arguments to functions are guaranteed to already be instances of\n * `FluentType`.  Functions must return `FluentType` objects as well.\n */\n\nimport { FluentNumber, FluentDateTime } from \"./types\";\n\nexport default {\n  \"NUMBER\": ([arg], opts) =>\n    new FluentNumber(arg.valueOf(), merge(arg.opts, opts)),\n  \"DATETIME\": ([arg], opts) =>\n    new FluentDateTime(arg.valueOf(), merge(arg.opts, opts)),\n};\n\nfunction merge(argopts, opts) {\n  return Object.assign({}, argopts, values(opts));\n}\n\nfunction values(opts) {\n  const unwrapped = {};\n  for (const [name, opt] of Object.entries(opts)) {\n    unwrapped[name] = opt.valueOf();\n  }\n  return unwrapped;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/builtins.js","/**\n * @overview\n *\n * The role of the Fluent resolver is to format a translation object to an\n * instance of `FluentType` or an array of instances.\n *\n * Translations can contain references to other messages or external arguments,\n * conditional logic in form of select expressions, traits which describe their\n * grammatical features, and can use Fluent builtins which make use of the\n * `Intl` formatters to format numbers, dates, lists and more into the\n * context's language.  See the documentation of the Fluent syntax for more\n * information.\n *\n * In case of errors the resolver will try to salvage as much of the\n * translation as possible.  In rare situations where the resolver didn't know\n * how to recover from an error it will return an instance of `FluentNone`.\n *\n * `MessageReference`, `VariantExpression`, `AttributeExpression` and\n * `SelectExpression` resolve to raw Runtime Entries objects and the result of\n * the resolution needs to be passed into `Type` to get their real value.\n * This is useful for composing expressions.  Consider:\n *\n *     brand-name[nominative]\n *\n * which is a `VariantExpression` with properties `id: MessageReference` and\n * `key: Keyword`.  If `MessageReference` was resolved eagerly, it would\n * instantly resolve to the value of the `brand-name` message.  Instead, we\n * want to get the message object and look for its `nominative` variant.\n *\n * All other expressions (except for `FunctionReference` which is only used in\n * `CallExpression`) resolve to an instance of `FluentType`.  The caller should\n * use the `toString` method to convert the instance to a native value.\n *\n *\n * All functions in this file pass around a special object called `env`.\n * This object stores a set of elements used by all resolve functions:\n *\n *  * {MessageContext} ctx\n *      context for which the given resolution is happening\n *  * {Object} args\n *      list of developer provided arguments that can be used\n *  * {Array} errors\n *      list of errors collected while resolving\n *  * {WeakSet} dirty\n *      Set of patterns already encountered during this resolution.\n *      This is used to prevent cyclic resolutions.\n */\n\n\nimport { FluentType, FluentNone, FluentNumber, FluentDateTime, FluentSymbol }\n  from \"./types\";\nimport builtins from \"./builtins\";\n\n// Prevent expansion of too long placeables.\nconst MAX_PLACEABLE_LENGTH = 2500;\n\n// Unicode bidi isolation characters.\nconst FSI = \"\\u2068\";\nconst PDI = \"\\u2069\";\n\n\n/**\n * Helper for choosing the default value from a set of members.\n *\n * Used in SelectExpressions and Type.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} members\n *    Hash map of variants from which the default value is to be selected.\n * @param   {Number} def\n *    The index of the default variant.\n * @returns {FluentType}\n * @private\n */\nfunction DefaultMember(env, members, def) {\n  if (members[def]) {\n    return members[def];\n  }\n\n  const { errors } = env;\n  errors.push(new RangeError(\"No default\"));\n  return new FluentNone();\n}\n\n\n/**\n * Resolve a reference to another message.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} id\n *    The identifier of the message to be resolved.\n * @param   {String} id.name\n *    The name of the identifier.\n * @returns {FluentType}\n * @private\n */\nfunction MessageReference(env, {name}) {\n  const { ctx, errors } = env;\n  const message = name.startsWith(\"-\")\n    ? ctx._terms.get(name)\n    : ctx._messages.get(name);\n\n  if (!message) {\n    const err = name.startsWith(\"-\")\n      ? new ReferenceError(`Unknown term: ${name}`)\n      : new ReferenceError(`Unknown message: ${name}`);\n    errors.push(err);\n    return new FluentNone(name);\n  }\n\n  return message;\n}\n\n/**\n * Resolve a variant expression to the variant object.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression to be resolved.\n * @param   {Object} expr.id\n *    An Identifier of a message for which the variant is resolved.\n * @param   {Object} expr.id.name\n *    Name a message for which the variant is resolved.\n * @param   {Object} expr.key\n *    Variant key to be resolved.\n * @returns {FluentType}\n * @private\n */\nfunction VariantExpression(env, {id, key}) {\n  const message = MessageReference(env, id);\n  if (message instanceof FluentNone) {\n    return message;\n  }\n\n  const { ctx, errors } = env;\n  const keyword = Type(env, key);\n\n  function isVariantList(node) {\n    return Array.isArray(node) &&\n      node[0].type === \"sel\" &&\n      node[0].exp === null;\n  }\n\n  if (isVariantList(message.val)) {\n    // Match the specified key against keys of each variant, in order.\n    for (const variant of message.val[0].vars) {\n      const variantKey = Type(env, variant.key);\n      if (keyword.match(ctx, variantKey)) {\n        return variant;\n      }\n    }\n  }\n\n  errors.push(new ReferenceError(`Unknown variant: ${keyword.toString(ctx)}`));\n  return Type(env, message);\n}\n\n\n/**\n * Resolve an attribute expression to the attribute object.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression to be resolved.\n * @param   {String} expr.id\n *    An ID of a message for which the attribute is resolved.\n * @param   {String} expr.name\n *    Name of the attribute to be resolved.\n * @returns {FluentType}\n * @private\n */\nfunction AttributeExpression(env, {id, name}) {\n  const message = MessageReference(env, id);\n  if (message instanceof FluentNone) {\n    return message;\n  }\n\n  if (message.attrs) {\n    // Match the specified name against keys of each attribute.\n    for (const attrName in message.attrs) {\n      if (name === attrName) {\n        return message.attrs[name];\n      }\n    }\n  }\n\n  const { errors } = env;\n  errors.push(new ReferenceError(`Unknown attribute: ${name}`));\n  return Type(env, message);\n}\n\n/**\n * Resolve a select expression to the member object.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression to be resolved.\n * @param   {String} expr.exp\n *    Selector expression\n * @param   {Array} expr.vars\n *    List of variants for the select expression.\n * @param   {Number} expr.def\n *    Index of the default variant.\n * @returns {FluentType}\n * @private\n */\nfunction SelectExpression(env, {exp, vars, def}) {\n  if (exp === null) {\n    return DefaultMember(env, vars, def);\n  }\n\n  const selector = Type(env, exp);\n  if (selector instanceof FluentNone) {\n    return DefaultMember(env, vars, def);\n  }\n\n  // Match the selector against keys of each variant, in order.\n  for (const variant of vars) {\n    const key = Type(env, variant.key);\n    const keyCanMatch =\n      key instanceof FluentNumber || key instanceof FluentSymbol;\n\n    if (!keyCanMatch) {\n      continue;\n    }\n\n    const { ctx } = env;\n\n    if (key.match(ctx, selector)) {\n      return variant;\n    }\n  }\n\n  return DefaultMember(env, vars, def);\n}\n\n\n/**\n * Resolve expression to a Fluent type.\n *\n * JavaScript strings are a special case.  Since they natively have the\n * `toString` method they can be used as if they were a Fluent type without\n * paying the cost of creating a instance of one.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression object to be resolved into a Fluent type.\n * @returns {FluentType}\n * @private\n */\nfunction Type(env, expr) {\n  // A fast-path for strings which are the most common case, and for\n  // `FluentNone` which doesn't require any additional logic.\n  if (typeof expr === \"string\" || expr instanceof FluentNone) {\n    return expr;\n  }\n\n  // The Runtime AST (Entries) encodes patterns (complex strings with\n  // placeables) as Arrays.\n  if (Array.isArray(expr)) {\n    return Pattern(env, expr);\n  }\n\n\n  switch (expr.type) {\n    case \"varname\":\n      return new FluentSymbol(expr.name);\n    case \"num\":\n      return new FluentNumber(expr.val);\n    case \"ext\":\n      return ExternalArgument(env, expr);\n    case \"fun\":\n      return FunctionReference(env, expr);\n    case \"call\":\n      return CallExpression(env, expr);\n    case \"ref\": {\n      const message = MessageReference(env, expr);\n      return Type(env, message);\n    }\n    case \"attr\": {\n      const attr = AttributeExpression(env, expr);\n      return Type(env, attr);\n    }\n    case \"var\": {\n      const variant = VariantExpression(env, expr);\n      return Type(env, variant);\n    }\n    case \"sel\": {\n      const member = SelectExpression(env, expr);\n      return Type(env, member);\n    }\n    case undefined: {\n      // If it's a node with a value, resolve the value.\n      if (expr.val !== null && expr.val !== undefined) {\n        return Type(env, expr.val);\n      }\n\n      const { errors } = env;\n      errors.push(new RangeError(\"No value\"));\n      return new FluentNone();\n    }\n    default:\n      return new FluentNone();\n  }\n}\n\n/**\n * Resolve a reference to an external argument.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression to be resolved.\n * @param   {String} expr.name\n *    Name of an argument to be returned.\n * @returns {FluentType}\n * @private\n */\nfunction ExternalArgument(env, {name}) {\n  const { args, errors } = env;\n\n  if (!args || !args.hasOwnProperty(name)) {\n    errors.push(new ReferenceError(`Unknown external: ${name}`));\n    return new FluentNone(name);\n  }\n\n  const arg = args[name];\n\n  // Return early if the argument already is an instance of FluentType.\n  if (arg instanceof FluentType) {\n    return arg;\n  }\n\n  // Convert the argument to a Fluent type.\n  switch (typeof arg) {\n    case \"string\":\n      return arg;\n    case \"number\":\n      return new FluentNumber(arg);\n    case \"object\":\n      if (arg instanceof Date) {\n        return new FluentDateTime(arg);\n      }\n    default:\n      errors.push(\n        new TypeError(`Unsupported external type: ${name}, ${typeof arg}`)\n      );\n      return new FluentNone(name);\n  }\n}\n\n/**\n * Resolve a reference to a function.\n *\n * @param   {Object}  env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression to be resolved.\n * @param   {String} expr.name\n *    Name of the function to be returned.\n * @returns {Function}\n * @private\n */\nfunction FunctionReference(env, {name}) {\n  // Some functions are built-in.  Others may be provided by the runtime via\n  // the `MessageContext` constructor.\n  const { ctx: { _functions }, errors } = env;\n  const func = _functions[name] || builtins[name];\n\n  if (!func) {\n    errors.push(new ReferenceError(`Unknown function: ${name}()`));\n    return new FluentNone(`${name}()`);\n  }\n\n  if (typeof func !== \"function\") {\n    errors.push(new TypeError(`Function ${name}() is not callable`));\n    return new FluentNone(`${name}()`);\n  }\n\n  return func;\n}\n\n/**\n * Resolve a call to a Function with positional and key-value arguments.\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Object} expr\n *    An expression to be resolved.\n * @param   {Object} expr.fun\n *    FTL Function object.\n * @param   {Array} expr.args\n *    FTL Function argument list.\n * @returns {FluentType}\n * @private\n */\nfunction CallExpression(env, {fun, args}) {\n  const callee = FunctionReference(env, fun);\n\n  if (callee instanceof FluentNone) {\n    return callee;\n  }\n\n  const posargs = [];\n  const keyargs = {};\n\n  for (const arg of args) {\n    if (arg.type === \"narg\") {\n      keyargs[arg.name] = Type(env, arg.val);\n    } else {\n      posargs.push(Type(env, arg));\n    }\n  }\n\n  try {\n    return callee(posargs, keyargs);\n  } catch (e) {\n    // XXX Report errors.\n    return new FluentNone();\n  }\n}\n\n/**\n * Resolve a pattern (a complex string with placeables).\n *\n * @param   {Object} env\n *    Resolver environment object.\n * @param   {Array} ptn\n *    Array of pattern elements.\n * @returns {Array}\n * @private\n */\nfunction Pattern(env, ptn) {\n  const { ctx, dirty, errors } = env;\n\n  if (dirty.has(ptn)) {\n    errors.push(new RangeError(\"Cyclic reference\"));\n    return new FluentNone();\n  }\n\n  // Tag the pattern as dirty for the purpose of the current resolution.\n  dirty.add(ptn);\n  const result = [];\n\n  // Wrap interpolations with Directional Isolate Formatting characters\n  // only when the pattern has more than one element.\n  const useIsolating = ctx._useIsolating && ptn.length > 1;\n\n  for (const elem of ptn) {\n    if (typeof elem === \"string\") {\n      result.push(elem);\n      continue;\n    }\n\n    const part = Type(env, elem).toString(ctx);\n\n    if (useIsolating) {\n      result.push(FSI);\n    }\n\n    if (part.length > MAX_PLACEABLE_LENGTH) {\n      errors.push(\n        new RangeError(\n          \"Too many characters in placeable \" +\n          `(${part.length}, max allowed is ${MAX_PLACEABLE_LENGTH})`\n        )\n      );\n      result.push(part.slice(MAX_PLACEABLE_LENGTH));\n    } else {\n      result.push(part);\n    }\n\n    if (useIsolating) {\n      result.push(PDI);\n    }\n  }\n\n  dirty.delete(ptn);\n  return result.join(\"\");\n}\n\n/**\n * Format a translation into a string.\n *\n * @param   {MessageContext} ctx\n *    A MessageContext instance which will be used to resolve the\n *    contextual information of the message.\n * @param   {Object}         args\n *    List of arguments provided by the developer which can be accessed\n *    from the message.\n * @param   {Object}         message\n *    An object with the Message to be resolved.\n * @param   {Array}          errors\n *    An error array that any encountered errors will be appended to.\n * @returns {FluentType}\n */\nexport default function resolve(ctx, args, message, errors = []) {\n  const env = {\n    ctx, args, errors, dirty: new WeakSet()\n  };\n  return Type(env, message).toString(ctx);\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/resolver.js","import resolve from \"./resolver\";\nimport parse from \"./parser\";\n\n/**\n * Message contexts are single-language stores of translations.  They are\n * responsible for parsing translation resources in the Fluent syntax and can\n * format translation units (entities) to strings.\n *\n * Always use `MessageContext.format` to retrieve translation units from\n * a context.  Translations can contain references to other entities or\n * external arguments, conditional logic in form of select expressions, traits\n * which describe their grammatical features, and can use Fluent builtins which\n * make use of the `Intl` formatters to format numbers, dates, lists and more\n * into the context's language.  See the documentation of the Fluent syntax for\n * more information.\n */\nexport class MessageContext {\n\n  /**\n   * Create an instance of `MessageContext`.\n   *\n   * The `locales` argument is used to instantiate `Intl` formatters used by\n   * translations.  The `options` object can be used to configure the context.\n   *\n   * Examples:\n   *\n   *     const ctx = new MessageContext(locales);\n   *\n   *     const ctx = new MessageContext(locales, { useIsolating: false });\n   *\n   *     const ctx = new MessageContext(locales, {\n   *       useIsolating: true,\n   *       functions: {\n   *         NODE_ENV: () => process.env.NODE_ENV\n   *       }\n   *     });\n   *\n   * Available options:\n   *\n   *   - `functions` - an object of additional functions available to\n   *                   translations as builtins.\n   *\n   *   - `useIsolating` - boolean specifying whether to use Unicode isolation\n   *                    marks (FSI, PDI) for bidi interpolations.\n   *\n   * @param   {string|Array<string>} locales - Locale or locales of the context\n   * @param   {Object} [options]\n   * @returns {MessageContext}\n   */\n  constructor(locales, { functions = {}, useIsolating = true } = {}) {\n    this.locales = Array.isArray(locales) ? locales : [locales];\n\n    this._terms = new Map();\n    this._messages = new Map();\n    this._functions = functions;\n    this._useIsolating = useIsolating;\n    this._intls = new WeakMap();\n  }\n\n  /*\n   * Return an iterator over public `[id, message]` pairs.\n   *\n   * @returns {Iterator}\n   */\n  get messages() {\n    return this._messages[Symbol.iterator]();\n  }\n\n  /*\n   * Check if a message is present in the context.\n   *\n   * @param {string} id - The identifier of the message to check.\n   * @returns {bool}\n   */\n  hasMessage(id) {\n    return this._messages.has(id);\n  }\n\n  /*\n   * Return the internal representation of a message.\n   *\n   * The internal representation should only be used as an argument to\n   * `MessageContext.format`.\n   *\n   * @param {string} id - The identifier of the message to check.\n   * @returns {Any}\n   */\n  getMessage(id) {\n    return this._messages.get(id);\n  }\n\n  /**\n   * Add a translation resource to the context.\n   *\n   * The translation resource must use the Fluent syntax.  It will be parsed by\n   * the context and each translation unit (message) will be available in the\n   * context by its identifier.\n   *\n   *     ctx.addMessages('foo = Foo');\n   *     ctx.getMessage('foo');\n   *\n   *     // Returns a raw representation of the 'foo' message.\n   *\n   * Parsed entities should be formatted with the `format` method in case they\n   * contain logic (references, select expressions etc.).\n   *\n   * @param   {string} source - Text resource with translations.\n   * @returns {Array<Error>}\n   */\n  addMessages(source) {\n    const [entries, errors] = parse(source);\n    for (const id in entries) {\n      if (id.startsWith(\"-\")) {\n        // Identifiers starting with a dash (-) define terms. Terms are private\n        // and cannot be retrieved from MessageContext.\n        if (this._terms.has(id)) {\n          errors.push(`Attempt to override an existing term: \"${id}\"`);\n          continue;\n        }\n        this._terms.set(id, entries[id]);\n      } else {\n        if (this._messages.has(id)) {\n          errors.push(`Attempt to override an existing message: \"${id}\"`);\n          continue;\n        }\n        this._messages.set(id, entries[id]);\n      }\n    }\n\n    return errors;\n  }\n\n  /**\n   * Format a message to a string or null.\n   *\n   * Format a raw `message` from the context into a string (or a null if it has\n   * a null value).  `args` will be used to resolve references to external\n   * arguments inside of the translation.\n   *\n   * In case of errors `format` will try to salvage as much of the translation\n   * as possible and will still return a string.  For performance reasons, the\n   * encountered errors are not returned but instead are appended to the\n   * `errors` array passed as the third argument.\n   *\n   *     const errors = [];\n   *     ctx.addMessages('hello = Hello, { $name }!');\n   *     const hello = ctx.getMessage('hello');\n   *     ctx.format(hello, { name: 'Jane' }, errors);\n   *\n   *     // Returns 'Hello, Jane!' and `errors` is empty.\n   *\n   *     ctx.format(hello, undefined, errors);\n   *\n   *     // Returns 'Hello, name!' and `errors` is now:\n   *\n   *     [<ReferenceError: Unknown external: name>]\n   *\n   * @param   {Object | string}    message\n   * @param   {Object | undefined} args\n   * @param   {Array}              errors\n   * @returns {?string}\n   */\n  format(message, args, errors) {\n    // optimize entities which are simple strings with no attributes\n    if (typeof message === \"string\") {\n      return message;\n    }\n\n    // optimize simple-string entities with attributes\n    if (typeof message.val === \"string\") {\n      return message.val;\n    }\n\n    // optimize entities with null values\n    if (message.val === undefined) {\n      return null;\n    }\n\n    return resolve(this, args, message, errors);\n  }\n\n  _memoizeIntlObject(ctor, opts) {\n    const cache = this._intls.get(ctor) || {};\n    const id = JSON.stringify(opts);\n\n    if (!cache[id]) {\n      cache[id] = new ctor(this.locales, opts);\n      this._intls.set(ctor, cache);\n    }\n\n    return cache[id];\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/context.js","/*\n * CachedIterable caches the elements yielded by an iterable.\n *\n * It can be used to iterate over an iterable many times without depleting the\n * iterable.\n */\nexport default class CachedIterable {\n  /**\n   * Create an `CachedIterable` instance.\n   *\n   * @param {Iterable} iterable\n   * @returns {CachedIterable}\n   */\n  constructor(iterable) {\n    if (Symbol.asyncIterator in Object(iterable)) {\n      this.iterator = iterable[Symbol.asyncIterator]();\n    } else if (Symbol.iterator in Object(iterable)) {\n      this.iterator = iterable[Symbol.iterator]();\n    } else {\n      throw new TypeError(\"Argument must implement the iteration protocol.\");\n    }\n\n    this.seen = [];\n  }\n\n  [Symbol.iterator]() {\n    const { seen, iterator } = this;\n    let cur = 0;\n\n    return {\n      next() {\n        if (seen.length <= cur) {\n          seen.push(iterator.next());\n        }\n        return seen[cur++];\n      }\n    };\n  }\n\n  [Symbol.asyncIterator]() {\n    const { seen, iterator } = this;\n    let cur = 0;\n\n    return {\n      async next() {\n        if (seen.length <= cur) {\n          seen.push(await iterator.next());\n        }\n        return seen[cur++];\n      }\n    };\n  }\n\n  /**\n   * This method allows user to consume the next element from the iterator\n   * into the cache.\n   */\n  touchNext() {\n    const { seen, iterator } = this;\n    if (seen.length === 0 || seen[seen.length - 1].done === false) {\n      seen.push(iterator.next());\n    }\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/cached_iterable.js","/*\n * @overview\n *\n * Functions for managing ordered sequences of MessageContexts.\n *\n * An ordered iterable of MessageContext instances can represent the current\n * negotiated fallback chain of languages.  This iterable can be used to find\n * the best existing translation for a given identifier.\n *\n * The mapContext* methods can be used to find the first MessageContext in the\n * given iterable which contains the translation with the given identifier.  If\n * the iterable is ordered according to the result of a language negotiation\n * the returned MessageContext contains the best available translation.\n *\n * A simple function which formats translations based on the identifier might\n * be implemented as follows:\n *\n *     formatString(id, args) {\n *         const ctx = mapContextSync(contexts, id);\n *\n *         if (ctx === null) {\n *             return id;\n *         }\n *\n *         const msg = ctx.getMessage(id);\n *         return ctx.format(msg, args);\n *     }\n *\n * In order to pass an iterator to mapContext*, wrap it in CachedIterable.\n * This allows multiple calls to mapContext* without advancing and eventually\n * depleting the iterator.\n *\n *     function *generateMessages() {\n *         // Some lazy logic for yielding MessageContexts.\n *         yield *[ctx1, ctx2];\n *     }\n *\n *     const contexts = new CachedIterable(generateMessages());\n *     const ctx = mapContextSync(contexts, id);\n *\n */\n\n/*\n * Synchronously map an identifier or an array of identifiers to the best\n * `MessageContext` instance(s).\n *\n * @param {Iterable} iterable\n * @param {string|Array<string>} ids\n * @returns {MessageContext|Array<MessageContext>}\n */\nexport function mapContextSync(iterable, ids) {\n  if (!Array.isArray(ids)) {\n    return getContextForId(iterable, ids);\n  }\n\n  return ids.map(\n    id => getContextForId(iterable, id)\n  );\n}\n\n/*\n * Find the best `MessageContext` with the translation for `id`.\n */\nfunction getContextForId(iterable, id) {\n  for (const context of iterable) {\n    if (context.hasMessage(id)) {\n      return context;\n    }\n  }\n\n  return null;\n}\n\n/*\n * Asynchronously map an identifier or an array of identifiers to the best\n * `MessageContext` instance(s).\n *\n * @param {AsyncIterable} iterable\n * @param {string|Array<string>} ids\n * @returns {Promise<MessageContext|Array<MessageContext>>}\n */\nexport async function mapContextAsync(iterable, ids) {\n  if (!Array.isArray(ids)) {\n    for await (const context of iterable) {\n      if (context.hasMessage(ids)) {\n        return context;\n      }\n    }\n  }\n\n  let remainingCount = ids.length;\n  const foundContexts = new Array(remainingCount).fill(null);\n\n  for await (const context of iterable) {\n    // XXX Switch to const [index, id] of id.entries() when we move to Babel 7.\n    // See https://github.com/babel/babel/issues/5880.\n    for (let index = 0; index < ids.length; index++) {\n      const id = ids[index];\n      if (!foundContexts[index] && context.hasMessage(id)) {\n        foundContexts[index] = context;\n        remainingCount--;\n      }\n\n      // Return early when all ids have been mapped to contexts.\n      if (remainingCount === 0) {\n        return foundContexts;\n      }\n    }\n  }\n\n  return foundContexts;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/fallback.js","function nonBlank(line) {\n  return !/^\\s*$/.test(line);\n}\n\nfunction countIndent(line) {\n  const [indent] = line.match(/^\\s*/);\n  return indent.length;\n}\n\n/**\n * Template literal tag for dedenting FTL code.\n *\n * Strip the common indent of non-blank lines. Remove blank lines.\n *\n * @param {Array<string>} strings\n */\nexport function ftl(strings) {\n  const [code] = strings;\n  const lines = code.split(\"\\n\").filter(nonBlank);\n  const indents = lines.map(countIndent);\n  const common = Math.min(...indents);\n  const indent = new RegExp(`^\\\\s{${common}}`);\n\n  return lines.map(\n    line => line.replace(indent, \"\")\n  ).join(\"\\n\");\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/util.js","/*\n * @module fluent\n * @overview\n *\n * `fluent` is a JavaScript implementation of Project Fluent, a localization\n * framework designed to unleash the expressive power of the natural language.\n *\n */\n\nexport { default as _parse } from \"./parser\";\n\nexport { MessageContext } from \"./context\";\nexport {\n  FluentType as MessageArgument,\n  FluentNumber as MessageNumberArgument,\n  FluentDateTime as MessageDateTimeArgument,\n} from \"./types\";\n\nexport { default as CachedIterable } from \"./cached_iterable\";\nexport { mapContextSync, mapContextAsync } from \"./fallback\";\n\nexport { ftl } from \"./util\";\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent/src/index.js","/* eslint-env mozilla/frame-script */\n\nimport {actionCreators as ac, actionTypes as at, actionUtils as au} from \"common/Actions.jsm\";\nimport {applyMiddleware, combineReducers, createStore} from \"redux\";\n\nexport const MERGE_STORE_ACTION = \"NEW_TAB_INITIAL_STATE\";\nexport const OUTGOING_MESSAGE_NAME = \"ActivityStream:ContentToMain\";\nexport const INCOMING_MESSAGE_NAME = \"ActivityStream:MainToContent\";\nexport const EARLY_QUEUED_ACTIONS = [at.SAVE_SESSION_PERF_DATA, at.PAGE_PRERENDERED];\n\n/**\n * A higher-order function which returns a reducer that, on MERGE_STORE action,\n * will return the action.data object merged into the previous state.\n *\n * For all other actions, it merely calls mainReducer.\n *\n * Because we want this to merge the entire state object, it's written as a\n * higher order function which takes the main reducer (itself often a call to\n * combineReducers) as a parameter.\n *\n * @param  {function} mainReducer reducer to call if action != MERGE_STORE_ACTION\n * @return {function}             a reducer that, on MERGE_STORE_ACTION action,\n *                                will return the action.data object merged\n *                                into the previous state, and the result\n *                                of calling mainReducer otherwise.\n */\nfunction mergeStateReducer(mainReducer) {\n  return (prevState, action) => {\n    if (action.type === MERGE_STORE_ACTION) {\n      return {...prevState, ...action.data};\n    }\n\n    return mainReducer(prevState, action);\n  };\n}\n\n/**\n * messageMiddleware - Middleware that looks for SentToMain type actions, and sends them if necessary\n */\nconst messageMiddleware = store => next => action => {\n  const skipLocal = action.meta && action.meta.skipLocal;\n  if (au.isSendToMain(action)) {\n    sendAsyncMessage(OUTGOING_MESSAGE_NAME, action);\n  }\n  if (!skipLocal) {\n    next(action);\n  }\n};\n\nexport const rehydrationMiddleware = store => next => action => {\n  if (store._didRehydrate) {\n    return next(action);\n  }\n\n  const isMergeStoreAction = action.type === MERGE_STORE_ACTION;\n  const isRehydrationRequest = action.type === at.NEW_TAB_STATE_REQUEST;\n\n  if (isRehydrationRequest) {\n    store._didRequestInitialState = true;\n    return next(action);\n  }\n\n  if (isMergeStoreAction) {\n    store._didRehydrate = true;\n    return next(action);\n  }\n\n  // If init happened after our request was made, we need to re-request\n  if (store._didRequestInitialState && action.type === at.INIT) {\n    return next(ac.AlsoToMain({type: at.NEW_TAB_STATE_REQUEST}));\n  }\n\n  if (au.isBroadcastToContent(action) || au.isSendToOneContent(action) || au.isSendToPreloaded(action)) {\n    // Note that actions received before didRehydrate will not be dispatched\n    // because this could negatively affect preloading and the the state\n    // will be replaced by rehydration anyway.\n    return null;\n  }\n\n  return next(action);\n};\n\n/**\n * This middleware queues up all the EARLY_QUEUED_ACTIONS until it receives\n * the first action from main. This is useful for those actions for main which\n * require higher reliability, i.e. the action will not be lost in the case\n * that it gets sent before the main is ready to receive it. Conversely, any\n * actions allowed early are accepted to be ignorable or re-sendable.\n */\nexport const queueEarlyMessageMiddleware = store => next => action => {\n  if (store._receivedFromMain) {\n    next(action);\n  } else if (au.isFromMain(action)) {\n    next(action);\n    store._receivedFromMain = true;\n    // Sending out all the early actions as main is ready now\n    if (store._earlyActionQueue) {\n      store._earlyActionQueue.forEach(next);\n      store._earlyActionQueue = [];\n    }\n  } else if (EARLY_QUEUED_ACTIONS.includes(action.type)) {\n    store._earlyActionQueue = store._earlyActionQueue || [];\n    store._earlyActionQueue.push(action);\n  } else {\n    // Let any other type of action go through\n    next(action);\n  }\n};\n\n/**\n * initStore - Create a store and listen for incoming actions\n *\n * @param  {object} reducers An object containing Redux reducers\n * @param  {object} intialState (optional) The initial state of the store, if desired\n * @return {object}          A redux store\n */\nexport function initStore(reducers, initialState) {\n  const store = createStore(\n    mergeStateReducer(combineReducers(reducers)),\n    initialState,\n    global.addMessageListener && applyMiddleware(rehydrationMiddleware, queueEarlyMessageMiddleware, messageMiddleware)\n  );\n\n  store._didRehydrate = false;\n  store._didRequestInitialState = false;\n\n  if (global.addMessageListener) {\n    global.addMessageListener(INCOMING_MESSAGE_NAME, msg => {\n      try {\n        store.dispatch(msg.data);\n      } catch (ex) {\n        console.error(\"Content msg:\", msg, \"Dispatch error: \", ex); // eslint-disable-line no-console\n        dump(`Content msg: ${JSON.stringify(msg)}\\nDispatch error: ${ex}\\n${ex.stack}`);\n      }\n    });\n  }\n\n  return store;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/init-store.js","module.exports = ReactDOM;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"ReactDOM\"\n// module id = 12\n// module chunks = 0","import {FormattedMessage} from \"react-intl\";\nimport React from \"react\";\n\nexport class ErrorBoundaryFallback extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.windowObj = this.props.windowObj || window;\n    this.onClick = this.onClick.bind(this);\n  }\n\n  /**\n   * Since we only get here if part of the page has crashed, do a\n   * forced reload to give us the best chance at recovering.\n   */\n  onClick() {\n    this.windowObj.location.reload(true);\n  }\n\n  render() {\n    const defaultClass = \"as-error-fallback\";\n    let className;\n    if (\"className\" in this.props) {\n      className = `${this.props.className} ${defaultClass}`;\n    } else {\n      className = defaultClass;\n    }\n\n    // href=\"#\" to force normal link styling stuff (eg cursor on hover)\n    return (\n      <div className={className}>\n        <div>\n          <FormattedMessage\n            defaultMessage=\"Oops, something went wrong loading this content.\"\n            id=\"error_fallback_default_info\" />\n        </div>\n        <span>\n          <a href=\"#\" className=\"reload-button\" onClick={this.onClick}>\n            <FormattedMessage\n              defaultMessage=\"Refresh page to try again.\"\n              id=\"error_fallback_default_refresh_suggestion\" />\n          </a>\n        </span>\n      </div>\n    );\n  }\n}\nErrorBoundaryFallback.defaultProps = {className: \"as-error-fallback\"};\n\nexport class ErrorBoundary extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.state = {hasError: false};\n  }\n\n  componentDidCatch(error, info) {\n    this.setState({hasError: true});\n  }\n\n  render() {\n    if (!this.state.hasError) {\n      return (this.props.children);\n    }\n\n    return <this.props.FallbackComponent className={this.props.className} />;\n  }\n}\n\nErrorBoundary.defaultProps = {FallbackComponent: ErrorBoundaryFallback};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/ErrorBoundary/ErrorBoundary.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\n\nconst _OpenInPrivateWindow = site => ({\n  id: \"menu_action_open_private_window\",\n  icon: \"new-window-private\",\n  action: ac.OnlyToMain({\n    type: at.OPEN_PRIVATE_WINDOW,\n    data: {url: site.url, referrer: site.referrer}\n  }),\n  userEvent: \"OPEN_PRIVATE_WINDOW\"\n});\n\nexport const GetPlatformString = platform => {\n  switch (platform) {\n    case \"win\":\n      return \"menu_action_show_file_windows\";\n    case \"macosx\":\n      return \"menu_action_show_file_mac_os\";\n    case \"linux\":\n      return \"menu_action_show_file_linux\";\n    default:\n      return \"menu_action_show_file_default\";\n  }\n};\n\n/**\n * List of functions that return items that can be included as menu options in a\n * LinkMenu. All functions take the site as the first parameter, and optionally\n * the index of the site.\n */\nexport const LinkMenuOptions = {\n  Separator: () => ({type: \"separator\"}),\n  EmptyItem: () => ({type: \"empty\"}),\n  RemoveBookmark: site => ({\n    id: \"menu_action_remove_bookmark\",\n    icon: \"bookmark-added\",\n    action: ac.AlsoToMain({\n      type: at.DELETE_BOOKMARK_BY_ID,\n      data: site.bookmarkGuid\n    }),\n    userEvent: \"BOOKMARK_DELETE\"\n  }),\n  AddBookmark: site => ({\n    id: \"menu_action_bookmark\",\n    icon: \"bookmark-hollow\",\n    action: ac.AlsoToMain({\n      type: at.BOOKMARK_URL,\n      data: {url: site.url, title: site.title, type: site.type}\n    }),\n    userEvent: \"BOOKMARK_ADD\"\n  }),\n  OpenInNewWindow: site => ({\n    id: \"menu_action_open_new_window\",\n    icon: \"new-window\",\n    action: ac.AlsoToMain({\n      type: at.OPEN_NEW_WINDOW,\n      data: {\n        referrer: site.referrer,\n        typedBonus: site.typedBonus,\n        url: site.url\n      }\n    }),\n    userEvent: \"OPEN_NEW_WINDOW\"\n  }),\n  BlockUrl: (site, index, eventSource) => ({\n    id: \"menu_action_dismiss\",\n    icon: \"dismiss\",\n    action: ac.AlsoToMain({\n      type: at.BLOCK_URL,\n      data: {url: site.url, pocket_id: site.pocket_id}\n    }),\n    impression: ac.ImpressionStats({\n      source: eventSource,\n      block: 0,\n      tiles: [{id: site.guid, pos: index}]\n    }),\n    userEvent: \"BLOCK\"\n  }),\n\n  // This is an option for web extentions which will result in remove items from\n  // memory and notify the web extenion, rather than using the built-in block list.\n  WebExtDismiss: (site, index, eventSource) => ({\n    id: \"menu_action_webext_dismiss\",\n    string_id: \"menu_action_dismiss\",\n    icon: \"dismiss\",\n    action: ac.WebExtEvent(at.WEBEXT_DISMISS, {\n      source: eventSource,\n      url: site.url,\n      action_position: index\n    })\n  }),\n  DeleteUrl: (site, index, eventSource, isEnabled, siteInfo) => ({\n    id: \"menu_action_delete\",\n    icon: \"delete\",\n    action: {\n      type: at.DIALOG_OPEN,\n      data: {\n        onConfirm: [\n          ac.AlsoToMain({type: at.DELETE_HISTORY_URL, data: {url: site.url, pocket_id: site.pocket_id, forceBlock: site.bookmarkGuid}}),\n          ac.UserEvent(Object.assign({event: \"DELETE\", source: eventSource, action_position: index}, siteInfo))\n        ],\n        eventSource,\n        body_string_id: [\"confirm_history_delete_p1\", \"confirm_history_delete_notice_p2\"],\n        confirm_button_string_id: \"menu_action_delete\",\n        cancel_button_string_id: \"topsites_form_cancel_button\",\n        icon: \"modal-delete\"\n      }\n    },\n    userEvent: \"DIALOG_OPEN\"\n  }),\n  ShowFile: (site, index, eventSource, isEnabled, siteInfo, platform) => ({\n    id: GetPlatformString(platform),\n    icon: \"search\",\n    action: ac.OnlyToMain({\n      type: at.SHOW_DOWNLOAD_FILE,\n      data: {url: site.url}\n    })\n  }),\n  OpenFile: site => ({\n    id: \"menu_action_open_file\",\n    icon: \"open-file\",\n    action: ac.OnlyToMain({\n      type: at.OPEN_DOWNLOAD_FILE,\n      data: {url: site.url}\n    })\n  }),\n  CopyDownloadLink: site => ({\n    id: \"menu_action_copy_download_link\",\n    icon: \"copy\",\n    action: ac.OnlyToMain({\n      type: at.COPY_DOWNLOAD_LINK,\n      data: {url: site.url}\n    })\n  }),\n  GoToDownloadPage: site => ({\n    id: \"menu_action_go_to_download_page\",\n    icon: \"download\",\n    action: ac.OnlyToMain({\n      type: at.OPEN_LINK,\n      data: {url: site.referrer}\n    }),\n    disabled: !site.referrer\n  }),\n  RemoveDownload: site => ({\n    id: \"menu_action_remove_download\",\n    icon: \"delete\",\n    action: ac.OnlyToMain({\n      type: at.REMOVE_DOWNLOAD_FILE,\n      data: {url: site.url}\n    })\n  }),\n  PinTopSite: (site, index) => ({\n    id: \"menu_action_pin\",\n    icon: \"pin\",\n    action: ac.AlsoToMain({\n      type: at.TOP_SITES_PIN,\n      data: {site: {url: site.url}, index}\n    }),\n    userEvent: \"PIN\"\n  }),\n  UnpinTopSite: site => ({\n    id: \"menu_action_unpin\",\n    icon: \"unpin\",\n    action: ac.AlsoToMain({\n      type: at.TOP_SITES_UNPIN,\n      data: {site: {url: site.url}}\n    }),\n    userEvent: \"UNPIN\"\n  }),\n  SaveToPocket: (site, index, eventSource) => ({\n    id: \"menu_action_save_to_pocket\",\n    icon: \"pocket\",\n    action: ac.AlsoToMain({\n      type: at.SAVE_TO_POCKET,\n      data: {site: {url: site.url, title: site.title}}\n    }),\n    impression: ac.ImpressionStats({\n      source: eventSource,\n      pocket: 0,\n      tiles: [{id: site.guid, pos: index}]\n    }),\n    userEvent: \"SAVE_TO_POCKET\"\n  }),\n  DeleteFromPocket: site => ({\n    id: \"menu_action_delete_pocket\",\n    icon: \"delete\",\n    action: ac.AlsoToMain({\n      type: at.DELETE_FROM_POCKET,\n      data: {pocket_id: site.pocket_id}\n    }),\n    userEvent: \"DELETE_FROM_POCKET\"\n  }),\n  ArchiveFromPocket: site => ({\n    id: \"menu_action_archive_pocket\",\n    icon: \"check\",\n    action: ac.AlsoToMain({\n      type: at.ARCHIVE_FROM_POCKET,\n      data: {pocket_id: site.pocket_id}\n    }),\n    userEvent: \"ARCHIVE_FROM_POCKET\"\n  }),\n  EditTopSite: (site, index) => ({\n    id: \"edit_topsites_button_text\",\n    icon: \"edit\",\n    action: {\n      type: at.TOP_SITES_EDIT,\n      data: {index}\n    }\n  }),\n  CheckBookmark: site => (site.bookmarkGuid ? LinkMenuOptions.RemoveBookmark(site) : LinkMenuOptions.AddBookmark(site)),\n  CheckPinTopSite: (site, index) => (site.isPinned ? LinkMenuOptions.UnpinTopSite(site) : LinkMenuOptions.PinTopSite(site, index)),\n  CheckSavedToPocket: (site, index) => (site.pocket_id ? LinkMenuOptions.DeleteFromPocket(site) : LinkMenuOptions.SaveToPocket(site, index)),\n  CheckBookmarkOrArchive: site => (site.pocket_id ? LinkMenuOptions.ArchiveFromPocket(site) : LinkMenuOptions.CheckBookmark(site)),\n  OpenInPrivateWindow: (site, index, eventSource, isEnabled) => (isEnabled ? _OpenInPrivateWindow(site) : LinkMenuOptions.EmptyItem())\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/link-menu-options.js","import {actionCreators as ac} from \"common/Actions.jsm\";\nimport {connect} from \"react-redux\";\nimport {ContextMenu} from \"content-src/components/ContextMenu/ContextMenu\";\nimport {injectIntl} from \"react-intl\";\nimport {LinkMenuOptions} from \"content-src/lib/link-menu-options\";\nimport React from \"react\";\n\nconst DEFAULT_SITE_MENU_OPTIONS = [\"CheckPinTopSite\", \"EditTopSite\", \"Separator\", \"OpenInNewWindow\", \"OpenInPrivateWindow\", \"Separator\", \"BlockUrl\"];\n\nexport class _LinkMenu extends React.PureComponent {\n  getOptions() {\n    const {props} = this;\n    const {site, index, source, isPrivateBrowsingEnabled, siteInfo, platform} = props;\n\n    // Handle special case of default site\n    const propOptions = !site.isDefault ? props.options : DEFAULT_SITE_MENU_OPTIONS;\n\n    const options = propOptions.map(o => LinkMenuOptions[o](site, index, source, isPrivateBrowsingEnabled, siteInfo, platform)).map(option => {\n      const {action, impression, id, string_id, type, userEvent} = option;\n      if (!type && id) {\n        option.label = props.intl.formatMessage({id: string_id || id});\n        option.onClick = () => {\n          props.dispatch(action);\n          if (userEvent) {\n            const userEventData = Object.assign({\n              event: userEvent,\n              source,\n              action_position: index\n            }, siteInfo);\n            props.dispatch(ac.UserEvent(userEventData));\n          }\n          if (impression && props.shouldSendImpressionStats) {\n            props.dispatch(impression);\n          }\n        };\n      }\n      return option;\n    });\n\n    // This is for accessibility to support making each item tabbable.\n    // We want to know which item is the first and which item\n    // is the last, so we can close the context menu accordingly.\n    options[0].first = true;\n    options[options.length - 1].last = true;\n    return options;\n  }\n\n  render() {\n    return (<ContextMenu\n      onUpdate={this.props.onUpdate}\n      options={this.getOptions()} />);\n  }\n}\n\nconst getState = state => ({isPrivateBrowsingEnabled: state.Prefs.values.isPrivateBrowsingEnabled, platform: state.Prefs.values.platform});\nexport const LinkMenu = connect(getState)(injectIntl(_LinkMenu));\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/LinkMenu/LinkMenu.jsx","import React from \"react\";\n\nexport class ContextMenu extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.hideContext = this.hideContext.bind(this);\n    this.onClick = this.onClick.bind(this);\n  }\n\n  hideContext() {\n    this.props.onUpdate(false);\n  }\n\n  componentDidMount() {\n    setTimeout(() => {\n      global.addEventListener(\"click\", this.hideContext);\n    }, 0);\n  }\n\n  componentWillUnmount() {\n    global.removeEventListener(\"click\", this.hideContext);\n  }\n\n  onClick(event) {\n    // Eat all clicks on the context menu so they don't bubble up to window.\n    // This prevents the context menu from closing when clicking disabled items\n    // or the separators.\n    event.stopPropagation();\n  }\n\n  render() {\n    return (<span className=\"context-menu\" onClick={this.onClick}>\n      <ul role=\"menu\" className=\"context-menu-list\">\n        {this.props.options.map((option, i) => (option.type === \"separator\" ?\n          (<li key={i} className=\"separator\" />) :\n          (option.type !== \"empty\" && <ContextMenuItem key={i} option={option} hideContext={this.hideContext} />)\n        ))}\n      </ul>\n    </span>);\n  }\n}\n\nexport class ContextMenuItem extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onClick = this.onClick.bind(this);\n    this.onKeyDown = this.onKeyDown.bind(this);\n  }\n\n  onClick() {\n    this.props.hideContext();\n    this.props.option.onClick();\n  }\n\n  onKeyDown(event) {\n    const {option} = this.props;\n    switch (event.key) {\n      case \"Tab\":\n        // tab goes down in context menu, shift + tab goes up in context menu\n        // if we're on the last item, one more tab will close the context menu\n        // similarly, if we're on the first item, one more shift + tab will close it\n        if ((event.shiftKey && option.first) || (!event.shiftKey && option.last)) {\n          this.props.hideContext();\n        }\n        break;\n      case \"Enter\":\n        this.props.hideContext();\n        option.onClick();\n        break;\n    }\n  }\n\n  render() {\n    const {option} = this.props;\n    return (\n      <li role=\"menuitem\" className=\"context-menu-item\">\n        <a onClick={this.onClick} onKeyDown={this.onKeyDown} tabIndex=\"0\" className={option.disabled ? \"disabled\" : \"\"}>\n          {option.icon && <span className={`icon icon-spacer icon-${option.icon}`} />}\n          {option.label}\n        </a>\n      </li>);\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/ContextMenu/ContextMenu.jsx","/**\n * List of helper functions for screenshot-based images.\n *\n * There are two kinds of images:\n * 1. Remote Image: This is the image from the main process and it refers to\n *    the image in the React props. This can either be an object with the `data`\n *    and `path` properties, if it is a blob, or a string, if it is a normal image.\n * 2. Local Image: This is the image object in the content process and it refers\n *    to the image *object* in the React component's state. All local image\n *    objects have the `url` property, and an additional property `path`, if they\n *    are blobs.\n */\nexport const ScreenshotUtils = {\n  isBlob(isLocal, image) {\n    return !!(image && image.path && ((!isLocal && image.data) || (isLocal && image.url)));\n  },\n\n  // This should always be called with a remote image and not a local image.\n  createLocalImageObject(remoteImage) {\n    if (!remoteImage) {\n      return null;\n    }\n    if (this.isBlob(false, remoteImage)) {\n      return {url: global.URL.createObjectURL(remoteImage.data), path: remoteImage.path};\n    }\n    return {url: remoteImage};\n  },\n\n  // Revokes the object URL of the image if the local image is a blob.\n  // This should always be called with a local image and not a remote image.\n  maybeRevokeBlobObjectURL(localImage) {\n    if (this.isBlob(true, localImage)) {\n      global.URL.revokeObjectURL(localImage.url);\n    }\n  },\n\n  // Checks if remoteImage and localImage are the same.\n  isRemoteImageLocal(localImage, remoteImage) {\n    // Both remoteImage and localImage are present.\n    if (remoteImage && localImage) {\n      return this.isBlob(false, remoteImage) ?\n             localImage.path === remoteImage.path :\n             localImage.url === remoteImage;\n    }\n\n    // This will only handle the remaining three possible outcomes.\n    // (i.e. everything except when both image and localImage are present)\n    return !remoteImage && !localImage;\n  }\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/screenshot-utils.js","import {FormattedMessage, injectIntl} from \"react-intl\";\nimport {actionCreators as ac} from \"common/Actions.jsm\";\nimport {ErrorBoundary} from \"content-src/components/ErrorBoundary/ErrorBoundary\";\nimport React from \"react\";\nimport {SectionMenu} from \"content-src/components/SectionMenu/SectionMenu\";\nimport {SectionMenuOptions} from \"content-src/lib/section-menu-options\";\n\nconst VISIBLE = \"visible\";\nconst VISIBILITY_CHANGE_EVENT = \"visibilitychange\";\n\nfunction getFormattedMessage(message) {\n  return typeof message === \"string\" ? <span>{message}</span> : <FormattedMessage {...message} />;\n}\n\nexport class Disclaimer extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onAcknowledge = this.onAcknowledge.bind(this);\n  }\n\n  onAcknowledge() {\n    this.props.dispatch(ac.SetPref(this.props.disclaimerPref, false));\n    this.props.dispatch(ac.UserEvent({event: \"DISCLAIMER_ACKED\", source: this.props.eventSource}));\n  }\n\n  render() {\n    const {disclaimer} = this.props;\n    return (\n      <div className=\"section-disclaimer\">\n          <div className=\"section-disclaimer-text\">\n            {getFormattedMessage(disclaimer.text)}\n            {disclaimer.link &&\n              <a href={disclaimer.link.href} target=\"_blank\" rel=\"noopener noreferrer\">\n                {getFormattedMessage(disclaimer.link.title || disclaimer.link)}\n              </a>\n            }\n          </div>\n\n          <button onClick={this.onAcknowledge}>\n            {getFormattedMessage(disclaimer.button)}\n          </button>\n      </div>\n    );\n  }\n}\n\nexport const DisclaimerIntl = injectIntl(Disclaimer);\n\nexport class _CollapsibleSection extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onBodyMount = this.onBodyMount.bind(this);\n    this.onHeaderClick = this.onHeaderClick.bind(this);\n    this.onTransitionEnd = this.onTransitionEnd.bind(this);\n    this.enableOrDisableAnimation = this.enableOrDisableAnimation.bind(this);\n    this.onMenuButtonClick = this.onMenuButtonClick.bind(this);\n    this.onMenuButtonMouseEnter = this.onMenuButtonMouseEnter.bind(this);\n    this.onMenuButtonMouseLeave = this.onMenuButtonMouseLeave.bind(this);\n    this.onMenuUpdate = this.onMenuUpdate.bind(this);\n    this.state = {enableAnimation: true, isAnimating: false, menuButtonHover: false, showContextMenu: false};\n  }\n\n  componentWillMount() {\n    this.props.document.addEventListener(VISIBILITY_CHANGE_EVENT, this.enableOrDisableAnimation);\n  }\n\n  componentWillUpdate(nextProps) {\n    // Check if we're about to go from expanded to collapsed\n    if (!this.props.collapsed && nextProps.collapsed) {\n      // This next line forces a layout flush of the section body, which has a\n      // max-height style set, so that the upcoming collapse animation can\n      // animate from that height to the collapsed height. Without this, the\n      // update is coalesced and there's no animation from no-max-height to 0.\n      this.sectionBody.scrollHeight; // eslint-disable-line no-unused-expressions\n    }\n  }\n\n  componentWillUnmount() {\n    this.props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this.enableOrDisableAnimation);\n  }\n\n  enableOrDisableAnimation() {\n    // Only animate the collapse/expand for visible tabs.\n    const visible = this.props.document.visibilityState === VISIBLE;\n    if (this.state.enableAnimation !== visible) {\n      this.setState({enableAnimation: visible});\n    }\n  }\n\n  onBodyMount(node) {\n    this.sectionBody = node;\n  }\n\n  onHeaderClick() {\n    // If this.sectionBody is unset, it means that we're in some sort of error\n    // state, probably displaying the error fallback, so we won't be able to\n    // compute the height, and we don't want to persist the preference.\n    // If props.collapsed is undefined handler shouldn't do anything.\n    if (!this.sectionBody || this.props.collapsed === undefined) {\n      return;\n    }\n\n    // Get the current height of the body so max-height transitions can work\n    this.setState({\n      isAnimating: true,\n      maxHeight: `${this.sectionBody.scrollHeight}px`\n    });\n    const {action, userEvent} = SectionMenuOptions.CheckCollapsed(this.props);\n    this.props.dispatch(action);\n    this.props.dispatch(ac.UserEvent({\n      event: userEvent,\n      source: this.props.source\n    }));\n  }\n\n  onTransitionEnd(event) {\n    // Only update the animating state for our own transition (not a child's)\n    if (event.target === event.currentTarget) {\n      this.setState({isAnimating: false});\n    }\n  }\n\n  renderIcon() {\n    const {icon} = this.props;\n    if (icon && icon.startsWith(\"moz-extension://\")) {\n      return <span className=\"icon icon-small-spacer\" style={{backgroundImage: `url('${icon}')`}} />;\n    }\n    return <span className={`icon icon-small-spacer icon-${icon || \"webextension\"}`} />;\n  }\n\n  onMenuButtonClick(event) {\n    event.preventDefault();\n    this.setState({showContextMenu: true});\n  }\n\n  onMenuButtonMouseEnter() {\n    this.setState({menuButtonHover: true});\n  }\n\n  onMenuButtonMouseLeave() {\n    this.setState({menuButtonHover: false});\n  }\n\n  onMenuUpdate(showContextMenu) {\n    this.setState({showContextMenu});\n  }\n\n  render() {\n    const isCollapsible = this.props.collapsed !== undefined;\n    const {enableAnimation, isAnimating, maxHeight, menuButtonHover, showContextMenu} = this.state;\n    const {id, eventSource, collapsed, disclaimer, title, extraMenuOptions, showPrefName, privacyNoticeURL, dispatch, isFirst, isLast, isWebExtension} = this.props;\n    const disclaimerPref = `section.${id}.showDisclaimer`;\n    const needsDisclaimer = disclaimer && this.props.Prefs.values[disclaimerPref];\n    const active = menuButtonHover || showContextMenu;\n    return (\n      <section\n        className={`collapsible-section ${this.props.className}${enableAnimation ? \" animation-enabled\" : \"\"}${collapsed ? \" collapsed\" : \"\"}${active ? \" active\" : \"\"}`}\n        // Note: data-section-id is used for web extension api tests in mozilla central\n        data-section-id={id}>\n        <div className=\"section-top-bar\">\n          <h3 className=\"section-title\">\n            <span className=\"click-target\" onClick={this.onHeaderClick}>\n              {this.renderIcon()}\n              {getFormattedMessage(title)}\n              {isCollapsible && <span className={`collapsible-arrow icon ${collapsed ? \"icon-arrowhead-forward-small\" : \"icon-arrowhead-down-small\"}`} />}\n            </span>\n          </h3>\n          <div>\n            <button\n              className=\"context-menu-button icon\"\n              onClick={this.onMenuButtonClick}\n              onMouseEnter={this.onMenuButtonMouseEnter}\n              onMouseLeave={this.onMenuButtonMouseLeave}>\n              <span className=\"sr-only\">\n                <FormattedMessage id=\"section_context_menu_button_sr\" />\n              </span>\n            </button>\n            {showContextMenu &&\n              <SectionMenu\n                id={id}\n                extraOptions={extraMenuOptions}\n                eventSource={eventSource}\n                showPrefName={showPrefName}\n                privacyNoticeURL={privacyNoticeURL}\n                collapsed={collapsed}\n                onUpdate={this.onMenuUpdate}\n                isFirst={isFirst}\n                isLast={isLast}\n                dispatch={dispatch}\n                isWebExtension={isWebExtension} />\n            }\n          </div>\n        </div>\n        <ErrorBoundary className=\"section-body-fallback\">\n          <div\n            className={`section-body${isAnimating ? \" animating\" : \"\"}`}\n            onTransitionEnd={this.onTransitionEnd}\n            ref={this.onBodyMount}\n            style={isAnimating && !collapsed ? {maxHeight} : null}>\n            {needsDisclaimer && <DisclaimerIntl disclaimerPref={disclaimerPref} disclaimer={disclaimer} eventSource={eventSource} dispatch={this.props.dispatch} />}\n            {this.props.children}\n          </div>\n        </ErrorBoundary>\n      </section>\n    );\n  }\n}\n\n_CollapsibleSection.defaultProps = {\n  document: global.document || {\n    addEventListener: () => {},\n    removeEventListener: () => {},\n    visibilityState: \"hidden\"\n  },\n  Prefs: {values: {}}\n};\n\nexport const CollapsibleSection = injectIntl(_CollapsibleSection);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/CollapsibleSection/CollapsibleSection.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\n\n/**\n * List of functions that return items that can be included as menu options in a\n * SectionMenu. All functions take the section as the only parameter.\n */\nexport const SectionMenuOptions = {\n  Separator: () => ({type: \"separator\"}),\n  MoveUp: section => ({\n    id: \"section_menu_action_move_up\",\n    icon: \"arrowhead-up\",\n    action: ac.OnlyToMain({\n      type: at.SECTION_MOVE,\n      data: {id: section.id, direction: -1}\n    }),\n    userEvent: \"MENU_MOVE_UP\",\n    disabled: !!section.isFirst\n  }),\n  MoveDown: section => ({\n    id: \"section_menu_action_move_down\",\n    icon: \"arrowhead-down\",\n    action: ac.OnlyToMain({\n      type: at.SECTION_MOVE,\n      data: {id: section.id, direction: +1}\n    }),\n    userEvent: \"MENU_MOVE_DOWN\",\n    disabled: !!section.isLast\n  }),\n  RemoveSection: section => ({\n    id: \"section_menu_action_remove_section\",\n    icon: \"dismiss\",\n    action: ac.SetPref(section.showPrefName, false),\n    userEvent: \"MENU_REMOVE\"\n  }),\n  CollapseSection: section => ({\n    id: \"section_menu_action_collapse_section\",\n    icon: \"minimize\",\n    action: ac.OnlyToMain({type: at.UPDATE_SECTION_PREFS, data: {id: section.id, value: {collapsed: true}}}),\n    userEvent: \"MENU_COLLAPSE\"\n  }),\n  ExpandSection: section => ({\n    id: \"section_menu_action_expand_section\",\n    icon: \"maximize\",\n    action: ac.OnlyToMain({type: at.UPDATE_SECTION_PREFS, data: {id: section.id, value: {collapsed: false}}}),\n    userEvent: \"MENU_EXPAND\"\n  }),\n  ManageSection: section => ({\n    id: \"section_menu_action_manage_section\",\n    icon: \"settings\",\n    action: ac.OnlyToMain({type: at.SETTINGS_OPEN}),\n    userEvent: \"MENU_MANAGE\"\n  }),\n  ManageWebExtension: section => ({\n    id: \"section_menu_action_manage_webext\",\n    icon: \"settings\",\n    action: ac.OnlyToMain({type: at.OPEN_WEBEXT_SETTINGS, data: section.id})\n  }),\n  AddTopSite: section => ({\n    id: \"section_menu_action_add_topsite\",\n    icon: \"add\",\n    action: {type: at.TOP_SITES_EDIT, data: {index: -1}},\n    userEvent: \"MENU_ADD_TOPSITE\"\n  }),\n  PrivacyNotice: section => ({\n    id: \"section_menu_action_privacy_notice\",\n    icon: \"info\",\n    action: ac.OnlyToMain({\n      type: at.OPEN_LINK,\n      data: {url: section.privacyNoticeURL}\n    }),\n    userEvent: \"MENU_PRIVACY_NOTICE\"\n  }),\n  CheckCollapsed: section => (section.collapsed ? SectionMenuOptions.ExpandSection(section) : SectionMenuOptions.CollapseSection(section))\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/section-menu-options.js","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {perfService as perfSvc} from \"common/PerfService.jsm\";\nimport React from \"react\";\n\n// Currently record only a fixed set of sections. This will prevent data\n// from custom sections from showing up or from topstories.\nconst RECORDED_SECTIONS = [\"highlights\", \"topsites\"];\n\nexport class ComponentPerfTimer extends React.Component {\n  constructor(props) {\n    super(props);\n    // Just for test dependency injection:\n    this.perfSvc = this.props.perfSvc || perfSvc;\n\n    this._sendBadStateEvent = this._sendBadStateEvent.bind(this);\n    this._sendPaintedEvent = this._sendPaintedEvent.bind(this);\n    this._reportMissingData = false;\n    this._timestampHandled = false;\n    this._recordedFirstRender = false;\n  }\n\n  componentDidMount() {\n    if (!RECORDED_SECTIONS.includes(this.props.id)) {\n      return;\n    }\n\n    this._maybeSendPaintedEvent();\n  }\n\n  componentDidUpdate() {\n    if (!RECORDED_SECTIONS.includes(this.props.id)) {\n      return;\n    }\n\n    this._maybeSendPaintedEvent();\n  }\n\n  /**\n   * Call the given callback after the upcoming frame paints.\n   *\n   * @note Both setTimeout and requestAnimationFrame are throttled when the page\n   * is hidden, so this callback may get called up to a second or so after the\n   * requestAnimationFrame \"paint\" for hidden tabs.\n   *\n   * Newtabs hidden while loading will presumably be fairly rare (other than\n   * preloaded tabs, which we will be filtering out on the server side), so such\n   * cases should get lost in the noise.\n   *\n   * If we decide that it's important to find out when something that's hidden\n   * has \"painted\", however, another option is to post a message to this window.\n   * That should happen even faster than setTimeout, and, at least as of this\n   * writing, it's not throttled in hidden windows in Firefox.\n   *\n   * @param {Function} callback\n   *\n   * @returns void\n   */\n  _afterFramePaint(callback) {\n    requestAnimationFrame(() => setTimeout(callback, 0));\n  }\n\n  _maybeSendBadStateEvent() {\n    // Follow up bugs:\n    // https://github.com/mozilla/activity-stream/issues/3691\n    if (!this.props.initialized) {\n      // Remember to report back when data is available.\n      this._reportMissingData = true;\n    } else if (this._reportMissingData) {\n      this._reportMissingData = false;\n      // Report how long it took for component to become initialized.\n      this._sendBadStateEvent();\n    }\n  }\n\n  _maybeSendPaintedEvent() {\n    // If we've already handled a timestamp, don't do it again.\n    if (this._timestampHandled || !this.props.initialized) {\n      return;\n    }\n\n    // And if we haven't, we're doing so now, so remember that. Even if\n    // something goes wrong in the callback, we can't try again, as we'd be\n    // sending back the wrong data, and we have to do it here, so that other\n    // calls to this method while waiting for the next frame won't also try to\n    // handle it.\n    this._timestampHandled = true;\n    this._afterFramePaint(this._sendPaintedEvent);\n  }\n\n  /**\n   * Triggered by call to render. Only first call goes through due to\n   * `_recordedFirstRender`.\n   */\n  _ensureFirstRenderTsRecorded() {\n    // Used as t0 for recording how long component took to initialize.\n    if (!this._recordedFirstRender) {\n      this._recordedFirstRender = true;\n      // topsites_first_render_ts, highlights_first_render_ts.\n      const key = `${this.props.id}_first_render_ts`;\n      this.perfSvc.mark(key);\n    }\n  }\n\n  /**\n   * Creates `TELEMETRY_UNDESIRED_EVENT` with timestamp in ms\n   * of how much longer the data took to be ready for display than it would\n   * have been the ideal case.\n   * https://github.com/mozilla/ping-centre/issues/98\n   */\n  _sendBadStateEvent() {\n    // highlights_data_ready_ts, topsites_data_ready_ts.\n    const dataReadyKey = `${this.props.id}_data_ready_ts`;\n    this.perfSvc.mark(dataReadyKey);\n\n    try {\n      const firstRenderKey = `${this.props.id}_first_render_ts`;\n      // value has to be Int32.\n      const value = parseInt(this.perfSvc.getMostRecentAbsMarkStartByName(dataReadyKey) -\n                             this.perfSvc.getMostRecentAbsMarkStartByName(firstRenderKey), 10);\n      this.props.dispatch(ac.OnlyToMain({\n        type: at.SAVE_SESSION_PERF_DATA,\n        // highlights_data_late_by_ms, topsites_data_late_by_ms.\n        data: {[`${this.props.id}_data_late_by_ms`]: value}\n      }));\n    } catch (ex) {\n      // If this failed, it's likely because the `privacy.resistFingerprinting`\n      // pref is true.\n    }\n  }\n\n  _sendPaintedEvent() {\n    // Record first_painted event but only send if topsites.\n    if (this.props.id !== \"topsites\") {\n      return;\n    }\n\n    // topsites_first_painted_ts.\n    const key = `${this.props.id}_first_painted_ts`;\n    this.perfSvc.mark(key);\n\n    try {\n      const data = {};\n      data[key] = this.perfSvc.getMostRecentAbsMarkStartByName(key);\n\n      this.props.dispatch(ac.OnlyToMain({\n        type: at.SAVE_SESSION_PERF_DATA,\n        data\n      }));\n    } catch (ex) {\n      // If this failed, it's likely because the `privacy.resistFingerprinting`\n      // pref is true.  We should at least not blow up, and should continue\n      // to set this._timestampHandled to avoid going through this again.\n    }\n  }\n\n  render() {\n    if (RECORDED_SECTIONS.includes(this.props.id)) {\n      this._ensureFirstRenderTsRecorded();\n      this._maybeSendBadStateEvent();\n    }\n    return this.props.children;\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/ComponentPerfTimer/ComponentPerfTimer.jsx","/* globals Services */\n\"use strict\";\n\n/* istanbul ignore if */\nif (typeof ChromeUtils !== \"undefined\") {\n  ChromeUtils.import(\"resource://gre/modules/Services.jsm\");\n}\n\nlet usablePerfObj;\n\n/* istanbul ignore if */\n/* istanbul ignore else */\nif (typeof Services !== \"undefined\") {\n  // Borrow the high-resolution timer from the hidden window....\n  usablePerfObj = Services.appShell.hiddenDOMWindow.performance;\n} else if (typeof performance !== \"undefined\") {\n  // we must be running in content space\n  // eslint-disable-next-line no-undef\n  usablePerfObj = performance;\n} else {\n  // This is a dummy object so this file doesn't crash in the node prerendering\n  // task.\n  usablePerfObj = {\n    now() {},\n    mark() {}\n  };\n}\n\nfunction _PerfService(options) {\n  // For testing, so that we can use a fake Window.performance object with\n  // known state.\n  if (options && options.performanceObj) {\n    this._perf = options.performanceObj;\n  } else {\n    this._perf = usablePerfObj;\n  }\n}\n\n_PerfService.prototype = {\n  /**\n   * Calls the underlying mark() method on the appropriate Window.performance\n   * object to add a mark with the given name to the appropriate performance\n   * timeline.\n   *\n   * @param  {String} name  the name to give the current mark\n   * @return {void}\n   */\n  mark: function mark(str) {\n    this._perf.mark(str);\n  },\n\n  /**\n   * Calls the underlying getEntriesByName on the appropriate Window.performance\n   * object.\n   *\n   * @param  {String} name\n   * @param  {String} type eg \"mark\"\n   * @return {Array}       Performance* objects\n   */\n  getEntriesByName: function getEntriesByName(name, type) {\n    return this._perf.getEntriesByName(name, type);\n  },\n\n  /**\n   * The timeOrigin property from the appropriate performance object.\n   * Used to ensure that timestamps from the add-on code and the content code\n   * are comparable.\n   *\n   * @note If this is called from a context without a window\n   * (eg a JSM in chrome), it will return the timeOrigin of the XUL hidden\n   * window, which appears to be the first created window (and thus\n   * timeOrigin) in the browser.  Note also, however, there is also a private\n   * hidden window, presumably for private browsing, which appears to be\n   * created dynamically later.  Exactly how/when that shows up needs to be\n   * investigated.\n   *\n   * @return {Number} A double of milliseconds with a precision of 0.5us.\n   */\n  get timeOrigin() {\n    return this._perf.timeOrigin;\n  },\n\n  /**\n   * Returns the \"absolute\" version of performance.now(), i.e. one that\n   * should ([bug 1401406](https://bugzilla.mozilla.org/show_bug.cgi?id=1401406)\n   * be comparable across both chrome and content.\n   *\n   * @return {Number}\n   */\n  absNow: function absNow() {\n    return this.timeOrigin + this._perf.now();\n  },\n\n  /**\n   * This returns the absolute startTime from the most recent performance.mark()\n   * with the given name.\n   *\n   * @param  {String} name  the name to lookup the start time for\n   *\n   * @return {Number}       the returned start time, as a DOMHighResTimeStamp\n   *\n   * @throws {Error}        \"No Marks with the name ...\" if none are available\n   *\n   * @note Always surround calls to this by try/catch.  Otherwise your code\n   * may fail when the `privacy.resistFingerprinting` pref is true.  When\n   * this pref is set, all attempts to get marks will likely fail, which will\n   * cause this method to throw.\n   *\n   * See [bug 1369303](https://bugzilla.mozilla.org/show_bug.cgi?id=1369303)\n   * for more info.\n   */\n  getMostRecentAbsMarkStartByName(name) {\n    let entries = this.getEntriesByName(name, \"mark\");\n\n    if (!entries.length) {\n      throw new Error(`No marks with the name ${name}`);\n    }\n\n    let mostRecentEntry = entries[entries.length - 1];\n    return this._perf.timeOrigin + mostRecentEntry.startTime;\n  }\n};\n\nthis.perfService = new _PerfService();\nconst EXPORTED_SYMBOLS = [\"_PerfService\", \"perfService\"];\n\n\n\n// WEBPACK FOOTER //\n// ./common/PerfService.jsm","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {FormattedMessage, injectIntl} from \"react-intl\";\nimport {\n  MIN_CORNER_FAVICON_SIZE,\n  MIN_RICH_FAVICON_SIZE,\n  TOP_SITES_CONTEXT_MENU_OPTIONS,\n  TOP_SITES_SOURCE\n} from \"./TopSitesConstants\";\nimport {LinkMenu} from \"content-src/components/LinkMenu/LinkMenu\";\nimport React from \"react\";\nimport {ScreenshotUtils} from \"content-src/lib/screenshot-utils\";\nimport {TOP_SITES_MAX_SITES_PER_ROW} from \"common/Reducers.jsm\";\n\nexport class TopSiteLink extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.state = {screenshotImage: null};\n    this.onDragEvent = this.onDragEvent.bind(this);\n  }\n\n  /*\n   * Helper to determine whether the drop zone should allow a drop. We only allow\n   * dropping top sites for now.\n   */\n  _allowDrop(e) {\n    return e.dataTransfer.types.includes(\"text/topsite-index\");\n  }\n\n  onDragEvent(event) {\n    switch (event.type) {\n      case \"click\":\n        // Stop any link clicks if we started any dragging\n        if (this.dragged) {\n          event.preventDefault();\n        }\n        break;\n      case \"dragstart\":\n        this.dragged = true;\n        event.dataTransfer.effectAllowed = \"move\";\n        event.dataTransfer.setData(\"text/topsite-index\", this.props.index);\n        event.target.blur();\n        this.props.onDragEvent(event, this.props.index, this.props.link, this.props.title);\n        break;\n      case \"dragend\":\n        this.props.onDragEvent(event);\n        break;\n      case \"dragenter\":\n      case \"dragover\":\n      case \"drop\":\n        if (this._allowDrop(event)) {\n          event.preventDefault();\n          this.props.onDragEvent(event, this.props.index);\n        }\n        break;\n      case \"mousedown\":\n        // Reset at the first mouse event of a potential drag\n        this.dragged = false;\n        break;\n    }\n  }\n\n  /**\n   * Helper to obtain the next state based on nextProps and prevState.\n   *\n   * NOTE: Rename this method to getDerivedStateFromProps when we update React\n   *       to >= 16.3. We will need to update tests as well. We cannot rename this\n   *       method to getDerivedStateFromProps now because there is a mismatch in\n   *       the React version that we are using for both testing and production.\n   *       (i.e. react-test-render => \"16.3.2\", react => \"16.2.0\").\n   *\n   * See https://github.com/airbnb/enzyme/blob/master/packages/enzyme-adapter-react-16/package.json#L43.\n   */\n  static getNextStateFromProps(nextProps, prevState) {\n    const {screenshot} = nextProps.link;\n    const imageInState = ScreenshotUtils.isRemoteImageLocal(prevState.screenshotImage, screenshot);\n    if (imageInState) {\n      return null;\n    }\n\n    // Since image was updated, attempt to revoke old image blob URL, if it exists.\n    ScreenshotUtils.maybeRevokeBlobObjectURL(prevState.screenshotImage);\n\n    return {screenshotImage: ScreenshotUtils.createLocalImageObject(screenshot)};\n  }\n\n  // NOTE: Remove this function when we update React to >= 16.3 since React will\n  //       call getDerivedStateFromProps automatically. We will also need to\n  //       rename getNextStateFromProps to getDerivedStateFromProps.\n  componentWillMount() {\n    const nextState = TopSiteLink.getNextStateFromProps(this.props, this.state);\n    if (nextState) {\n      this.setState(nextState);\n    }\n  }\n\n  // NOTE: Remove this function when we update React to >= 16.3 since React will\n  //       call getDerivedStateFromProps automatically. We will also need to\n  //       rename getNextStateFromProps to getDerivedStateFromProps.\n  componentWillReceiveProps(nextProps) {\n    const nextState = TopSiteLink.getNextStateFromProps(nextProps, this.state);\n    if (nextState) {\n      this.setState(nextState);\n    }\n  }\n\n  componentWillUnmount() {\n    ScreenshotUtils.maybeRevokeBlobObjectURL(this.state.screenshotImage);\n  }\n\n  render() {\n    const {children, className, defaultStyle, isDraggable, link, onClick, title} = this.props;\n    const topSiteOuterClassName = `top-site-outer${className ? ` ${className}` : \"\"}${link.isDragged ? \" dragged\" : \"\"}`;\n    const {tippyTopIcon, faviconSize} = link;\n    const [letterFallback] = title;\n    let imageClassName;\n    let imageStyle;\n    let showSmallFavicon = false;\n    let smallFaviconStyle;\n    let smallFaviconFallback;\n    let hasScreenshotImage = this.state.screenshotImage && this.state.screenshotImage.url;\n    if (defaultStyle) { // force no styles (letter fallback) even if the link has imagery\n      smallFaviconFallback = false;\n    } else if (link.customScreenshotURL) {\n      // assume high quality custom screenshot and use rich icon styles and class names\n      imageClassName = \"top-site-icon rich-icon\";\n      imageStyle = {\n        backgroundColor: link.backgroundColor,\n        backgroundImage: hasScreenshotImage ? `url(${this.state.screenshotImage.url})` : \"none\"\n      };\n    } else if (tippyTopIcon || faviconSize >= MIN_RICH_FAVICON_SIZE) {\n      // styles and class names for top sites with rich icons\n      imageClassName = \"top-site-icon rich-icon\";\n      imageStyle = {\n        backgroundColor: link.backgroundColor,\n        backgroundImage: `url(${tippyTopIcon || link.favicon})`\n      };\n    } else {\n      // styles and class names for top sites with screenshot + small icon in top left corner\n      imageClassName = `screenshot${hasScreenshotImage ? \" active\" : \"\"}`;\n      imageStyle = {backgroundImage: hasScreenshotImage ? `url(${this.state.screenshotImage.url})` : \"none\"};\n\n      // only show a favicon in top left if it's greater than 16x16\n      if (faviconSize >= MIN_CORNER_FAVICON_SIZE) {\n        showSmallFavicon = true;\n        smallFaviconStyle = {backgroundImage:  `url(${link.favicon})`};\n      } else if (hasScreenshotImage) {\n        // Don't show a small favicon if there is no screenshot, because that\n        // would result in two fallback icons\n        showSmallFavicon = true;\n        smallFaviconFallback = true;\n      }\n    }\n    let draggableProps = {};\n    if (isDraggable) {\n      draggableProps = {\n        onClick: this.onDragEvent,\n        onDragEnd: this.onDragEvent,\n        onDragStart: this.onDragEvent,\n        onMouseDown: this.onDragEvent\n      };\n    }\n    return (<li className={topSiteOuterClassName} onDrop={this.onDragEvent} onDragOver={this.onDragEvent} onDragEnter={this.onDragEvent} onDragLeave={this.onDragEvent} {...draggableProps}>\n      <div className=\"top-site-inner\">\n         <a href={link.url} onClick={onClick}>\n            <div className=\"tile\" aria-hidden={true} data-fallback={letterFallback}>\n              <div className={imageClassName} style={imageStyle} />\n              {showSmallFavicon && <div\n                className=\"top-site-icon default-icon\"\n                data-fallback={smallFaviconFallback && letterFallback}\n                style={smallFaviconStyle} />}\n           </div>\n           <div className={`title ${link.isPinned ? \"pinned\" : \"\"}`}>\n             {link.isPinned && <div className=\"icon icon-pin-small\" />}\n              <span dir=\"auto\">{title}</span>\n           </div>\n         </a>\n         {children}\n      </div>\n    </li>);\n  }\n}\nTopSiteLink.defaultProps = {\n  title: \"\",\n  link: {},\n  isDraggable: true\n};\n\nexport class TopSite extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.state = {showContextMenu: false};\n    this.onLinkClick = this.onLinkClick.bind(this);\n    this.onMenuButtonClick = this.onMenuButtonClick.bind(this);\n    this.onMenuUpdate = this.onMenuUpdate.bind(this);\n  }\n\n  /**\n   * Report to telemetry additional information about the item.\n   */\n  _getTelemetryInfo() {\n    const value = {icon_type: this.props.link.iconType};\n    // Filter out \"not_pinned\" type for being the default\n    if (this.props.link.isPinned) {\n      value.card_type = \"pinned\";\n    }\n    return {value};\n  }\n\n  userEvent(event) {\n    this.props.dispatch(ac.UserEvent(Object.assign({\n      event,\n      source: TOP_SITES_SOURCE,\n      action_position: this.props.index\n    }, this._getTelemetryInfo())));\n  }\n\n  onLinkClick(event) {\n    this.userEvent(\"CLICK\");\n\n    // Specially handle a top site link click for \"typed\" frecency bonus as\n    // specified as a property on the link.\n    event.preventDefault();\n    const {altKey, button, ctrlKey, metaKey, shiftKey} = event;\n    this.props.dispatch(ac.OnlyToMain({\n      type: at.OPEN_LINK,\n      data: Object.assign(this.props.link, {event: {altKey, button, ctrlKey, metaKey, shiftKey}})\n    }));\n  }\n\n  onMenuButtonClick(event) {\n    event.preventDefault();\n    this.props.onActivate(this.props.index);\n    this.setState({showContextMenu: true});\n  }\n\n  onMenuUpdate(showContextMenu) {\n    this.setState({showContextMenu});\n  }\n\n  render() {\n    const {props} = this;\n    const {link} = props;\n    const isContextMenuOpen = this.state.showContextMenu && props.activeIndex === props.index;\n    const title = link.label || link.hostname;\n    return (<TopSiteLink {...props} onClick={this.onLinkClick} onDragEvent={this.props.onDragEvent} className={`${props.className || \"\"}${isContextMenuOpen ? \" active\" : \"\"}`} title={title}>\n        <div>\n          <button className=\"context-menu-button icon\" onClick={this.onMenuButtonClick}>\n            <span className=\"sr-only\">\n              <FormattedMessage id=\"context_menu_button_sr\" values={{title}} />\n            </span>\n          </button>\n          {isContextMenuOpen &&\n            <LinkMenu\n              dispatch={props.dispatch}\n              index={props.index}\n              onUpdate={this.onMenuUpdate}\n              options={TOP_SITES_CONTEXT_MENU_OPTIONS}\n              site={link}\n              siteInfo={this._getTelemetryInfo()}\n              source={TOP_SITES_SOURCE} />\n          }\n        </div>\n    </TopSiteLink>);\n  }\n}\nTopSite.defaultProps = {\n  link: {},\n  onActivate() {}\n};\n\nexport class TopSitePlaceholder extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onEditButtonClick = this.onEditButtonClick.bind(this);\n  }\n\n  onEditButtonClick() {\n    this.props.dispatch(\n      {type: at.TOP_SITES_EDIT, data: {index: this.props.index}});\n  }\n\n  render() {\n    return (<TopSiteLink {...this.props} className={`placeholder ${this.props.className || \"\"}`} isDraggable={false}>\n      <button className=\"context-menu-button edit-button icon\"\n       title={this.props.intl.formatMessage({id: \"edit_topsites_edit_button\"})}\n       onClick={this.onEditButtonClick} />\n    </TopSiteLink>);\n  }\n}\n\nexport class _TopSiteList extends React.PureComponent {\n  static get DEFAULT_STATE() {\n    return {\n      activeIndex: null,\n      draggedIndex: null,\n      draggedSite: null,\n      draggedTitle: null,\n      topSitesPreview: null\n    };\n  }\n\n  constructor(props) {\n    super(props);\n    this.state = _TopSiteList.DEFAULT_STATE;\n    this.onDragEvent = this.onDragEvent.bind(this);\n    this.onActivate = this.onActivate.bind(this);\n  }\n\n  componentWillReceiveProps(nextProps) {\n    if (this.state.draggedSite) {\n      const prevTopSites = this.props.TopSites && this.props.TopSites.rows;\n      const newTopSites = nextProps.TopSites && nextProps.TopSites.rows;\n      if (prevTopSites && prevTopSites[this.state.draggedIndex] &&\n        prevTopSites[this.state.draggedIndex].url === this.state.draggedSite.url &&\n        (!newTopSites[this.state.draggedIndex] || newTopSites[this.state.draggedIndex].url !== this.state.draggedSite.url)) {\n        // We got the new order from the redux store via props. We can clear state now.\n        this.setState(_TopSiteList.DEFAULT_STATE);\n      }\n    }\n  }\n\n  userEvent(event, index) {\n    this.props.dispatch(ac.UserEvent({\n      event,\n      source: TOP_SITES_SOURCE,\n      action_position: index\n    }));\n  }\n\n  onDragEvent(event, index, link, title) {\n    switch (event.type) {\n      case \"dragstart\":\n        this.dropped = false;\n        this.setState({\n          draggedIndex: index,\n          draggedSite: link,\n          draggedTitle: title,\n          activeIndex: null\n        });\n        this.userEvent(\"DRAG\", index);\n        break;\n      case \"dragend\":\n        if (!this.dropped) {\n          // If there was no drop event, reset the state to the default.\n          this.setState(_TopSiteList.DEFAULT_STATE);\n        }\n        break;\n      case \"dragenter\":\n        if (index === this.state.draggedIndex) {\n          this.setState({topSitesPreview: null});\n        } else {\n          this.setState({topSitesPreview: this._makeTopSitesPreview(index)});\n        }\n        break;\n      case \"drop\":\n        if (index !== this.state.draggedIndex) {\n          this.dropped = true;\n          this.props.dispatch(ac.AlsoToMain({\n            type: at.TOP_SITES_INSERT,\n            data: {\n              site: {\n                url: this.state.draggedSite.url,\n                label: this.state.draggedTitle,\n                customScreenshotURL: this.state.draggedSite.customScreenshotURL\n              },\n              index,\n              draggedFromIndex: this.state.draggedIndex\n            }\n          }));\n          this.userEvent(\"DROP\", index);\n        }\n        break;\n    }\n  }\n\n  _getTopSites() {\n    // Make a copy of the sites to truncate or extend to desired length\n    let topSites = this.props.TopSites.rows.slice();\n    topSites.length = this.props.TopSitesRows * TOP_SITES_MAX_SITES_PER_ROW;\n    return topSites;\n  }\n\n  /**\n   * Make a preview of the topsites that will be the result of dropping the currently\n   * dragged site at the specified index.\n   */\n  _makeTopSitesPreview(index) {\n    const topSites = this._getTopSites();\n    topSites[this.state.draggedIndex] = null;\n    const pinnedOnly = topSites.map(site => ((site && site.isPinned) ? site : null));\n    const unpinned = topSites.filter(site => site && !site.isPinned);\n    const siteToInsert = Object.assign({}, this.state.draggedSite, {isPinned: true, isDragged: true});\n    if (!pinnedOnly[index]) {\n      pinnedOnly[index] = siteToInsert;\n    } else {\n      // Find the hole to shift the pinned site(s) towards. We shift towards the\n      // hole left by the site being dragged.\n      let holeIndex = index;\n      const indexStep = index > this.state.draggedIndex ? -1 : 1;\n      while (pinnedOnly[holeIndex]) {\n        holeIndex += indexStep;\n      }\n\n      // Shift towards the hole.\n      const shiftingStep = index > this.state.draggedIndex ? 1 : -1;\n      while (holeIndex !== index) {\n        const nextIndex = holeIndex + shiftingStep;\n        pinnedOnly[holeIndex] = pinnedOnly[nextIndex];\n        holeIndex = nextIndex;\n      }\n      pinnedOnly[index] = siteToInsert;\n    }\n\n    // Fill in the remaining holes with unpinned sites.\n    const preview = pinnedOnly;\n    for (let i = 0; i < preview.length; i++) {\n      if (!preview[i]) {\n        preview[i] = unpinned.shift() || null;\n      }\n    }\n\n    return preview;\n  }\n\n  onActivate(index) {\n    this.setState({activeIndex: index});\n  }\n\n  render() {\n    const {props} = this;\n    const topSites = this.state.topSitesPreview || this._getTopSites();\n    const topSitesUI = [];\n    const commonProps = {\n      onDragEvent: this.onDragEvent,\n      dispatch: props.dispatch,\n      intl: props.intl\n    };\n    // We assign a key to each placeholder slot. We need it to be independent\n    // of the slot index (i below) so that the keys used stay the same during\n    // drag and drop reordering and the underlying DOM nodes are reused.\n    // This mostly (only?) affects linux so be sure to test on linux before changing.\n    let holeIndex = 0;\n\n    // On narrow viewports, we only show 6 sites per row. We'll mark the rest as\n    // .hide-for-narrow to hide in CSS via @media query.\n    const maxNarrowVisibleIndex = props.TopSitesRows * 6;\n\n    for (let i = 0, l = topSites.length; i < l; i++) {\n      const link = topSites[i] && Object.assign({}, topSites[i], {iconType: this.props.topSiteIconType(topSites[i])});\n      const slotProps = {\n        key: link ? link.url : holeIndex++,\n        index: i\n      };\n      if (i >= maxNarrowVisibleIndex) {\n        slotProps.className = \"hide-for-narrow\";\n      }\n      topSitesUI.push(!link ? (\n        <TopSitePlaceholder\n          {...slotProps}\n          {...commonProps} />\n      ) : (\n        <TopSite\n          link={link}\n          activeIndex={this.state.activeIndex}\n          onActivate={this.onActivate}\n          {...slotProps}\n          {...commonProps} />\n      ));\n    }\n    return (<ul className={`top-sites-list${this.state.draggedSite ? \" dnd-active\" : \"\"}`}>\n      {topSitesUI}\n    </ul>);\n  }\n}\n\nexport const TopSiteList = injectIntl(_TopSiteList);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/TopSites/TopSite.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {addSnippetsSubscriber} from \"content-src/lib/snippets\";\nimport {Base} from \"content-src/components/Base/Base\";\nimport {DetectUserSessionStart} from \"content-src/lib/detect-user-session-start\";\nimport {initStore} from \"content-src/lib/init-store\";\nimport {Provider} from \"react-redux\";\nimport React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport {reducers} from \"common/Reducers.jsm\";\n\nconst store = initStore(reducers, global.gActivityStreamPrerenderedState);\n\nnew DetectUserSessionStart(store).sendEventOrAddListener();\n\n// If we are starting in a prerendered state, we must wait until the first render\n// to request state rehydration (see Base.jsx). If we are NOT in a prerendered state,\n// we can request it immedately.\nif (!global.gActivityStreamPrerenderedState) {\n  store.dispatch(ac.AlsoToMain({type: at.NEW_TAB_STATE_REQUEST}));\n}\n\nReactDOM.hydrate(<Provider store={store}>\n  <Base\n    isFirstrun={global.document.location.href === \"about:welcome\"}\n    isPrerendered={!!global.gActivityStreamPrerenderedState}\n    locale={global.document.documentElement.lang}\n    strings={global.gActivityStreamStrings} />\n</Provider>, document.getElementById(\"root\"));\n\naddSnippetsSubscriber(store);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/activity-stream.jsx","const DATABASE_NAME = \"snippets_db\";\nconst DATABASE_VERSION = 1;\nconst SNIPPETS_OBJECTSTORE_NAME = \"snippets\";\nexport const SNIPPETS_UPDATE_INTERVAL_MS = 14400000; // 4 hours.\n\nconst SNIPPETS_ENABLED_EVENT = \"Snippets:Enabled\";\nconst SNIPPETS_DISABLED_EVENT = \"Snippets:Disabled\";\n\nimport {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {ASRouterContent} from \"content-src/asrouter/asrouter-content\";\n\n/**\n * SnippetsMap - A utility for cacheing values related to the snippet. It has\n *               the same interface as a Map, but is optionally backed by\n *               indexedDB for persistent storage.\n *               Call .connect() to open a database connection and restore any\n *               previously cached data, if necessary.\n *\n */\nexport class SnippetsMap extends Map {\n  constructor(dispatch) {\n    super();\n    this._db = null;\n    this._dispatch = dispatch;\n  }\n\n  set(key, value) {\n    super.set(key, value);\n    return this._dbTransaction(db => db.put(value, key));\n  }\n\n  delete(key) {\n    super.delete(key);\n    return this._dbTransaction(db => db.delete(key));\n  }\n\n  clear() {\n    super.clear();\n    this._dispatch(ac.OnlyToMain({type: at.SNIPPETS_BLOCKLIST_CLEARED}));\n    return this._dbTransaction(db => db.clear());\n  }\n\n  get blockList() {\n    return this.get(\"blockList\") || [];\n  }\n\n  /**\n   * blockSnippetById - Blocks a snippet given an id\n   *\n   * @param  {str|int} id   The id of the snippet\n   * @return {Promise}      Resolves when the id has been written to indexedDB,\n   *                        or immediately if the snippetMap is not connected\n   */\n  async blockSnippetById(id) {\n    if (!id) {\n      return;\n    }\n    const {blockList} = this;\n    if (!blockList.includes(id)) {\n      blockList.push(id);\n      this._dispatch(ac.AlsoToMain({type: at.SNIPPETS_BLOCKLIST_UPDATED, data: id}));\n      await this.set(\"blockList\", blockList);\n    }\n  }\n\n  disableOnboarding() {\n    this._dispatch(ac.AlsoToMain({type: at.DISABLE_ONBOARDING}));\n  }\n\n  showFirefoxAccounts() {\n    this._dispatch(ac.AlsoToMain({type: at.SHOW_FIREFOX_ACCOUNTS}));\n  }\n\n  getTotalBookmarksCount() {\n    return new Promise(resolve => {\n      this._dispatch(ac.OnlyToMain({type: at.TOTAL_BOOKMARKS_REQUEST}));\n      global.addMessageListener(\"ActivityStream:MainToContent\", function onMessage({data: action}) {\n        if (action.type === at.TOTAL_BOOKMARKS_RESPONSE) {\n          resolve(action.data);\n          global.removeMessageListener(\"ActivityStream:MainToContent\", onMessage);\n        }\n      });\n    });\n  }\n\n  getAddonsInfo() {\n    return new Promise(resolve => {\n      this._dispatch(ac.OnlyToMain({type: at.ADDONS_INFO_REQUEST}));\n      global.addMessageListener(\"ActivityStream:MainToContent\", function onMessage({data: action}) {\n        if (action.type === at.ADDONS_INFO_RESPONSE) {\n          resolve(action.data);\n          global.removeMessageListener(\"ActivityStream:MainToContent\", onMessage);\n        }\n      });\n    });\n  }\n\n  /**\n   * connect - Attaches an indexedDB back-end to the Map so that any set values\n   *           are also cached in a store. It also restores any existing values\n   *           that are already stored in the indexedDB store.\n   *\n   * @return {type}  description\n   */\n  async connect() {\n    // Open the connection\n    const db = await this._openDB();\n\n    // Restore any existing values\n    await this._restoreFromDb(db);\n\n    // Attach a reference to the db\n    this._db = db;\n  }\n\n  /**\n   * _dbTransaction - Returns a db transaction wrapped with the given modifier\n   *                  function as a Promise. If the db has not been connected,\n   *                  it resolves immediately.\n   *\n   * @param  {func} modifier A function to call with the transaction\n   * @return {obj}           A Promise that resolves when the transaction has\n   *                         completed or errored\n   */\n  _dbTransaction(modifier) {\n    if (!this._db) {\n      return Promise.resolve();\n    }\n    return new Promise((resolve, reject) => {\n      const transaction = modifier(\n        this._db\n          .transaction(SNIPPETS_OBJECTSTORE_NAME, \"readwrite\")\n          .objectStore(SNIPPETS_OBJECTSTORE_NAME)\n      );\n      transaction.onsuccess = event => resolve();\n\n      /* istanbul ignore next */\n      transaction.onerror = event => reject(transaction.error);\n    });\n  }\n\n  _openDB() {\n    return new Promise((resolve, reject) => {\n      const openRequest = indexedDB.open(DATABASE_NAME, DATABASE_VERSION);\n\n      /* istanbul ignore next */\n      openRequest.onerror = event => {\n        // Try to delete the old database so that we can start this process over\n        // next time.\n        indexedDB.deleteDatabase(DATABASE_NAME);\n        reject(event);\n      };\n\n      openRequest.onupgradeneeded = event => {\n        const db = event.target.result;\n        if (!db.objectStoreNames.contains(SNIPPETS_OBJECTSTORE_NAME)) {\n          db.createObjectStore(SNIPPETS_OBJECTSTORE_NAME);\n        }\n      };\n\n      openRequest.onsuccess = event => {\n        let db = event.target.result;\n\n        /* istanbul ignore next */\n        db.onerror = err => console.error(err); // eslint-disable-line no-console\n        /* istanbul ignore next */\n        db.onversionchange = versionChangeEvent => versionChangeEvent.target.close();\n\n        resolve(db);\n      };\n    });\n  }\n\n  _restoreFromDb(db) {\n    return new Promise((resolve, reject) => {\n      let cursorRequest;\n      try {\n        cursorRequest = db.transaction(SNIPPETS_OBJECTSTORE_NAME)\n          .objectStore(SNIPPETS_OBJECTSTORE_NAME).openCursor();\n      } catch (err) {\n        // istanbul ignore next\n        reject(err);\n        // istanbul ignore next\n        return;\n      }\n\n      /* istanbul ignore next */\n      cursorRequest.onerror = event => reject(event);\n\n      cursorRequest.onsuccess = event => {\n        let cursor = event.target.result;\n        // Populate the cache from the persistent storage.\n        if (cursor) {\n          if (cursor.value !== \"blockList\") {\n            this.set(cursor.key, cursor.value);\n          }\n          cursor.continue();\n        } else {\n          // We are done.\n          resolve();\n        }\n      };\n    });\n  }\n}\n\n/**\n * SnippetsProvider - Initializes a SnippetsMap and loads snippets from a\n *                    remote location, or else default snippets if the remote\n *                    snippets cannot be retrieved.\n */\nexport class SnippetsProvider {\n  constructor(dispatch) {\n    // Initialize the Snippets Map and attaches it to a global so that\n    // the snippet payload can interact with it.\n    global.gSnippetsMap = new SnippetsMap(dispatch);\n    this._onAction = this._onAction.bind(this);\n  }\n\n  get snippetsMap() {\n    return global.gSnippetsMap;\n  }\n\n  async _refreshSnippets() {\n    // Check if the cached version of of the snippets in snippetsMap. If it's too\n    // old, blow away the entire snippetsMap.\n    const cachedVersion = this.snippetsMap.get(\"snippets-cached-version\");\n\n    if (cachedVersion !== this.appData.version) {\n      this.snippetsMap.clear();\n    }\n\n    // Has enough time passed for us to require an update?\n    const lastUpdate = this.snippetsMap.get(\"snippets-last-update\");\n    const needsUpdate = !(lastUpdate >= 0) || Date.now() - lastUpdate > SNIPPETS_UPDATE_INTERVAL_MS;\n\n    if (needsUpdate && this.appData.snippetsURL) {\n      this.snippetsMap.set(\"snippets-last-update\", Date.now());\n      try {\n        const response = await fetch(this.appData.snippetsURL);\n        if (response.status === 200) {\n          const payload = await response.text();\n\n          this.snippetsMap.set(\"snippets\", payload);\n          this.snippetsMap.set(\"snippets-cached-version\", this.appData.version);\n        }\n      } catch (e) {\n        console.error(e); // eslint-disable-line no-console\n      }\n    }\n  }\n\n  _noSnippetFallback() {\n    // TODO\n  }\n\n  _forceOnboardingVisibility(shouldBeVisible) {\n    const onboardingEl = document.getElementById(\"onboarding-notification-bar\");\n\n    if (onboardingEl) {\n      onboardingEl.style.display = shouldBeVisible ? \"\" : \"none\";\n    }\n  }\n\n  _showRemoteSnippets() {\n    const snippetsEl = document.getElementById(this.elementId);\n    const payload = this.snippetsMap.get(\"snippets\");\n\n    if (!snippetsEl) {\n      throw new Error(`No element was found with id '${this.elementId}'.`);\n    }\n\n    // This could happen if fetching failed\n    if (!payload) {\n      throw new Error(\"No remote snippets were found in gSnippetsMap.\");\n    }\n\n    if (typeof payload !== \"string\") {\n      throw new Error(\"Snippet payload was incorrectly formatted\");\n    }\n\n    // Note that injecting snippets can throw if they're invalid XML.\n    // eslint-disable-next-line no-unsanitized/property\n    snippetsEl.innerHTML = payload;\n\n    // Scripts injected by innerHTML are inactive, so we have to relocate them\n    // through DOM manipulation to activate their contents.\n    for (const scriptEl of snippetsEl.getElementsByTagName(\"script\")) {\n      const relocatedScript = document.createElement(\"script\");\n      relocatedScript.text = scriptEl.text;\n      scriptEl.parentNode.replaceChild(relocatedScript, scriptEl);\n    }\n  }\n\n  _onAction(msg) {\n    if (msg.data.type === at.SNIPPET_BLOCKED) {\n      if (!this.snippetsMap.blockList.includes(msg.data.data)) {\n        this.snippetsMap.set(\"blockList\", this.snippetsMap.blockList.concat(msg.data.data));\n        document.getElementById(\"snippets-container\").style.display = \"none\";\n      }\n    }\n  }\n\n  /**\n   * init - Fetch the snippet payload and show snippets\n   *\n   * @param  {obj} options\n   * @param  {str} options.appData.snippetsURL  The URL from which we fetch snippets\n   * @param  {int} options.appData.version  The current snippets version\n   * @param  {str} options.elementId  The id of the element in which to inject snippets\n   * @param  {bool} options.connect  Should gSnippetsMap connect to indexedDB?\n   */\n  async init(options) {\n    Object.assign(this, {\n      appData: {},\n      elementId: \"snippets\",\n      connect: true\n    }, options);\n\n    // Add listener so we know when snippets are blocked on other pages\n    if (global.addMessageListener) {\n      global.addMessageListener(\"ActivityStream:MainToContent\", this._onAction);\n    }\n\n    // TODO: Requires enabling indexedDB on newtab\n    // Restore the snippets map from indexedDB\n    if (this.connect) {\n      try {\n        await this.snippetsMap.connect();\n      } catch (e) {\n        console.error(e); // eslint-disable-line no-console\n      }\n    }\n\n    // Cache app data values so they can be accessible from gSnippetsMap\n    for (const key of Object.keys(this.appData)) {\n      if (key === \"blockList\") {\n        this.snippetsMap.set(\"blockList\", this.appData[key]);\n      } else {\n        this.snippetsMap.set(`appData.${key}`, this.appData[key]);\n      }\n    }\n\n    // Refresh snippets, if enough time has passed.\n    await this._refreshSnippets();\n\n    // Try showing remote snippets, falling back to defaults if necessary.\n    try {\n      this._showRemoteSnippets();\n    } catch (e) {\n      this._noSnippetFallback(e);\n    }\n\n    window.dispatchEvent(new Event(SNIPPETS_ENABLED_EVENT));\n\n    this._forceOnboardingVisibility(true);\n    this.initialized = true;\n  }\n\n  uninit() {\n    window.dispatchEvent(new Event(SNIPPETS_DISABLED_EVENT));\n    this._forceOnboardingVisibility(false);\n    if (global.removeMessageListener) {\n      global.removeMessageListener(\"ActivityStream:MainToContent\", this._onAction);\n    }\n    this.initialized = false;\n  }\n}\n\n/**\n * addSnippetsSubscriber - Creates a SnippetsProvider that Initializes\n *                         when the store has received the appropriate\n *                         Snippet data.\n *\n * @param  {obj} store   The redux store\n * @return {obj}         Returns the snippets instance, asrouterContent instance and unsubscribe function\n */\nexport function addSnippetsSubscriber(store) {\n  const snippets = new SnippetsProvider(store.dispatch);\n  const asrouterContent = new ASRouterContent();\n\n  let initializing = false;\n\n  store.subscribe(async () => {\n    const state = store.getState();\n    const isASRouterEnabled = state.Prefs.values.asrouterExperimentEnabled && state.Prefs.values.asrouterOnboardingCohort > 0;\n    // state.Prefs.values[\"feeds.snippets\"]:  Should snippets be shown?\n    // state.Snippets.initialized             Is the snippets data initialized?\n    // snippets.initialized:                  Is SnippetsProvider currently initialised?\n    if (state.Prefs.values[\"feeds.snippets\"] &&\n      // If the message center experiment is enabled, don't show snippets\n      !isASRouterEnabled &&\n      !state.Prefs.values.disableSnippets &&\n      state.Snippets.initialized &&\n      !snippets.initialized &&\n      // Don't call init multiple times\n      !initializing &&\n      location.href !== \"about:welcome\"\n    ) {\n      initializing = true;\n      await snippets.init({appData: state.Snippets});\n      initializing = false;\n    } else if (\n      (state.Prefs.values[\"feeds.snippets\"] === false ||\n        state.Prefs.values.disableSnippets === true) &&\n      snippets.initialized\n    ) {\n      snippets.uninit();\n    }\n\n    // Turn on AS Router snippets if the experiment is enabled and the snippets pref is on;\n    // otherwise, turn it off.\n    if (\n      (state.Prefs.values.asrouterExperimentEnabled || state.Prefs.values.asrouterOnboardingCohort > 0) &&\n      state.Prefs.values[\"feeds.snippets\"] &&\n      !asrouterContent.initialized) {\n      asrouterContent.init();\n    } else if (\n      ((!state.Prefs.values.asrouterExperimentEnabled && state.Prefs.values.asrouterOnboardingCohort === 0) || !state.Prefs.values[\"feeds.snippets\"]) &&\n      asrouterContent.initialized\n    ) {\n      asrouterContent.uninit();\n    }\n  });\n\n  // These values are returned for testing purposes\n  return {snippets, asrouterContent};\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/snippets.js","import { CachedIterable, mapContextSync } from \"fluent\";\n\n/*\n * `ReactLocalization` handles translation formatting and fallback.\n *\n * The current negotiated fallback chain of languages is stored in the\n * `ReactLocalization` instance in form of an iterable of `MessageContext`\n * instances.  This iterable is used to find the best existing translation for\n * a given identifier.\n *\n * `Localized` components must subscribe to the changes of the\n * `ReactLocalization`'s fallback chain.  When the fallback chain changes (the\n * `messages` iterable is set anew), all subscribed compontent must relocalize.\n *\n * The `ReactLocalization` class instances are exposed to `Localized` elements\n * via the `LocalizationProvider` component.\n */\nexport default class ReactLocalization {\n  constructor(messages) {\n    this.contexts = new CachedIterable(messages);\n    this.subs = new Set();\n  }\n\n  /*\n   * Subscribe a `Localized` component to changes of `messages`.\n   */\n  subscribe(comp) {\n    this.subs.add(comp);\n  }\n\n  /*\n   * Unsubscribe a `Localized` component from `messages` changes.\n   */\n  unsubscribe(comp) {\n    this.subs.delete(comp);\n  }\n\n  /*\n   * Set a new `messages` iterable and trigger the retranslation.\n   */\n  setMessages(messages) {\n    this.contexts = new CachedIterable(messages);\n\n    // Update all subscribed Localized components.\n    this.subs.forEach(comp => comp.relocalize());\n  }\n\n  getMessageContext(id) {\n    return mapContextSync(this.contexts, id);\n  }\n\n  formatCompound(mcx, msg, args) {\n    const value = mcx.format(msg, args);\n\n    if (msg.attrs) {\n      var attrs = {};\n      for (const name of Object.keys(msg.attrs)) {\n        attrs[name] = mcx.format(msg.attrs[name], args);\n      }\n    }\n\n    return { value, attrs };\n  }\n\n  /*\n   * Find a translation by `id` and format it to a string using `args`.\n   */\n  getString(id, args, fallback) {\n    const mcx = this.getMessageContext(id);\n\n    if (mcx === null) {\n      return fallback || id;\n    }\n\n    const msg = mcx.getMessage(id);\n    return mcx.format(msg, args);\n  }\n}\n\nexport function isReactLocalization(props, propName) {\n  const prop = props[propName];\n\n  if (prop instanceof ReactLocalization) {\n    return null;\n  }\n\n  return new Error(\n    `The ${propName} context field must be an instance of ReactLocalization.`\n  );\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/src/localization.js","import { Component, Children } from \"react\";\nimport PropTypes from \"prop-types\";\n\nimport ReactLocalization, { isReactLocalization} from \"./localization\";\n\n/*\n * The Provider component for the `ReactLocalization` class.\n *\n * Exposes a `ReactLocalization` instance to all descendants via React's\n * context feature.  It makes translations available to all localizable\n * elements in the descendant's render tree without the need to pass them\n * explicitly.\n *\n *     <LocalizationProvider messages={…}>\n *         …\n *     </LocalizationProvider>\n *\n * The `LocalizationProvider` component takes one prop: `messages`.  It should\n * be an iterable of `MessageContext` instances in order of the user's\n * preferred languages.  The `MessageContext` instances will be used by\n * `ReactLocalization` to format translations.  If a translation is missing in\n * one instance, `ReactLocalization` will fall back to the next one.\n */\nexport default class LocalizationProvider extends Component {\n  constructor(props) {\n    super(props);\n    const { messages } = props;\n\n    if (messages === undefined) {\n      throw new Error(\"LocalizationProvider must receive the messages prop.\");\n    }\n\n    if (!messages[Symbol.iterator]) {\n      throw new Error(\"The messages prop must be an iterable.\");\n    }\n\n    this.l10n = new ReactLocalization(messages);\n  }\n\n  getChildContext() {\n    return {\n      l10n: this.l10n\n    };\n  }\n\n  componentWillReceiveProps(next) {\n    const { messages } = next;\n\n    if (messages !== this.props.messages) {\n      this.l10n.setMessages(messages);\n    }\n  }\n\n  render() {\n    return Children.only(this.props.children);\n  }\n}\n\nLocalizationProvider.childContextTypes = {\n  l10n: isReactLocalization\n};\n\nLocalizationProvider.propTypes = {\n  children: PropTypes.element.isRequired,\n  messages: isIterable\n};\n\nfunction isIterable(props, propName, componentName) {\n  const prop = props[propName];\n\n  if (Symbol.iterator in Object(prop)) {\n    return null;\n  }\n\n  return new Error(\n    `The ${propName} prop supplied to ${componentName} must be an iterable.`\n  );\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/src/provider.js","import { createElement, Component } from \"react\";\n\nimport { isReactLocalization } from \"./localization\";\n\nexport default function withLocalization(Inner) {\n  class WithLocalization extends Component {\n    componentDidMount() {\n      const { l10n } = this.context;\n\n      if (l10n) {\n        l10n.subscribe(this);\n      }\n    }\n\n    componentWillUnmount() {\n      const { l10n } = this.context;\n\n      if (l10n) {\n        l10n.unsubscribe(this);\n      }\n    }\n\n    /*\n     * Rerender this component in a new language.\n     */\n    relocalize() {\n      // When the `ReactLocalization`'s fallback chain changes, update the\n      // component.\n      this.forceUpdate();\n    }\n\n    /*\n     * Find a translation by `id` and format it to a string using `args`.\n     */\n    getString(id, args, fallback) {\n      const { l10n } = this.context;\n\n      if (!l10n) {\n        return fallback || id;\n      }\n\n      return l10n.getString(id, args, fallback);\n    }\n\n    render() {\n      return createElement(\n        Inner,\n        Object.assign(\n          // getString needs to be re-bound on updates to trigger a re-render\n          { getString: (...args) => this.getString(...args) },\n          this.props\n        )\n      );\n    }\n  }\n\n  WithLocalization.displayName = `WithLocalization(${displayName(Inner)})`;\n\n  WithLocalization.contextTypes = {\n    l10n: isReactLocalization\n  };\n\n  return WithLocalization;\n}\n\nfunction displayName(component) {\n  return component.displayName || component.name || \"Component\";\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/src/with_localization.js","/* eslint-env browser */\n\nconst TEMPLATE = document.createElement(\"template\");\n\nexport function parseMarkup(str) {\n  TEMPLATE.innerHTML = str;\n  return TEMPLATE.content;\n}\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/src/markup.js","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in this directory.\n */\n\n// For HTML, certain tags should omit their close tag. We keep a whitelist for\n// those special-case tags.\n\nvar omittedCloseTags = {\n  area: true,\n  base: true,\n  br: true,\n  col: true,\n  embed: true,\n  hr: true,\n  img: true,\n  input: true,\n  keygen: true,\n  link: true,\n  meta: true,\n  param: true,\n  source: true,\n  track: true,\n  wbr: true,\n  // NOTE: menuitem's close tag should be omitted, but that causes problems.\n};\n\nexport default omittedCloseTags;\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/vendor/omittedCloseTags.js","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in this directory.\n */\n\nimport omittedCloseTags from './omittedCloseTags';\n\n// For HTML, certain tags cannot have children. This has the same purpose as\n// `omittedCloseTags` except that `menuitem` should still have its closing tag.\n\nvar voidElementTags = {\n  menuitem: true,\n  ...omittedCloseTags,\n};\n\nexport default voidElementTags;\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/vendor/voidElementTags.js","import { isValidElement, cloneElement, Component, Children } from \"react\";\nimport PropTypes from \"prop-types\";\n\nimport { isReactLocalization } from \"./localization\";\nimport { parseMarkup } from \"./markup\";\nimport VOID_ELEMENTS from \"../vendor/voidElementTags\";\n\n// Match the opening angle bracket (<) in HTML tags, and HTML entities like\n// &amp;, &#0038;, &#x0026;.\nconst reMarkup = /<|&#?\\w+;/;\n\n/*\n * Prepare props passed to `Localized` for formatting.\n */\nfunction toArguments(props) {\n  const args = {};\n  const elems = {};\n\n  for (const [propname, propval] of Object.entries(props)) {\n    if (propname.startsWith(\"$\")) {\n      const name = propname.substr(1);\n      args[name] = propval;\n    } else if (isValidElement(propval)) {\n      // We'll try to match localNames of elements found in the translation with\n      // names of elements passed as props. localNames are always lowercase.\n      const name = propname.toLowerCase();\n      elems[name] = propval;\n    }\n  }\n\n  return [args, elems];\n}\n\n/*\n * The `Localized` class renders its child with translated props and children.\n *\n *     <Localized id=\"hello-world\">\n *         <p>{'Hello, world!'}</p>\n *     </Localized>\n *\n * The `id` prop should be the unique identifier of the translation.  Any\n * attributes found in the translation will be applied to the wrapped element.\n *\n * Arguments to the translation can be passed as `$`-prefixed props on\n * `Localized`.\n *\n *     <Localized id=\"hello-world\" $username={name}>\n *         <p>{'Hello, { $username }!'}</p>\n *     </Localized>\n *\n *  It's recommended that the contents of the wrapped component be a string\n *  expression.  The string will be used as the ultimate fallback if no\n *  translation is available.  It also makes it easy to grep for strings in the\n *  source code.\n */\nexport default class Localized extends Component {\n  componentDidMount() {\n    const { l10n } = this.context;\n\n    if (l10n) {\n      l10n.subscribe(this);\n    }\n  }\n\n  componentWillUnmount() {\n    const { l10n } = this.context;\n\n    if (l10n) {\n      l10n.unsubscribe(this);\n    }\n  }\n\n  /*\n   * Rerender this component in a new language.\n   */\n  relocalize() {\n    // When the `ReactLocalization`'s fallback chain changes, update the\n    // component.\n    this.forceUpdate();\n  }\n\n  render() {\n    const { l10n } = this.context;\n    const { id, attrs, children } = this.props;\n    const elem = Children.only(children);\n\n    if (!l10n) {\n      // Use the wrapped component as fallback.\n      return elem;\n    }\n\n    const mcx = l10n.getMessageContext(id);\n\n    if (mcx === null) {\n      // Use the wrapped component as fallback.\n      return elem;\n    }\n\n    const msg = mcx.getMessage(id);\n    const [args, elems] = toArguments(this.props);\n    const {\n      value: messageValue,\n      attrs: messageAttrs\n    } = l10n.formatCompound(mcx, msg, args);\n\n    // The default is to forbid all message attributes. If the attrs prop exists\n    // on the Localized instance, only set message attributes which have been\n    // explicitly allowed by the developer.\n    if (attrs && messageAttrs) {\n      var localizedProps = {};\n\n      for (const [name, value] of Object.entries(messageAttrs)) {\n        if (attrs[name]) {\n          localizedProps[name] = value;\n        }\n      }\n    }\n\n    // If the wrapped component is a known void element, explicitly dismiss the\n    // message value and do not pass it to cloneElement in order to avoid the\n    // \"void element tags must neither have `children` nor use\n    // `dangerouslySetInnerHTML`\" error.\n    if (elem.type in VOID_ELEMENTS) {\n      return cloneElement(elem, localizedProps);\n    }\n\n    // If the message has a null value, we're only interested in its attributes.\n    // Do not pass the null value to cloneElement as it would nuke all children\n    // of the wrapped component.\n    if (messageValue === null) {\n      return cloneElement(elem, localizedProps);\n    }\n\n    // If the message value doesn't contain any markup nor any HTML entities,\n    // insert it as the only child of the wrapped component.\n    if (!reMarkup.test(messageValue)) {\n      return cloneElement(elem, localizedProps, messageValue);\n    }\n\n    // If the message contains markup, parse it and try to match the children\n    // found in the translation with the props passed to this Localized.\n    const translationNodes = Array.from(parseMarkup(messageValue).childNodes);\n    const translatedChildren = translationNodes.map(childNode => {\n      if (childNode.nodeType === childNode.TEXT_NODE) {\n        return childNode.textContent;\n      }\n\n      // If the child is not expected just take its textContent.\n      if (!elems.hasOwnProperty(childNode.localName)) {\n        return childNode.textContent;\n      }\n\n      const sourceChild = elems[childNode.localName];\n\n      // If the element passed as a prop to <Localized> is a known void element,\n      // explicitly dismiss any textContent which might have accidentally been\n      // defined in the translation to prevent the \"void element tags must not\n      // have children\" error.\n      if (sourceChild.type in VOID_ELEMENTS) {\n        return sourceChild;\n      }\n\n      // TODO Protect contents of elements wrapped in <Localized>\n      // https://github.com/projectfluent/fluent.js/issues/184\n      // TODO  Control localizable attributes on elements passed as props\n      // https://github.com/projectfluent/fluent.js/issues/185\n      return cloneElement(sourceChild, null, childNode.textContent);\n    });\n\n    return cloneElement(elem, localizedProps, ...translatedChildren);\n  }\n}\n\nLocalized.contextTypes = {\n  l10n: isReactLocalization\n};\n\nLocalized.propTypes = {\n  children: PropTypes.element.isRequired,\n};\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/src/localized.js","/*\n * @module fluent-react\n * @overview\n *\n\n * `fluent-react` provides React bindings for Fluent.  It takes advantage of\n * React's Components system and the virtual DOM.  Translations are exposed to\n * components via the provider pattern.\n *\n *     <LocalizationProvider messages={…}>\n *         <Localized id=\"hello-world\">\n *             <p>{'Hello, world!'}</p>\n *         </Localized>\n *     </LocalizationProvider>\n *\n * Consult the documentation of the `LocalizationProvider` and the `Localized`\n * components for more information.\n */\n\nexport { default as LocalizationProvider } from \"./provider\";\nexport { default as withLocalization } from \"./with_localization\";\nexport { default as Localized } from \"./localized\";\nexport { default as ReactLocalization, isReactLocalization }\n  from \"./localization\";\n\n\n\n// WEBPACK FOOTER //\n// ./node_modules/fluent-react/src/index.js","module.exports = Redux;\n\n\n//////////////////\n// WEBPACK FOOTER\n// external \"Redux\"\n// module id = 26\n// module chunks = 0","import React from \"react\";\n\nexport const VISIBLE = \"visible\";\nexport const VISIBILITY_CHANGE_EVENT = \"visibilitychange\";\n\n/**\n * Component wrapper used to send telemetry pings on every impression.\n */\nexport class ImpressionsWrapper extends React.PureComponent {\n  // This sends an event when a user sees a set of new content. If content\n  // changes while the page is hidden (i.e. preloaded or on a hidden tab),\n  // only send the event if the page becomes visible again.\n  sendImpressionOrAddListener() {\n    if (this.props.document.visibilityState === VISIBLE) {\n      this.props.sendImpression({id: this.props.id});\n    } else {\n      // We should only ever send the latest impression stats ping, so remove any\n      // older listeners.\n      if (this._onVisibilityChange) {\n        this.props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n      }\n\n      // When the page becomes visible, send the impression stats ping if the section isn't collapsed.\n      this._onVisibilityChange = () => {\n        if (this.props.document.visibilityState === VISIBLE) {\n          this.props.sendImpression({id: this.props.id});\n          this.props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n        }\n      };\n      this.props.document.addEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n    }\n  }\n\n  componentWillUnmount() {\n    if (this._onVisibilityChange) {\n      this.props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n    }\n  }\n\n  componentDidMount() {\n    if (this.props.sendOnMount) {\n      this.sendImpressionOrAddListener();\n    }\n  }\n\n  componentDidUpdate(prevProps) {\n    if (this.props.shouldSendImpressionOnUpdate(this.props, prevProps)) {\n      this.sendImpressionOrAddListener();\n    }\n  }\n\n  render() {\n    return this.props.children;\n  }\n}\n\nImpressionsWrapper.defaultProps = {\n  document: global.document,\n  sendOnMount: true\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/components/ImpressionsWrapper/ImpressionsWrapper.jsx","import React from \"react\";\n\nexport class ModalOverlay extends React.PureComponent {\n  componentWillMount() {\n    this.setState({active: true});\n    document.body.classList.add(\"modal-open\");\n  }\n\n  componentWillUnmount() {\n    document.body.classList.remove(\"modal-open\");\n    this.setState({active: false});\n  }\n\n  render() {\n    const {active} = this.state;\n    const {title, button_label} = this.props;\n    return (\n      <div>\n        <div className={`modalOverlayOuter ${active ? \"active\" : \"\"}`} />\n        <div className={`modalOverlayInner ${active ? \"active\" : \"\"}`}>\n          <h2> {title} </h2>\n          {this.props.children}\n          <div className=\"footer\">\n            <button onClick={this.props.onDoneButton} className=\"button primary modalButton\"> {button_label} </button>\n          </div>\n        </div>\n      </div>\n    );\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/components/ModalOverlay/ModalOverlay.jsx","import {ModalOverlay} from \"../../components/ModalOverlay/ModalOverlay\";\nimport React from \"react\";\n\nclass OnboardingCard extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onClick = this.onClick.bind(this);\n  }\n\n  onClick() {\n    const {props} = this;\n    props.sendUserActionTelemetry({event: \"CLICK_BUTTON\", message_id: props.id, id: props.UISurface});\n    props.onAction(props.content);\n  }\n\n  render() {\n    const {content} = this.props;\n    return (\n      <div className=\"onboardingMessage\">\n        <div className={`onboardingMessageImage ${content.icon}`} />\n        <div className=\"onboardingContent\">\n          <span>\n            <h3> {content.title} </h3>\n            <p> {content.text} </p>\n          </span>\n          <span>\n            <button className=\"button onboardingButton\" onClick={this.onClick}> {content.button_label} </button>\n          </span>\n        </div>\n      </div>\n    );\n  }\n}\n\nexport class OnboardingMessage extends React.PureComponent {\n  render() {\n    const {props} = this;\n    return (\n      <ModalOverlay {...props} button_label={\"Start Browsing\"} title={\"Welcome to Firefox\"}>\n        <div className=\"onboardingMessageContainer\">\n          {props.bundle.map(message => (\n            <OnboardingCard key={message.id}\n              sendUserActionTelemetry={props.sendUserActionTelemetry}\n              onAction={props.onAction}\n              UISurface={props.UISurface}\n              {...message} />\n          ))}\n        </div>\n      </ModalOverlay>\n    );\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/templates/OnboardingMessage/OnboardingMessage.jsx","import React from \"react\";\nimport {safeURI} from \"../../template-utils\";\n\nconst ALLOWED_STYLE_TAGS = [\"color\", \"backgroundColor\"];\n\nexport const Button = props => {\n  const style = {};\n\n  // Add allowed style tags from props, e.g. props.color becomes style={color: props.color}\n  for (const tag of ALLOWED_STYLE_TAGS) {\n    if (typeof props[tag] !== \"undefined\") {\n      style[tag] = props[tag];\n    }\n  }\n  // remove border if bg is set to something custom\n  if (style.backgroundColor) {\n    style.border = \"0\";\n  }\n\n  return (<a href={safeURI(props.url)}\n    onClick={props.onClick}\n    className={props.className || \"ASRouterButton\"}\n    style={style}>\n    {props.children}\n  </a>);\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/components/Button/Button.jsx","import React from \"react\";\n\nexport class SnippetBase extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onBlockClicked = this.onBlockClicked.bind(this);\n  }\n\n  onBlockClicked() {\n    this.props.sendUserActionTelemetry({event: \"BLOCK\", id: this.props.UISurface});\n    this.props.onBlock();\n  }\n\n  render() {\n    const {props} = this;\n\n    const containerClassName = `SnippetBaseContainer${props.className ? ` ${props.className}` : \"\"}`;\n\n    return (<div className={containerClassName}>\n      <div className=\"innerWrapper\">\n        {props.children}\n      </div>\n      <button className=\"blockButton\" onClick={this.onBlockClicked} />\n    </div>);\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/components/SnippetBase/SnippetBase.jsx","import {Button} from \"../../components/Button/Button\";\nimport React from \"react\";\nimport {safeURI} from \"../../template-utils\";\nimport {SnippetBase} from \"../../components/SnippetBase/SnippetBase\";\n\nconst DEFAULT_ICON_PATH = \"chrome://branding/content/icon64.png\";\n\nexport class SimpleSnippet extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onButtonClick = this.onButtonClick.bind(this);\n  }\n\n  onButtonClick() {\n    this.props.sendUserActionTelemetry({event: \"CLICK_BUTTON\", id: this.props.UISurface});\n  }\n\n  renderTitle() {\n    const {title} = this.props.content;\n    return title ? <h3 className=\"title\">{title}</h3> : null;\n  }\n\n  renderTitleIcon() {\n    const titleIcon = safeURI(this.props.content.title_icon);\n    return titleIcon ? <span className=\"titleIcon\" style={{backgroundImage: `url(\"${titleIcon}\")`}} /> : null;\n  }\n\n  renderButton(className) {\n    const {props} = this;\n    return (<Button\n      className={className}\n      onClick={this.onButtonClick}\n      url={props.content.button_url}\n      color={props.content.button_color}\n      backgroundColor={props.content.button_background_color}>\n      {props.content.button_label}\n    </Button>);\n  }\n\n  render() {\n    const {props} = this;\n    const hasLink = props.content.button_url && props.content.button_type === \"anchor\";\n    const hasButton = props.content.button_url && !props.content.button_type;\n    const className = `SimpleSnippet${props.content.tall ? \" tall\" : \"\"}`;\n    return (<SnippetBase {...props} className={className}>\n      <img src={safeURI(props.content.icon) || DEFAULT_ICON_PATH} className=\"icon\" />\n      <div>\n        {this.renderTitleIcon()} {this.renderTitle()} <p className=\"body\">{props.richText || props.content.text}</p> {hasLink ? this.renderButton(\"ASRouterAnchor\") : null}\n      </div>\n      {hasButton ? <div>{this.renderButton()}</div> : null}\n    </SnippetBase>);\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/asrouter/templates/SimpleSnippet/SimpleSnippet.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {addLocaleData, injectIntl, IntlProvider} from \"react-intl\";\nimport {ASRouterAdmin} from \"content-src/components/ASRouterAdmin/ASRouterAdmin\";\nimport {ConfirmDialog} from \"content-src/components/ConfirmDialog/ConfirmDialog\";\nimport {connect} from \"react-redux\";\nimport {ErrorBoundary} from \"content-src/components/ErrorBoundary/ErrorBoundary\";\nimport {ManualMigration} from \"content-src/components/ManualMigration/ManualMigration\";\nimport {PrerenderData} from \"common/PrerenderData.jsm\";\nimport React from \"react\";\nimport {Search} from \"content-src/components/Search/Search\";\nimport {Sections} from \"content-src/components/Sections/Sections\";\nimport {StartupOverlay} from \"content-src/components/StartupOverlay/StartupOverlay\";\n\nconst PrefsButton = injectIntl(props => (\n  <div className=\"prefs-button\">\n    <button className=\"icon icon-settings\" onClick={props.onClick} title={props.intl.formatMessage({id: \"settings_pane_button_label\"})} />\n  </div>\n));\n\n// Add the locale data for pluralization and relative-time formatting for now,\n// this just uses english locale data. We can make this more sophisticated if\n// more features are needed.\nfunction addLocaleDataForReactIntl(locale) {\n  addLocaleData([{locale, parentLocale: \"en\"}]);\n}\n\nexport class _Base extends React.PureComponent {\n  componentWillMount() {\n    const {App, locale, Theme} = this.props;\n    if (Theme.className) {\n      this.updateTheme(Theme);\n    }\n    this.sendNewTabRehydrated(App);\n    addLocaleDataForReactIntl(locale);\n  }\n\n  componentDidMount() {\n    // Request state AFTER the first render to ensure we don't cause the\n    // prerendered DOM to be unmounted. Otherwise, NEW_TAB_STATE_REQUEST is\n    // dispatched right after the store is ready.\n    if (this.props.isPrerendered) {\n      this.props.dispatch(ac.AlsoToMain({type: at.NEW_TAB_STATE_REQUEST}));\n      this.props.dispatch(ac.AlsoToMain({type: at.PAGE_PRERENDERED}));\n    }\n  }\n\n  componentWillUnmount() {\n    this.updateTheme({className: \"\"});\n  }\n\n  componentWillUpdate({App, Theme}) {\n    this.updateTheme(Theme);\n    this.sendNewTabRehydrated(App);\n  }\n\n  updateTheme(Theme) {\n    const bodyClassName = [\n      \"activity-stream\",\n      Theme.className,\n      this.props.isFirstrun ? \"welcome\" : \"\"\n    ].filter(v => v).join(\" \");\n    global.document.body.className = bodyClassName;\n  }\n\n  // The NEW_TAB_REHYDRATED event is used to inform feeds that their\n  // data has been consumed e.g. for counting the number of tabs that\n  // have rendered that data.\n  sendNewTabRehydrated(App) {\n    if (App && App.initialized && !this.renderNotified) {\n      this.props.dispatch(ac.AlsoToMain({type: at.NEW_TAB_REHYDRATED, data: {}}));\n      this.renderNotified = true;\n    }\n  }\n\n  render() {\n    const {props} = this;\n    const {App, locale, strings} = props;\n    const {initialized} = App;\n\n    const prefs = props.Prefs.values;\n    if ((prefs.asrouterExperimentEnabled || prefs.asrouterOnboardingCohort > 0) && window.location.hash === \"#asrouter\") {\n      return (<ASRouterAdmin />);\n    }\n\n    if (!props.isPrerendered && !initialized) {\n      return null;\n    }\n\n    // Until we can delete the existing onboarding tour, just hide the onboarding button when users are in\n    // the new simplified onboarding experiment. CSS hacks ftw\n    if (prefs.asrouterOnboardingCohort > 0) {\n      global.document.body.classList.add(\"hide-onboarding\");\n    }\n\n    return (<IntlProvider locale={locale} messages={strings}>\n        <ErrorBoundary className=\"base-content-fallback\">\n          <BaseContent {...this.props} />\n        </ErrorBoundary>\n      </IntlProvider>);\n  }\n}\n\nexport class BaseContent extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.openPreferences = this.openPreferences.bind(this);\n  }\n\n  openPreferences() {\n    this.props.dispatch(ac.OnlyToMain({type: at.SETTINGS_OPEN}));\n    this.props.dispatch(ac.UserEvent({event: \"OPEN_NEWTAB_PREFS\"}));\n  }\n\n  render() {\n    const {props} = this;\n    const {App} = props;\n    const {initialized} = App;\n    const prefs = props.Prefs.values;\n\n    const shouldBeFixedToTop = PrerenderData.arePrefsValid(name => prefs[name]);\n\n    const outerClassName = [\n      \"outer-wrapper\",\n      shouldBeFixedToTop && \"fixed-to-top\"\n    ].filter(v => v).join(\" \");\n\n    return (\n      <div>\n        <div className={outerClassName}>\n          <main>\n            {prefs.showSearch &&\n              <div className=\"non-collapsible-section\">\n                <ErrorBoundary>\n                  <Search />\n                </ErrorBoundary>\n              </div>\n            }\n            <div className={`body-wrapper${(initialized ? \" on\" : \"\")}`}>\n              {!prefs.migrationExpired &&\n                <div className=\"non-collapsible-section\">\n                  <ManualMigration />\n                </div>\n                }\n              <Sections />\n              <PrefsButton onClick={this.openPreferences} />\n            </div>\n            <ConfirmDialog />\n          </main>\n        </div>\n        {this.props.isFirstrun && <StartupOverlay />}\n      </div>);\n  }\n}\n\nexport const Base = connect(state => ({App: state.App, Prefs: state.Prefs, Theme: state.Theme}))(_Base);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/Base/Base.jsx","import {ASRouterUtils} from \"../../asrouter/asrouter-content\";\nimport React from \"react\";\n\nexport class ASRouterAdmin extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onMessage = this.onMessage.bind(this);\n    this.findOtherBundledMessagesOfSameTemplate = this.findOtherBundledMessagesOfSameTemplate.bind(this);\n    this.state = {};\n  }\n\n  onMessage({data: action}) {\n    if (action.type === \"ADMIN_SET_STATE\") {\n      this.setState(action.data);\n    }\n  }\n\n  componentWillMount() {\n    ASRouterUtils.sendMessage({type: \"ADMIN_CONNECT_STATE\"});\n    ASRouterUtils.addListener(this.onMessage);\n  }\n\n  componentWillUnmount() {\n    ASRouterUtils.removeListener(this.onMessage);\n  }\n\n  findOtherBundledMessagesOfSameTemplate(template) {\n    return this.state.messages.filter(msg => msg.template === template && msg.bundled);\n  }\n\n  handleBlock(msg) {\n    if (msg.bundled) {\n      // If we are blocking a message that belongs to a bundle, block all other messages that are bundled of that same template\n      let bundle = this.findOtherBundledMessagesOfSameTemplate(msg.template);\n      return () => ASRouterUtils.blockBundle(bundle);\n    }\n    return () => ASRouterUtils.blockById(msg.id);\n  }\n\n  handleUnblock(msg) {\n    if (msg.bundled) {\n      // If we are unblocking a message that belongs to a bundle, unblock all other messages that are bundled of that same template\n      let bundle = this.findOtherBundledMessagesOfSameTemplate(msg.template);\n      return () => ASRouterUtils.unblockBundle(bundle);\n    }\n    return () => ASRouterUtils.unblockById(msg.id);\n  }\n\n  handleOverride(id) {\n    return () => ASRouterUtils.overrideMessage(id);\n  }\n\n  renderMessageItem(msg) {\n    const isCurrent = msg.id === this.state.lastMessageId;\n    const isBlocked = this.state.blockList.includes(msg.id);\n\n    let itemClassName = \"message-item\";\n    if (isCurrent) { itemClassName += \" current\"; }\n    if (isBlocked) { itemClassName += \" blocked\"; }\n\n    return (<tr className={itemClassName} key={msg.id}>\n      <td className=\"message-id\"><span>{msg.id}</span></td>\n      <td>\n        <button className={`button ${(isBlocked ? \"\" : \" primary\")}`} onClick={isBlocked ? this.handleUnblock(msg) : this.handleBlock(msg)}>{isBlocked ? \"Unblock\" : \"Block\"}</button>\n       {isBlocked ? null : <button className=\"button\" onClick={this.handleOverride(msg.id)}>Show</button>}\n      </td>\n      <td className=\"message-summary\">\n        <pre>{JSON.stringify(msg, null, 2)}</pre>\n      </td>\n    </tr>);\n  }\n\n  renderMessages() {\n    if (!this.state.messages) {\n      return null;\n    }\n    return (<table><tbody>\n      {this.state.messages.map(msg => this.renderMessageItem(msg))}\n    </tbody></table>);\n  }\n\n  renderProviders() {\n    return (<table><tbody>\n      {this.state.providers.map((provider, i) => (<tr className=\"message-item\" key={i}>\n        <td>{provider.id}</td>\n        <td>{provider.type === \"remote\" ? <a target=\"_blank\" href={provider.url}>{provider.url}</a> : \"(local)\"}</td>\n      </tr>))}\n    </tbody></table>);\n  }\n\n  render() {\n    return (<div className=\"asrouter-admin outer-wrapper\">\n      <h1>AS Router Admin</h1>\n      <button className=\"button primary\" onClick={ASRouterUtils.getNextMessage}>Refresh Current Message</button>\n      <h2>Message Providers</h2>\n      {this.state.providers ? this.renderProviders() : null}\n      <h2>Messages</h2>\n      {this.renderMessages()}\n    </div>);\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/ASRouterAdmin/ASRouterAdmin.jsx","import {actionCreators as ac, actionTypes} from \"common/Actions.jsm\";\nimport {connect} from \"react-redux\";\nimport {FormattedMessage} from \"react-intl\";\nimport React from \"react\";\n\n/**\n * ConfirmDialog component.\n * One primary action button, one cancel button.\n *\n * Content displayed is controlled by `data` prop the component receives.\n * Example:\n * data: {\n *   // Any sort of data needed to be passed around by actions.\n *   payload: site.url,\n *   // Primary button AlsoToMain action.\n *   action: \"DELETE_HISTORY_URL\",\n *   // Primary button USerEvent action.\n *   userEvent: \"DELETE\",\n *   // Array of locale ids to display.\n *   message_body: [\"confirm_history_delete_p1\", \"confirm_history_delete_notice_p2\"],\n *   // Text for primary button.\n *   confirm_button_string_id: \"menu_action_delete\"\n * },\n */\nexport class _ConfirmDialog extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this._handleCancelBtn = this._handleCancelBtn.bind(this);\n    this._handleConfirmBtn = this._handleConfirmBtn.bind(this);\n  }\n\n  _handleCancelBtn() {\n    this.props.dispatch({type: actionTypes.DIALOG_CANCEL});\n    this.props.dispatch(ac.UserEvent({event: actionTypes.DIALOG_CANCEL, source: this.props.data.eventSource}));\n  }\n\n  _handleConfirmBtn() {\n    this.props.data.onConfirm.forEach(this.props.dispatch);\n  }\n\n  _renderModalMessage() {\n    const message_body = this.props.data.body_string_id;\n\n    if (!message_body) {\n      return null;\n    }\n\n    return (<span>\n      {message_body.map(msg => <p key={msg}><FormattedMessage id={msg} /></p>)}\n    </span>);\n  }\n\n  render() {\n    if (!this.props.visible) {\n      return null;\n    }\n\n    return (<div className=\"confirmation-dialog\">\n      <div className=\"modal-overlay\" onClick={this._handleCancelBtn} />\n      <div className=\"modal\">\n        <section className=\"modal-message\">\n          {this.props.data.icon && <span className={`icon icon-spacer icon-${this.props.data.icon}`} />}\n          {this._renderModalMessage()}\n        </section>\n        <section className=\"actions\">\n          <button onClick={this._handleCancelBtn}>\n            <FormattedMessage id={this.props.data.cancel_button_string_id} />\n          </button>\n          <button className=\"done\" onClick={this._handleConfirmBtn}>\n            <FormattedMessage id={this.props.data.confirm_button_string_id} />\n          </button>\n        </section>\n      </div>\n    </div>);\n  }\n}\n\nexport const ConfirmDialog = connect(state => state.Dialog)(_ConfirmDialog);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/ConfirmDialog/ConfirmDialog.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {connect} from \"react-redux\";\nimport {FormattedMessage} from \"react-intl\";\nimport React from \"react\";\n\n/**\n * Manual migration component used to start the profile import wizard.\n * Message is presented temporarily and will go away if:\n * 1.  User clicks \"No Thanks\"\n * 2.  User completed the data import\n * 3.  After 3 active days\n * 4.  User clicks \"Cancel\" on the import wizard (currently not implemented).\n */\nexport class _ManualMigration extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onLaunchTour = this.onLaunchTour.bind(this);\n    this.onCancelTour = this.onCancelTour.bind(this);\n  }\n\n  onLaunchTour() {\n    this.props.dispatch(ac.AlsoToMain({type: at.MIGRATION_START}));\n    this.props.dispatch(ac.UserEvent({event: at.MIGRATION_START}));\n  }\n\n  onCancelTour() {\n    this.props.dispatch(ac.AlsoToMain({type: at.MIGRATION_CANCEL}));\n    this.props.dispatch(ac.UserEvent({event: at.MIGRATION_CANCEL}));\n  }\n\n  render() {\n    return (<div className=\"manual-migration-container\">\n        <p>\n          <span className=\"icon icon-import\" />\n          <FormattedMessage id=\"manual_migration_explanation2\" />\n        </p>\n        <div className=\"manual-migration-actions actions\">\n          <button className=\"dismiss\" onClick={this.onCancelTour}>\n            <FormattedMessage id=\"manual_migration_cancel_button\" />\n          </button>\n          <button onClick={this.onLaunchTour}>\n            <FormattedMessage id=\"manual_migration_import_button\" />\n          </button>\n        </div>\n    </div>);\n  }\n}\n\nexport const ManualMigration = connect()(_ManualMigration);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/ManualMigration/ManualMigration.jsx","class _PrerenderData {\n  constructor(options) {\n    this.initialPrefs = options.initialPrefs;\n    this.initialSections = options.initialSections;\n    this._setValidation(options.validation);\n  }\n\n  get validation() {\n    return this._validation;\n  }\n\n  set validation(value) {\n    this._setValidation(value);\n  }\n\n  get invalidatingPrefs() {\n    return this._invalidatingPrefs;\n  }\n\n    // This is needed so we can use it in the constructor\n  _setValidation(value = []) {\n    this._validation = value;\n    this._invalidatingPrefs = value.reduce((result, next) => {\n      if (typeof next === \"string\") {\n        result.push(next);\n        return result;\n      } else if (next && next.oneOf) {\n        return result.concat(next.oneOf);\n      } else if (next && next.indexedDB) {\n        return result.concat(next.indexedDB);\n      }\n      throw new Error(\"Your validation configuration is not properly configured\");\n    }, []);\n  }\n\n  arePrefsValid(getPref, indexedDBPrefs) {\n    for (const prefs of this.validation) {\n      // {oneOf: [\"foo\", \"bar\"]}\n      if (prefs && prefs.oneOf && !prefs.oneOf.some(name => getPref(name) === this.initialPrefs[name])) {\n        return false;\n\n        // {indexedDB: [\"foo\", \"bar\"]}\n      } else if (indexedDBPrefs && prefs && prefs.indexedDB) {\n        const anyModifiedPrefs = prefs.indexedDB.some(prefName => indexedDBPrefs.some(pref => pref && pref[prefName]));\n        if (anyModifiedPrefs) {\n          return false;\n        }\n        // \"foo\"\n      } else if (getPref(prefs) !== this.initialPrefs[prefs]) {\n        return false;\n      }\n    }\n    return true;\n  }\n}\n\nthis.PrerenderData = new _PrerenderData({\n  initialPrefs: {\n    \"migrationExpired\": true,\n    \"feeds.topsites\": true,\n    \"showSearch\": true,\n    \"topSitesRows\": 1,\n    \"feeds.section.topstories\": true,\n    \"feeds.section.highlights\": true,\n    \"sectionOrder\": \"topsites,topstories,highlights\",\n    \"collapsed\": false\n  },\n  // Prefs listed as invalidating will prevent the prerendered version\n  // of AS from being used if their value is something other than what is listed\n  // here. This is required because some preferences cause the page layout to be\n  // too different for the prerendered version to be used. Unfortunately, this\n  // will result in users who have modified some of their preferences not being\n  // able to get the benefits of prerendering.\n  validation: [\n    \"feeds.topsites\",\n    \"showSearch\",\n    \"topSitesRows\",\n    \"sectionOrder\",\n    // This means if either of these are set to their default values,\n    // prerendering can be used.\n    {oneOf: [\"feeds.section.topstories\", \"feeds.section.highlights\"]},\n    // If any component has the following preference set to `true` it will\n    // invalidate the prerendered version.\n    {indexedDB: [\"collapsed\"]}\n  ],\n  initialSections: [\n    {\n      enabled: true,\n      icon: \"pocket\",\n      id: \"topstories\",\n      order: 1,\n      title: {id: \"header_recommended_by\", values: {provider: \"Pocket\"}}\n    },\n    {\n      enabled: true,\n      id: \"highlights\",\n      icon: \"highlights\",\n      order: 2,\n      title: {id: \"header_highlights\"}\n    }\n  ]\n});\n\nthis._PrerenderData = _PrerenderData;\nconst EXPORTED_SYMBOLS = [\"PrerenderData\", \"_PrerenderData\"];\n\n\n\n// WEBPACK FOOTER //\n// ./common/PrerenderData.jsm","/* globals ContentSearchUIController */\n\"use strict\";\n\nimport {FormattedMessage, injectIntl} from \"react-intl\";\nimport {actionCreators as ac} from \"common/Actions.jsm\";\nimport {connect} from \"react-redux\";\nimport {IS_NEWTAB} from \"content-src/lib/constants\";\nimport React from \"react\";\n\nexport class _Search extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onClick = this.onClick.bind(this);\n    this.onInputMount = this.onInputMount.bind(this);\n  }\n\n  handleEvent(event) {\n    // Also track search events with our own telemetry\n    if (event.detail.type === \"Search\") {\n      this.props.dispatch(ac.UserEvent({event: \"SEARCH\"}));\n    }\n  }\n\n  onClick(event) {\n    window.gContentSearchController.search(event);\n  }\n\n  componentWillUnmount() {\n    delete window.gContentSearchController;\n  }\n\n  onInputMount(input) {\n    if (input) {\n      // The \"healthReportKey\" and needs to be \"newtab\" or \"abouthome\" so that\n      // BrowserUsageTelemetry.jsm knows to handle events with this name, and\n      // can add the appropriate telemetry probes for search. Without the correct\n      // name, certain tests like browser_UsageTelemetry_content.js will fail\n      // (See github ticket #2348 for more details)\n      const healthReportKey = IS_NEWTAB ? \"newtab\" : \"abouthome\";\n\n      // The \"searchSource\" needs to be \"newtab\" or \"homepage\" and is sent with\n      // the search data and acts as context for the search request (See\n      // nsISearchEngine.getSubmission). It is necessary so that search engine\n      // plugins can correctly atribute referrals. (See github ticket #3321 for\n      // more details)\n      const searchSource = IS_NEWTAB ? \"newtab\" : \"homepage\";\n\n      // gContentSearchController needs to exist as a global so that tests for\n      // the existing about:home can find it; and so it allows these tests to pass.\n      // In the future, when activity stream is default about:home, this can be renamed\n      window.gContentSearchController = new ContentSearchUIController(input, input.parentNode,\n        healthReportKey, searchSource);\n      addEventListener(\"ContentSearchClient\", this);\n    } else {\n      window.gContentSearchController = null;\n      removeEventListener(\"ContentSearchClient\", this);\n    }\n  }\n\n  /*\n   * Do not change the ID on the input field, as legacy newtab code\n   * specifically looks for the id 'newtab-search-text' on input fields\n   * in order to execute searches in various tests\n   */\n  render() {\n    return (<div className=\"search-wrapper\">\n      <label htmlFor=\"newtab-search-text\" className=\"search-label\">\n        <span className=\"sr-only\"><FormattedMessage id=\"search_web_placeholder\" /></span>\n      </label>\n      <input\n        id=\"newtab-search-text\"\n        maxLength=\"256\"\n        placeholder={this.props.intl.formatMessage({id: \"search_web_placeholder\"})}\n        ref={this.onInputMount}\n        title={this.props.intl.formatMessage({id: \"search_web_placeholder\"})}\n        type=\"search\" />\n      <button\n        id=\"searchSubmit\"\n        className=\"search-button\"\n        onClick={this.onClick}\n        title={this.props.intl.formatMessage({id: \"search_button\"})}>\n        <span className=\"sr-only\"><FormattedMessage id=\"search_button\" /></span>\n      </button>\n    </div>);\n  }\n}\n\nexport const Search = connect()(injectIntl(_Search));\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/Search/Search.jsx","export const IS_NEWTAB = global.document && global.document.documentURI === \"about:newtab\";\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/constants.js","import {Card, PlaceholderCard} from \"content-src/components/Card/Card\";\nimport {FormattedMessage, injectIntl} from \"react-intl\";\nimport {actionCreators as ac} from \"common/Actions.jsm\";\nimport {CollapsibleSection} from \"content-src/components/CollapsibleSection/CollapsibleSection\";\nimport {ComponentPerfTimer} from \"content-src/components/ComponentPerfTimer/ComponentPerfTimer\";\nimport {connect} from \"react-redux\";\nimport React from \"react\";\nimport {Topics} from \"content-src/components/Topics/Topics\";\nimport {TopSites} from \"content-src/components/TopSites/TopSites\";\n\nconst VISIBLE = \"visible\";\nconst VISIBILITY_CHANGE_EVENT = \"visibilitychange\";\nconst CARDS_PER_ROW_DEFAULT = 3;\nconst CARDS_PER_ROW_COMPACT_WIDE = 4;\n\nfunction getFormattedMessage(message) {\n  return typeof message === \"string\" ? <span>{message}</span> : <FormattedMessage {...message} />;\n}\n\nexport class Section extends React.PureComponent {\n  get numRows() {\n    const {rowsPref, maxRows, Prefs} = this.props;\n    return rowsPref ? Prefs.values[rowsPref] : maxRows;\n  }\n\n  _dispatchImpressionStats() {\n    const {props} = this;\n    let cardsPerRow = CARDS_PER_ROW_DEFAULT;\n    if (props.compactCards && global.matchMedia(`(min-width: 1072px)`).matches) {\n      // If the section has compact cards and the viewport is wide enough, we show\n      // 4 columns instead of 3.\n      // $break-point-widest = 1072px (from _variables.scss)\n      cardsPerRow = CARDS_PER_ROW_COMPACT_WIDE;\n    }\n    const maxCards = cardsPerRow * this.numRows;\n    const cards = props.rows.slice(0, maxCards);\n\n    if (this.needsImpressionStats(cards)) {\n      props.dispatch(ac.ImpressionStats({\n        source: props.eventSource,\n        tiles: cards.map(link => ({id: link.guid}))\n      }));\n      this.impressionCardGuids = cards.map(link => link.guid);\n    }\n  }\n\n  // This sends an event when a user sees a set of new content. If content\n  // changes while the page is hidden (i.e. preloaded or on a hidden tab),\n  // only send the event if the page becomes visible again.\n  sendImpressionStatsOrAddListener() {\n    const {props} = this;\n\n    if (!props.shouldSendImpressionStats || !props.dispatch) {\n      return;\n    }\n\n    if (props.document.visibilityState === VISIBLE) {\n      this._dispatchImpressionStats();\n    } else {\n      // We should only ever send the latest impression stats ping, so remove any\n      // older listeners.\n      if (this._onVisibilityChange) {\n        props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n      }\n\n      // When the page becomes visible, send the impression stats ping if the section isn't collapsed.\n      this._onVisibilityChange = () => {\n        if (props.document.visibilityState === VISIBLE) {\n          if (!this.props.pref.collapsed) {\n            this._dispatchImpressionStats();\n          }\n          props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n        }\n      };\n      props.document.addEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n    }\n  }\n\n  componentDidMount() {\n    if (this.props.rows.length && !this.props.pref.collapsed) {\n      this.sendImpressionStatsOrAddListener();\n    }\n  }\n\n  componentDidUpdate(prevProps) {\n    const {props} = this;\n    const isCollapsed = props.pref.collapsed;\n    const wasCollapsed = prevProps.pref.collapsed;\n    if (\n      // Don't send impression stats for the empty state\n      props.rows.length &&\n      (\n        // We only want to send impression stats if the content of the cards has changed\n        // and the section is not collapsed...\n        (props.rows !== prevProps.rows && !isCollapsed) ||\n        // or if we are expanding a section that was collapsed.\n        (wasCollapsed && !isCollapsed)\n      )\n    ) {\n      this.sendImpressionStatsOrAddListener();\n    }\n  }\n\n  componentWillUnmount() {\n    if (this._onVisibilityChange) {\n      this.props.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n    }\n  }\n\n  needsImpressionStats(cards) {\n    if (!this.impressionCardGuids || (this.impressionCardGuids.length !== cards.length)) {\n      return true;\n    }\n\n    for (let i = 0; i < cards.length; i++) {\n      if (cards[i].guid !== this.impressionCardGuids[i]) {\n        return true;\n      }\n    }\n\n    return false;\n  }\n\n  render() {\n    const {\n      id, eventSource, title, icon, rows,\n      emptyState, dispatch, compactCards,\n      contextMenuOptions, initialized, disclaimer,\n      pref, privacyNoticeURL, isFirst, isLast\n    } = this.props;\n\n    const maxCardsPerRow = compactCards ? CARDS_PER_ROW_COMPACT_WIDE : CARDS_PER_ROW_DEFAULT;\n    const {numRows} = this;\n    const maxCards = maxCardsPerRow * numRows;\n    const maxCardsOnNarrow = CARDS_PER_ROW_DEFAULT * numRows;\n\n    // Show topics only for top stories and if it's not initialized yet (so\n    // content doesn't shift when it is loaded) or has loaded with topics\n    const shouldShowTopics = (id === \"topstories\" &&\n      (!this.props.topics || this.props.topics.length > 0));\n\n    const realRows = rows.slice(0, maxCards);\n\n    // The empty state should only be shown after we have initialized and there is no content.\n    // Otherwise, we should show placeholders.\n    const shouldShowEmptyState = initialized && !rows.length;\n\n    const cards = [];\n    if (!shouldShowEmptyState) {\n      for (let i = 0; i < maxCards; i++) {\n        const link = realRows[i];\n        // On narrow viewports, we only show 3 cards per row. We'll mark the rest as\n        // .hide-for-narrow to hide in CSS via @media query.\n        const className = (i >= maxCardsOnNarrow) ? \"hide-for-narrow\" : \"\";\n        cards.push(link ? (\n          <Card key={i}\n            index={i}\n            className={className}\n            dispatch={dispatch}\n            link={link}\n            contextMenuOptions={contextMenuOptions}\n            eventSource={eventSource}\n            shouldSendImpressionStats={this.props.shouldSendImpressionStats}\n            isWebExtension={this.props.isWebExtension} />\n        ) : (\n          <PlaceholderCard key={i} className={className} />\n        ));\n      }\n    }\n\n    const sectionClassName = [\n      \"section\",\n      compactCards ? \"compact-cards\" : \"normal-cards\"\n    ].join(\" \");\n\n    // <Section> <-- React component\n    // <section> <-- HTML5 element\n    return (<ComponentPerfTimer {...this.props}>\n      <CollapsibleSection className={sectionClassName} icon={icon}\n        title={title}\n        id={id}\n        eventSource={eventSource}\n        disclaimer={disclaimer}\n        collapsed={this.props.pref.collapsed}\n        showPrefName={(pref && pref.feed) || id}\n        privacyNoticeURL={privacyNoticeURL}\n        Prefs={this.props.Prefs}\n        isFirst={isFirst}\n        isLast={isLast}\n        dispatch={this.props.dispatch}\n        isWebExtension={this.props.isWebExtension}>\n\n        {!shouldShowEmptyState && (<ul className=\"section-list\" style={{padding: 0}}>\n          {cards}\n        </ul>)}\n        {shouldShowEmptyState &&\n          <div className=\"section-empty-state\">\n            <div className=\"empty-state\">\n              {emptyState.icon && emptyState.icon.startsWith(\"moz-extension://\") ?\n                <img className=\"empty-state-icon icon\" style={{\"background-image\": `url('${emptyState.icon}')`}} /> :\n                <img className={`empty-state-icon icon icon-${emptyState.icon}`} />}\n              <p className=\"empty-state-message\">\n                {getFormattedMessage(emptyState.message)}\n              </p>\n            </div>\n          </div>}\n        {shouldShowTopics && <Topics topics={this.props.topics} read_more_endpoint={this.props.read_more_endpoint} />}\n      </CollapsibleSection>\n    </ComponentPerfTimer>);\n  }\n}\n\nSection.defaultProps = {\n  document: global.document,\n  rows: [],\n  emptyState: {},\n  pref: {},\n  title: \"\"\n};\n\nexport const SectionIntl = connect(state => ({Prefs: state.Prefs}))(injectIntl(Section));\n\nexport class _Sections extends React.PureComponent {\n  renderSections() {\n    const sections = [];\n    const enabledSections = this.props.Sections.filter(section => section.enabled);\n    const {sectionOrder, \"feeds.topsites\": showTopSites} = this.props.Prefs.values;\n    // Enabled sections doesn't include Top Sites, so we add it if enabled.\n    const expectedCount = enabledSections.length + ~~showTopSites;\n\n    for (const sectionId of sectionOrder.split(\",\")) {\n      const commonProps = {\n        key: sectionId,\n        isFirst: sections.length === 0,\n        isLast: sections.length === expectedCount - 1\n      };\n      if (sectionId === \"topsites\" && showTopSites) {\n        sections.push(<TopSites {...commonProps} />);\n      } else {\n        const section = enabledSections.find(s => s.id === sectionId);\n        if (section) {\n          sections.push(<SectionIntl {...section} {...commonProps} />);\n        }\n      }\n    }\n    return sections;\n  }\n\n  render() {\n    return (\n      <div className=\"sections-list\">\n        {this.renderSections()}\n      </div>\n    );\n  }\n}\n\nexport const Sections = connect(state => ({Sections: state.Sections, Prefs: state.Prefs}))(_Sections);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/Sections/Sections.jsx","export const cardContextTypes = {\n  history: {\n    intlID: \"type_label_visited\",\n    icon: \"history-item\"\n  },\n  bookmark: {\n    intlID: \"type_label_bookmarked\",\n    icon: \"bookmark-added\"\n  },\n  trending: {\n    intlID: \"type_label_recommended\",\n    icon: \"trending\"\n  },\n  now: {\n    intlID: \"type_label_now\",\n    icon: \"now\"\n  },\n  pocket: {\n    intlID: \"type_label_pocket\",\n    icon: \"pocket\"\n  },\n  download: {\n    intlID: \"type_label_downloaded\",\n    icon: \"download\"\n  }\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/Card/types.js","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {cardContextTypes} from \"./types\";\nimport {connect} from \"react-redux\";\nimport {FormattedMessage} from \"react-intl\";\nimport {GetPlatformString} from \"content-src/lib/link-menu-options\";\nimport {LinkMenu} from \"content-src/components/LinkMenu/LinkMenu\";\nimport React from \"react\";\nimport {ScreenshotUtils} from \"content-src/lib/screenshot-utils\";\n\n// Keep track of pending image loads to only request once\nconst gImageLoading = new Map();\n\n/**\n * Card component.\n * Cards are found within a Section component and contain information about a link such\n * as preview image, page title, page description, and some context about if the page\n * was visited, bookmarked, trending etc...\n * Each Section can make an unordered list of Cards which will create one instane of\n * this class. Each card will then get a context menu which reflects the actions that\n * can be done on this Card.\n */\nexport class _Card extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.state = {\n      activeCard: null,\n      imageLoaded: false,\n      showContextMenu: false,\n      cardImage: null\n    };\n    this.onMenuButtonClick = this.onMenuButtonClick.bind(this);\n    this.onMenuUpdate = this.onMenuUpdate.bind(this);\n    this.onLinkClick = this.onLinkClick.bind(this);\n  }\n\n  /**\n   * Helper to conditionally load an image and update state when it loads.\n   */\n  async maybeLoadImage() {\n    // No need to load if it's already loaded or no image\n    const {cardImage} = this.state;\n    if (!cardImage) {\n      return;\n    }\n\n    const imageUrl = cardImage.url;\n    if (!this.state.imageLoaded) {\n      // Initialize a promise to share a load across multiple card updates\n      if (!gImageLoading.has(imageUrl)) {\n        const loaderPromise = new Promise((resolve, reject) => {\n          const loader = new Image();\n          loader.addEventListener(\"load\", resolve);\n          loader.addEventListener(\"error\", reject);\n          loader.src = imageUrl;\n        });\n\n        // Save and remove the promise only while it's pending\n        gImageLoading.set(imageUrl, loaderPromise);\n        loaderPromise.catch(ex => ex).then(() => gImageLoading.delete(imageUrl)).catch();\n      }\n\n      // Wait for the image whether just started loading or reused promise\n      await gImageLoading.get(imageUrl);\n\n      // Only update state if we're still waiting to load the original image\n      if (ScreenshotUtils.isRemoteImageLocal(this.state.cardImage, this.props.link.image) &&\n          !this.state.imageLoaded) {\n        this.setState({imageLoaded: true});\n      }\n    }\n  }\n\n  /**\n   * Helper to obtain the next state based on nextProps and prevState.\n   *\n   * NOTE: Rename this method to getDerivedStateFromProps when we update React\n   *       to >= 16.3. We will need to update tests as well. We cannot rename this\n   *       method to getDerivedStateFromProps now because there is a mismatch in\n   *       the React version that we are using for both testing and production.\n   *       (i.e. react-test-render => \"16.3.2\", react => \"16.2.0\").\n   *\n   * See https://github.com/airbnb/enzyme/blob/master/packages/enzyme-adapter-react-16/package.json#L43.\n   */\n  static getNextStateFromProps(nextProps, prevState) {\n    const {image} = nextProps.link;\n    const imageInState = ScreenshotUtils.isRemoteImageLocal(prevState.cardImage, image);\n    let nextState = null;\n\n    // Image is updating.\n    if (!imageInState && nextProps.link) {\n      nextState = {imageLoaded: false};\n    }\n\n    if (imageInState) {\n      return nextState;\n    }\n\n    // Since image was updated, attempt to revoke old image blob URL, if it exists.\n    ScreenshotUtils.maybeRevokeBlobObjectURL(prevState.cardImage);\n\n    nextState = nextState || {};\n    nextState.cardImage = ScreenshotUtils.createLocalImageObject(image);\n\n    return nextState;\n  }\n\n  onMenuButtonClick(event) {\n    event.preventDefault();\n    this.setState({\n      activeCard: this.props.index,\n      showContextMenu: true\n    });\n  }\n\n  /**\n   * Report to telemetry additional information about the item.\n   */\n  _getTelemetryInfo() {\n    // Filter out \"history\" type for being the default\n    if (this.props.link.type !== \"history\") {\n      return {value: {card_type: this.props.link.type}};\n    }\n\n    return null;\n  }\n\n  onLinkClick(event) {\n    event.preventDefault();\n    if (this.props.link.type === \"download\") {\n      this.props.dispatch(ac.OnlyToMain({\n        type: at.SHOW_DOWNLOAD_FILE,\n        data: this.props.link\n      }));\n    } else {\n      const {altKey, button, ctrlKey, metaKey, shiftKey} = event;\n      this.props.dispatch(ac.OnlyToMain({\n        type: at.OPEN_LINK,\n        data: Object.assign(this.props.link, {event: {altKey, button, ctrlKey, metaKey, shiftKey}})\n      }));\n    }\n    if (this.props.isWebExtension) {\n      this.props.dispatch(ac.WebExtEvent(at.WEBEXT_CLICK, {\n        source: this.props.eventSource,\n        url: this.props.link.url,\n        action_position: this.props.index\n      }));\n    } else {\n      this.props.dispatch(ac.UserEvent(Object.assign({\n        event: \"CLICK\",\n        source: this.props.eventSource,\n        action_position: this.props.index\n      }, this._getTelemetryInfo())));\n\n      if (this.props.shouldSendImpressionStats) {\n        this.props.dispatch(ac.ImpressionStats({\n          source: this.props.eventSource,\n          click: 0,\n          tiles: [{id: this.props.link.guid, pos: this.props.index}]\n        }));\n      }\n    }\n  }\n\n  onMenuUpdate(showContextMenu) {\n    this.setState({showContextMenu});\n  }\n\n  componentDidMount() {\n    this.maybeLoadImage();\n  }\n\n  componentDidUpdate() {\n    this.maybeLoadImage();\n  }\n\n  // NOTE: Remove this function when we update React to >= 16.3 since React will\n  //       call getDerivedStateFromProps automatically. We will also need to\n  //       rename getNextStateFromProps to getDerivedStateFromProps.\n  componentWillMount() {\n    const nextState = _Card.getNextStateFromProps(this.props, this.state);\n    if (nextState) {\n      this.setState(nextState);\n    }\n  }\n\n  // NOTE: Remove this function when we update React to >= 16.3 since React will\n  //       call getDerivedStateFromProps automatically. We will also need to\n  //       rename getNextStateFromProps to getDerivedStateFromProps.\n  componentWillReceiveProps(nextProps) {\n    const nextState = _Card.getNextStateFromProps(nextProps, this.state);\n    if (nextState) {\n      this.setState(nextState);\n    }\n  }\n\n  componentWillUnmount() {\n    ScreenshotUtils.maybeRevokeBlobObjectURL(this.state.cardImage);\n  }\n\n  render() {\n    const {index, className, link, dispatch, contextMenuOptions, eventSource, shouldSendImpressionStats} = this.props;\n    const {props} = this;\n    const isContextMenuOpen = this.state.showContextMenu && this.state.activeCard === index;\n    // Display \"now\" as \"trending\" until we have new strings #3402\n    const {icon, intlID} = cardContextTypes[link.type === \"now\" ? \"trending\" : link.type] || {};\n    const hasImage = this.state.cardImage || link.hasImage;\n    const imageStyle = {backgroundImage: this.state.cardImage ? `url(${this.state.cardImage.url})` : \"none\"};\n    const outerClassName = [\n      \"card-outer\",\n      className,\n      isContextMenuOpen && \"active\",\n      props.placeholder && \"placeholder\"\n    ].filter(v => v).join(\" \");\n\n    return (<li className={outerClassName}>\n      <a href={link.type === \"pocket\" ? link.open_url : link.url} onClick={!props.placeholder ? this.onLinkClick : undefined}>\n        <div className=\"card\">\n          <div className=\"card-preview-image-outer\">\n            {hasImage &&\n              <div className={`card-preview-image${this.state.imageLoaded ? \" loaded\" : \"\"}`} style={imageStyle} />\n            }\n          </div>\n          <div className=\"card-details\">\n            {link.type === \"download\" && <div className=\"card-host-name alternate\"><FormattedMessage id={GetPlatformString(this.props.platform)} /></div>}\n            {link.hostname &&\n              <div className=\"card-host-name\">\n                {link.hostname.slice(0, 100)}{link.type === \"download\" && `  \\u2014 ${link.description}`}\n              </div>\n            }\n            <div className={[\n              \"card-text\",\n              icon ? \"\" : \"no-context\",\n              link.description ? \"\" : \"no-description\",\n              link.hostname ? \"\" : \"no-host-name\"\n            ].join(\" \")}>\n              <h4 className=\"card-title\" dir=\"auto\">{link.title}</h4>\n              <p className=\"card-description\" dir=\"auto\">{link.description}</p>\n            </div>\n            <div className=\"card-context\">\n              {icon && !link.context && <span className={`card-context-icon icon icon-${icon}`} />}\n              {link.icon && link.context && <span className=\"card-context-icon icon\" style={{backgroundImage: `url('${link.icon}')`}} />}\n              {intlID && !link.context && <div className=\"card-context-label\"><FormattedMessage id={intlID} defaultMessage=\"Visited\" /></div>}\n              {link.context && <div className=\"card-context-label\">{link.context}</div>}\n            </div>\n          </div>\n        </div>\n      </a>\n      {!props.placeholder && <button className=\"context-menu-button icon\"\n        onClick={this.onMenuButtonClick}>\n        <span className=\"sr-only\">{`Open context menu for ${link.title}`}</span>\n      </button>}\n      {isContextMenuOpen &&\n        <LinkMenu\n          dispatch={dispatch}\n          index={index}\n          source={eventSource}\n          onUpdate={this.onMenuUpdate}\n          options={link.contextMenuOptions || contextMenuOptions}\n          site={link}\n          siteInfo={this._getTelemetryInfo()}\n          shouldSendImpressionStats={shouldSendImpressionStats} />\n      }\n   </li>);\n  }\n}\n_Card.defaultProps = {link: {}};\nexport const Card = connect(state => ({platform: state.Prefs.values.platform}))(_Card);\nexport const PlaceholderCard = props => <Card placeholder={true} className={props.className} />;\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/Card/Card.jsx","import {actionCreators as ac} from \"common/Actions.jsm\";\nimport {ContextMenu} from \"content-src/components/ContextMenu/ContextMenu\";\nimport {injectIntl} from \"react-intl\";\nimport React from \"react\";\nimport {SectionMenuOptions} from \"content-src/lib/section-menu-options\";\n\nconst DEFAULT_SECTION_MENU_OPTIONS = [\"MoveUp\", \"MoveDown\", \"Separator\", \"RemoveSection\", \"CheckCollapsed\", \"Separator\", \"ManageSection\"];\nconst WEBEXT_SECTION_MENU_OPTIONS = [\"MoveUp\", \"MoveDown\", \"Separator\", \"CheckCollapsed\", \"Separator\", \"ManageWebExtension\"];\n\nexport class _SectionMenu extends React.PureComponent {\n  getOptions() {\n    const {props} = this;\n\n    const propOptions = props.isWebExtension ? [...WEBEXT_SECTION_MENU_OPTIONS] : [...DEFAULT_SECTION_MENU_OPTIONS];\n    // Prepend custom options and a separator\n    if (props.extraOptions) {\n      propOptions.splice(0, 0, ...props.extraOptions, \"Separator\");\n    }\n    // Insert privacy notice before the last option (\"ManageSection\")\n    if (props.privacyNoticeURL) {\n      propOptions.splice(-1, 0, \"PrivacyNotice\");\n    }\n\n    const options = propOptions.map(o => SectionMenuOptions[o](props)).map(option => {\n      const {action, id, type, userEvent} = option;\n      if (!type && id) {\n        option.label = props.intl.formatMessage({id});\n        option.onClick = () => {\n          props.dispatch(action);\n          if (userEvent) {\n            props.dispatch(ac.UserEvent({\n              event: userEvent,\n              source: props.source\n            }));\n          }\n        };\n      }\n      return option;\n    });\n\n    // This is for accessibility to support making each item tabbable.\n    // We want to know which item is the first and which item\n    // is the last, so we can close the context menu accordingly.\n    options[0].first = true;\n    options[options.length - 1].last = true;\n    return options;\n  }\n\n  render() {\n    return (<ContextMenu\n      onUpdate={this.props.onUpdate}\n      options={this.getOptions()} />);\n  }\n}\n\nexport const SectionMenu = injectIntl(_SectionMenu);\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/SectionMenu/SectionMenu.jsx","import {FormattedMessage} from \"react-intl\";\nimport React from \"react\";\n\nexport class Topic extends React.PureComponent {\n  render() {\n    const {url, name} = this.props;\n    return (<li><a key={name} className=\"topic-link\" href={url}>{name}</a></li>);\n  }\n}\n\nexport class Topics extends React.PureComponent {\n  render() {\n    const {topics, read_more_endpoint} = this.props;\n    return (\n      <div className=\"topic\">\n        <span><FormattedMessage id=\"pocket_read_more\" /></span>\n        <ul>{topics && topics.map(t => <Topic key={t.name} url={t.url} name={t.name} />)}</ul>\n\n        {read_more_endpoint && <a className=\"topic-read-more\" href={read_more_endpoint}>\n          <FormattedMessage id=\"pocket_read_even_more\" />\n        </a>}\n      </div>\n    );\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/Topics/Topics.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {MIN_CORNER_FAVICON_SIZE, MIN_RICH_FAVICON_SIZE, TOP_SITES_SOURCE} from \"./TopSitesConstants\";\nimport {CollapsibleSection} from \"content-src/components/CollapsibleSection/CollapsibleSection\";\nimport {ComponentPerfTimer} from \"content-src/components/ComponentPerfTimer/ComponentPerfTimer\";\nimport {connect} from \"react-redux\";\nimport {injectIntl} from \"react-intl\";\nimport React from \"react\";\nimport {TOP_SITES_MAX_SITES_PER_ROW} from \"common/Reducers.jsm\";\nimport {TopSiteForm} from \"./TopSiteForm\";\nimport {TopSiteList} from \"./TopSite\";\n\nfunction topSiteIconType(link) {\n  if (link.customScreenshotURL) {\n    return \"custom_screenshot\";\n  }\n  if (link.tippyTopIcon || link.faviconRef === \"tippytop\") {\n    return \"tippytop\";\n  }\n  if (link.faviconSize >= MIN_RICH_FAVICON_SIZE) {\n    return \"rich_icon\";\n  }\n  if (link.screenshot && link.faviconSize >= MIN_CORNER_FAVICON_SIZE) {\n    return \"screenshot_with_icon\";\n  }\n  if (link.screenshot) {\n    return \"screenshot\";\n  }\n  return \"no_image\";\n}\n\n/**\n * Iterates through TopSites and counts types of images.\n * @param acc Accumulator for reducer.\n * @param topsite Entry in TopSites.\n */\nfunction countTopSitesIconsTypes(topSites) {\n  const countTopSitesTypes = (acc, link) => {\n    acc[topSiteIconType(link)]++;\n    return acc;\n  };\n\n  return topSites.reduce(countTopSitesTypes, {\n    \"custom_screenshot\": 0,\n    \"screenshot_with_icon\": 0,\n    \"screenshot\": 0,\n    \"tippytop\": 0,\n    \"rich_icon\": 0,\n    \"no_image\": 0\n  });\n}\n\nexport class _TopSites extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onFormClose = this.onFormClose.bind(this);\n  }\n\n  /**\n   * Dispatch session statistics about the quality of TopSites icons and pinned count.\n   */\n  _dispatchTopSitesStats() {\n    const topSites = this._getVisibleTopSites();\n    const topSitesIconsStats = countTopSitesIconsTypes(topSites);\n    const topSitesPinned = topSites.filter(site => !!site.isPinned).length;\n    // Dispatch telemetry event with the count of TopSites images types.\n    this.props.dispatch(ac.AlsoToMain({\n      type: at.SAVE_SESSION_PERF_DATA,\n      data: {topsites_icon_stats: topSitesIconsStats, topsites_pinned: topSitesPinned}\n    }));\n  }\n\n  /**\n   * Return the TopSites that are visible based on prefs and window width.\n   */\n  _getVisibleTopSites() {\n    // We hide 2 sites per row when not in the wide layout.\n    let sitesPerRow = TOP_SITES_MAX_SITES_PER_ROW;\n    // $break-point-widest = 1072px (from _variables.scss)\n    if (!global.matchMedia(`(min-width: 1072px)`).matches) {\n      sitesPerRow -= 2;\n    }\n    return this.props.TopSites.rows.slice(0, this.props.TopSitesRows * sitesPerRow);\n  }\n\n  componentDidUpdate() {\n    this._dispatchTopSitesStats();\n  }\n\n  componentDidMount() {\n    this._dispatchTopSitesStats();\n  }\n\n  onFormClose() {\n    this.props.dispatch(ac.UserEvent({\n      source: TOP_SITES_SOURCE,\n      event: \"TOP_SITES_EDIT_CLOSE\"\n    }));\n    this.props.dispatch({type: at.TOP_SITES_CANCEL_EDIT});\n  }\n\n  render() {\n    const {props} = this;\n    const {editForm} = props.TopSites;\n\n    return (<ComponentPerfTimer id=\"topsites\" initialized={props.TopSites.initialized} dispatch={props.dispatch}>\n      <CollapsibleSection\n        className=\"top-sites\"\n        icon=\"topsites\"\n        id=\"topsites\"\n        title={{id: \"header_top_sites\"}}\n        extraMenuOptions={[\"AddTopSite\"]}\n        showPrefName=\"feeds.topsites\"\n        eventSource={TOP_SITES_SOURCE}\n        collapsed={props.TopSites.pref ? props.TopSites.pref.collapsed : undefined}\n        isFirst={props.isFirst}\n        isLast={props.isLast}\n        dispatch={props.dispatch}>\n        <TopSiteList TopSites={props.TopSites} TopSitesRows={props.TopSitesRows} dispatch={props.dispatch} intl={props.intl} topSiteIconType={topSiteIconType} />\n        <div className=\"edit-topsites-wrapper\">\n          {editForm &&\n            <div className=\"edit-topsites\">\n              <div className=\"modal-overlay\" onClick={this.onFormClose} />\n              <div className=\"modal\">\n                <TopSiteForm\n                  site={props.TopSites.rows[editForm.index]}\n                  onClose={this.onFormClose}\n                  dispatch={this.props.dispatch}\n                  intl={this.props.intl}\n                  {...editForm} />\n              </div>\n            </div>\n          }\n        </div>\n      </CollapsibleSection>\n    </ComponentPerfTimer>);\n  }\n}\n\nexport const TopSites = connect(state => ({\n  TopSites: state.TopSites,\n  Prefs: state.Prefs,\n  TopSitesRows: state.Prefs.values.topSitesRows\n}))(injectIntl(_TopSites));\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/TopSites/TopSites.jsx","import {FormattedMessage} from \"react-intl\";\nimport React from \"react\";\n\nexport class TopSiteFormInput extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.state = {validationError: this.props.validationError};\n    this.onChange = this.onChange.bind(this);\n    this.onMount = this.onMount.bind(this);\n  }\n\n  componentWillReceiveProps(nextProps) {\n    if (nextProps.shouldFocus && !this.props.shouldFocus) {\n      this.input.focus();\n    }\n    if (nextProps.validationError && !this.props.validationError) {\n      this.setState({validationError: true});\n    }\n    // If the component is in an error state but the value was cleared by the parent\n    if (this.state.validationError && !nextProps.value) {\n      this.setState({validationError: false});\n    }\n  }\n\n  onChange(ev) {\n    if (this.state.validationError) {\n      this.setState({validationError: false});\n    }\n    this.props.onChange(ev);\n  }\n\n  onMount(input) {\n    this.input = input;\n  }\n\n  render() {\n    const showClearButton = this.props.value && this.props.onClear;\n    const {typeUrl} = this.props;\n    const {validationError} = this.state;\n\n    return (<label><FormattedMessage id={this.props.titleId} />\n      <div className={`field ${typeUrl ? \"url\" : \"\"}${validationError ? \" invalid\" : \"\"}`}>\n        {this.props.loading ?\n          <div className=\"loading-container\"><div className=\"loading-animation\" /></div> :\n          showClearButton && <div className=\"icon icon-clear-input\" onClick={this.props.onClear} />}\n        <input type=\"text\"\n          value={this.props.value}\n          ref={this.onMount}\n          onChange={this.onChange}\n          placeholder={this.props.intl.formatMessage({id: this.props.placeholderId})}\n          autoFocus={this.props.shouldFocus}\n          disabled={this.props.loading} />\n        {validationError &&\n          <aside className=\"error-tooltip\">\n            <FormattedMessage id={this.props.errorMessageId} />\n          </aside>}\n      </div>\n    </label>);\n  }\n}\n\nTopSiteFormInput.defaultProps = {\n  showClearButton: false,\n  value: \"\",\n  validationError: false\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/TopSites/TopSiteFormInput.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {FormattedMessage} from \"react-intl\";\nimport React from \"react\";\nimport {TOP_SITES_SOURCE} from \"./TopSitesConstants\";\nimport {TopSiteFormInput} from \"./TopSiteFormInput\";\nimport {TopSiteLink} from \"./TopSite\";\n\nexport class TopSiteForm extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    const {site} = props;\n    this.state = {\n      label: site ? (site.label || site.hostname) : \"\",\n      url: site ? site.url : \"\",\n      validationError: false,\n      customScreenshotUrl: site ? site.customScreenshotURL : \"\",\n      showCustomScreenshotForm: site ? site.customScreenshotURL : false\n    };\n    this.onClearScreenshotInput = this.onClearScreenshotInput.bind(this);\n    this.onLabelChange = this.onLabelChange.bind(this);\n    this.onUrlChange = this.onUrlChange.bind(this);\n    this.onCancelButtonClick = this.onCancelButtonClick.bind(this);\n    this.onClearUrlClick = this.onClearUrlClick.bind(this);\n    this.onDoneButtonClick = this.onDoneButtonClick.bind(this);\n    this.onCustomScreenshotUrlChange = this.onCustomScreenshotUrlChange.bind(this);\n    this.onPreviewButtonClick = this.onPreviewButtonClick.bind(this);\n    this.onEnableScreenshotUrlForm = this.onEnableScreenshotUrlForm.bind(this);\n    this.validateUrl = this.validateUrl.bind(this);\n  }\n\n  onLabelChange(event) {\n    this.setState({\"label\": event.target.value});\n  }\n\n  onUrlChange(event) {\n    this.setState({\n      url: event.target.value,\n      validationError: false\n    });\n  }\n\n  onClearUrlClick() {\n    this.setState({\n      url: \"\",\n      validationError: false\n    });\n  }\n\n  onEnableScreenshotUrlForm() {\n    this.setState({showCustomScreenshotForm: true});\n  }\n\n  _updateCustomScreenshotInput(customScreenshotUrl) {\n    this.setState({\n      customScreenshotUrl,\n      validationError: false\n    });\n    this.props.dispatch({type: at.PREVIEW_REQUEST_CANCEL});\n  }\n\n  onCustomScreenshotUrlChange(event) {\n    this._updateCustomScreenshotInput(event.target.value);\n  }\n\n  onClearScreenshotInput() {\n    this._updateCustomScreenshotInput(\"\");\n  }\n\n  onCancelButtonClick(ev) {\n    ev.preventDefault();\n    this.props.onClose();\n  }\n\n  onDoneButtonClick(ev) {\n    ev.preventDefault();\n\n    if (this.validateForm()) {\n      const site = {url: this.cleanUrl(this.state.url)};\n      const {index} = this.props;\n      if (this.state.label !== \"\") {\n        site.label = this.state.label;\n      }\n\n      if (this.state.customScreenshotUrl) {\n        site.customScreenshotURL = this.cleanUrl(this.state.customScreenshotUrl);\n      } else if (this.props.site && this.props.site.customScreenshotURL) {\n        // Used to flag that previously cached screenshot should be removed\n        site.customScreenshotURL = null;\n      }\n      this.props.dispatch(ac.AlsoToMain({\n        type: at.TOP_SITES_PIN,\n        data: {site, index}\n      }));\n      this.props.dispatch(ac.UserEvent({\n        source: TOP_SITES_SOURCE,\n        event: \"TOP_SITES_EDIT\",\n        action_position: index\n      }));\n\n      this.props.onClose();\n    }\n  }\n\n  onPreviewButtonClick(event) {\n    event.preventDefault();\n    if (this.validateForm()) {\n      this.props.dispatch(ac.AlsoToMain({\n        type: at.PREVIEW_REQUEST,\n        data: {url: this.cleanUrl(this.state.customScreenshotUrl)}\n      }));\n      this.props.dispatch(ac.UserEvent({\n        source: TOP_SITES_SOURCE,\n        event: \"PREVIEW_REQUEST\"\n      }));\n    }\n  }\n\n  cleanUrl(url) {\n    // If we are missing a protocol, prepend http://\n    if (!url.startsWith(\"http:\") && !url.startsWith(\"https:\")) {\n      return `http://${url}`;\n    }\n    return url;\n  }\n\n  _tryParseUrl(url) {\n    try {\n      return new URL(url);\n    } catch (e) {\n      return null;\n    }\n  }\n\n  validateUrl(url) {\n    const validProtocols = [\"http:\", \"https:\"];\n    const urlObj = this._tryParseUrl(url) || this._tryParseUrl(this.cleanUrl(url));\n\n    return urlObj && validProtocols.includes(urlObj.protocol);\n  }\n\n  validateCustomScreenshotUrl() {\n    const {customScreenshotUrl} = this.state;\n    return !customScreenshotUrl || this.validateUrl(customScreenshotUrl);\n  }\n\n  validateForm() {\n    const validate = this.validateUrl(this.state.url) && this.validateCustomScreenshotUrl();\n\n    if (!validate) {\n      this.setState({validationError: true});\n    }\n\n    return validate;\n  }\n\n  _renderCustomScreenshotInput() {\n    const {customScreenshotUrl} = this.state;\n    const requestFailed = this.props.previewResponse === \"\";\n    const validationError = (this.state.validationError && !this.validateCustomScreenshotUrl()) || requestFailed;\n    // Set focus on error if the url field is valid or when the input is first rendered and is empty\n    const shouldFocus = (validationError && this.validateUrl(this.state.url)) || !customScreenshotUrl;\n    const isLoading = this.props.previewResponse === null &&\n      customScreenshotUrl && this.props.previewUrl === this.cleanUrl(customScreenshotUrl);\n\n    if (!this.state.showCustomScreenshotForm) {\n      return (<a className=\"enable-custom-image-input\" onClick={this.onEnableScreenshotUrlForm}>\n        <FormattedMessage id=\"topsites_form_use_image_link\" />\n      </a>);\n    }\n    return (<div className=\"custom-image-input-container\">\n      <TopSiteFormInput\n        errorMessageId={requestFailed ? \"topsites_form_image_validation\" : \"topsites_form_url_validation\"}\n        loading={isLoading}\n        onChange={this.onCustomScreenshotUrlChange}\n        onClear={this.onClearScreenshotInput}\n        shouldFocus={shouldFocus}\n        typeUrl={true}\n        value={customScreenshotUrl}\n        validationError={validationError}\n        titleId=\"topsites_form_image_url_label\"\n        placeholderId=\"topsites_form_url_placeholder\"\n        intl={this.props.intl} />\n    </div>);\n  }\n\n  render() {\n    const {customScreenshotUrl} = this.state;\n    const requestFailed = this.props.previewResponse === \"\";\n    // For UI purposes, editing without an existing link is \"add\"\n    const showAsAdd = !this.props.site;\n    const previous = (this.props.site && this.props.site.customScreenshotURL) || \"\";\n    const changed = customScreenshotUrl && this.cleanUrl(customScreenshotUrl) !== previous;\n    // Preview mode if changes were made to the custom screenshot URL and no preview was received yet\n    // or the request failed\n    const previewMode = changed && !this.props.previewResponse;\n    const previewLink = Object.assign({}, this.props.site);\n    if (this.props.previewResponse) {\n      previewLink.screenshot = this.props.previewResponse;\n      previewLink.customScreenshotURL = this.props.previewUrl;\n    }\n    return (\n      <form className=\"topsite-form\">\n        <div className=\"form-input-container\">\n          <h3 className=\"section-title\">\n            <FormattedMessage id={showAsAdd ? \"topsites_form_add_header\" : \"topsites_form_edit_header\"} />\n          </h3>\n          <div className=\"fields-and-preview\">\n            <div className=\"form-wrapper\">\n              <TopSiteFormInput onChange={this.onLabelChange}\n                value={this.state.label}\n                titleId=\"topsites_form_title_label\"\n                placeholderId=\"topsites_form_title_placeholder\"\n                intl={this.props.intl} />\n              <TopSiteFormInput onChange={this.onUrlChange}\n                shouldFocus={this.state.validationError && !this.validateUrl(this.state.url)}\n                value={this.state.url}\n                onClear={this.onClearUrlClick}\n                validationError={this.state.validationError && !this.validateUrl(this.state.url)}\n                titleId=\"topsites_form_url_label\"\n                typeUrl={true}\n                placeholderId=\"topsites_form_url_placeholder\"\n                errorMessageId=\"topsites_form_url_validation\"\n                intl={this.props.intl} />\n              {this._renderCustomScreenshotInput()}\n            </div>\n            <TopSiteLink link={previewLink}\n              defaultStyle={requestFailed}\n              title={this.state.label} />\n          </div>\n        </div>\n        <section className=\"actions\">\n          <button className=\"cancel\" type=\"button\" onClick={this.onCancelButtonClick}>\n            <FormattedMessage id=\"topsites_form_cancel_button\" />\n          </button>\n          {previewMode ?\n            <button className=\"done preview\" type=\"submit\" onClick={this.onPreviewButtonClick}>\n              <FormattedMessage id=\"topsites_form_preview_button\" />\n            </button> :\n            <button className=\"done\" type=\"submit\" onClick={this.onDoneButtonClick}>\n              <FormattedMessage id={showAsAdd ? \"topsites_form_add_button\" : \"topsites_form_save_button\"} />\n            </button>}\n        </section>\n      </form>\n    );\n  }\n}\n\nTopSiteForm.defaultProps = {\n  site: null,\n  index: -1\n};\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/TopSites/TopSiteForm.jsx","import {FormattedMessage, injectIntl} from \"react-intl\";\nimport {actionCreators as ac} from \"common/Actions.jsm\";\nimport {connect} from \"react-redux\";\nimport React from \"react\";\n\nexport class _StartupOverlay extends React.PureComponent {\n  constructor(props) {\n    super(props);\n    this.onInputChange = this.onInputChange.bind(this);\n    this.onSubmit = this.onSubmit.bind(this);\n    this.clickSkip = this.clickSkip.bind(this);\n    this.initScene = this.initScene.bind(this);\n    this.removeOverlay = this.removeOverlay.bind(this);\n\n    this.state = {emailInput: \"\"};\n    this.initScene();\n  }\n\n  initScene() {\n    // Timeout to allow the scene to render once before attaching the attribute\n    // to trigger the animation.\n    setTimeout(() => {\n      this.setState({show: true});\n    }, 10);\n  }\n\n  removeOverlay() {\n    window.removeEventListener(\"visibilitychange\", this.removeOverlay);\n    this.setState({show: false});\n    setTimeout(() => {\n      // Allow scrolling and fully remove overlay after animation finishes.\n      document.body.classList.remove(\"welcome\");\n    }, 400);\n  }\n\n  onInputChange(e) {\n    this.setState({emailInput: e.target.value});\n  }\n\n  onSubmit() {\n    this.props.dispatch(ac.UserEvent({event: \"SUBMIT_EMAIL\"}));\n    window.addEventListener(\"visibilitychange\", this.removeOverlay);\n  }\n\n  clickSkip() {\n    this.props.dispatch(ac.UserEvent({event: \"SKIPPED_SIGNIN\"}));\n    this.removeOverlay();\n  }\n\n  render() {\n    let termsLink = (<a href=\"https://accounts.firefox.com/legal/terms\" target=\"_blank\" rel=\"noopener noreferrer\"><FormattedMessage id=\"firstrun_terms_of_service\" /></a>);\n    let privacyLink = (<a href=\"https://accounts.firefox.com/legal/privacy\" target=\"_blank\" rel=\"noopener noreferrer\"><FormattedMessage id=\"firstrun_privacy_notice\" /></a>);\n    return (\n      <div className={`overlay-wrapper ${this.state.show ? \"show \" : \"\"}`}>\n        <div className=\"background\" />\n        <div className=\"firstrun-scene\">\n          <div className=\"fxaccounts-container\">\n            <div className=\"firstrun-left-divider\">\n              <h1 className=\"firstrun-title\"><FormattedMessage id=\"firstrun_title\" /></h1>\n              <p className=\"firstrun-content\"><FormattedMessage id=\"firstrun_content\" /></p>\n              <a className=\"firstrun-link\" href=\"https://www.mozilla.org/firefox/features/sync/\" target=\"_blank\" rel=\"noopener noreferrer\"><FormattedMessage id=\"firstrun_learn_more_link\" /></a>\n            </div>\n            <div className=\"firstrun-sign-in\">\n              <p className=\"form-header\"><FormattedMessage id=\"firstrun_form_header\" /><span className=\"sub-header\"><FormattedMessage id=\"firstrun_form_sub_header\" /></span></p>\n              <form method=\"get\" action=\"https://accounts.firefox.com\" target=\"_blank\" rel=\"noopener noreferrer\" onSubmit={this.onSubmit}>\n                <input name=\"service\" type=\"hidden\" value=\"sync\" />\n                <input name=\"action\" type=\"hidden\" value=\"email\" />\n                <input name=\"context\" type=\"hidden\" value=\"fx_desktop_v3\" />\n                <input name=\"entrypoint\" type=\"hidden\" value=\"activity-stream-firstrun\" />\n                <input name=\"utm_source\" type=\"hidden\" value=\"activity-stream\" />\n                <input name=\"utm_campaign\" type=\"hidden\" value=\"firstrun\" />\n                <input className=\"email-input\" name=\"email\" type=\"email\" required=\"true\" placeholder={this.props.intl.formatMessage({id: \"firstrun_email_input_placeholder\"})} onChange={this.onInputChange} />\n                <div className=\"extra-links\">\n                  <FormattedMessage\n                    id=\"firstrun_extra_legal_links\"\n                    values={{\n                      terms: termsLink,\n                      privacy: privacyLink\n                    }} />\n                </div>\n                <button className=\"continue-button\" type=\"submit\"><FormattedMessage id=\"firstrun_continue_to_login\" /></button>\n              </form>\n              <button className=\"skip-button\" disabled={!!this.state.emailInput} onClick={this.clickSkip}><FormattedMessage id=\"firstrun_skip_login\" /></button>\n            </div>\n          </div>\n        </div>\n      </div>\n    );\n  }\n}\n\nexport const StartupOverlay = connect()(injectIntl(_StartupOverlay));\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/components/StartupOverlay/StartupOverlay.jsx","import {actionCreators as ac, actionTypes as at} from \"common/Actions.jsm\";\nimport {perfService as perfSvc} from \"common/PerfService.jsm\";\n\nconst VISIBLE = \"visible\";\nconst VISIBILITY_CHANGE_EVENT = \"visibilitychange\";\n\nexport class DetectUserSessionStart {\n  constructor(store, options = {}) {\n    this._store = store;\n    // Overrides for testing\n    this.document = options.document || global.document;\n    this._perfService = options.perfService || perfSvc;\n    this._onVisibilityChange = this._onVisibilityChange.bind(this);\n  }\n\n  /**\n   * sendEventOrAddListener - Notify immediately if the page is already visible,\n   *                    or else set up a listener for when visibility changes.\n   *                    This is needed for accurate session tracking for telemetry,\n   *                    because tabs are pre-loaded.\n   */\n  sendEventOrAddListener() {\n    if (this.document.visibilityState === VISIBLE) {\n      // If the document is already visible, to the user, send a notification\n      // immediately that a session has started.\n      this._sendEvent();\n    } else {\n      // If the document is not visible, listen for when it does become visible.\n      this.document.addEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n    }\n  }\n\n  /**\n   * _sendEvent - Sends a message to the main process to indicate the current\n   *              tab is now visible to the user, includes the\n   *              visibility_event_rcvd_ts time in ms from the UNIX epoch.\n   */\n  _sendEvent() {\n    this._perfService.mark(\"visibility_event_rcvd_ts\");\n\n    try {\n      let visibility_event_rcvd_ts = this._perfService\n        .getMostRecentAbsMarkStartByName(\"visibility_event_rcvd_ts\");\n\n      this._store.dispatch(ac.AlsoToMain({\n        type: at.SAVE_SESSION_PERF_DATA,\n        data: {visibility_event_rcvd_ts}\n      }));\n    } catch (ex) {\n      // If this failed, it's likely because the `privacy.resistFingerprinting`\n      // pref is true.  We should at least not blow up.\n    }\n  }\n\n  /**\n   * _onVisibilityChange - If the visibility has changed to visible, sends a notification\n   *                      and removes the event listener. This should only be called once per tab.\n   */\n  _onVisibilityChange() {\n    if (this.document.visibilityState === VISIBLE) {\n      this._sendEvent();\n      this.document.removeEventListener(VISIBILITY_CHANGE_EVENT, this._onVisibilityChange);\n    }\n  }\n}\n\n\n\n// WEBPACK FOOTER //\n// ./content-src/lib/detect-user-session-start.js"],"sourceRoot":""}
\ No newline at end of file
--- a/browser/extensions/activity-stream/install.rdf.in
+++ b/browser/extensions/activity-stream/install.rdf.in
@@ -3,17 +3,17 @@
 #filter substitution
 
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
   <Description about="urn:mozilla:install-manifest">
     <em:id>activity-stream@mozilla.org</em:id>
     <em:type>2</em:type>
     <em:bootstrap>true</em:bootstrap>
     <em:unpack>false</em:unpack>
-    <em:version>2018.07.02.1290-7ff2cf8e</em:version>
+    <em:version>2018.07.08.0952-79c5b431</em:version>
     <em:name>Activity Stream</em:name>
     <em:description>A rich visual history feed and a reimagined home page make it easier than ever to find exactly what you're looking for in Firefox.</em:description>
     <em:multiprocessCompatible>true</em:multiprocessCompatible>
 
     <em:targetApplication>
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
         <em:minVersion>@MOZ_APP_VERSION@</em:minVersion>
--- a/browser/extensions/activity-stream/lib/ASRouter.jsm
+++ b/browser/extensions/activity-stream/lib/ASRouter.jsm
@@ -221,17 +221,32 @@ class _ASRouter {
   getMessageById(id) {
     return this.state.messages.find(message => message.id === id);
   }
 
   _onStateChanged(state) {
     this.messageChannel.sendAsyncMessage(OUTGOING_MESSAGE_NAME, {type: "ADMIN_SET_STATE", data: state});
   }
 
-  async _getBundledMessages(originalMessage, target, force = false) {
+  async _findMessage(msgs, target, data = {}) {
+    let message;
+    let {trigger} = data;
+    if (trigger) {
+      // Find a message that matches the targeting context as well as the trigger context
+      message = await ASRouterTargeting.findMatchingMessageWithTrigger(msgs, target, trigger);
+    }
+    if (!message) {
+      // If there was no messages with this trigger, try finding a regular targeted message
+      message = await ASRouterTargeting.findMatchingMessage(msgs, target);
+    }
+
+    return message;
+  }
+
+  async _getBundledMessages(originalMessage, target, data, force = false) {
     let result = [{content: originalMessage.content, id: originalMessage.id}];
 
     // First, find all messages of same template. These are potential matching targeting candidates
     let bundledMessagesOfSameTemplate = this._getUnblockedMessages()
                                           .filter(msg => msg.bundled && msg.template === originalMessage.template && msg.id !== originalMessage.id);
 
     if (force) {
       // Forcefully show the messages without targeting matching - this is for about:newtab#asrouter to show the messages
@@ -240,17 +255,17 @@ class _ASRouter {
         // Stop once we have enough messages to fill a bundle
         if (result.length === originalMessage.bundled) {
           break;
         }
       }
     } else {
       while (bundledMessagesOfSameTemplate.length) {
         // Find a message that matches the targeting context - or break if there are no matching messages
-        const message = await ASRouterTargeting.findMatchingMessage(bundledMessagesOfSameTemplate, target);
+        const message = await this._findMessage(bundledMessagesOfSameTemplate, target, data);
         if (!message) {
           /* istanbul ignore next */ // Code coverage in mochitests
           break;
         }
         // Only copy the content of the message (that's what the UI cares about)
         // Also delete the message we picked so we don't pick it again
         result.push({content: message.content, id: message.id});
         bundledMessagesOfSameTemplate.splice(bundledMessagesOfSameTemplate.findIndex(msg => msg.id === message.id), 1);
@@ -268,46 +283,47 @@ class _ASRouter {
     return {bundle: result, provider: originalMessage.provider, template: originalMessage.template};
   }
 
   _getUnblockedMessages() {
     let {state} = this;
     return state.messages.filter(item => !state.blockList.includes(item.id));
   }
 
-  async _sendMessageToTarget(message, target, force = false) {
+  async _sendMessageToTarget(message, target, data, force = false) {
     let bundledMessages;
     // If this message needs to be bundled with other messages of the same template, find them and bundle them together
     if (message && message.bundled) {
-      bundledMessages = await this._getBundledMessages(message, target, force);
+      bundledMessages = await this._getBundledMessages(message, target, data, force);
     }
     if (message && !message.bundled) {
       // If we only need to send 1 message, send the message
       target.sendAsyncMessage(OUTGOING_MESSAGE_NAME, {type: "SET_MESSAGE", data: message});
     } else if (bundledMessages) {
       // If the message we want is bundled with other messages, send the entire bundle
       target.sendAsyncMessage(OUTGOING_MESSAGE_NAME, {type: "SET_BUNDLED_MESSAGES", data: bundledMessages});
     } else {
       target.sendAsyncMessage(OUTGOING_MESSAGE_NAME, {type: "CLEAR_ALL"});
     }
   }
 
-  async sendNextMessage(target) {
+  async sendNextMessage(target, action = {}) {
+    let {data} = action;
     const msgs = this._getUnblockedMessages();
-    let message = await ASRouterTargeting.findMatchingMessage(msgs, target);
+    let message = await this._findMessage(msgs, target, data);
     await this.setState({lastMessageId: message ? message.id : null});
 
-    await this._sendMessageToTarget(message, target);
+    await this._sendMessageToTarget(message, target, data);
   }
 
-  async setMessageById(id, target, force = true) {
+  async setMessageById(id, target, force = true, action = {}) {
     await this.setState({lastMessageId: id});
     const newMessage = this.getMessageById(id);
 
-    await this._sendMessageToTarget(newMessage, target, force);
+    await this._sendMessageToTarget(newMessage, target, force, action.data);
   }
 
   async blockById(idOrIds) {
     const idsToBlock = Array.isArray(idOrIds) ? idOrIds : [idOrIds];
     await this.setState(state => {
       const blockList = [...state.blockList, ...idsToBlock];
       this._storage.set("blockList", blockList);
       return {blockList};
@@ -326,21 +342,22 @@ class _ASRouter {
       win.openLinkIn(url, where, params);
     }
   }
 
   async onMessage({data: action, target}) {
     switch (action.type) {
       case "CONNECT_UI_REQUEST":
       case "GET_NEXT_MESSAGE":
+      case "TRIGGER":
         // Wait for our initial message loading to be done before responding to any UI requests
         await this.waitForInitialized;
         // Check if any updates are needed first
         await this.loadMessagesFromAllProviders();
-        await this.sendNextMessage(target);
+        await this.sendNextMessage(target, action);
         break;
       case ra.OPEN_PRIVATE_BROWSER_WINDOW:
         // Forcefully open about:privatebrowsing
         target.browser.ownerGlobal.OpenBrowserWindow({private: true});
         break;
       case ra.OPEN_URL:
         this.openLinkIn(action.data.button_action_params, target, {isPrivate: false, where: "tabshifted"});
         break;
@@ -369,17 +386,17 @@ class _ASRouter {
           for (let message of action.data.bundle) {
             blockList.splice(blockList.indexOf(message.id), 1);
           }
           this._storage.set("blockList", blockList);
           return {blockList};
         });
         break;
       case "OVERRIDE_MESSAGE":
-        await this.setMessageById(action.data.id, target);
+        await this.setMessageById(action.data.id, target, true, action);
         break;
       case "ADMIN_CONNECT_STATE":
         target.sendAsyncMessage(OUTGOING_MESSAGE_NAME, {type: "ADMIN_SET_STATE", data: this.state});
         break;
     }
   }
 }
 this._ASRouter = _ASRouter;
--- a/browser/extensions/activity-stream/lib/ASRouterTargeting.jsm
+++ b/browser/extensions/activity-stream/lib/ASRouterTargeting.jsm
@@ -28,42 +28,51 @@ const TargetingGetters = {
     return Services.prefs.prefHasUserValue(FXA_USERNAME_PREF);
   },
   // Temporary targeting function for the purposes of running the simplified onboarding experience
   get isInExperimentCohort() {
     return Services.prefs.getIntPref(ONBOARDING_EXPERIMENT_PREF, 0);
   }
 };
 
-function EnvironmentTargeting(target) {
-  return {isFirstRun: target.url === "about:welcome"};
-}
-
 this.ASRouterTargeting = {
   Environment: TargetingGetters,
 
   isMatch(filterExpression, target, context = this.Environment) {
-    return FilterExpressions.eval(filterExpression, {...context, ...EnvironmentTargeting(target)});
+    return FilterExpressions.eval(filterExpression, context);
   },
 
   /**
    * findMatchingMessage - Given an array of messages, returns one message
    *                       whos targeting expression evaluates to true
    *
    * @param {Array} messages An array of AS router messages
    * @param {obj|null} context A FilterExpression context. Defaults to TargetingGetters above.
    * @returns {obj} an AS router message
    */
   async findMatchingMessage(messages, target, context) {
     const arrayOfItems = [...messages];
     let match;
     let candidate;
     while (!match && arrayOfItems.length) {
       candidate = removeRandomItemFromArray(arrayOfItems);
-      if (candidate && (!candidate.targeting || await this.isMatch(candidate.targeting, target, context))) {
+      if (candidate && !candidate.trigger && (!candidate.targeting || await this.isMatch(candidate.targeting, target, context))) {
+        match = candidate;
+      }
+    }
+    return match;
+  },
+
+  async findMatchingMessageWithTrigger(messages, target, trigger, context) {
+    const arrayOfItems = [...messages];
+    let match;
+    let candidate;
+    while (!match && arrayOfItems.length) {
+      candidate = removeRandomItemFromArray(arrayOfItems);
+      if (candidate && candidate.trigger === trigger && (!candidate.targeting || await this.isMatch(candidate.targeting, target, context))) {
         match = candidate;
       }
     }
     return match;
   }
 };
 
 this.EXPORTED_SYMBOLS = ["ASRouterTargeting", "removeRandomItemFromArray"];
--- a/browser/extensions/activity-stream/lib/OnboardingMessageProvider.jsm
+++ b/browser/extensions/activity-stream/lib/OnboardingMessageProvider.jsm
@@ -10,59 +10,61 @@ const ONBOARDING_MESSAGES = [
     bundled: 3,
     content: {
       title: "Private Browsing",
       text: "Browse by yourself. Private Browsing with Tracking Protection blocks online trackers that follow you around the web.",
       icon: "privatebrowsing",
       button_label: "Try It Now",
       button_action: "OPEN_PRIVATE_BROWSER_WINDOW"
     },
-    targeting: "isFirstRun"
+    trigger: "firstRun"
   },
   {
     id: "ONBOARDING_2",
     template: "onboarding",
     bundled: 3,
     content: {
       title: "Screenshots",
       text: "Take, save and share screenshots - without leaving Firefox. Capture a region or an entire page as you browse. Then save to the web for easy access and sharing.",
       icon: "screenshots",
       button_label: "Try It Now",
       button_action: "OPEN_URL",
       button_action_params: "https://screenshots.firefox.com/#tour"
     },
-    targeting: "isFirstRun"
+    trigger: "firstRun"
   },
   {
     id: "ONBOARDING_3",
     template: "onboarding",
     bundled: 3,
     content: {
       title: "Add-ons",
       text: "Add even more features that make Firefox work harder for you. Compare prices, check the weather or express your personality with a custom theme.",
       icon: "addons",
       button_label: "Try It Now",
       button_action: "OPEN_ABOUT_PAGE",
       button_action_params: "addons"
     },
-    targeting: "isFirstRun && isInExperimentCohort == 1"
+    targeting: "isInExperimentCohort == 1",
+    trigger: "firstRun"
   },
   {
     id: "ONBOARDING_4",
     template: "onboarding",
     bundled: 3,
     content: {
       title: "Extensions",
       text: "Make browsing faster, smarter, or safer with browser apps. Protect passwords, find deals, download videos, and much more. You can even block annoying ads with extensions like Ghostery.",
       icon: "gift",
       button_label: "Get Ghostery",
       button_action: "OPEN_URL",
       button_action_params: "https://addons.mozilla.org/en-US/firefox/addon/ghostery/"
     },
-    targeting: "isFirstRun && isInExperimentCohort == 2"
+    targeting: "isInExperimentCohort == 2",
+    trigger: "firstRun"
   }
 ];
 
 const OnboardingMessageProvider = {
   getMessages() {
     return ONBOARDING_MESSAGES;
   }
 };
--- a/browser/extensions/activity-stream/test/unit/asrouter/ASRouter.test.js
+++ b/browser/extensions/activity-stream/test/unit/asrouter/ASRouter.test.js
@@ -140,26 +140,26 @@ describe("ASRouter", () => {
   });
 
   describe("blocking", () => {
     it("should not return a blocked message", async () => {
       // Block all messages except the first
       await Router.setState(() => ({blockList: ALL_MESSAGE_IDS.slice(1)}));
       const targetStub = {sendAsyncMessage: sandbox.stub()};
 
-      await Router.sendNextMessage(targetStub, null);
+      await Router.sendNextMessage(targetStub);
 
       assert.calledOnce(targetStub.sendAsyncMessage);
       assert.equal(Router.state.lastMessageId, ALL_MESSAGE_IDS[0]);
     });
     it("should not return a message if all messages are blocked", async () => {
       await Router.setState(() => ({blockList: ALL_MESSAGE_IDS}));
       const targetStub = {sendAsyncMessage: sandbox.stub()};
 
-      await Router.sendNextMessage(targetStub, null);
+      await Router.sendNextMessage(targetStub);
 
       assert.calledOnce(targetStub.sendAsyncMessage);
       assert.equal(Router.state.lastMessageId, null);
     });
   });
 
   describe("#uninit", () => {
     it("should remove the message listener on the RemotePageManager", () => {
@@ -290,26 +290,26 @@ describe("ASRouter", () => {
   describe("#onMessage: CONNECT_UI_REQUEST GET_NEXT_MESSAGE", () => {
     it("should call sendNextMessage on CONNECT_UI_REQUEST", async () => {
       sandbox.stub(Router, "sendNextMessage").resolves();
       const msg = fakeAsyncMessage({type: "CONNECT_UI_REQUEST"});
 
       await Router.onMessage(msg);
 
       assert.calledOnce(Router.sendNextMessage);
-      assert.calledWithExactly(Router.sendNextMessage, sinon.match.instanceOf(FakeRemotePageManager));
+      assert.calledWithExactly(Router.sendNextMessage, sinon.match.instanceOf(FakeRemotePageManager), {type: "CONNECT_UI_REQUEST"});
     });
     it("should call sendNextMessage on GET_NEXT_MESSAGE", async () => {
       sandbox.stub(Router, "sendNextMessage").resolves();
       const msg = fakeAsyncMessage({type: "GET_NEXT_MESSAGE"});
 
       await Router.onMessage(msg);
 
       assert.calledOnce(Router.sendNextMessage);
-      assert.calledWithExactly(Router.sendNextMessage, sinon.match.instanceOf(FakeRemotePageManager));
+      assert.calledWithExactly(Router.sendNextMessage, sinon.match.instanceOf(FakeRemotePageManager), {type: "GET_NEXT_MESSAGE"});
     });
     it("should call _getBundledMessages if we request a message that needs to be bundled", async () => {
       sandbox.stub(Router, "_getBundledMessages").resolves();
       // forcefully pick a message which needs to be bundled (the second message in FAKE_LOCAL_MESSAGES)
       const [, testMessage] = Router.state.messages;
       const msg = fakeAsyncMessage({type: "OVERRIDE_MESSAGE", data: {id: testMessage.id}});
       await Router.onMessage(msg);
 
@@ -349,16 +349,49 @@ describe("ASRouter", () => {
       sandbox.stub(Router, "sendNextMessage").resolves();
       const msg = fakeAsyncMessage({type: "GET_NEXT_MESSAGE"});
       msg.bundled = 2; // force this message to want to be bundled
       await Router.onMessage(msg);
       assert.calledOnce(Router.sendNextMessage);
     });
   });
 
+  describe("#onMessage: TRIGGER", () => {
+    it("should pass the trigger to ASRouterTargeting on TRIGGER message", async () => {
+      sandbox.stub(Router, "_findMessage").resolves();
+      const msg = fakeAsyncMessage({type: "TRIGGER", data: {trigger: "firstRun"}});
+      await Router.onMessage(msg);
+
+      assert.calledOnce(Router._findMessage);
+      assert.deepEqual(Router._findMessage.firstCall.args[2], {trigger: "firstRun"});
+    });
+    it("consider the trigger when picking a message", async () => {
+      let messages = [
+        {id: "foo1", template: "simple_template", bundled: 1, trigger: "foo", content: {title: "Foo1", body: "Foo123-1"}}
+      ];
+
+      const {target, data} = fakeAsyncMessage({type: "TRIGGER", data: {trigger: "foo"}});
+      let message = await Router._findMessage(messages, target, data.data);
+      assert.equal(message, messages[0]);
+    });
+    it("should pick a message with the right targeting and trigger", async () => {
+      let messages = [
+        {id: "foo1", template: "simple_template", bundled: 2, trigger: "foo", content: {title: "Foo1", body: "Foo123-1"}},
+        {id: "foo2", template: "simple_template", bundled: 2, trigger: "bar", content: {title: "Foo2", body: "Foo123-2"}},
+        {id: "foo3", template: "simple_template", bundled: 2, trigger: "foo", content: {title: "Foo3", body: "Foo123-3"}}
+      ];
+      await Router.setState({messages});
+      const {target, data} = fakeAsyncMessage({type: "TRIGGER", data: {trigger: "foo"}});
+      let {bundle} = await Router._getBundledMessages(messages[0], target, data.data);
+      assert.equal(bundle.length, 2);
+      // it should have picked foo1 and foo3 only
+      assert.isTrue(bundle.every(elem => elem.id === "foo1" || elem.id === "foo3"));
+    });
+  });
+
   describe("#onMessage: OVERRIDE_MESSAGE", () => {
     it("should broadcast a SET_MESSAGE message to all clients with a particular id", async () => {
       const [testMessage] = Router.state.messages;
       const msg = fakeAsyncMessage({type: "OVERRIDE_MESSAGE", data: {id: testMessage.id}});
       await Router.onMessage(msg);
 
       assert.calledWith(msg.target.sendAsyncMessage, PARENT_TO_CHILD_MESSAGE_NAME, {type: "SET_MESSAGE", data: testMessage});
     });
--- a/browser/extensions/activity-stream/test/unit/asrouter/asrouter-content.test.jsx
+++ b/browser/extensions/activity-stream/test/unit/asrouter/asrouter-content.test.jsx
@@ -38,16 +38,17 @@ describe("ASRouterUISurface", () => {
   let wrapper;
   let global;
   let sandbox;
   let fakeDocument;
 
   beforeEach(() => {
     sandbox = sinon.sandbox.create();
     fakeDocument = {
+      location: {href: ""},
       _listeners: new Set(),
       _visibilityState: "hidden",
       get visibilityState() {
         return this._visibilityState;
       },
       set visibilityState(value) {
         if (this._visibilityState === value) {
           return;