Commit Graph

148 Commits

Author SHA1 Message Date
Pale Moon 21ce188100 Remove safebrowsing leftovers. 2018-07-25 07:11:18 +08:00
Pale Moon 104f3de320 Add HSTS and HPKP controls to the preferences UI.
Tag #1053
2018-07-25 07:11:14 +08:00
janekptacijarabaci 8af783f166 hasRootDomain: nsPrivateBrowsingService.js -> ForgetAboutSite.jsm 2018-07-25 07:10:56 +08:00
janekptacijarabaci e25885b0f7 Cookies...: Added a comments 2018-07-25 07:10:54 +08:00
janekptacijarabaci 961a0ee9ee Cookies...: if the master password... (follow up), String.indexOf -> String.includes 2018-07-25 07:10:50 +08:00
janekptacijarabaci 403fcc5945 Cookies...: Forget About site (follow up); Permissions (follow up) 2018-07-25 07:10:46 +08:00
janekptacijarabaci 303ddbf5c6 Cookies - sub1.example.com vs. sub2.sub1.example.com: Forget About site (+ improvements); Permissions (+ fix comments) - fix typo 2018-07-25 07:10:39 +08:00
janekptacijarabaci 2ddc4dd5a8 Cookies - sub1.example.com vs. sub2.sub1.example.com: Forget About site (+ improvements); Permissions (+ fix comments) 2018-07-25 07:09:17 +08:00
Pale Moon c71a8dc53f Remove unnecessary confirmations, fix button style, revert unwanted code style changes.
Follow-up to #1043
2018-07-25 07:08:49 +08:00
janekptacijarabaci f2961af2a8 Permissions: Revert "Style clean up", configurable parameter (all.js -> firefox.js), the specific text in question, fix typo
Because the global variables vs. the global space, the order of
properties in the object, etc.
But I will return my "ugly code".
2018-07-25 07:08:39 +08:00
janekptacijarabaci 08a6641180 Permissions: A default value -> [remove from the DB] 2018-07-25 07:08:34 +08:00
janekptacijarabaci 346f3becf3 Permissions: Reload list of sites, use default, confirm before any action, permissions.places-sites-limit (improvements), style clean up 2018-07-25 07:08:27 +08:00
janekptacijarabaci a78da3dcc0 Permissions: gTLDService -> Services.eTLD 2018-07-25 07:05:17 +08:00
janekptacijarabaci dfa1d89f09 Permissions: Cookies correspond to domain (follow up) 2018-07-25 07:05:02 +08:00
janekptacijarabaci 09580d19ca Permissions: ...difference between the "default value" and an "actual value" - style clean up 2018-07-25 07:05:00 +08:00
janekptacijarabaci a16dcd55fe Permissions: Cookies correspond to domain, difference between the "default value" and a "actual value" (improvements) 2018-07-25 07:04:59 +08:00
JustOff a82dcdcc42 Resolve confusions between Flash and VLC plugins on permissions pages 2018-07-25 07:04:42 +08:00
janekptacijarabaci 9ccff929a6 Livemarks are lacking their special icons in the Bookmarks Manager 2018-07-25 07:04:19 +08:00
Pale Moon c604ccc037 Add permissions manager title & menu entries.
Tag #893
2018-07-25 07:04:16 +08:00
janekptacijarabaci 4363da021c DevTools - the cmd line - support for "-browserconsole", "-jsdebugger", "-devtools" and "-start-debugger-server" 2018-07-25 07:04:10 +08:00
Pale Moon ae3ec21188 Remove migration of browser settings from IE/Safari profile import.
This resolves #1009
2018-07-25 07:03:54 +08:00
janekptacijarabaci 90cb444286 Migration from MSIE: preferences, cookies 2018-07-25 07:03:02 +08:00
Pale Moon d631d4b544 Fix type of _cacheBehavior & let redeclaration 2018-07-25 07:02:47 +08:00
Pale Moon 9fb380c41b Convert option to bypass cache on tab restore to 3-state.
0 = default, use cache for everything and don't check the network
1 = soft refresh on restore (check network, use cached versions as appropriate)
2 = hard refresh on restore (always throw away cached data + input)
2018-07-25 07:02:43 +08:00
Pale Moon 7dca068032 Add option to bypass cached versions of session-stored pages and always refresh from the network.
This will be incompatible with retaining form and session data after a crash.
2018-07-25 07:02:38 +08:00
Pale Moon 18c4a6a425 Allow resetting of non-default profiles.
This needs some verification.

Tag #759
2018-07-25 07:02:09 +08:00
janekptacijarabaci 438f6dca75 Places: Bookmarks properties window getting longer (sometimes), dialog window doesn't resize properly 2018-07-25 06:57:37 +08:00
JustOff 06641d0cb5 Limit number of history entries saved by SessionStore [proper] 2018-07-25 06:53:59 +08:00
Moonchild e326d12926 Revert "Limit number of history entries saved by SessionStore" 2018-07-25 06:53:57 +08:00
JustOff 69df32bd7d More quiet error handling 2018-07-25 06:53:54 +08:00
JustOff 98b6948a5b Limit number of history entries saved by SessionStore 2018-07-25 06:53:52 +08:00
Pale Moon 19297d310e Convert support URLs into preferences.
This resolves #769.
2018-07-25 06:52:45 +08:00
janekptacijarabaci 7839fac9ea [minor fix] Javascript warnings/errors when "javascript.options.strict" (only a small part of the code) 2018-07-25 06:43:03 +08:00
janekptacijarabaci 6ecaecc0b3 Opening a URL in private mode window from cmd line (help - the columns alignment) 2018-07-25 06:42:47 +08:00
janekptacijarabaci 1b217ee7b3 Opening a URL in private mode window from cmd line 2018-07-25 06:42:45 +08:00
Pale Moon 6273259170 Add proper control for the user for offline storage for web applications.
New control: 3-state drop-down instead of a checkbox, linked to offline-apps.permissions:
0 - Deny storage of offline app data without prompting (breaks sites!)
1 - Ask the user if a website wants to store offline app data
2 - Allow storage of offline app data without prompting (default)

This resolves #760.
2018-07-25 06:42:34 +08:00
Pale Moon 9820ee4773 Make privacy preferences a tabbed category.
No string changes, previous strings for groupboxes have been re-used.
This resolves #766.
2018-07-25 06:35:36 +08:00
janekptacijarabaci 1543f5dc94 Permissions: Plugins improvements (+ style clean up), skips the same permString 2018-07-25 06:35:30 +08:00
janekptacijarabaci e0e3875735 Permissions: Plugins improvements (+ style clean up), fix typo 2018-07-25 06:35:28 +08:00
janekptacijarabaci b55dbe0924 Permissions: Plugins improvements (+ style clean up) 2018-07-25 06:35:24 +08:00
JustOff 04cfe23841 Add stateOfDownload() to DownloadsCommon.jsm 2018-07-25 06:34:51 +08:00
janekptacijarabaci c7f08141e4 Permissions - Plugins (follow up) 2018-07-25 06:34:49 +08:00
janekptacijarabaci 66ebc5b2c9 Permissions: Notifications (+ follow up) - style clean up 2018-07-25 06:25:23 +08:00
janekptacijarabaci 0a045ed95c Permissions: Notifications (+ follow up) - a comparison of differences 2018-07-25 06:25:21 +08:00
janekptacijarabaci 7a175cba08 Permissions: Notifications (+ follow up) (fixed merge conflict) 2018-07-25 06:25:12 +08:00
janekptacijarabaci 7361d7e52e Permissions: Plugins (the second part) 2018-07-25 06:24:44 +08:00
janekptacijarabaci 26a0aa5db1 Status Bar: Advanced (show the warning) 2018-07-25 06:21:59 +08:00
janekptacijarabaci 871424838a Permissions: Plugins (a basic part) - style clean up 2018-07-25 06:21:57 +08:00
janekptacijarabaci 08e625a687 Permissions: Plugins (a basic part) 2018-07-25 06:21:55 +08:00
Pale Moon cd9ae48cd5 Update preferences with refactored location bar suggestion options.
This fixes #740.
2018-07-25 06:21:25 +08:00