fune/browser/components/sessionstore
Ricky Stewart 02a7b4ebdf Bug 1654103: Standardize on Black for Python code in mozilla-central.
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.

To produce this patch I did all of the following:

1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.

2. Run ./mach lint --linter black --fix

3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.

4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.

5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-26 18:34:53 +00:00
..
content Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
test Bug 1667767 - Expose the BC's HistoryID field through WebIDL. r=peterv 2020-10-23 10:07:09 +00:00
ContentRestore.jsm Bug 1662410 - Part 1: Fix usage of ChildSHistory.legacySHistory . r=peterv 2020-09-16 14:51:01 +00: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 Bug 1651165 - Rename idle service r=Gijs,geckoview-reviewers,snorp 2020-07-20 16:06:59 +00:00
SessionStartup.jsm Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
SessionStore.jsm Bug 1649600 - Remove unused osfile import in SessionStore.jsm r=emalysz 2020-10-14 22:38:13 +00:00
SessionWorker.js
SessionWorker.jsm
StartupPerformance.jsm Bug 1647238 - Replace Services.profiler.AddMarker with ChromeUtils.addProfilerMarker in browser/, r=Gijs. 2020-06-23 13:44:48 +00:00
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 Bug 1630176 - Fix the race between process switching and the new browser window loading code, r=kmag 2020-06-30 20:57:52 +00:00