forked from mirrors/gecko-dev
		
	|  e3153e78e2 We currently show a full URL as the initial tab title (e.g. "https://www.mozilla.org/en-US/") until the page loads and we know the actual page title. When loading multiple tabs, such as during session restore, many tabs will have the same undifferentiated tab title prefix like "https://www....". Since the URL scheme and "www." subdomain are not meaningful to users, just show the URL's hostname without any "www." prefix (e.g. "mozilla.org"). Other browsers' initial tab titles for comparison: * Firefox 54 uses "Connecting...". * IE11 uses the same "hostname without www" placeholder as this changeset. * Edge uses "Blank page". * Chrome uses "Loading..." on Windows and "Untitled" on Mac. * Safari uses "Untitled". MozReview-Commit-ID: JxLxvBjpIBh --HG-- extra : rebase_source : b57987e2d61b2798b4e85045ac03a0a33965d138 | ||
|---|---|---|
| .. | ||
| content | ||
| test | ||
| ContentRestore.jsm | ||
| DocShellCapabilities.jsm | ||
| FrameTree.jsm | ||
| GlobalState.jsm | ||
| jar.mn | ||
| moz.build | ||
| nsISessionStartup.idl | ||
| nsISessionStore.idl | ||
| nsSessionStartup.js | ||
| nsSessionStore.js | ||
| nsSessionStore.manifest | ||
| PageStyle.jsm | ||
| PrivacyFilter.jsm | ||
| RecentlyClosedTabsAndWindowsMenuUtils.jsm | ||
| RunState.jsm | ||
| SessionCookies.jsm | ||
| SessionFile.jsm | ||
| SessionMigration.jsm | ||
| SessionSaver.jsm | ||
| SessionStorage.jsm | ||
| SessionStore.jsm | ||
| SessionWorker.js | ||
| SessionWorker.jsm | ||
| StartupPerformance.jsm | ||
| TabAttributes.jsm | ||
| TabState.jsm | ||
| TabStateCache.jsm | ||
| TabStateFlusher.jsm | ||