summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | Merge branch 'html_input_datetime_1'wolfbeast2018-04-15-699/+5095
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | moebius#72: Fix Marionette's DateTimeValue when dom.forms.datetime is enabledjanekptacijarabaci2018-03-31-0/+54
| | | | | | |
| | * | | | | 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-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 1363672 - Add step support to date picker (follow up)janekptacijarabaci2018-03-30-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 1374967: https://bugzilla.mozilla.org/show_bug.cgi?id=1374967 (partially - implement getStep/getStepBase)
| | * | | | | 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 1364026 - (Part 1) Expose HTMLInputElement.getMinimum/getMaximum methods ↵janekptacijarabaci2018-03-30-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | via webidl
| | * | | | | Bug 1363672 - Add step support to date pickerjanekptacijarabaci2018-03-30-18/+64
| | | | | | |
| | * | | | | Bug 1310080 - Implement the step attribute for <input type=datetime-local>janekptacijarabaci2018-03-30-61/+251
| | | | | | |
| | * | | | | Bug 1310078 - Implement valueAsNumber and valueAsDate for <input ↵janekptacijarabaci2018-03-30-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | type=datetime-local> (follow up)
| | * | | | | Bug 1310079 - Implement the min and max attribute for <input ↵janekptacijarabaci2018-03-30-112/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | type=datetime-local>
| | * | | | | Bug 1310078 - Implement valueAsNumber and valueAsDate for <input ↵janekptacijarabaci2018-03-30-26/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | | | type=datetime-local>
| | * | | | | Bug 1287677 - Add mozIntl.getDisplayNames APIjanekptacijarabaci2018-03-30-0/+718
| | | | | | |
| | * | | | | moebius#92: HTML - input - datetimejanekptacijarabaci2018-03-30-248/+1267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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-830902/+71207
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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 1341190: Date picker panel and email input validation popup close ↵janekptacijarabaci2018-02-14-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | immediately after opening
| | * | | | | | Bug 1320225: [DateTimeInput] Integration of input type=date input box with ↵janekptacijarabaci2018-02-14-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | picker (part 2)
| | * | | | | | Bug 1286182: Implement the layout for <input type=date>janekptacijarabaci2018-02-14-141/+846
| | | | | | | |
| | * | | | | | 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
* | | | | | | | [PALEMOON] Remove unused Task.jsm in openLocation.jsjanekptacijarabaci2018-04-17-1/+0
| | | | | | | |
* | | | | | | | [PALEMOON] Fix conflict in openLocation.jsjanekptacijarabaci2018-04-17-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/UXP/commit/931950a880b3550490422b1855c509be10586858#diff-2f4cb31954d5857012f1452698b9bfce
* | | | | | | | Fix flags for "loadURIWithFlags" in openLocation.jsjanekptacijarabaci2018-04-15-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #121
* | | | | | | | Maybe fix openLocation.js (to Promise)janekptacijarabaci2018-04-15-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #121
* | | | | | | | Bug 92737 - Part 10: Use browserDragAndDrop.dropLinks in urlbarBindings.xmljanekptacijarabaci2018-04-15-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #121
* | | | | | | | Bug 92737 - Part 9: Download multiple files when multiple items are dropped ↵janekptacijarabaci2018-04-15-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Downloads view in Library Window Issue #121
* | | | | | | | Bug 92737 - Part 8: Download multiple files when multiple items are dropped ↵janekptacijarabaci2018-04-15-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on Downloads button Issue #121
* | | | | | | | Bug 92737 - Part 7: Open multiple windows when multiple items are dropped on ↵janekptacijarabaci2018-04-15-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Window button Issue #121
* | | | | | | | Bug 92737 - Part 6: Open multiple tabs when multiple items are dropped on ↵janekptacijarabaci2018-04-15-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New Tab button Issue #121
* | | | | | | | Bug 92737 - Part 5: Set multiple homepage when multiple items are dropped on ↵janekptacijarabaci2018-04-15-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Home button Issue #121
* | | | | | | | Bug 92737 - Part 4: Open multiple tabs when multiple items are dropped on tabjanekptacijarabaci2018-04-15-25/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Follow up: Bug 92737 - Part 3: Open multiple tabs when multiple items are dropped on remote content area - browser.js: "usercontextid" (default: 0)
* | | | | | | | Bug 92737 - Part 2: Open multiple tabs when multiple items are dropped on ↵janekptacijarabaci2018-04-15-12/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | non-remote content area browser.js: // handleDroppedLink has the following 2 overloads: // handleDroppedLink(event, url, name) // handleDroppedLink(event, links) function handleDroppedLink(event, urlOrLinks, name) { let links; if (Array.isArray(urlOrLinks)) { links = urlOrLinks; } else { links = [{ url: urlOrLinks, name, type: "" }]; } ...it is in the previous commit.
* | | | | | | | Bug 1100294 - Turn getShortcutOrURIAndPostData() into a task that uses the ↵janekptacijarabaci2018-04-15-72/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new keywords API Issue #121
* | | | | | | | Bug 1100291 - Make getShortcutOrURIAndPostData() async by calling the passed ↵janekptacijarabaci2018-04-15-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | callback off a zero timeout Issue #112
* | | | | | | | Bug 989984 - getShortcutOrURIAndPostData should have a synchronous callback ↵janekptacijarabaci2018-04-15-135/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | behavior Issue #112