summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Collapse)AuthorAgeLines
* Merge branch 'html_input_datetime_1'wolfbeast2018-04-15-324/+2749
|\ | | | | | | This is almost everything needed for #162.
| * moebius#110: HTML - input - datetime - Datepicker shows incorrect month for ↵janekptacijarabaci2018-03-31-4/+6
| | | | | | | | the first day of the month
| * Bug 1446342 - Input type="date" not working if the other form elements has ↵janekptacijarabaci2018-03-31-12/+22
| | | | | | | | name="document" (any alternative solution)
| * A nicer button for class="month-year::after"janekptacijarabaci2018-03-31-1/+0
| | | | | | | | | | A small replacement for: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768
| * Bug 1406859 - [DateTimePicker] Let the first picker close gracefully before ↵janekptacijarabaci2018-03-31-0/+9
| | | | | | | | opening a second picker
| * Bug 1397114 - Disable smooth scrolling when value changes come from input boxjanekptacijarabaci2018-03-31-19/+8
| |
| * Bug 1401876 - (Part 2) Add browser-chrome test for reopening pickerjanekptacijarabaci2018-03-31-1/+27
| |
| * Bug 1401876 - (Part 1) Close datetime picker on popuphiddenjanekptacijarabaci2018-03-31-1/+3
| |
| * Bug 1390794 - Use 'norolluponanchor' to avoid closing the picker when the ↵janekptacijarabaci2018-03-31-9/+0
| | | | | | | | anchored input box is clicked
| * Bug 1371111 - Open picker when input element's padding area is clickedjanekptacijarabaci2018-03-30-9/+14
| | | | | | | | | | | | | | | | + 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
| * Bug 1381421 - (Part 2) Add browser chrome tests for the minimum and maximum ↵janekptacijarabaci2018-03-30-0/+40
| | | | | | | | dates
| * Bug 1381421 - (Part 1) Handle dates earlier than 0001-01-01 and later than ↵janekptacijarabaci2018-03-30-62/+75
| | | | | | | | 275760-09-13 correctly
| * Bug 1382175 - Fix time picker step and min/max regressionsjanekptacijarabaci2018-03-30-26/+12
| |
| * Bug 1364026 - (Part 2) Check if min and max attributes on input type date ↵janekptacijarabaci2018-03-30-10/+13
| | | | | | | | are valid date strings
| * Bug 1363672 - Add step support to date pickerjanekptacijarabaci2018-03-30-18/+64
| |
| * Bug 1287677 - Add mozIntl.getDisplayNames APIjanekptacijarabaci2018-03-30-0/+41
| |
| * moebius#92: HTML - input - datetimejanekptacijarabaci2018-03-30-203/+791
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-30-1248/+5084
| |\ | | | | | | | | | html_input_datetime_1
| * | [follow up] Bug 1325922 - Add arrows svg file and style month-year button ↵janekptacijarabaci2018-02-14-1/+0
| | | | | | | | | | | | for date picker
| * | Bug 1320225: [DateTimeInput] Integration of input type=date input box with ↵janekptacijarabaci2018-02-14-6/+18
| | | | | | | | | | | | picker (part 2)
| * | Bug 1286182: Implement the layout for <input type=date>janekptacijarabaci2018-02-14-8/+424
| | |
| * | Bug 1314544: [DateTimeInput] browser keyboard shortcut does not work when ↵janekptacijarabaci2018-02-14-59/+151
| | | | | | | | | | | | focus is on input box
| * | Bug 1320225: [DateTimeInput] Integration of input type=date input box with ↵janekptacijarabaci2018-02-14-42/+113
| | | | | | | | | | | | picker (part 1)
| * | Bug 1325922: [DateTimePicker] Add arrows svg file and style month-year ↵janekptacijarabaci2018-02-14-20/+101
| | | | | | | | | | | | button for date picker
| * | Bug 1323109: [DateTimePicker] Date time picker popup does not open near ↵janekptacijarabaci2018-02-14-1/+16
| | | | | | | | | | | | input box
| * | Bug 1283385: Implement UI for <input type="date">janekptacijarabaci2018-02-14-16/+991
| | |
| * | Bug 1317600: [DateTimePicker] Spinner arrow buttons shouldn't depend on find ↵janekptacijarabaci2018-02-14-2/+16
| | | | | | | | | | | | bar resources
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-04-13-14/+27
|\ \ \
| * \ \ Merge pull request #150 from janekptacijarabaci/about_1New Tobin Paradigm2018-04-13-14/+27
| |\ \ \ | | | | | | | | | | moebius#173: Fix up "about:" page
| | * | | Style clean up in about.dtdjanekptacijarabaci2018-04-13-1/+1
| | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/issues/173
| | * | | moebius#173: Fix up "about:" pagejanekptacijarabaci2018-04-13-13/+26
| | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/issues/173
* | | | | Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.wolfbeast2018-04-13-5/+12
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - `--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.
* / / / moebius#255: [minor fix] toolkit/themes/linux/global/jar.mn - style clean up ↵janekptacijarabaci2018-04-13-3/+3
|/ / / | | | | | | | | | | | | | | | (the columns alignment) https://github.com/MoonchildProductions/moebius/pull/255
* | | Restyle the findbarMatt A. Tobin2018-04-13-361/+270
| | |
* | | Merge pull request #129 from ↵New Tobin Paradigm2018-04-13-2/+16
|\ \ \ | | | | | | | | | | | | | | | | janekptacijarabaci/_native_52ESR_xulWidgets_menulist_editable_1 Editable menulist loosing editable attribute gets focus stuck (menulist.xml)
| * | | Editable menulist loosing editable attribute gets focus stuckjanekptacijarabaci2018-02-04-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1142224 (native in moebius)
* | | | Merge pull request #135 from janekptacijarabaci/aboutSupport_improvements_1New Tobin Paradigm2018-04-13-13/+32
|\ \ \ \ | | | | | | | | | | moebius#57: about:support - "Copy text to clipboard": "Places Database" - "Verify" (results)
| * | | | moebius#57: about:support - improvements (Copy text to clipboard)janekptacijarabaci2018-04-12-13/+32
| | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/57
* | | | | Merge pull request #132 from janekptacijarabaci/notifications_settings_1New Tobin Paradigm2018-04-12-3/+8
|\ \ \ \ \ | | | | | | | | | | | | moebius#154: Notifications - user settings - the immediate duration of the alert
| * | | | | moebius#154: Notifications - user settings - the immediate duration of the alertjanekptacijarabaci2018-04-12-3/+8
| |/ / / / | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/154
* | | | | Merge pull request #128 from janekptacijarabaci/pm_icons_2_followUp_basiliskNew Tobin Paradigm2018-04-12-1/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove an unused (web)extensions icon in jar.mn
| * | | | | Remove an unused (web)extensions iconjanekptacijarabaci2018-04-12-1/+0
| |/ / / / | | | | | | | | | | | | | | | Follow up: #122
* | | | | Password Mananger has migration capabilities for only BasiliskMatt A. Tobin2018-04-12-2/+4
| | | | |
* | | | | Revert "Restore Dict.jsm"Matt A. Tobin2018-04-12-286/+0
| | | | |
* | | | | Fix loops in Dict.jsmMatt A. Tobin2018-04-12-9/+45
| | | | | | | | | | | | | | | | | | | | SyntaxError: missing ] after element list
* | | | | Restore Dict.jsmMatt A. Tobin2018-04-12-0/+250
| | | | |
* | | | | Add missing l10n stringMatt A. Tobin2018-04-12-0/+1
|/ / / /
* | | | Merge pull request #124 from janekptacijarabaci/pm_about-plugins_1New Tobin Paradigm2018-04-12-3/+2
|\ \ \ \ | | | | | | | | | | about:plugins - fix "addMessageListener is not a function" (e10s off - revert bug 1068087 - partially)
| * | | | [PALEMOON] about:plugins - fix "addMessageListener is not a function" (e10s ↵janekptacijarabaci2018-04-12-3/+2
| | | | | | | | | | | | | | | | | | | | off - revert bug 1068087 - partially)
* | | | | Merge pull request #125 from janekptacijarabaci/pm_loginManager_1New Tobin Paradigm2018-04-12-1/+28
|\ \ \ \ \ | | | | | | | | | | | | [PALEMOON] Fix Login Manager (Prompter) - basic