gecko-dev/browser/components/sessionstore
Andrew Halberstadt 331bc892dd Bug 1675319 - [manifestparser] Properly support multiline skip-if statements, r=jmaher,extension-reviewers,zombie
This supports one manifestparser expression per line in the 'skip-if',
'fail-if' and 'run-if' keys. As a side effect the:

    skip-if = foo ||
        bar

syntax is no longer supported. Instead it can be:

    skip-if =
        foo  # bug 123
        bar  # bug 456

Differential Revision: https://phabricator.services.mozilla.com/D95927
2020-11-05 19:55:08 +00:00
..
content
test Bug 1675319 - [manifestparser] Properly support multiline skip-if statements, r=jmaher,extension-reviewers,zombie 2020-11-05 19:55:08 +00:00
ContentRestore.jsm Backed out 7 changesets (bug 1658084, bug 1671983) for perma failures on browser_async_remove_tab.js and browser_e10s_chrome_process.js. CLOSED TREE 2020-11-04 04:23:47 +02:00
ContentSessionStore.jsm Bug 1667449 - Hide fission.sessionHistoryInParent pref getter behind a function r=peterv 2020-09-28 12:01:12 +00:00
GlobalState.jsm
jar.mn
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
RecentlyClosedTabsAndWindowsMenuUtils.jsm
RunState.jsm
SessionCookies.jsm
SessionFile.jsm
SessionMigration.jsm
SessionSaver.jsm
SessionStartup.jsm
SessionStore.jsm Backed out 7 changesets (bug 1658084, bug 1671983) for perma failures on browser_async_remove_tab.js and browser_e10s_chrome_process.js. CLOSED TREE 2020-11-04 04:23:47 +02:00
SessionWorker.js
SessionWorker.jsm
StartupPerformance.jsm
TabAttributes.jsm
TabState.jsm Bug 1655486 - Support search mode across sessions. r=mak 2020-10-12 03:34:59 +00:00
TabStateCache.jsm
TabStateFlusher.jsm