Commit Graph

395 Commits

Author SHA1 Message Date
janekptacijarabaci 438f6dca75 Places: Bookmarks properties window getting longer (sometimes), dialog window doesn't resize properly 2018-07-25 06:57:37 +08:00
Pale Moon e66b27084f Don't show dropped URLs immediately in the address bar. 2018-07-25 06:57:23 +08:00
Pale Moon e08db062d5 Fix focus issues with print preview window. 2018-07-25 06:56:25 +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 f4434bd7e5 Fix Mac icons. 2018-07-25 06:53:47 +08:00
janekptacijarabaci 95e0893f39 Using "View Image" and "Save Image As"... (follow up) - fix typo 2018-07-25 06:53:40 +08:00
janekptacijarabaci 9bba46049e Using "View Image" and "Save Image As" on a large canvas doesn't work (follow up) 2018-07-25 06:53:35 +08:00
Pale Moon ba51e4b0a5 Expose the extensions.getAddons.showPane pref. 2018-07-25 06:53:24 +08:00
janekptacijarabaci 4182128f0b The browser - innerWindowID and outerWindowID (improvements) 2018-07-25 06:53:03 +08:00
Pale Moon 786b50d712 Update SSUAO globals to our current state. 2018-07-25 06:53:00 +08:00
Pale Moon 2722f8d9f8 Update SSUAO to pacify Google and make it not refuse service. 2018-07-25 06:52:58 +08:00
Pale Moon 19297d310e Convert support URLs into preferences.
This resolves #769.
2018-07-25 06:52:45 +08:00
janekptacijarabaci 3ebfeabab5 Using "View Image" and "Save Image as" on a large canvas doesn't work 2018-07-25 06:52:13 +08:00
Pale Moon 0313d951de Revert "Add Yandex (Ru) search engine"
This reverts commit 17f0752da958540e2c7b495bda008f3aecd4d9f3.

Pending resolving contractual disagreements.
2018-07-25 06:51:37 +08:00
Pale Moon 3fb014a2e1 Add Yandex (Ru) search engine 2018-07-25 06:51:26 +08:00
Pale Moon fc2f31a878 Fix NSS packaging on Linux 2018-07-25 06:51:12 +08:00
Pale Moon e72b239681 Fix comment + fill statu. encryptionSuite value with the full cipher suite.
Follow-up front-end to 40c7711f91256c58b0a79e9083491de48851929f
2018-07-25 06:51:06 +08:00
JustOff 1f9027a96b Set height explicitly. 2018-07-25 06:50:47 +08:00
JustOff f9787eb390 Strict icon size for PMkit 'ui/button' 2018-07-25 06:50:34 +08:00
janekptacijarabaci 32fd5760c0 [suggestion] Customizable toolbars - separators => constants; change the separator character 2018-07-25 06:47:33 +08:00
janekptacijarabaci f1415bba9c [suggestion] Customizable toolbars - style clean up 2018-07-25 06:47:11 +08:00
janekptacijarabaci 01d413eaf1 [suggestion] Customizable toolbars - persist the attribute "collapsed" (different and better) 2018-07-25 06:46:29 +08:00
janekptacijarabaci 9d8f9f65ce Revert "[suggestion] Customizable toolbars - persist the attribute "collapsed""
This reverts commit 0e780658e43c936df43934f0eb57b16f8c855301.
2018-07-25 06:46:26 +08:00
janekptacijarabaci a9d27f2b5b [suggestion] Customizable toolbars - persist the attribute "collapsed" 2018-07-25 06:46:17 +08:00
trav90 351d719385 Fix packaging of debug builds when tests are not enabled 2018-07-25 06:45:03 +08:00
JustOff 18cdffdc16 Allow toolbarbutton-badge be styled by add-ons (+linux) 2018-07-25 06:44:36 +08:00
JustOff d01404e5e6 Allow toolbarbutton-badge be styled by add-ons 2018-07-25 06:44:34 +08:00
Pale Moon 0e3fa3aac0 Go naked onto Facebook! ;) 2018-07-25 06:43:12 +08:00
Pale Moon 56c725cca9 Remove unused URI_IS_UTF8 load flag.
This resolves #865.
2018-07-25 06:43:04 +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
Lootyhoof 0f52241936 Improve downloads indicator in brighttext situations 2018-07-25 06:43:01 +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 0d35fc58e0 Add a check if the URL bar selection is fired from user-input.
This overrides the spec for input elements to special-case where we're not actually having the user select anything, but where it results from automatically-generated selections (e.g. autofill).
This should fix #852, but will require Linux testing since Windows doesn't use a primary this way.
2018-07-25 06:42:43 +08:00
Pale Moon 636eee0d98 Make packaging of status bar code conditional.
Fix for #826.
2018-07-25 06:42:40 +08:00
Pale Moon fbd92542cf Version bump 2018-07-25 06:42:36 +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
Lootyhoof 426730cd74 Remove redundant downloads indicator styling 2018-07-25 06:36:59 +08:00
JustOff c12a7d644d Fix "TypeError: aUrl is undefined" when open new window 2018-07-25 06:35:43 +08:00
Pale Moon 5e3fe1ad93 Version bump 2018-07-25 06:35:39 +08:00
Pale Moon 5e0c404c06 Improve legibility and general appeal of unstable branding about box. 2018-07-25 06:35:38 +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
Pale Moon 2de04aca36 Add soundcloud SSUAO 2018-07-25 06:35:34 +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 c90d4e768c Permissions: Plugins improvements (+ style clean up), fix typo 2018-07-25 06:35:26 +08:00
janekptacijarabaci b55dbe0924 Permissions: Plugins improvements (+ style clean up) 2018-07-25 06:35:24 +08:00