gecko-dev/browser/components/sessionstore
Jan Henning 2b764766f6 Bug 1456391 - Part 7: Move PrivacyFilter to Toolkit. r=mikedeboer
Since we want to start collecting all form data through mapFrameTree on Fennec,
too, we need to change our filtering strategy for form data.
We can no longer bail out directly during the data collection loop and instead
have to filter the data after having collected all of it.

The easiest way to do that is to start using PrivacyFilter.filterFormData() on
Android as well.

MozReview-Commit-ID: GBos4Zn3l2U

--HG--
rename : browser/components/sessionstore/PrivacyFilter.jsm => toolkit/modules/sessionstore/PrivacyFilter.jsm
extra : rebase_source : 1c5dfce28716c82e3a237f6d559449cb904ae13a
2018-04-25 22:33:50 +02:00
..
content Bug 1456391 - Part 3: Use new mapFrameTree version on Desktop. r=mikedeboer 2018-04-25 22:07:31 +02:00
test Bug 1418078 - Convert JS users of nsIDOMHTMLInputElement. r=bz 2018-04-18 22:29:50 +02: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
DocShellCapabilities.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
GlobalState.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
RecentlyClosedTabsAndWindowsMenuUtils.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
RunState.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
SessionCookies.jsm Bug 1456686: Part 1 - Fix unused and shadowed explicit imports. r=standard8 2018-04-24 20:18:09 -07:00
SessionFile.jsm Bug 1456686: Part 1 - Fix unused and shadowed explicit imports. r=standard8 2018-04-24 20:18:09 -07:00
SessionMigration.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
SessionSaver.jsm Bug 1456391 - Part 7: Move PrivacyFilter to Toolkit. r=mikedeboer 2018-04-25 22:33:50 +02:00
SessionStorage.jsm Bug 1440094 - Remove imports to Console.jsm that only access the 'console' object;r=mossop 2018-02-27 11:29:59 -08:00
SessionStore.jsm Bug 1456391 - Part 7: Move PrivacyFilter to Toolkit. r=mikedeboer 2018-04-25 22:33:50 +02:00
SessionWorker.js Bug 1411368 - Automatically fix no-multi-spaces issues raised when using ESLint 4. r=mossop 2017-10-26 11:47:01 +01:00
SessionWorker.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
StartupPerformance.jsm Bug 1440094 - Remove imports to Console.jsm that only access the 'console' object;r=mossop 2018-02-27 11:29:59 -08:00
TabAttributes.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
TabState.jsm Bug 1456391 - Part 7: Move PrivacyFilter to Toolkit. r=mikedeboer 2018-04-25 22:33:50 +02:00
TabStateCache.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
TabStateFlusher.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
jar.mn
moz.build Bug 1456391 - Part 7: Move PrivacyFilter to Toolkit. r=mikedeboer 2018-04-25 22:33:50 +02:00
nsISessionStartup.idl Bug 1403648 - focus the urlbar at first paint without waiting for a promise to resolve in most cases, r=johannh. 2018-02-14 22:15:05 +01:00
nsSessionStartup.js Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8 2018-04-22 20:55:06 -07:00
nsSessionStartup.manifest Bug 1450559 - Remove nsISessionStore in favor of SessionStore.jsm. r=mikedeboer 2018-04-05 16:30:48 +02:00