Commit Graph

457 Commits

Author SHA1 Message Date
Thorin-Oakenpants
f820ecbacb
2420: asm.js info tweak, fixes #335 2018-01-12 05:08:36 +13:00
Thorin-Oakenpants
3acef78f59
4500: RFP UA spoof add 1404608 info (OS spoof) 2018-01-11 12:44:52 +13:00
Thorin-Oakenpants
978e51b515
1603: add warning, fixes #332 2018-01-08 02:24:16 +13:00
Thorin-Oakenpants
c5374b60d8
workers/service workers uM workaround #326 2018-01-06 12:09:30 +13:00
Thorin-Oakenpants
2a2b80902a
fixes/info to issues in FF58+59
FYI, the bugzilla for the fix in the header about cookies being needed for extensions + IDB is https://bugzilla.mozilla.org/show_bug.cgi?id=1406675
2018-01-05 12:23:56 +13:00
Thorin-Oakenpants
d82791a933
1241->active: block mixed passive content #326 2018-01-05 09:02:59 +13:00
Thorin-Oakenpants
04c7ed94da
add license 2018-01-02 13:30:59 +13:00
Thorin-Oakenpants
c82d6f70fe
start 58 commits 2018-01-02 12:56:16 +13:00
Thorin-Oakenpants
31ec621d3f
typos 2017-12-27 20:23:27 +13:00
Thorin-Oakenpants
8f02a5bc40
2720->2730 reference 2017-12-27 20:21:54 +13:00
Thorin-Oakenpants
73811e49be
2700's section revamp #235 2017-12-27 20:13:41 +13:00
Thorin-Oakenpants
dbe0056c95
4500: canvas site permissions 2017-12-23 03:32:02 +13:00
Thorin-Oakenpants
323da46204
4500: RFP warn if language set to non en-US
fixes #304
2017-12-16 05:21:08 +13:00
Thorin-Oakenpants
4d2c26790f
wiki link changes 2017-12-09 07:51:35 +13:00
Thorin-Oakenpants
ab492c58c3
0850a: remove cruff 2017-12-09 07:05:15 +13:00
Thorin-Oakenpants
11b0b779b8
fixes #308 2017-12-09 06:13:40 +13:00
Thorin-Oakenpants
008257283b
2508: hardware acceleration #244
I guess we can revisit this when Tor ESR59 lands or even later when WebRender is fully implemented. For now, users can override it if they wish
2017-12-09 00:56:53 +13:00
Thorin-Oakenpants
8f34f8e0ff
Update user.js 2017-12-07 17:12:13 +13:00
Thorin-Oakenpants
f683383ba3
Update user.js 2017-12-07 17:10:31 +13:00
Thorin-Oakenpants
467b3d8602
1273: FF59+ show HTTP with negative indicator #305 2017-12-07 14:08:23 +13:00
earthlng
183a62448f
1110: updated URL 2017-12-03 19:01:24 +01:00
Thorin-Oakenpants
cf6f614f5b
2706: Storage API => active, disabled #281 2017-11-30 14:12:53 +13:00
Thorin-Oakenpants
22695f464b
2303->2700s serviceWorker cache #235 2017-11-29 16:21:17 +13:00
Thorin-Oakenpants
44e129ea3d
1830: ref for DRM / EME 2017-11-29 13:32:48 +13:00
Thorin-Oakenpants
0be33e2408
4700: UA Spoof fix ref link 2017-11-28 13:53:15 +13:00
Thorin-Oakenpants
eba3470a81
2700: header fiddling 2017-11-28 13:32:49 +13:00
Thorin-Oakenpants
76b24fa6aa
2700: header formatting 2017-11-27 10:22:55 +13:00
Thorin-Oakenpants
3b95e04b56
2700: header info 2017-11-27 10:14:55 +13:00
Thorin-Oakenpants
82d20c328d
4000: PSA on FPI #281 2017-11-26 03:23:35 +13:00
Thorin-Oakenpants
910d4e2e59
2700s: numbers fixup
stop overworking me guys! crssi - thanks!
2017-11-25 23:35:14 +13:00
Thorin-Oakenpants
2bf9e6a773
0103: fixup lets try that again 2017-11-25 22:14:28 +13:00
Thorin-Oakenpants
d279839ba6
0103: fixup - thanks Forsaked 2017-11-25 22:11:49 +13:00
Thorin-Oakenpants
44316934f3
release date & version fixup
You had it right the first time earthlng. Eg Start commits for 55-beta date shown is 9-July. 55-alpha release is dated 18-Aug and we drop the "-beta" part (look inside the release downloads). Start commits for 56-beta date shown is 12-Sept. 56-alpha release is dated 2-Oct and we drop the "-beta" part. And because you created the 57-alpha release before you reversed the date+version, that too is all good.
2017-11-25 16:47:12 +13:00
Thorin-Oakenpants
18048832da
various => 2700 section #235
section 2700 will get a revamp, so not worried about numbering for now. Slight header tweak until we revamp
2017-11-25 16:12:29 +13:00
Thorin-Oakenpants
497f6ed58c
0103: home page #277 2017-11-25 15:33:07 +13:00
earthlng
e1e40847e0
ooops, that's not how Pants usually does it
nobody saw that, right?
2017-11-20 14:01:57 +01:00
earthlng
5743fe303c
57 release 2017-11-20 13:55:02 +01:00
earthlng
89e0aed652
4600: redundant prefs due to RFP 2017-11-20 13:49:19 +01:00
earthlng
59ae0b1028
2706: *.storageManager.enabled;false => inactive
Controls the visibility of the "Options>Privacy & Security>Site Data" section.
I'd prefer to remove this completely because it only adds to the confusion about all the different storage types.
This is just an extension for localStorage (2705) with 3 methods: estimate(), persist() and persisted(). A site can ask for permission (?) to persist data which when granted basically just means that "Storage will not be cleared except by explicit user action" whereas otherwise when not persisted "Storage may be cleared by the UA under storage pressure." - I don't see a problem with that.
We'll keep 2706 inactive for now but might remove it in a future commit.
2017-11-20 13:11:55 +01:00
earthlng
69c278c3ba
2630: accessibility.force_disabled => 1
Prevent accessibility services from accessing your browser
2017-11-20 11:26:03 +01:00
Thorin-Oakenpants
450adab519
2706: Storage API => active false #273
Sorry, but AFAIK, with this enabled it clears web extension storage when clear "offsite website data" is checked on close or manually (which we do in the user.js). Note also that even with this enabled, the UI settings are disabled, and the data-on-disk calculation never finishes, so at this point, its a bit useless to enable it until we figure that out. Will be back in 7 days
2017-11-19 08:21:18 +13:00
Thorin-Oakenpants
7ae034a23c
2706: Storage API => inactive 2017-11-18 18:01:01 +13:00
Thorin-Oakenpants
22e51e2a08
0506: disable PingCenter telemetry 2017-11-17 04:06:04 +13:00
earthlng
c6d55296fb
typo
used to be 2021 not 2012, see 908a8d66f4
2017-11-16 06:46:35 +01:00
Thorin-Oakenpants
f89bb3f1c2
9999: deprecated FF57 2017-11-16 17:03:08 +13:00
Thorin-Oakenpants
64a6eb794a
0850f: disable local search history in locationbar
kinda moot considering 0860 disables all search history :) Added for completeness so users can tweak their awesomebar to their little hearts content
2017-11-16 16:27:54 +13:00
Thorin-Oakenpants
fe46ea79ce
4500: RFP MediaDevices API FF59+ 2017-11-15 16:03:42 +13:00
Thorin-Oakenpants
d256908a5f
0330: telemetry changes 58+ #271 2017-11-15 13:51:20 +13:00
Thorin-Oakenpants
dedfbf04b6
5008: syntax fixup 2017-11-14 10:00:31 +13:00
Thorin-Oakenpants
e080becba5
2610: permissions.manager.defaultsUrl #259
FYI: https://bugzilla.mozilla.org/show_bug.cgi?id=506446 - FF35
2017-11-12 00:14:36 +13:00