fune/browser/components/sessionstore
Rob Wu 1af4c55c01 Bug 1544834 - Replace non-test uses of deprecated Array generics r=evilpie,dao
- `Array.forEach` becomes for-of loop or `array.forEach`.
- `Array.slice(a)` or `Array.slice(a, 0)` becomes `Array.from(a)`.
- `Array.map` becomes `Array.from`
- `Array` copy + concatenation becomes Array literal + spread syntax.
- All other `Array.X(a, ...)` become `Array.prototype.X.call` or `Array.from(a).X(...)`

Differential Revision: https://phabricator.services.mozilla.com/D27802

--HG--
extra : moz-landing-system : lando
2019-04-17 19:03:17 +00:00
..
content Bug 1528751 - Add a custom eslint rule to check "consistent" if bracing. r=Standard8 2019-02-28 08:39:33 +00:00
test Bug 1541929 - Don't autofill the first result in some cases. r=mak 2019-04-15 13:15:30 +00:00
ContentRestore.jsm Bug 1534638 - Part 1: remove unused arguments from session history listeners. r=qdot 2019-04-04 16:18:48 +00:00
ContentSessionStore.jsm Bug 1534638 - Part 1: remove unused arguments from session history listeners. r=qdot 2019-04-04 16:18:48 +00:00
GlobalState.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
jar.mn
moz.build Bug 1507286 - Convert content-sessionStore.jsm to C++ r=mikedeboer,nika 2019-01-28 14:53:18 +00:00
RecentlyClosedTabsAndWindowsMenuUtils.jsm Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
RunState.jsm
SessionCookies.jsm Bug 1260399 - Remove deprecated messages in nsICookieManager methods - part 3 - nsICookieManager.cookieExists, r=ehsan 2018-09-24 11:37:57 +02:00
SessionFile.jsm Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
SessionMigration.jsm Bug 1521549 - Move (de)serializePrincipal from sessionstore Utils to E10SUtils. r=Gijs 2019-02-19 02:34:09 +00:00
SessionSaver.jsm Bug 827976 - Use requestIdleCallback from Timer.jsm instead of from the hidden window. r=mconley 2019-03-04 18:53:22 +00:00
SessionStartup.jsm Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
SessionStore.jsm Bug 1544834 - Replace non-test uses of deprecated Array generics r=evilpie,dao 2019-04-17 19:03:17 +00:00
SessionWorker.js Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
SessionWorker.jsm
StartupPerformance.jsm Bug 1511714 - Unbreak on platform without GeckoProfiler after bug 1509571. r=mconley 2018-12-02 11:56:00 +02:00
TabAttributes.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
TabState.jsm Bug 1522637 - Part 3: Send history index when resuming redirected loads, r=qdot 2019-02-15 19:49:11 +00:00
TabStateCache.jsm Bug 1480951 - Make SessionStore respect sessionStorage.clear(). r=mikedeboer 2018-09-05 14:52:00 -04:00
TabStateFlusher.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00