Evgenia Kotovich
0d0980ee0d
Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D128482
2021-10-18 09:26:33 +00:00
Noemi Erli
2bba3cec69
Backed out changeset 2ab6bb03dcc1 (bug 1576768) for causing failures in test_double_submit.html CLOSED TREE
2021-10-18 02:05:57 +03:00
Evgenia Kotovich
3e3dff109c
Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D128482
2021-10-17 14:59:14 +00:00
Emilio Cobos Álvarez
c4b7109fac
Bug 1736038 - Remove -moz-toolbar-prefers-color-scheme. r=dao
...
By making prefers-color-scheme return the ColorSchemeForChrome(), which
accounts for the Firefox theme.
Differential Revision: https://phabricator.services.mozilla.com/D128611
2021-10-15 16:53:08 +00:00
Alexandru Michis
dac6815201
Backed out changeset 7c08aa027893 (bug 1576768) for causing multiple failures.
...
CLOSED TREE
2021-10-15 16:52:43 +03:00
Evgenia Kotovich
a8b32926fa
Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D128482
2021-10-15 12:58:11 +00:00
Dão Gottwald
c1126d1f68
Bug 1706534 - Fix up popup notification link alignment and button focus rings, and clean up how we set the link color for dark themes. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D114475
2021-10-13 16:37:56 +00:00
Cristian Tuns
46ff225256
Backed out changeset 3132e2d5dc45 (bug 1706534) for causing mochitest failures on browser_creditCard_doorhanger.js. CLOSED TREE
2021-10-13 10:48:47 -04:00
Dão Gottwald
5e3dbb91d5
Bug 1706534 - Fix up popup notification link alignment and button focus rings, and clean up how we set the link color for dark themes. r=harry
...
Differential Revision: https://phabricator.services.mozilla.com/D114475
2021-10-13 12:39:06 +00:00
Itiel
ccf6a41596
Bug 1730367 - Consolidate about:support and about:profiles top section r=desktop-theme-reviewers,harry
...
Differential Revision: https://phabricator.services.mozilla.com/D125333
2021-10-12 21:40:24 +00:00
Geoff Brown
7e36862b61
Bug 1724296 - Remove many skip-if(verify) test annotations (mochitest pt 2); r=jmaher
...
This completes the review of skip-if(verify) in mochitest.ini.
Differential Revision: https://phabricator.services.mozilla.com/D127992
2021-10-09 16:07:32 +00:00
Avinash
a078f6adad
Bug 1698349 - Changed the .small selectors to .small-button and since there were no uses of medium found that selector was removed . r=mhowell,mtigley,Itiel
...
Differential Revision: https://phabricator.services.mozilla.com/D125341
2021-10-06 18:18:04 +00:00
Gijs Kruitbosch
637a0f2c3f
Bug 1733111 - fix session restore infobar icon appearance in HCM, r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D126923
2021-09-29 15:28:32 +00:00
James Teh
e85d14a8ef
Bug 1730175: Set aria-valuetext to "" on numeric datetime fields when the input is cleared. r=emilio,eeejay
...
Before this patch, we didn't set aria-valuetext when the value was initially empty, nor did we clear it after a value was set and subsequently cleared.
This resulted in incorrect numeric values being reported to users.
Now, we set aria-valuetext to "" in either of these cases.
Differential Revision: https://phabricator.services.mozilla.com/D125366
2021-09-29 06:30:06 +00:00
Sandor Molnar
9b742bfa2d
Backed out changeset c8bcdcdc5fd7 (bug 1730175) for causing mochitest failures in test_datetime. CLOSED TREE
2021-09-29 06:37:56 +03:00
James Teh
e414139808
Bug 1730175: Set aria-valuetext to "" on numeric datetime fields when the input is cleared. r=emilio,eeejay
...
Before this patch, we didn't set aria-valuetext when the value was initially empty, nor did we clear it after a value was set and subsequently cleared.
This resulted in incorrect numeric values being reported to users.
Now, we set aria-valuetext to "" in either of these cases.
Differential Revision: https://phabricator.services.mozilla.com/D125366
2021-09-29 02:48:15 +00:00
Sam Foster
45ea2935f8
Bug 1724960 - Add a one-time infobar to explain session restore. r=Gijs,fluent-reviewers
...
* Add a new browser.startup.couldRestoreSession.count which counts up (max 2) each time we *could* restore a session
* Show the new infobar notification when that count reaches 1 (i.e. skip it on the first startup after update)
* New strings for the notification - including an inline icon image for the ☰
* The notification's button opens the app menu.
* Allow Opt-out with a pref value of -1, and opt-out the testing user by default so our perf tests don't trip on it.
Differential Revision: https://phabricator.services.mozilla.com/D125904
2021-09-27 19:27:02 +00:00
Sandor Molnar
a6fd1760f5
Backed out changeset 563ff2a2a021 (bug 1724960) for causing talos failures. CLOSED TREE
2021-09-24 06:52:13 +03:00
Sam Foster
d084a1afae
Bug 1724960 - Add a one-time infobar to explain session restore. r=Gijs,fluent-reviewers
...
* Add a new browser.startup.couldRestoreSession.count which counts up (max 2) each time we *could* restore a session
* Show the new infobar notification when that count reaches 1 (i.e. skip it on the first startup after update)
* New strings for the notification - including an inline icon image for the ☰
* The notification's button opens the app menu.
Differential Revision: https://phabricator.services.mozilla.com/D125904
2021-09-23 23:19:41 +00:00
Gijs Kruitbosch
73d64dd98b
Bug 1726621 - ensure form validation popup always hides on tabswitches, navigations, etc., r=NeilDeakin
...
Differential Revision: https://phabricator.services.mozilla.com/D124268
2021-09-22 10:12:24 +00:00
Butkovits Atila
d5be1941f3
Backed out changeset 724917f8288f (bug 1726621) for causing failures at browser_doorhanger_remembering.js. CLOSED TREE
2021-09-21 01:37:49 +03:00
Gijs Kruitbosch
55ef0cdf8b
Bug 1726621 - ensure form validation popup always hides on tabswitches, navigations, etc., r=NeilDeakin
...
Differential Revision: https://phabricator.services.mozilla.com/D124268
2021-09-20 19:46:23 +00:00
Sean Feng
c01f1a8018
Bug 1729342 - Use delegatesFocus for <input type=date/time/datetime-local> widget r=emilio
...
Currently datetimebox uses some hardcoded logic to find the edit
field inside the shadow tree and focus it.
Since we have delegatesFocus implemented, we could just use it without
these logic.
Differential Revision: https://phabricator.services.mozilla.com/D125440
2021-09-20 18:33:41 +00:00
Emilio Cobos Álvarez
0873ed43bc
Bug 1596184 - Get rid of nsStackFrame. r=layout-reviewers,mats
...
There are no legacy-stack uses anymore.
Differential Revision: https://phabricator.services.mozilla.com/D126077
2021-09-20 12:05:32 +00:00
Neil Deakin
9fc3821798
Bug 1690390, add a flag to limit telemetry collection for notification bars to just selected changes as we only want to measure shown state for the subframe crash one, r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D125735
2021-09-17 09:05:00 +00:00
Neil Deakin
d3c5d06270
Bug 1690390, add ability to perform telemetry when a notification bar is shown, a button is pressed, or is dismissed. Use this for the subframe crash notification bar which currently does this a different way, r=mstriemer,chutten
...
Differential Revision: https://phabricator.services.mozilla.com/D107756
2021-09-17 09:04:59 +00:00
Neil Deakin
a62618baa7
Bug 1690390, change appendNotification to take a smaller number of arguments: the string type value, a dictionary containing the notification details, and the button list, r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D107755
2021-09-17 09:04:59 +00:00
Narcis Beleuzu
72152613c6
Backed out 3 changesets (bug 1690390) for mochitest failures on test_notificationbox.xhtml . CLOSED TREE
...
Backed out changeset e6404b7424cd (bug 1690390)
Backed out changeset a161177099af (bug 1690390)
Backed out changeset cc7e02d3d418 (bug 1690390)
2021-09-16 23:41:21 +03:00
Neil Deakin
329382d999
Bug 1690390, add a flag to limit telemetry collection for notification bars to just selected changes as we only want to measure shown state for the subframe crash one, r=mstriemer
...
Depends on D107756
Differential Revision: https://phabricator.services.mozilla.com/D125735
2021-09-16 19:11:18 +00:00
Neil Deakin
f26a058361
Bug 1690390, add ability to perform telemetry when a notification bar is shown, a button is pressed, or is dismissed. Use this for the subframe crash notification bar which currently does this a different way, r=mstriemer,chutten
...
Differential Revision: https://phabricator.services.mozilla.com/D107756
2021-09-16 19:11:17 +00:00
Neil Deakin
82501df9f7
Bug 1690390, change appendNotification to take a smaller number of arguments: the string type value, a dictionary containing the notification details, and the button list, r=mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D107755
2021-09-16 19:11:17 +00:00
André Bargull
1d8f2c8af6
Bug 1639515 - Part 5: Rewrite mozIntl.getDisplayNames to work in terms of mozIntl.DisplayNames. r=platform-i18n-reviewers,gregtatum,webidl,emilio
...
Rewrite `mozIntl.getDisplayNames` to use `mozIntl.DisplayNames`, so we can use
it for `intlUtils.getDisplayNames`, which doesn't have direct access to
`mozIntl.DisplayNames`.
This change will allow to remove `getDisplayNames` from SpiderMonkey in a later
patch in this stack.
Differential Revision: https://phabricator.services.mozilla.com/D76117
2021-09-14 09:20:33 +00:00
criss
59cdd2a63e
Backed out 6 changesets (bug 1639515) for causing failures on test_intlUtils_getDisplayNames.html. CLOSED TREE
...
Backed out changeset eaff696ed6a6 (bug 1639515)
Backed out changeset 6d361f92b27e (bug 1639515)
Backed out changeset 6919213b03f7 (bug 1639515)
Backed out changeset 5a08d3b17fa7 (bug 1639515)
Backed out changeset 3681111b7ed3 (bug 1639515)
Backed out changeset 970826244d07 (bug 1639515)
2021-09-14 10:45:35 +03:00
André Bargull
1609d3964f
Bug 1639515 - Part 5: Rewrite mozIntl.getDisplayNames to work in terms of mozIntl.DisplayNames. r=platform-i18n-reviewers,gregtatum,webidl,emilio
...
Rewrite `mozIntl.getDisplayNames` to use `mozIntl.DisplayNames`, so we can use
it for `intlUtils.getDisplayNames`, which doesn't have direct access to
`mozIntl.DisplayNames`.
This change will allow to remove `getDisplayNames` from SpiderMonkey in a later
patch in this stack.
Differential Revision: https://phabricator.services.mozilla.com/D76117
2021-09-14 06:52:33 +00:00
Itiel
ac78513f3e
Bug 1624311 - Don't span "Learn more" text across the whole row in notification popups r=desktop-theme-reviewers,dao
...
Differential Revision: https://phabricator.services.mozilla.com/D125111
2021-09-12 17:04:18 +00:00
Niklas Baumgardner
42f48852ca
Bug 1534799 - Convert &searchTextBox.clear.label; to fluent. r=emalysz,fluent-reviewers,flod,dao,morgan
...
Differential Revision: https://phabricator.services.mozilla.com/D123640
2021-09-10 14:52:55 +00:00
Ben Hearsum
4ca3a60f1d
Bug 1714200: annotate tests that fail in regular suites but pass when run in isolation. r=jmaher DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D124907
2021-09-08 18:14:00 +00:00
Csoregi Natalia
7b751b9325
Backed out changeset f42e32addd89 (bug 1534799) for causing failures on test_txtctrl.xhtml. CLOSED TREE
2021-09-08 18:48:58 +03:00
Niklas Baumgardner
4b352f588f
Bug 1534799 - Convert &searchTextBox.clear.label; to fluent. r=emalysz,fluent-reviewers,flod,dao,morgan
...
Differential Revision: https://phabricator.services.mozilla.com/D123640
2021-09-08 14:56:59 +00:00
Ruben Calvo
fc77d39368
Bug 1728366 - force date picker years to be in a valid range. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D124125
2021-09-03 18:08:05 +00:00
Dão Gottwald
f97f02f5a8
Bug 1728368 - Simplify findbar overflow behavior. r=emalysz
...
Differential Revision: https://phabricator.services.mozilla.com/D124086
2021-09-01 02:43:24 +00:00
Nico Grunbaum
241dad1c2f
Bug 1727083 - stop about:webrtc from flickering;r=jib
...
Differential Revision: https://phabricator.services.mozilla.com/D123586
2021-08-25 22:01:13 +00:00
Andrew Osmond
aa22206ca2
Bug 1727603 - Remove gfxVars::UseOMTP. r=jrmuizel
...
Differential Revision: https://phabricator.services.mozilla.com/D123676
2021-08-25 19:56:01 +00:00
Michelle Goossens
000c6168c2
Bug 1727507 - Migrate Windows 10 mochitest-chrome from AWS to Azure r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D123606
2021-08-25 14:41:15 +00:00
Niklas Baumgardner
99f9824eef
Bug 1635548 - Migrated browser-context.inc to Fluent. r=emalysz,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D123233
2021-08-24 19:48:32 +00:00
Emma Malysz
dcab5ce154
Bug 1724194: ensure close button is visible in findbar r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D123392
2021-08-23 22:17:32 +00:00
Csoregi Natalia
39a0f07a9d
Backed out changeset 4d19ea5594d2 (bug 1635548) for assertion failures on ErrorResult.h. CLOSED TREE
2021-08-23 22:26:31 +03:00
Niklas Baumgardner
78f3c52e0b
Bug 1635548 - Migrated browser-context.inc to Fluent. r=emalysz,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D123233
2021-08-23 18:46:11 +00:00
Sebastian Hengst
5d02b13c82
Bug 1724557 - skip test browser_media_wakelock.js again on Apple Silicon for intermittent failures. DONTBUILD
...
`skip` condition got removed in bug 1726309 but test is not as stable as
expected.
Differential Revision: https://phabricator.services.mozilla.com/D123347
2021-08-23 14:52:06 +00:00
Emilio Cobos Álvarez
5b454de3d5
Bug 1726546 - Let DateKeeper compare the minimum at the end of the day, rather than at the beginning. r=smaug
...
That way it does the right thing for datetime-local as well.
Differential Revision: https://phabricator.services.mozilla.com/D123263
2021-08-23 10:02:25 +00:00