Commit Graph

6 Commits

Author SHA1 Message Date
Neil Deakin
4af58e0c26 Bug 380637, add a general preference to prevent pages from overriding keyboard shortcuts. If a key doesn't specify the reserved attribute, this preference will be used, r=felipe 2017-11-09 18:42:39 -05:00
Chung-Sheng Fu
317c4d333d Bug 967895 - Add tests for canvas fingerprinting resistance. r=johannh
MozReview-Commit-ID: 9Nysl1xD4M0
2017-08-23 16:32:41 +08:00
Sebastian Hengst
d559fa1086 Backed out changeset bf81d961c576 (bug 967895) 2017-10-09 19:18:06 +02:00
Chung-Sheng Fu
06b868cb78 Bug 967895 - Add tests for canvas fingerprinting resistance. r=johannh
MozReview-Commit-ID: 9Nysl1xD4M0
2017-08-23 16:32:41 +08:00
Johann Hofmann
8dd96a39d7 Bug 1334842 - Fix intermittent browser_temporary_permissions.js. r=Nihanth
This intermittent was likely occurring because we set the expiry timeout
for temporary permissions to a really low value in the previous test.
The failing test was only failing on slow machines, leading me to believe
that the time between setting and checking was larger than the 500ms timeout
defined in the previous test. Thus, the permission was reset on checking it.
The expiry pref was set using pushPrefEnv, which restores prefs only after
the entire test was run. To just eradicate this category of problems in
the future I moved the test that manipulates the expiry into its own file.

MozReview-Commit-ID: 3mc5xHY4XLn
2017-03-29 16:15:56 +02:00
Johann Hofmann
da689009b0 Bug 1349513 - Move tests related to web permissions from test/general to test/permissions. r=Gijs
MozReview-Commit-ID: 6nkSrgOtjTp
2017-03-23 16:23:48 +01:00