Matt A. Tobin
|
47db6b4b5e
|
Follow up to Issue #1578 - Preprocess the popup binding
|
2020-06-09 10:42:36 -04:00 |
|
Lootyhoof
|
d18faf8193
|
Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK
|
2020-06-09 13:41:53 +01:00 |
|
Ascrod
|
8757548a3e
|
Issue #991 Part 8: Toolkit everything else
|
2019-04-13 11:37:45 -04:00 |
|
wolfbeast
|
083d322b74
|
Remove e10s code from browser widget.
In case there are still callers to it (likely from the FE),
`isRemoteBrowser` is stubbed to always return false for now.
Tag #953.
|
2019-03-06 13:47:30 +01:00 |
|
wolfbeast
|
c1ece93c2b
|
Make the Auth prompt DOS protection a browser-element opt-in feature.
|
2019-03-01 14:01:09 +01:00 |
|
wolfbeast
|
61a05da018
|
Fix reference to undefined property warnings in toolkit's browser.xml.
|
2018-10-21 00:05:05 +02:00 |
|
wolfbeast
|
7c9b62ee0a
|
Add findbar.termPerTab
Allow the pref to switch between global search term and per-tab search term
|
2018-09-09 15:41:15 +02:00 |
|
wolfbeast
|
f030cc6c05
|
Remove TelemetryStopwatch call sites from toolkit components.
Tag #21
|
2018-08-20 09:33:07 +02:00 |
|
janekptacijarabaci
|
6b0c2a089e
|
Bug 1331686 - Pass correct triggeringPrincipal for tabs openen through ctrl-click and open link in new tab
|
2018-05-01 00:15:28 +02:00 |
|
janekptacijarabaci
|
1cb62d2845
|
Fix typo in variables in datetimepopup.xml
Issue #162
|
2018-04-30 09:02:11 +02:00 |
|
janekptacijarabaci
|
765fc0b0e2
|
[fix typo] palemoon#903 and #975: Customizable toolbars - persist the 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
|
2018-04-24 11:57:59 +02:00 |
|
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 |
|
Matt A. Tobin
|
4f82d4067a
|
Restyle the findbar
|
2018-04-13 12:49:13 -04: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
|
0a2b11d181
|
Bug 1397114 - Disable smooth scrolling when value changes come from input box
|
2018-03-31 07:05:58 +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
|
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
|
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
|
15e4dcdedd
|
Editable menulist loosing editable attribute gets focus stuck
Bug(s):
https://bugzilla.mozilla.org/show_bug.cgi?id=1142224
(native in moebius)
|
2018-02-04 23:17:10 +01:00 |
|
Matt A. Tobin
|
5f8de423f1
|
Add m-esr52 at 52.6.0
|
2018-02-02 04:16:08 -05:00 |
|