Граф коммитов

3466 Коммитов

Автор SHA1 Сообщение Дата
Ricky Stewart c0cea3b0fa Bug 1654103: Standardize on Black for Python code in `mozilla-central`. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.

To produce this patch I did all of the following:

1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.

2. Run ./mach lint --linter black --fix

3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.

4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.

5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-23 20:40:42 +00:00
Dorel Luca 1ff59cb7a3 Backed out changeset 7558c8821a07 (bug 1654103) for multiple failures. CLOSED TREE 2020-10-22 03:51:06 +03:00
Ricky Stewart 50762dacab Bug 1654103: Standardize on Black for Python code in `mozilla-central`. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.

To produce this patch I did all of the following:

1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.

2. Run ./mach lint --linter black --fix

3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.

4. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-21 21:27:27 +00:00
Masayuki Nakano 04027a5656 Bug 1607131 - Make `beforeinput` event for `MozEditableElement.setUserInput()` not cancelable by default r=smaug
Blink and WebKit do not fire `beforeinput` event when user uses build-in
password manager and autocomplete.  But the `inputType` value for this case,
`"insertReplacementText"` is defined as cancelable in the spec, and it's
actually cancelable when it's fired for correcting a word with built-in
spellchecker of them.

For making only our users' autocomplete and password manager not blocked by
web apps, we should make them not cancelable by default, but I think that we
should keep dispatching such non-cancelable `beforeinput` for conforming to
the standard unless we'd get a web-compat report for this.

Differential Revision: https://phabricator.services.mozilla.com/D93206
2020-10-20 00:13:43 +00:00
Kaizer Soze 5a9ad199cb Bug 1665820, r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D92589
2020-10-14 08:48:31 +00:00
Dennis Schubert 8058b36a11 Bug 1663967 - Ship v16.0.0 of webcompat system addon. r=ksenia,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D92795
2020-10-09 13:23:45 +00:00
Sylvestre Ledru cad53f4804 Bug 1588458 - Replace dxr links by searchfox in the code/test r=kats,sparky
Differential Revision: https://phabricator.services.mozilla.com/D92792
2020-10-08 14:02:40 +00:00
Noemi Erli d830360f15 Backed out changeset d4b7aea9a014 (bug 1663967) for causing failures in browser_permmgr_sync.js CLOSED TREE 2020-10-08 06:25:39 +03:00
Dennis Schubert c04e8879a7 Bug 1663967 - Ship v16.0.0 of webcompat system addon. r=ksenia,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D92795
2020-10-07 18:27:25 +00:00
Itiel 7d47788b17 Bug 1668884 - Replace -moz-Field/-moz-FieldText with Field/FieldText in browser/ r=dao
Differential Revision: https://phabricator.services.mozilla.com/D92334
2020-10-05 11:13:54 +00:00
Emma Malysz 9123f76464 Bug 1660651, create URL for screenshots image using the iframe's contentWindow r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D91641
2020-09-29 00:36:39 +00:00
Itiel f1e10a3df6 Bug 1666860 - Fix Screenshots' border resizer positions for RTL r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D91177
2020-09-23 22:33:56 +00:00
Itiel e28cf185f0 Bug 1631202 - Convert all uses of :-moz-any to :is in browser/ r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D90690
2020-09-21 19:35:35 +00:00
Dennis Schubert 35b8ac5397 Bug 1665129 - Add *.gruposantander.es to the Santander intervention. r=ksenia,webcompat-reviewers,twisniewski
Differential Revision: https://phabricator.services.mozilla.com/D90716
2020-09-18 15:52:57 +00:00
Csoregi Natalia efb70f9d5e Bug 1655600 - Disabled browser_creditCard_doorhanger.js on Win 10 ccov. r=intermittent-reviewers,jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D90034
2020-09-16 12:17:06 +00:00
Jim Mathies a7cd484171 Bug 1664620 - Fixup test failures when credit card autofill is disabled (second set of changes). r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D90187
2020-09-15 14:27:19 +00:00
Jim Mathies d8c63e4335 Bug 1664620 - Fixup test failures when credti card autofill is disabled. r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D90131
2020-09-14 17:27:26 +00:00
Thomas Wisniewski a403006cb0 Bug 1649244 - Import v15.0.0 webcompat addon sources. r=miketaylr,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D90113
2020-09-14 16:54:02 +00:00
James Teh 5bb136ae5a Bug 1664086: Use Fluent to set aria-label for credit card list options in preferences. r=zbraniecki,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D89696
2020-09-11 06:13:36 +00:00
Thomas Wisniewski b8d5dbfdb0 Bug 1662576 - add ability to disable picture-in-picture hotkeys on specific domains in webcompat addon, and disable PiP-seeking on Netflix; r=mconley,denschub,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D89942
2020-09-11 20:14:09 +00:00
James Teh f9ca83698f Bug 1662879 part 2: Expose the credit card type via aria-label for credit card autocomplete results. r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D89549
2020-09-11 05:50:25 +00:00
James Teh 743f8fb4d8 Bug 1662879 part 1: Expose the credit card type via aria-label in the credit card list in Preferences. r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D89548
2020-09-11 05:47:27 +00:00
Csoregi Natalia dfee6e2032 Backed out 2 changesets (bug 1662879) for multiple failures e.g. browser_manageCreditCardsDialog.js. CLOSED TREE
Backed out changeset 3952f1301e38 (bug 1662879)
Backed out changeset 5daec3a7ae6f (bug 1662879)
2020-09-10 10:59:01 +03:00
James Teh 7a1dc60a54 Bug 1662879 part 2: Expose the credit card type via aria-label for credit card autocomplete results. r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D89549
2020-09-10 02:41:27 +00:00
James Teh 009decd190 Bug 1662879 part 1: Expose the credit card type via aria-label in the credit card list in Preferences. r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D89548
2020-09-10 04:47:49 +00:00
James Teh 4e4a30b765 Bug 1662876: Use aria-labelledby on the credit card number field to avoid the value being included in the label. r=zbraniecki
Ideally, the error message would be outside of the wrapping label element, which would avoid inclusion of the value in the label.
However, I didn't want to potentially mess with the visual presentation, especially given the tight timeline.

Differential Revision: https://phabricator.services.mozilla.com/D89547
2020-09-09 23:51:50 +00:00
Sebastian Hengst ed7f491e95 Bug 1663559 - Disable browser/extensions/formautofill/test/unit/heuristics/* on Linux ccov. r=jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D89647
2020-09-09 18:45:32 +00:00
Thomas Wisniewski 7df1839378 Bug 1638426 - Add ability to disable webcompat picture-in-picture interventions, either globally or per-intervention; r=denschub,webcompat-reviewers,mconley
Differential Revision: https://phabricator.services.mozilla.com/D87182
2020-09-08 16:59:55 +00:00
pbz 2a72e0a43c Bug 1661030 - Refactor SubDialog and TabDialogBox to support passing multiple window arguments. r=Gijs,preferences-reviewers
This also updates the behavior of the allowDuplicates check:
Instead of only checking if the top dialog is a duplicate, it will now check the whole stack and
skip the dialog open if a duplicate URL is found.
This fixes an issue where callers could alternate between dialogs to bypass the check.

Differential Revision: https://phabricator.services.mozilla.com/D88422
2020-09-02 14:24:47 +00:00
Christoph Kerschbaumer a3ac9eee66 Bug 1654260: Package all formautofill css files and load them using the internal chrome: protocol. r=MattN,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D85023
2020-08-31 13:18:56 +00:00
Thomas Wisniewski a133ea6323 Bug 1660264 - remove code we no longer need from the report site issue extension; r=denschub,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D87786
2020-08-20 18:02:35 +00:00
Sonia Singla 5f5c9fd7f2 Bug 1659267 - Remove usages of -moz-user-select across the Firefox codebase. r=emilio,marionette-reviewers,geckoview-reviewers,preferences-reviewers,whimboo,agi
Differential Revision: https://phabricator.services.mozilla.com/D87499
2020-08-18 23:37:51 +00:00
Ksenia Berezina e75382e50b Bug 1649243 - Import v14.0.0 webcompat addon sources. r=webcompat-reviewers,denschub
Differential Revision: https://phabricator.services.mozilla.com/D87381
2020-08-18 13:17:51 +00:00
Kris Maglione 3af8c4138c Bug 1651519: Remove nsIDOMWindowUtils::currentInnerWindowID. r=nika,remote-protocol-reviewers,webcompat-reviewers,whimboo
It has some properties which make it footgunny, especially in the face of
Fission. Callers should use WindowGlobalChild.innerWindowId instead.

Differential Revision: https://phabricator.services.mozilla.com/D82801
2020-08-17 20:20:50 +00:00
Adam Roach [:abr] 83f79d86c3 Bug 1654388: Part 2: Record address and password usage r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D86126
2020-08-14 19:13:17 +00:00
Zibi Braniecki e8a33768dd Bug 1659186 - Limit `cc-form` detected telemetry to only valid cc sections. r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D87118
2020-08-14 23:08:53 +00:00
Razvan Maries 8df04ff073 Backed out changeset 558dce220fdd (bug 1654388) for perma failures on test_usage_prefs.html. CLOSED TREE 2020-08-11 07:57:38 +03:00
Adam Roach [:abr] 88771f23fe Bug 1654388: Part 2: Record address and password usage r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D86126
2020-08-10 23:02:15 +00:00
Adam Roach [:abr] dd3a8c6639 Bug 1658086: Part 2: Block `input` event delivery when autofill is filling fields r=zbraniecki
Depends on D86462

Differential Revision: https://phabricator.services.mozilla.com/D86463
2020-08-10 17:46:36 +00:00
Adam Roach [:abr] a7f1a58952 Bug 1658086: Part 1: Revert Bug 1604807 r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D86462
2020-08-08 11:55:45 +00:00
Zibi Braniecki eee439d62f Bug 1658027 - Separate visual interactions on Credit Card Autofill for A/B testing. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D86445
2020-08-08 19:25:31 +00:00
Butkovits Atila 796c05057e Backed out changeset 9825feb6a05e (bug 1658027) for failure at browser_creditCard_telemetry.js 2020-08-08 07:35:07 +03:00
Zibi Braniecki 59fb3f227d Bug 1658027 - Separate visual interactions on Credit Card Autofill for A/B testing. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D86445
2020-08-08 03:36:42 +00:00
Zibi Braniecki b144e9c01e Bug 1654648 - Fine tune field type duplication heuristics for section splitting. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D86277
2020-08-08 03:33:53 +00:00
Zibi Braniecki 63b45cbe27 Bug 1657909 - Improve calculation of fields telemetry for Credit Card Autofill. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D86410
2020-08-07 17:59:56 +00:00
Sebastian Hengst f75539b2ec Bug 1655601 - Disable browser_creditCard_doorhanger.js on macOS opt. r=jmaher DONTBUILD
The test switched from the 'shippable' to the 'opt' config in bug 1650208 and
fails on this new platform.

Differential Revision: https://phabricator.services.mozilla.com/D86311
2020-08-07 12:50:13 +00:00
Sebastian Hengst f8dcb53389 Bug 1614100 - Disable browser/extensions/formautofill/test/unit/heuristics/* on Linux ccov. r=jmaher DONTBUILD
They were failing almost permanently.

heuristics/third_party/<test> are being tracked in bug 1650904.

Differential Revision: https://phabricator.services.mozilla.com/D86330
2020-08-07 12:50:58 +00:00
Thomas Wisniewski 5b26ec0846 Bug 1656863 - ensure that about:compat and shims both get a chance to process messages; r=denschub,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D86096
2020-08-06 14:52:16 +00:00
Adam Roach [:abr] fc1ec50ce9 Bug 1656355: Move histogram counting to CreditCards r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D86129
2020-08-06 13:11:21 +00:00
Zibi Braniecki cf14df96e7 Bug 1656355 - Add a histogram indicating how many times each stored card has been filled. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D85794
2020-08-04 21:33:30 +00:00
Zibi Braniecki 36e7f4821b Bug 1656344 - Add a telemetry scalar on number of credit card forms sections detected/submitted in a session. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D85471
2020-08-04 21:33:30 +00:00
Zibi Braniecki 83f3629c3b Bug 1653672 - Record when a user changes a card type after the card type is prepopulated. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D85207
2020-08-04 21:33:07 +00:00
Zibi Braniecki b441e686f0 Bug 1352330 - Credit Card Telemetry for number of fields detected/autofilled/modified. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D85206
2020-08-04 21:32:37 +00:00
Zibi Braniecki cbea910374 Bug 990203 - Add profile count telemetry for Credit Card A/B testing. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D85095
2020-08-04 21:32:22 +00:00
Adam Roach [:abr] 24bf86bc78 Bug 1654388: Part 1: Track doorhanger interaction r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D85633
2020-08-03 23:30:49 +00:00
Geoff Brown 2d76cc9c6f Bug 1647187 - Update test browser_creditCard_doorhanger.js; r=MattN
Minor test change to keep browser_creditCard_doorhanger.js passing with Object.is
comparisons.

Differential Revision: https://phabricator.services.mozilla.com/D85402
2020-07-30 18:50:27 +00:00
Zibi Braniecki fbee9129e1 Bug 1656334 - Enable event collection for creditcard category of events. r=jmathies
Differential Revision: https://phabricator.services.mozilla.com/D85465
2020-07-30 20:47:02 +00:00
Bogdan Tara 7bb955b1ad Backed out 3 changesets (bug 1647187) for browser_resources_network_events.js failures CLOSED TREE
Backed out changeset 8aec19091f93 (bug 1647187)
Backed out changeset 61f435541932 (bug 1647187)
Backed out changeset 50edc5736947 (bug 1647187)
2020-07-30 21:46:17 +03:00
Geoff Brown 8ee92110f5 Bug 1647187 - Update test browser_creditCard_doorhanger.js; r=MattN
Minor test change to keep browser_creditCard_doorhanger.js passing with Object.is
comparisons.

Differential Revision: https://phabricator.services.mozilla.com/D85402
2020-07-30 17:17:52 +00:00
Thomas Wisniewski b5d0a86ee0 Bug 1637329 - add support for shimming resources blocking by tracking protection to webcompat built-in addon; r=dimi,robwu,webcompat-reviewers,denschub,miketaylr
Differential Revision: https://phabricator.services.mozilla.com/D77724
2020-07-28 23:54:58 +00:00
Cosmin Sabou 896ae5aad5 Backed out changeset 9808122e5ba5 (bug 1654260) for bc failures on browser_all_files_referenced.js. CLOSED TREE 2020-07-28 22:21:14 +03:00
Christoph Kerschbaumer 47dad98770 Bug 1654260: Package all formautofill css files and load them using the internal chrome: protocol. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D85023
2020-07-28 17:13:17 +00:00
Cosmin Sabou dfae9139fa Backed out changeset e49050b442ab (bug 1654260) for bc failures browser_all_files_referenced.js. CLOSED TREE 2020-07-28 20:10:37 +03:00
Christoph Kerschbaumer a23ccb8273 Bug 1654260: Package all formautofill css files and load them using the internal chrome: protocol. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D85023
2020-07-28 15:43:57 +00:00
Zibi Braniecki 11395cf9ff Bug 1654167 - Add preferences telemetry for Credit Card A/B testing. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D84293
2020-07-28 00:29:50 +00:00
Zibi Braniecki 48beff740e Bug 1653083 - Add doorhanger telemetry for Credit Card A/B testing. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D83723
2020-07-27 22:43:26 +00:00
Adam Roach [:abr] ab461dd2a4 Bug 1653162: Add telemetry reporting for autofill events. r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D83733
2020-07-27 17:33:41 +00:00
Noemi Erli 20a8201c14 Backed out changeset 4e38530aaba0 (bug 1653162) for causing failures in test_autofillFormFields.js CLOSED TREE 2020-07-25 00:57:53 +03:00
Adam Roach [:abr] bb0f28cfe0 Bug 1653162: Add telemetry reporting for autofill events. r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D83733
2020-07-24 20:53:11 +00:00
Mihai Alexandru Michis 862a49c505 Bug 1456284 - Disable browser_insecure_form.js on macos for causing permafailures. a=fix
CLOSED TREE
2020-07-24 01:32:57 +03:00
Jim Mathies 2cb953ef94 Bug 1626055 - Disable address autofill auto-saving until we deal with duplicate addresses. r=MattN
Tie address capture to a new temporary pref, and update some tests to enable it so the test keep running.

Differential Revision: https://phabricator.services.mozilla.com/D83961
2020-07-21 05:58:30 +00:00
Jim Mathies da9ed0a51f Bug 1425884 - Enable browser_creditCard_doorhanger.js. r=zbraniecki
Enable this credit card autofill test. Passing on all platforms.

Differential Revision: https://phabricator.services.mozilla.com/D83983
2020-07-17 17:54:14 +00:00
Jim Mathies e53e7cccd4 Bug 1456284 - Enable browser_insecure_form.js. r=zbraniecki
Credit autofill is now working better, and this test is passing on all platforms.

Differential Revision: https://phabricator.services.mozilla.com/D83986
2020-07-17 17:54:39 +00:00
Ksenia Berezina eab4e2c6da Bug 1654555 - Import v13.0.1 webcompat addon sources. r=webcompat-reviewers,miketaylr
Differential Revision: https://phabricator.services.mozilla.com/D84544
2020-07-22 16:33:52 +00:00
Dorel Luca 990d081d9f Backed out 2 changesets (bug 1651519) for WPT failures in webdriver/tests/switch_to_frame/switch.py. CLOSED TREE
Backed out changeset 7b973a0e7be9 (bug 1651519)
Backed out changeset 55e9184c5617 (bug 1651519)
2020-07-22 02:47:34 +03:00
Kris Maglione e7d942c77f Bug 1651519: Remove nsIDOMWindowUtils::currentInnerWindowID. r=nika,remote-protocol-reviewers,webcompat-reviewers,whimboo
It has some properties which make it footgunny, especially in the face of
Fission. Callers should use WindowGlobalChild.innerWindowId instead.

Differential Revision: https://phabricator.services.mozilla.com/D82801
2020-07-21 19:02:27 +00:00
Dorel Luca d91c6dc40b Backed out 2 changesets (bug 1651519) for wpt failures in webdriver/tests/switch_to_frame/switch.py. CLOSED TREE
Backed out changeset 52317abc5c68 (bug 1651519)
Backed out changeset 45448dca59a4 (bug 1651519)
2020-07-21 21:55:57 +03:00
Kris Maglione 9c2c147159 Bug 1651519: Remove nsIDOMWindowUtils::currentInnerWindowID. r=nika,remote-protocol-reviewers,webcompat-reviewers,whimboo
It has some properties which make it footgunny, especially in the face of
Fission. Callers should use WindowGlobalChild.innerWindowId instead.

Differential Revision: https://phabricator.services.mozilla.com/D82801
2020-07-21 16:59:28 +00:00
Csoregi Natalia f2ca536e11 Backed out changeset fc5242f4332d (bug 1637329) for assertion failures on xpcprivate.h. CLOSED TREE 2020-07-20 03:26:59 +03:00
Thomas Wisniewski 5e1ec43c01 Bug 1637329 - add support for shimming resources blocking by tracking protection to webcompat built-in addon; r=dimi,robwu,webcompat-reviewers,denschub,miketaylr
Differential Revision: https://phabricator.services.mozilla.com/D77724
2020-07-19 14:31:44 +00:00
Razvan Maries e019c4fd4e Backed out changeset b0b40eebd9ab (bug 1637329) for perma failures on xpcprivate.h. CLOSED TREE 2020-07-19 08:15:50 +03:00
Thomas Wisniewski 8af08e8f2f Bug 1637329 - add support for shimming resources blocking by tracking protection to webcompat built-in addon; r=dimi,robwu,webcompat-reviewers,denschub,miketaylr
Differential Revision: https://phabricator.services.mozilla.com/D77724
2020-07-18 11:12:13 +00:00
Mike Taylor 0c4ad9a2e0 Bug 1647771 - Bump manifest version to 13.0.0 r=webcompat-reviewers,twisniewski
Differential Revision: https://phabricator.services.mozilla.com/D84003
2020-07-17 18:40:44 +00:00
Karl Dubost bf437dbf1f Bug 1647771 - Import v13.0.0 webcompat addon sources. r=miketaylr,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D83875
2020-07-17 02:01:29 +00:00
Cameron McCormack dd61f595eb Bug 1620467 - Part 4: Change internal uses of -moz-appearance to appearance and -moz-default-appearance. r=emilio,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,ntim,agi,miketaylr
Uses of `-moz-appearance: none` are changed to `appearance: none`.

Uses of other values that are simply reverting the appearance back to
its default are changed to `appearance: auto`.

Uses of values in UA sheets that are defining the inherent appearance of
widgets are changed to:

  appearance: auto;
  -moz-default-appearance: <value>;

since those values are either no longer supported on (-moz-)appearance,
or are still supported but only in some limited form.

There are some uses of `-moz-appearance: textfield` on <input
type=number> elements that are renamed to `appearance: textfield`.

Differential Revision: https://phabricator.services.mozilla.com/D83430
2020-07-16 22:04:14 +00:00
Zibi Braniecki 9830564143 Bug 1650222 - Verify CC number validity when editing the CC entry. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D83527
2020-07-15 01:40:32 +00:00
Zibi Braniecki 4dca75daf1 Bug 1647652 - Treat a new record as a duplicate of an existing one if the cc-number matches. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D82131
2020-07-14 22:04:01 +00:00
Adam Roach [:abr] 46f5360da5 Bug 1647292: Ensure CSS is loaded before doorhanger might open r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D83446
2020-07-14 14:07:15 +00:00
Dorel Luca 471c712b87 Backed out changeset 32c93f8ca145 (bug 1647652) for Browser-chrome failure on formautofill/test/browser/creditCard/browser_creditCard_doorhanger.js. CLOSED TREE 2020-07-14 05:22:22 +03:00
Zibi Braniecki 27a7724def Bug 1647652 - Treat a new record as a duplicate of an existing one if the cc-number matches. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D82131
2020-07-14 00:06:16 +00:00
Micah Tigley ae6ce2b871 Bug 1634497 - Remove `browser.outerBrowser` checks used for old-RDM. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D83132
2020-07-10 16:55:35 +00:00
Dorel Luca ae81637193 Backed out changeset af63ff5d2d28 (bug 1647652) for browser-chrome in creditCard/browser_creditCard_doorhanger.js 2020-07-11 08:18:20 +03:00
Zibi Braniecki 25733da4bf Bug 1647652 - Treat a new record as a duplicate of an existing one if the cc-number matches. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D82131
2020-07-11 00:25:44 +00:00
Adam Roach [:abr] f676613244 Bug 1648551: Treat form in <iframe> "pagehide" event as form submission r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D81931
2020-07-11 00:51:05 +00:00
Zibi Braniecki bfb49cc697 Bug 1649858 - Add SUMO link to re-authentication UI. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D83025
2020-07-11 00:27:33 +00:00
Kris Maglione a0401cd185 Bug 1649554: Part 2 - Use static component registration for about:compat. r=twisniewski,webcompat-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D81750
2020-07-10 23:58:26 +00:00
Kris Maglione b6be72f351 Bug 1649554: Part 1 - Move deprecated component registration helpers out of XPCOMUtils. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,whimboo,twisniewski
Differential Revision: https://phabricator.services.mozilla.com/D81749
2020-07-10 23:58:30 +00:00
Kris Maglione 9d78661f88 Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski
Differential Revision: https://phabricator.services.mozilla.com/D81594
2020-07-10 23:58:28 +00:00
Zibi Braniecki d1020be8df Bug 1650961 - Restrict the clickjacking delay to credit card fields. r=abr
Differential Revision: https://phabricator.services.mozilla.com/D82638
2020-07-10 23:21:41 +00:00
Cosmin Sabou 910be54a2d Backed out 2 changesets (bug 1648551) for xpc failures on test_autofillFormFields.js. CLOSED TREE
Backed out changeset 16184f3438a2 (bug 1648551)
Backed out changeset 14fe670ec3f6 (bug 1648551)
2020-07-11 00:53:26 +03:00