Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #991 Part 8: Toolkit everything else | Ascrod | 2019-04-13 | -46/+12 |
| | ||||
* | Remove e10s code from browser widget. | wolfbeast | 2019-03-06 | -71/+15 |
| | | | | | | | In case there are still callers to it (likely from the FE), `isRemoteBrowser` is stubbed to always return false for now. Tag #953. | |||
* | Make the Auth prompt DOS protection a browser-element opt-in feature. | wolfbeast | 2019-03-01 | -0/+4 |
| | ||||
* | Fix reference to undefined property warnings in toolkit's browser.xml. | wolfbeast | 2018-10-21 | -4/+5 |
| | ||||
* | Add findbar.termPerTab | wolfbeast | 2018-09-09 | -1/+4 |
| | | | | Allow the pref to switch between global search term and per-tab search term | |||
* | Remove TelemetryStopwatch call sites from toolkit components. | wolfbeast | 2018-08-20 | -22/+0 |
| | | | | Tag #21 | |||
* | Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ↵ | janekptacijarabaci | 2018-05-01 | -1/+5 |
| | | | | ctrl-click and open link in new tab | |||
* | Fix typo in variables in datetimepopup.xml | janekptacijarabaci | 2018-04-30 | -2/+2 |
| | | | | Issue #162 | |||
* | [fix typo] palemoon#903 and #975: Customizable toolbars - persist the ↵ | janekptacijarabaci | 2018-04-24 | -1/+1 |
| | | | | | | | | attribute "collapsed" (backward compatible) https://github.com/MoonchildProductions/Pale-Moon/pull/903 https://github.com/MoonchildProductions/Pale-Moon/pull/975 https://github.com/MoonchildProductions/UXP/issues/242 | |||
* | [PALEMOON] Customizable toolbars - added a comment | janekptacijarabaci | 2018-04-16 | -1/+2 |
| | ||||
* | palemoon#975: Customizable toolbars - backward compatible (but unidirectional) | janekptacijarabaci | 2018-04-15 | -9/+39 |
| | ||||
* | palemoon#903: Customizable toolbars - persist the attribute "collapsed" | janekptacijarabaci | 2018-04-15 | -4/+14 |
| | | | | https://github.com/MoonchildProductions/Pale-Moon/pull/903 | |||
* | Merge branch 'html_input_datetime_1' | wolfbeast | 2018-04-15 | -151/+1801 |
|\ | | | | | | | This is almost everything needed for #162. | |||
| * | moebius#110: HTML - input - datetime - Datepicker shows incorrect month for ↵ | janekptacijarabaci | 2018-03-31 | -4/+6 |
| | | | | | | | | the first day of the month | |||
| * | Bug 1446342 - Input type="date" not working if the other form elements has ↵ | janekptacijarabaci | 2018-03-31 | -12/+22 |
| | | | | | | | | name="document" (any alternative solution) | |||
| * | Bug 1397114 - Disable smooth scrolling when value changes come from input box | janekptacijarabaci | 2018-03-31 | -19/+8 |
| | | ||||
| * | Bug 1401876 - (Part 1) Close datetime picker on popuphidden | janekptacijarabaci | 2018-03-31 | -1/+1 |
| | | ||||
| * | Bug 1390794 - Use 'norolluponanchor' to avoid closing the picker when the ↵ | janekptacijarabaci | 2018-03-31 | -9/+0 |
| | | | | | | | | anchored input box is clicked | |||
| * | Bug 1371111 - Open picker when input element's padding area is clicked | janekptacijarabaci | 2018-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 1) Handle dates earlier than 0001-01-01 and later than ↵ | janekptacijarabaci | 2018-03-30 | -62/+75 |
| | | | | | | | | 275760-09-13 correctly | |||
| * | Bug 1382175 - Fix time picker step and min/max regressions | janekptacijarabaci | 2018-03-30 | -26/+12 |
| | | ||||
| * | Bug 1364026 - (Part 2) Check if min and max attributes on input type date ↵ | janekptacijarabaci | 2018-03-30 | -8/+11 |
| | | | | | | | | are valid date strings | |||
| * | Bug 1363672 - Add step support to date picker | janekptacijarabaci | 2018-03-30 | -13/+55 |
| | | ||||
| * | moebius#92: HTML - input - datetime | janekptacijarabaci | 2018-03-30 | -172/+392 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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 | |||
| * | Bug 1320225: [DateTimeInput] Integration of input type=date input box with ↵ | janekptacijarabaci | 2018-02-14 | -2/+16 |
| | | | | | | | | picker (part 2) | |||
| * | Bug 1286182: Implement the layout for <input type=date> | janekptacijarabaci | 2018-02-14 | -1/+419 |
| | | ||||
| * | Bug 1314544: [DateTimeInput] browser keyboard shortcut does not work when ↵ | janekptacijarabaci | 2018-02-14 | -59/+151 |
| | | | | | | | | focus is on input box | |||
| * | Bug 1320225: [DateTimeInput] Integration of input type=date input box with ↵ | janekptacijarabaci | 2018-02-14 | -42/+113 |
| | | | | | | | | picker (part 1) | |||
| * | Bug 1325922: [DateTimePicker] Add arrows svg file and style month-year ↵ | janekptacijarabaci | 2018-02-14 | -8/+27 |
| | | | | | | | | button for date picker | |||
| * | Bug 1323109: [DateTimePicker] Date time picker popup does not open near ↵ | janekptacijarabaci | 2018-02-14 | -0/+3 |
| | | | | | | | | input box | |||
| * | Bug 1283385: Implement UI for <input type="date"> | janekptacijarabaci | 2018-02-14 | -8/+780 |
| | | ||||
* | | Restyle the findbar | Matt A. Tobin | 2018-04-13 | -27/+31 |
| | | ||||
* | | Editable menulist loosing editable attribute gets focus stuck | janekptacijarabaci | 2018-02-04 | -2/+16 |
|/ | | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1142224 (native in moebius) | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+26376 |