fune/browser/components/sessionstore
Brian Grinstead 96dc530924 Bug 1476333 - Refer to AppConstants.BROWSER_CHROME_URL to get the browser URL from the frontend;r=Gijs
Before this change, we accessed the browser URL in the following ways:

- "chrome://browser/content/browser.xul"
- "chrome://browser/content/" (which redirects to chrome://browser/content/browser.xul)
- Services.prefs.getCharPref("browser.chromeURL") which returns "chrome://browser/content/"
- getBrowserURL() from utilityOverlay.js

MozReview-Commit-ID: I5vtRke1x9t

--HG--
extra : rebase_source : c525350a1954740873e85b045cbb14a8b43aa89d
2018-07-24 08:12:50 -07:00
..
content Bug 1474139: Part 2 - Move content-sessionStore to a separate JSM. r=mikedeboer 2018-07-07 16:42:28 -07:00
test Bug 1476333 - Refer to AppConstants.BROWSER_CHROME_URL to get the browser URL from the frontend;r=Gijs 2018-07-24 08:12:50 -07:00
ContentRestore.jsm Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8 2018-04-22 20:55:06 -07:00
ContentSessionStore.jsm Bug 1474139: Part 2 - Move content-sessionStore to a separate JSM. r=mikedeboer 2018-07-07 16:42:28 -07:00
DocShellCapabilities.jsm
GlobalState.jsm
jar.mn
moz.build Bug 1474139: Part 2 - Move content-sessionStore to a separate JSM. r=mikedeboer 2018-07-07 16:42:28 -07:00
nsISessionStartup.idl
nsSessionStartup.js Bug 603903 - Part 2: restore session when restarted by Windows r=mikedeboer 2018-05-15 18:28:08 -07:00
nsSessionStartup.manifest Bug 1450559 - Remove nsISessionStore in favor of SessionStore.jsm. r=mikedeboer 2018-04-05 16:30:48 +02:00
RecentlyClosedTabsAndWindowsMenuUtils.jsm
RunState.jsm
SessionCookies.jsm Bug 1434252 - nsICookieService may throw an error in certain circumstances, so let's make SessionCookies::restore infallible. r=dao 2018-05-17 19:09:08 +02:00
SessionFile.jsm Bug 1471194 - Remove the expiring scalar Telemetry probe 'worker_restart_count', since it has served its purpose well. r=liuche 2018-07-12 12:56:04 +02:00
SessionMigration.jsm
SessionSaver.jsm Bug 1456391 - Part 7: Move PrivacyFilter to Toolkit. r=mikedeboer 2018-04-25 22:33:50 +02:00
SessionStorage.jsm
SessionStore.jsm Bug 1476333 - Refer to AppConstants.BROWSER_CHROME_URL to get the browser URL from the frontend;r=Gijs 2018-07-24 08:12:50 -07:00
SessionWorker.js
SessionWorker.jsm
StartupPerformance.jsm
TabAttributes.jsm Bug 1458383 - Don't session restore browser.mediaBlocked. r=mikedeboer 2018-05-04 16:22:16 +12:00
TabState.jsm Bug 1458383 - Don't session restore browser.mediaBlocked. r=mikedeboer 2018-05-04 16:22:16 +12:00
TabStateCache.jsm
TabStateFlusher.jsm