janekptacijarabaci
4e2383201d
[PALEMOON] Customizable toolbars - added a comment
2018-04-16 04:11:45 +02:00
janekptacijarabaci
b7115f464e
palemoon#975: Customizable toolbars - backward compatible (but unidirectional)
2018-04-15 22:31:31 +02:00
janekptacijarabaci
0f8df53ae7
palemoon#903: Customizable toolbars - persist the attribute "collapsed"
...
https://github.com/MoonchildProductions/Pale-Moon/pull/903
2018-04-15 22:23:57 +02:00
wolfbeast
fca67bb95d
Merge branch 'html_input_datetime_1'
...
This is almost everything needed for #162 .
2018-04-15 11:51:11 +02:00
wolfbeast
386266fab1
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
2018-04-13 22:06:46 +02:00
wolfbeast
f2bc0785b9
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.
2018-04-13 22:06:20 +02:00
janekptacijarabaci
0b26d810bd
moebius#173: Fix up "about:" page
...
https://github.com/MoonchildProductions/moebius/issues/173
2018-04-13 20:55:39 +02:00
Matt A. Tobin
4f82d4067a
Restyle the findbar
2018-04-13 12:49:13 -04:00
New Tobin Paradigm
c17c14ce6a
Merge pull request #129 from janekptacijarabaci/_native_52ESR_xulWidgets_menulist_editable_1
...
Editable menulist loosing editable attribute gets focus stuck (menulist.xml)
2018-04-13 11:22:17 -04:00
janekptacijarabaci
99e150cb43
moebius#57: about:support - improvements (Copy text to clipboard)
...
https://github.com/MoonchildProductions/moebius/pull/57
2018-04-12 23:45:12 +02:00
New Tobin Paradigm
fb337a69b4
Merge pull request #124 from janekptacijarabaci/pm_about-plugins_1
...
about:plugins - fix "addMessageListener is not a function" (e10s off - revert bug 1068087 - partially)
2018-04-12 08:04:39 -04:00
janekptacijarabaci
fd651c893a
[PALEMOON] about:plugins - fix "addMessageListener is not a function" (e10s off - revert bug 1068087 - partially)
2018-04-12 10:18:25 +02:00
wolfbeast
597fb9fbe3
Rebase on master
2018-04-11 17:45:54 +02:00
wolfbeast
ac05ab923a
Fix aboutSupport.js
...
Addresses comments:
https://github.com/MoonchildProductions/UXP/commit/bf6bb142fc5bcb49b053788e06160af304f639e5#commitcomment-28527974
https://github.com/MoonchildProductions/UXP/commit/0f99df52d5309158c7b916581c5a79496b1844db#commitcomment-28527792
2018-04-11 17:30:34 +02:00
wolfbeast
bf6bb142fc
Remove telemetry experiments framework
2018-04-08 12:24:27 +02:00
Matt A. Tobin
eb09a5738c
Make code style consistent across all AboutRedirector's
2018-04-07 08:22:56 -04:00
Matt A. Tobin
fb84e0f322
Make about:logopage available to any browser that opts into MOZ_PHOENIX
...
Follow up to 5e8e0689c
2018-04-07 06:10:48 -04:00
Matt A. Tobin
5e8e0689c4
Port over logopage
2018-04-05 09:31:09 -04:00
wolfbeast
b4e843aa3c
Change embedded emoji font from EmojiOne to Twemoji.
2018-04-04 10:35:19 +02:00
janekptacijarabaci
f4d1b4804a
moebius#110: HTML - input - datetime - Datepicker shows incorrect month for the first day of the month
2018-03-31 11:33:23 +02:00
janekptacijarabaci
3430e8690a
Bug 1446342 - Input type="date" not working if the other form elements has name="document" (any alternative solution)
2018-03-31 11:05:38 +02:00
janekptacijarabaci
09cc05a97f
Bug 1406859 - [DateTimePicker] Let the first picker close gracefully before opening a second picker
2018-03-31 07:07:45 +02:00
janekptacijarabaci
0a2b11d181
Bug 1397114 - Disable smooth scrolling when value changes come from input box
2018-03-31 07:05:58 +02:00
janekptacijarabaci
2f54cd30fc
Bug 1401876 - (Part 2) Add browser-chrome test for reopening picker
2018-03-31 07:02:03 +02:00
janekptacijarabaci
de16d19667
Bug 1401876 - (Part 1) Close datetime picker on popuphidden
2018-03-31 06:58:52 +02:00
janekptacijarabaci
7e0d05ea58
Bug 1390794 - Use 'norolluponanchor' to avoid closing the picker when the anchored input box is clicked
2018-03-31 06:58:05 +02:00
janekptacijarabaci
94980111da
Bug 1371111 - Open picker when input element's padding area is clicked
...
+ Bug 1341029: https://bugzilla.mozilla.org/show_bug.cgi?id=1341029
(partially - partially - fix typo in removeEventListener):
https://hg.mozilla.org/mozilla-central/diff/6055065a2ed5/toolkit/content/widgets/datetimebox.xml
+ Bug 1410292: https://bugzilla.mozilla.org/show_bug.cgi?id=1410292
2018-03-30 23:54:41 +02:00
janekptacijarabaci
7dfc8b77b9
Bug 1381421 - (Part 2) Add browser chrome tests for the minimum and maximum dates
2018-03-30 23:50:46 +02:00
janekptacijarabaci
e14c686ac0
Bug 1381421 - (Part 1) Handle dates earlier than 0001-01-01 and later than 275760-09-13 correctly
2018-03-30 23:50:34 +02:00
janekptacijarabaci
5941771281
Bug 1382175 - Fix time picker step and min/max regressions
2018-03-30 22:46:03 +02:00
janekptacijarabaci
6a44ab2659
Bug 1364026 - (Part 2) Check if min and max attributes on input type date are valid date strings
2018-03-30 21:14:18 +02:00
janekptacijarabaci
6f1fcab2d8
Bug 1363672 - Add step support to date picker
2018-03-30 20:56:33 +02:00
janekptacijarabaci
e25430117a
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
2018-03-30 12:17:17 +02:00
janekptacijarabaci
a1a007a485
Merge branch 'master' of https://github.com/MoonchildProductions/UXP into html_input_datetime_1
2018-03-30 09:44:21 +02:00
wolfbeast
4e368f8199
Remove base conditional code for crash reporter and injector.
2018-03-30 08:50:58 +02:00
Tom Ritter
b367c38241
Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVM
...
MozReview-Commit-ID: 6xhQ71a5rDU
--HG--
extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B
2018-03-14 11:32:10 +01:00
janekptacijarabaci
f22bc3fd88
moebius#342: Columns are not sorted correctly (Natural Sort algorithm)
...
Issue #31
https://github.com/MoonchildProductions/moebius/pull/342
2018-03-02 18:22:50 +01:00
Matt A. Tobin
11a8a39f6d
Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most places
2018-03-01 14:26:41 -05:00
Matt A. Tobin
fedcf7249a
Remove non-functional nsDragAndDrop due to refactoring
2018-02-27 10:41:24 -05:00
Matt A. Tobin
6f93b00559
Restore toolkit/obsolete files and reinstate them to toolkit/content
2018-02-23 14:04:34 -05:00
wolfbeast
8896ca5c0a
Update various texts and references.
2018-02-21 23:31:24 +01:00
janekptacijarabaci
eddd0de2ae
[follow up] Bug 1325922 - Add arrows svg file and style month-year button for date picker
2018-02-14 16:10:55 +01:00
janekptacijarabaci
73c6f6b3de
Bug 1320225: [DateTimeInput] Integration of input type=date input box with picker (part 2)
2018-02-14 14:45:58 +01:00
janekptacijarabaci
8a15fd8d24
Bug 1286182: Implement the layout for <input type=date>
2018-02-14 14:41:19 +01:00
janekptacijarabaci
34125a031e
Bug 1314544: [DateTimeInput] browser keyboard shortcut does not work when focus is on input box
2018-02-14 14:10:13 +01:00
janekptacijarabaci
631b690ac3
Bug 1320225: [DateTimeInput] Integration of input type=date input box with picker (part 1)
2018-02-14 14:03:55 +01:00
janekptacijarabaci
c87dbe6922
Bug 1325922: [DateTimePicker] Add arrows svg file and style month-year button for date picker
2018-02-14 13:38:47 +01:00
janekptacijarabaci
260e399a1f
Bug 1323109: [DateTimePicker] Date time picker popup does not open near input box
2018-02-14 13:24:40 +01:00
janekptacijarabaci
8fd370c9f3
Bug 1283385: Implement UI for <input type="date">
2018-02-14 12:32:46 +01:00
janekptacijarabaci
0f99df52d5
Exclude Update stuff from about:support if the updater isn't built.
2018-02-12 15:28:44 +01:00