Johann Hofmann
0013a2e800
Bug 1167238 - Part 3 - Clean up usage of sanitize.js to properly use Sanitizer.jsm. r=mak
...
This replaces all non-test usage of sanitize.js or legacy Sanitizer.jsm
to use the new Sanitizer.jsm module which does not hold internal state
and instead receives all configuration through function arguments (or by reading prefs).
MozReview-Commit-ID: KitMVptuIG3
2018-01-18 16:02:04 +01:00
Kris Maglione
0bb74efdf1
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Cosmin Sabou
f09d6d985d
Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
...
Backed out changeset a1eca62826a1 (bug 1431533 )
Backed out changeset 34c999fa006b (bug 1431533 )
Backed out changeset e2674287e57f (bug 1431533 )
2018-01-30 07:17:48 +02:00
Kris Maglione
fd67f090b2
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Brindusan Cristian
483ba301cb
Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
...
Backed out changeset 6e56f4c8843e (bug 1431533 )
Backed out changeset 12fc4dee861c (bug 1431533 )
2018-01-30 02:32:43 +02:00
Kris Maglione
683a97d172
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Andrea Marchesini
2cb6bf409a
Bug 1404105 - Sanitize.js must check if QuotaManager returns an error before continuing with cleaning data, r=janv
2017-10-16 11:50:01 +02:00
Thomas Wisniewski
df36f3c816
Bug 1388428 - Extend browsingData to restrict removing localStorage to a given list of hostnames; r=asuth,bsilverberg
...
MozReview-Commit-ID: ELgjLHsVLkv
2017-09-25 16:47:38 -04:00
Andrea Marchesini
930ae961f4
Bug 1402270 - Sanitizer and BrowsingData should delete QuotaManager storages using the origin directly and not the origin as pattern, r=janv
2017-09-22 11:52:48 +02:00
Andrea Marchesini
db339e30be
Bug 1333050 - Introduce BrowsingData.removeIndexedDB, r=kmag, r=janv
2017-09-21 21:41:36 +02:00
Kris Maglione
03c1819f51
Bug 1398630: Part 5 - User iteration helpers for nsISimpleEnumerator. r=zombie
...
MozReview-Commit-ID: Iw25XozakK0
2017-09-10 15:35:46 -07:00
Thomas Wisniewski
3b61613d06
Bug 1355576 - Add ability to clear all localStorage with the browsingData API; r=bsilverberg,janv
...
MozReview-Commit-ID: 4UUqg62yIo9
2017-07-04 20:59:26 -04:00
Phil Ringnalda
d0468e0e07
Backed out changeset 5020a2dcb8a7 (bug 1355576) for failures in test_ext_browsingData.js
...
MozReview-Commit-ID: BVSLvIkK5Wd
2017-08-06 15:29:38 -07:00
Thomas Wisniewski
33b34c4304
Bug 1355576 - Add ability to clear all localStorage with the browsingData API; r=bsilverberg,janv
...
MozReview-Commit-ID: 4UUqg62yIo9
2017-07-04 20:59:26 -04:00
Thomas Wisniewski
326c595931
Bug 1376991 - Extend browsingData to restrict removing cookies to a give list of hostnames; r=mixedpuppy
...
MozReview-Commit-ID: 4Tfneh5s1Q8
***
Fixes for try run failures
MozReview-Commit-ID: 2BAT1GUcvH3
2017-06-30 09:11:18 -04:00
Bob Silverberg
0ae12dfd8e
Bug 1374237 - Part 3: Declare all top-level functions in browser API files files via const., r=mixedpuppy
...
Also changed some function names to attempt to guarantee uniqueness across API files.
MozReview-Commit-ID: FU5JU1lRHzn
2017-06-21 16:13:00 -04:00
Florian Quèze
ff53eb9a63
Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop.
2017-05-12 14:42:39 +02:00
Kris Maglione
937291f42b
Bug 1350522: Part 4 - Convert browser APIs to lazy loading. r=aswan
...
MozReview-Commit-ID: BQoWF9nHOuF
2017-04-02 11:59:55 -07:00
Bob Silverberg
c02eb896c2
Bug 1339868 - browsingData.settings includes an invalid property in its returned objects, r=aswan
...
Also fixes browsingData.settings() does not work if "Time range to clear" is set to "Everything".
MozReview-Commit-ID: 5GtwYF6xCSj
2017-02-15 12:39:03 -05:00
Bob Silverberg
1542684f23
Bug 1321303 - Part 8: Implement browsingData serviceWorkers dataType, r=baku
...
MozReview-Commit-ID: 10zSlmaKjIj
2016-12-23 16:27:46 -05:00
Bob Silverberg
66a527bc67
Bug 1321303 - Part 7: Implement browsingData.removePasswords, r=aswan,Dolske
...
MozReview-Commit-ID: E23EYrBs3Ze
2016-12-20 16:32:47 -05:00
Bob Silverberg
dfcc29a5bd
Bug 1321303 - Part 6: Implement browsingData.removePluginData, r=mak
...
MozReview-Commit-ID: EpHceeFKMf7
2016-12-19 16:55:02 -05:00
Bob Silverberg
56cc7b6721
Bug 1321303 - Part 5: Implement browsingData.removeFormData, r=aswan
...
MozReview-Commit-ID: aK6m7vl3i1
2016-12-14 14:29:57 -05:00
Bob Silverberg
c8b6355fd6
Bug 1321303 - Part 4: Implement browsingData.removeDownloads, r=aswan
...
MozReview-Commit-ID: 6D0bLoJBByy
2016-12-13 12:41:11 -05:00
Bob Silverberg
f8a183f8ac
Bug 1321303 - Part 3: Implement browsingData.removeHistory, r=aswan
...
MozReview-Commit-ID: 5BkLOGUSqfZ
2016-12-12 16:44:59 -05:00
Bob Silverberg
ae3ccfbb6f
Bug 1321303 - Part 2: Implement browsingData.removeCache, r=aswan
...
MozReview-Commit-ID: 3mBgpkoFaYJ
2016-12-01 14:01:08 -05:00
Bob Silverberg
8fa4d6fdf2
Bug 1321303 - Part 1: Implement browsingData.remove and removeCookies, r=aswan,mak
...
MozReview-Commit-ID: DawjN9bGcmL
2016-11-30 10:18:02 -05:00
Bob Silverberg
eb03bf4f94
Bug 1320986 - Implement browsingData.settings WebExtensions API method, r=aswan
...
MozReview-Commit-ID: JqUm77vFod2
2016-11-28 09:17:04 -05:00