Commit graph

709 commits

Author SHA1 Message Date
janekptacijarabaci
5381ebe25c Bug 1287677 - Add mozIntl.getDisplayNames API 2019-02-15 23:44:41 +08:00
janekptacijarabaci
cac5c5adc7 moebius#92: HTML - input - datetime
+ native in moebius:

Bug 1317600: https://bugzilla.mozilla.org/show_bug.cgi?id=1317600
A note - not implemented: Bug 1282768:
https://bugzilla.mozilla.org/show_bug.cgi?id=1282768
*.css: filter: url("chrome://global/skin/filters.svg#fill");, fill:

Bug 1283385: https://bugzilla.mozilla.org/show_bug.cgi?id=1283385
Bug 1323109: https://bugzilla.mozilla.org/show_bug.cgi?id=1323109
Bug 1314544: https://bugzilla.mozilla.org/show_bug.cgi?id=1314544
Bug 1286182: https://bugzilla.mozilla.org/show_bug.cgi?id=1286182

Bug 1325922: https://bugzilla.mozilla.org/show_bug.cgi?id=1325922
A note - not implemented: Bug 1282768:
https://bugzilla.mozilla.org/show_bug.cgi?id=1282768
*.css: filter: url("chrome://global/skin/filters.svg#fill");, fill:

Bug 1320225: https://bugzilla.mozilla.org/show_bug.cgi?id=1320225
Bug 1341190: https://bugzilla.mozilla.org/show_bug.cgi?id=1341190
2019-02-15 23:44:39 +08:00
janekptacijarabaci
a807f7e6c0 [follow up] Bug 1325922 - Add arrows svg file and style month-year button for date picker 2019-02-15 23:44:38 +08:00
janekptacijarabaci
83f3f3f2db Bug 1341190: Date picker panel and email input validation popup close immediately after opening 2019-02-15 23:44:36 +08:00
janekptacijarabaci
753a28d239 Bug 1320225: [DateTimeInput] Integration of input type=date input box with picker (part 2) 2019-02-15 23:44:35 +08:00
janekptacijarabaci
d8bcf2270a Bug 1286182: Implement the layout for <input type=date> 2019-02-15 23:44:33 +08:00
janekptacijarabaci
e59c0758c7 Bug 1314544: [DateTimeInput] browser keyboard shortcut does not work when focus is on input box 2019-02-15 23:44:32 +08:00
janekptacijarabaci
ee07b11c03 Bug 1320225: [DateTimeInput] Integration of input type=date input box with picker (part 1) 2019-02-15 23:44:30 +08:00
janekptacijarabaci
a13a3afc1b Bug 1325922: [DateTimePicker] Add arrows svg file and style month-year button for date picker 2019-02-15 23:44:29 +08:00
janekptacijarabaci
f4e1313a58 Bug 1323109: [DateTimePicker] Date time picker popup does not open near input box 2019-02-15 23:44:27 +08:00
janekptacijarabaci
c030f0de23 Bug 1283385: Implement UI for <input type="date"> 2019-02-15 23:44:25 +08:00
janekptacijarabaci
1248a53f69 Bug 1317600: [DateTimePicker] Spinner arrow buttons shouldn't depend on find bar resources 2019-02-15 23:44:24 +08:00
janekptacijarabaci
c556396e07 Fix a build warning for BrowserComponents.manifest
[drive]:/[path]/browser/components/BrowserComponents.manifest: WARNING:
no useful preprocessor directives found
2019-02-15 23:44:23 +08:00
janekptacijarabaci
5cc122a538 Bug 1311798: Align XMLHttpRequest abort() with the spec 2019-02-15 23:44:21 +08:00
janekptacijarabaci
e95eff8e11 [PALEMOON] Downloads - throws an error
Issue #121
2019-02-15 23:44:20 +08:00
janekptacijarabaci
65356126cc Fix: TypeError: "this._richlistbox.selectedItems.slice is not a function" in allDownloadsViewOverlay.js
Issue #121
2019-02-15 23:44:18 +08:00
JustOff
1f560c7d2f Use modern syntax to call NetUtil.newChannel() in _SessionFile.jsm 2019-02-15 23:44:17 +08:00
JustOff
e05e624eb8 Use document's principal for favicons in browser 2019-02-15 23:44:14 +08:00
janekptacijarabaci
2ac3c5500f Style clean up in about.dtd
https://github.com/MoonchildProductions/moebius/issues/173
2019-02-15 23:44:13 +08:00
janekptacijarabaci
5371575837 moebius#173: Fix up "about:" page
https://github.com/MoonchildProductions/moebius/issues/173
2019-02-15 23:44:11 +08:00
wolfbeast
d37246737b Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.
- `--enable-official-branding` implies `MC_OFFICIAL` (no need to specifically set it)
- `--enable-official-vendor` can be used to set `MC_OFFICIAL` on builds without `--enable-official-branding` that should still be considered official release versions.
- `MC_OFFICIAL` implies `--enable-release`, meaning `DEVELOPER_OPTIONS` isn't set
- `MC_OFFICIAL` makes `nsXULAppInfo.getIsOfficial` return `true`
- `MC_OFFICIAL` makes `AppConstants.MOZILLA_OFFICIAL` (for compatibility in extensions) and `AppConstants.MC_OFFICIAL` return `true`
- Optional, for the time being: `MOZILLA_OFFICIAL` is still present in some places in case someone wants to build a Mozilla-alike official application and has the rights and necessary keys to use Mozilla-official third-party services. This must always be combined with `MC_OFFICIAL` to have a sane combination of defines. This may be removed in the future.
2019-02-15 23:44:10 +08:00
janekptacijarabaci
81228c3a44 moebius#76: JS - DOM - Selection API - crashes
https://github.com/MoonchildProductions/moebius/pull/76
2019-02-15 23:44:08 +08:00
janekptacijarabaci
acfa05e886 moebius#126: [very minor fix] Fix typo in a comment in NSSCertDBTrustDomain.cpp
https://github.com/MoonchildProductions/moebius/pull/126
2019-02-15 23:44:07 +08:00
janekptacijarabaci
84b63aeae5 moebius#255: [minor fix] toolkit/themes/linux/global/jar.mn - style clean up (the columns alignment)
https://github.com/MoonchildProductions/moebius/pull/255
2019-02-15 23:44:05 +08:00
janekptacijarabaci
1a6e23fffd HTML - implement the labels attribute (added a test)
6be9e50707 (commitcomment-28047433)
2019-02-15 23:44:03 +08:00
JustOff
53f6a692d3 Make JS callers of ios.newChannel call ios.newChannel2 in browser/ 2019-02-15 23:44:02 +08:00
janekptacijarabaci
e37a6016b9 Fix a comment: "DevEdition theme" vs "DevTools theme"
Issue #102
2019-02-15 23:44:00 +08:00
janekptacijarabaci
ef8ecc5bcd Fix: Developer Toolbar (the command: cookie; themes)
Issue #102
2019-02-15 23:43:59 +08:00
NTD
53e8bd2ac0 Restyle the findbar 2019-02-15 23:43:57 +08:00
janekptacijarabaci
e2fbb83e3a Editable menulist loosing editable attribute gets focus stuck
Bug(s):
https://bugzilla.mozilla.org/show_bug.cgi?id=1142224
(native in moebius)
2019-02-15 23:43:56 +08:00
janekptacijarabaci
2b0e91b059 Fix typo in a property in tabbrowser.xml
Issue #138
2019-02-15 23:43:54 +08:00
janekptacijarabaci
fdeebefb1f Fix (to TODO): Findbar throws an error - "nsIPrefBranch.getBoolPref" is not exist in browser.js
Issue #138
2019-02-15 23:43:53 +08:00
janekptacijarabaci
25b7b3d1d3 Fix: Findbar broken (basic)
Issue #138
2019-02-15 23:43:51 +08:00
janekptacijarabaci
1476418612 Style clean up: saveImageURL() in nsContextMenu.js
Tag #139
2019-02-15 23:43:50 +08:00
janekptacijarabaci
df7ccbc7b5 Fix: DEPRECATION WARNING: saveImageURL should be passed the private state of the in nsContextMenu.js
Issue #121
2019-02-15 23:43:48 +08:00
janekptacijarabaci
e7edb2cd31 moebius#57: about:support - improvements (Copy text to clipboard)
https://github.com/MoonchildProductions/moebius/pull/57
2019-02-15 23:43:46 +08:00
trav90
c5af75551d [GTK3] Set alpha component appropriately in operator over for -moz-field 2019-02-15 23:43:45 +08:00
trav90
3e7ff78276 Fix GTK3 build bustage 2019-02-15 23:43:43 +08:00
trav90
88757310cd [GTK3] Ignore double-click on WM without _NET_WM_MOVERESIZE support
This fixes a crash with GTK3 builds used with a window manager that does not support _NET_WM_MOVERESIZE.
2019-02-15 23:43:42 +08:00
trav90
618138082f [GTK3] Get styles for menu label, button text and combobox text colors from WidgetCache 2019-02-15 23:43:40 +08:00
trav90
a144db2754 [GTK3] Don't invalidate style content for missing widgets 2019-02-15 23:43:39 +08:00
trav90
752c6892c2 [GTK3] Invalidate widget style contexts after their ancestors are set
Although this is only known to affect buttons with builtin child widgets, it is difficult to audit all GTK widgets for similar situations, and so the same defense is applied to all widgets.
2019-02-15 23:43:37 +08:00
trav90
0c21383d69 [GTK3] Force a style resolution on context creation to set GTK 3.4 theming_engine
This works around a GTK bug that led to the default engine being used instead for the first draw.
2019-02-15 23:43:35 +08:00
trav90
240fc2a6b6 [GTK3] For Gtk > 3.20 determine scale trough size from trough CSS node and also add border/padding/margin 2019-02-15 23:43:34 +08:00
trav90
cfed5f8df1 [GTK3] Consider also margin when determine range widget slider size 2019-02-15 23:43:32 +08:00
trav90
680970a479 [GTK3] With GTK versions < 3.8 draw menuitem background and frame only when in hover and not a separator 2019-02-15 23:43:31 +08:00
trav90
07991c52f4 [GTK3] Implement pre-3.20 MOZ_GTK_PROGRESS_CHUNK in WidgetStyleCache 2019-02-15 23:43:30 +08:00
trav90
459d7f575f [GTK3] Adjust textarea style contexts for GTK 3.20 theming ABI changes 2019-02-15 23:43:28 +08:00
trav90
a9302f7a0e [GTK3] Consider textview root node background in addition to text node for -moz-appearance:textfield-multiline
This is necessary for GTK versions > 3.18 because windows no longer clear their backgrounds since https://git.gnome.org/browse/gtk+/commit/?id=580ea227a6bb19ad6c6d4766b3a36dbad24583f3 and Ambiance for 3.20 has a transparent background for the "text" window.
2019-02-15 23:43:27 +08:00
trav90
5ba7568c8d [GTK3] Consider textview root node background in addition to text node for -moz-field
This is necessary for GTK versions > 3.18 because windows no longer clear their backgrounds since https://git.gnome.org/browse/gtk+/commit/?id=580ea227a6bb19ad6c6d4766b3a36dbad24583f3 and Ambiance for 3.20 has a transparent background for the "text" window.
2019-02-15 23:43:25 +08:00