summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bug 1344642 - Part 1: Cleanup dom.forms.datepicker related codejanekptacijarabaci2018-04-15-543/+16
|
* Merge pull request #159 from JustOff/PR_remove_places_protocolNew Tobin Paradigm2018-04-15-55/+0
|\ | | | | Remove dead Places protocol handler in Pale Moon
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXP and ↵JustOff2018-04-14-661/+102
| |\ | | | | | | | | | resolve conflicts
| * | Remove dead Places protocol handler in Pale MoonJustOff2018-04-14-57/+0
| | |
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-04-15-760/+392
|\ \ \
| * \ \ Merge pull request #169 from janekptacijarabaci/csp_frame-ancestors_1New Tobin Paradigm2018-04-14-8/+74
| |\ \ \ | | | | | | | | | | moebius#159: CSP - support for "frame-ancestors" in "Content-Security-Policy-Report-Only"
| | * | | moebius#159: CSP - support for "frame-ancestors" in ↵janekptacijarabaci2018-04-14-8/+74
| | |/ / | | | | | | | | | | | | | | | | | | | | "Content-Security-Policy-Report-Only" https://github.com/MoonchildProductions/moebius/pull/159
| * | | Merge pull request #167 from janekptacijarabaci/fetch_headers_1New Tobin Paradigm2018-04-14-27/+86
| |\ \ \ | | | | | | | | | | moebius#140: Fix: Fetch - headers should sort and combine
| | * | | moebius#140: Fix: Fetch - headers should sort and combinejanekptacijarabaci2018-04-14-27/+86
| | |/ / | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/140
| * | | Merge pull request #166 from janekptacijarabaci/html_input_maxlength_1New Tobin Paradigm2018-04-14-18/+114
| |\ \ \ | | | | | | | | | | moebius#53: HTML - input - support for dynamic maxlength
| | * | | moebius#53: HTML - input - support for dynamic maxlengthjanekptacijarabaci2018-04-14-18/+114
| | |/ / | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/53
| * | | [PALEMOON] Fix gtk conditional in shared brandingMatt A. Tobin2018-04-14-1/+1
| | | |
| * | | Merge pull request #165 from JustOff/PR_SessionStore_nsICookieManager2_addNew Tobin Paradigm2018-04-14-1/+1
| |\ \ \ | | | | | | | | | | Align SessionStore.jsm with the updated nsICookieManager2.add() API
| | * | | Align SessionStore.jsm with the updated nsICookieManager2.add() APIJustOff2018-04-14-1/+1
| |/ / /
| * | | [PALEMOON] Move linux icons to moz.buildMatt A. Tobin2018-04-14-8/+6
| | | |
| * | | [PALEMOON] Linux gets emojis tooMatt A. Tobin2018-04-14-1/+1
| | | |
| * | | [PALEMOON] Theme chrome.manifest only needs to be packaged on Windows as far ↵Matt A. Tobin2018-04-14-0/+2
| | | | | | | | | | | | | | | | as anyone can tell
| * | | Merge pull request #164 from JustOff/PR_nsContextMenu_unreachable_codeMoonchild2018-04-14-3/+2
| |\ \ \ | | | | | | | | | | Suppress false-positive warning about unreachable code after return in nsContextMenu.js
| | * | | Suppress false-positive warning about unreachable code after return in ↵JustOff2018-04-14-3/+2
| | | |/ | | |/| | | | | | | | | nsContextMenu.js
| * / | [PALEMOON] Fix depthMatt A. Tobin2018-04-14-34/+4
| |/ /
| * | Bump Phoenix extensions to allow installing up to Firefox 56.9Matt A. Tobin2018-04-14-1/+1
| | |
| * | [PALEMOON] Add MOZ_PHOENIX_EXTENSIONS to application specific configureMatt A. Tobin2018-04-14-2/+2
| | |
| * | Merge pull request #163 from JustOff/PR_SessionStore_getCookiesFromHostNew Tobin Paradigm2018-04-14-1/+1
| |\ \ | | | | | | | | Align SessionStore.jsm with the updated getCookiesFromHost() API
| | * | Align SessionStore.jsm with the updated getCookiesFromHost() APIJustOff2018-04-14-1/+1
| | |/
| * | Add a hack to deal with defs.mk not always being picked up in Pale Moon's caseMatt A. Tobin2018-04-14-0/+6
| | |
| * | [PALEMOON] Revise packagingMatt A. Tobin2018-04-14-553/+76
| | |
| * | Do not make duplicates fatal while packagingMatt A. Tobin2018-04-14-102/+15
| | |
* | | 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
| | |