ownedbywuigi
8d81720534
Browser should now compile on both OS X and Windows
2026-04-05 18:06:46 +01:00
wuggy
5b48f5878c
fix some CSS issues on OS X
2026-04-05 14:25:41 +01:00
wuggy
0075c6ec07
Fix CSS in OSX
2026-04-05 03:04:36 +01:00
wuggy
2ab5bcf93d
[BETA] macOS support
2026-04-04 15:51:31 +01:00
ownedbywuigi
89bf8a2b96
Fix about:support
2026-04-03 10:53:28 +01:00
ownedbywuigi
14f1894779
Add dark mode to the browser
2026-04-02 15:45:15 +01:00
wuggy
3c52e5eb8a
Revert back to 12.1 codebase
2026-03-26 19:29:20 +00:00
roytam1
bd335d6284
Merge remote-tracking branch 'origin/tracking' into custom
2025-07-07 11:59:17 +08:00
Jerico
17b594b705
Issue #2106 - Part 2: Align value names
2025-07-07 11:19:20 +08:00
roytam1
a944026bae
Merge remote-tracking branch 'origin/tracking' into custom
2024-04-02 22:57:21 +08:00
FranklinDM
656ee639c5
Issue #2112 - Part 1: Remove Stylo tests
2024-04-02 22:29:48 +08:00
roytam1
4e8d205102
Merge remote-tracking branch 'origin/tracking' into custom
2023-08-17 09:19:05 +08:00
Moonchild
a02ef4f1d7
Issue #2284 - Adjust some in-content CSS to account for flex definite-sizing change.
...
As of this change, flex items in a vertical flex container will sometimes
be considered to have "indefinite" sizes, i.e. percent sizes in them will
no longer resolve.
To work around this, they need to provide a definite flex-basis (e.g. as
part of the "flex" shorthand property) if we want percent sizes to
resolve (instead of being treated as "auto") inside of them.
2023-08-17 09:10:19 +08:00
roytam1
629eeda1f1
Merge remote-tracking branch 'origin/tracking' into custom
2023-06-23 16:08:10 +08:00
FranklinDM
6444835acd
Issue #21 - Follow-up: Remove experiment category images
2023-06-23 16:07:46 +08:00
FranklinDM
9f8aa81a87
Issue #21 - Part 2: Remove experiment extension assets and styling
2023-06-23 16:07:05 +08:00
roytam1
5f18cf3bed
Merge remote-tracking branch 'origin/tracking' into custom
2022-10-27 09:04:51 +08:00
FranklinDM
1ae5f60a1b
Issue #1793 - Follow-up: Fix incorrect media query
2022-10-27 08:59:01 +08:00
roytam1
7f068ecce3
Merge remote-tracking branch 'origin/tracking' into custom
2022-05-04 10:14:24 +08:00
Brian Smith
13fcc4a046
Issue #1829 - Revert "Issue #1751 "
2022-05-04 09:40:24 +08:00
roytam1
c277d761f3
Merge remote-tracking branch 'origin/tracking' into custom
2022-03-22 23:32:48 +08:00
Moonchild
2073c44990
No Issue - Break overly long tooltips into multiple lines.
...
A very very old bug and annoyance: tooltips with very long content without
spaces (e.g. long URLs or gibberish data) would just cut off and leave an
un-styled right border going over the widget's constrained space.
Because of an additional bug (still unsolved), this was never properly
addressed because solutions attempted didn't work.
The workaround for the secondary bug allows for word-break to now work and this
primary problem to be resolved.
2022-03-22 23:09:58 +08:00
roytam1
fb4c5454c8
follow-up rev ccb3ecd, add vista check
2021-07-16 07:42:37 +08:00
Matt A. Tobin
ccb3ecdc95
Issue #1793 - Only use Glass on the Toolkit Download Manager on Windows 7
2021-07-15 09:25:59 +08:00
Matt A. Tobin
b4e51a8540
Issue #1793 - Only use proper Aero Styling in the Toolkit Error Console on Windows 7
2021-07-15 09:25:46 +08:00
Matt A. Tobin
895afe00e1
Issue #1793 - Add a border-bottom to treecols header
2021-07-15 09:25:29 +08:00
Matt A. Tobin
86aec31475
Issue #1793 - Add a border-bottom to toolbox
...
Follow-up to e8be661944c730cb3b702cd7f7d97e0860eb9132
2021-07-15 09:24:31 +08:00
Moonchild
ba00d14c12
Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa'
2021-06-24 11:09:47 +08:00
Matt A. Tobin
2319d8be12
[Toolkit] Don't use the "aero" msstyle provided toolbox background on Windows 10
2021-06-15 11:19:05 +08:00
Matt A. Tobin
378f01e526
Issue #1774 - Add metrics to the editable menulist-button for GTK3
2021-06-04 09:31:03 +08:00
Moonchild
a4b0f333ba
Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree.
...
This also removes some PP abuse and takes file entries out of PP when no longer
needed without XP_MACOSX conditionals.
2021-05-07 09:53:59 +08:00
Moonchild
953cd5b6b2
Issue #1705 - Part 6: Remove scrollbarbutton min-{width|height} rule from theme.
...
This would interfere with implementing thin scrollbars.
Almost all widgets provide a non-overridable size for scrollbar buttons, so it
makes no sense to specify min size for them. It is probably(?) a layout bug that
min size properties can override the value returned by GetMinimumWidgetSize
even if aIsOverridable is set to false, but removing this rule is simpler than
locating and fixing the issue in layout code ;)
2021-01-14 22:19:58 +08:00
Moonchild
fc1f95edc4
Issue #1700 - Apply background color instead of inset shadow for findbar input.
...
This changes the toolkit theme for Linux and Windows (Mac already did this) to
style the input textbox on the findbar with -moz-appearance:none so as to give
us styling control (as opposed to using a native widget style) and apply a
neutral style to it.
Also ensures Mac remains readable in case of poorly contrasting text.
2020-12-24 09:36:32 +08:00
Moonchild
0cd673d720
Issue #1656 - Part 6: Clean up the build files
2020-09-25 22:04:23 +08:00
Ascrod
035134a520
Issue #361 - Remove dead Android code.
...
See Bug 1629030, part 3.
2020-05-30 07:12:36 +08:00
Matt A. Tobin
678b1ea2ec
Issue #1053 - Remove android support from toolkit
...
Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
2020-02-27 07:32:40 +08:00
monikamaheshwari
deed413b53
Bug 1422680 - simplify aboutReader.css font-size classes using CSS variables r=Gijs
2019-05-11 06:22:06 +08:00
Ascrod
a0ceaeace8
Bug 1399616 - add WP emoji styling to reader mode.
2019-05-11 06:22:04 +08:00
Matt A. Tobin
dadaa3df44
Only change the default and hover text color on buttons for Windows 8+ HC Themes (aero-lite)
2019-05-04 10:40:59 +08:00
wolfbeast
3fb083d84c
Add hover state arrow images.
...
This fixes #981
2019-03-09 10:21:27 +08:00
Ascrod
6343212065
Issue #832 Part 2: Remove styling and images.
2019-02-16 00:15:52 +08:00
wolfbeast
521e7b79bf
Fix toolbar styling in non-Australis toolkit themes part 2
...
Fix jar manifests.
This resolves #713
2019-02-16 00:11:48 +08:00
wolfbeast
4db9b4b2bb
Fix toolbar styling in non-Australis toolkit themes
...
This resolves #713
2019-02-16 00:11:47 +08:00
JustOff
62255ec61f
Remove dead Help Viewer skin mapping from Toolkit
2019-02-16 00:10:11 +08:00
wolfbeast
edecb0c67d
Restore Pale Moon's standalone image viewing style.
2019-02-16 00:06:18 +08:00
NTD
10487d6802
Use MOZ_AUSTRALIS to define common shared Australis features
2019-02-16 00:06:04 +08:00
janekptacijarabaci
c2d6003d64
"about:support" - added support for "Restart normally"
...
https://github.com/MoonchildProductions/Pale-Moon/pull/1093 (partially)
2019-02-16 00:05:35 +08:00
Lootyhoof
5cfc75fdc9
Add new close icons and make current icons Basilisk-specific
2019-02-16 00:04:20 +08:00
JustOff
3687f876bc
[PALEMOON] Fix missed notifyPluginCrashed.png on windows and linux
2019-02-15 23:59:45 +08:00
janekptacijarabaci
f8e5c4e837
[PALEMOON] [frontend vs backend] Remove unused webapps-*.png (chrome://global/skin/icons/webapps-*.png)
...
Issue #121
2019-02-15 23:59:27 +08:00