Commit Graph

37 Commits

Author SHA1 Message Date
James Teh
df6143d305 Bug 1444283: Label the "Autofill addresses" and "autofill credit cards" check boxes for accessibility. r=MattN
MozReview-Commit-ID: EZ5ML1MQfOU
2018-03-09 13:50:01 +10:00
Florian Quèze
f1a55f73f8 Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
Andrew McCreight
272cee1e65 Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
This patch was autogenerated by my decomponents.py

It covers almost every file with the extension js, jsm, html, py,
xhtml, or xul.

It removes blank lines after removed lines, when the removed lines are
preceded by either blank lines or the start of a new block. The "start
of a new block" is defined fairly hackily: either the line starts with
//, ends with */, ends with {, <![CDATA[, """ or '''. The first two
cover comments, the third one covers JS, the fourth covers JS embedded
in XUL, and the final two cover JS embedded in Python. This also
applies if the removed line was the first line of the file.

It covers the pattern matching cases like "var {classes: Cc,
interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
remove the appropriate ones and leave the residue behind. If there's
only one behind, then it will turn it into a normal, non-pattern
matching variable definition. (For instance, "const { classes: Cc,
Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
"const CC = Components.Constructor".)

MozReview-Commit-ID: DeSHcClQ7cG
2018-02-06 09:36:57 -08:00
Kris Maglione
0bb74efdf1 Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Cosmin Sabou
f09d6d985d Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
Backed out changeset a1eca62826a1 (bug 1431533)
Backed out changeset 34c999fa006b (bug 1431533)
Backed out changeset e2674287e57f (bug 1431533)
2018-01-30 07:17:48 +02:00
Kris Maglione
fd67f090b2 Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Brindusan Cristian
483ba301cb Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
Backed out changeset 6e56f4c8843e (bug 1431533)
Backed out changeset 12fc4dee861c (bug 1431533)
2018-01-30 02:32:43 +02:00
Kris Maglione
683a97d172 Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm

MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Scott Wu
637614bb4f Bug 1412247 - Ensure checkbox label and "Learn more" link stay on the same line. r=lchang
MozReview-Commit-ID: L54LV6mcqg7
2018-01-09 15:35:47 +08:00
Evan Tseng
ebaa871661 Bug 1420884 - Make savedAddressesBtnWrapper and savedCreditCardsBtnWrapper align start to keep the buttons as same size when the sibling description elements' height is changed by longer l10n strings. r=ralin
MozReview-Commit-ID: ATMwMdUGfmE
2017-12-08 18:39:16 +08:00
Evan Tseng
3ce21cf646 Bug 1407568 - Add a spotlight indicator to a specific section and UI component. r=jaws,lchang
MozReview-Commit-ID: 4AgAFq2r418
2017-11-30 17:42:40 +08:00
Scott Wu
cb89eccec5 Bug 1407530 - Update formautofill.properties string IDs and localization notes. r=flod,lchang
MozReview-Commit-ID: uHWhQmrVgu
2017-10-11 18:19:35 +08:00
Evan Tseng
1f2cc123c2 Bug 1398050 - Polish preferences page to match visual spec. r=mconley
* Remove transparency from the menu icons and labels in Normal state.
* Adding Firefox Support's hover state.
* Make the size of radio buttons as 20x20 px.
* Make minimum width of action buttons as 150px.
* Fix margin issues of When Nightly starts and Nightly Updates sections.

MozReview-Commit-ID: DHwdKTO1wxM
2017-09-12 17:38:41 +08:00
Sebastian Hengst
933928541f Backed out changeset 2f1a9242f33d (bug 1398050) for failing reftest reftest/tests/editor/reftests/xul/empty-1.xul and more. r=backout on a CLOSED TREE 2017-09-19 16:07:40 +02:00
Evan Tseng
e91446b950 Bug 1398050 - Polish preferences page to match visual spec. r=mconley
* Remove transparency from the menu icons and labels in Normal state.
* Adding Firefox Support's hover state.
* Make the size of radio buttons as 20x20 px.
* Make minimum width of action buttons as 150px.
* Fix margin issues of When Nightly starts and Nightly Updates sections.

MozReview-Commit-ID: DHwdKTO1wxM
2017-09-12 17:38:41 +08:00
Scott Wu
232eedeea2 Bug 1367322 - Preferences search support for credit card autofill. r=evanxd,lchang
MozReview-Commit-ID: L8sSQkQUvq4
2017-09-14 18:18:24 +08:00
Scott Wu
b29289af0c Bug 1367322 - Preferences search support for address autofill. r=evanxd,lchang
MozReview-Commit-ID: 8r0BhqAPC0A
2017-09-14 18:17:53 +08:00
Scott Wu
cb9033ba27 Bug 1399382 - Add a pref to hide credit card autofill feature, r=lchang
MozReview-Commit-ID: 2GIOrLBmFKR
2017-09-13 18:50:39 +08:00
Scott Wu
fbe5db2b0c Bug 1386922 - Add learn more link to autofill credit card, r=lchang,MattN
MozReview-Commit-ID: HVmbSjSKmrM
2017-09-08 16:39:08 +08:00
Scott Wu
7d9841bd55 Bug 1386922 - Add learn more link to autofill address, r=lchang,MattN
MozReview-Commit-ID: LloJRy8srb1
2017-09-08 16:37:47 +08:00
Ricky Chien
6bbcb028a8 Bug 1349689 - Remove old preferences fork r=jaws
MozReview-Commit-ID: GNPcQGUTUKJ
2017-08-21 17:48:18 +08:00
Sebastian Hengst
c97c631ff5 Backed out changeset df8215261c7e (bug 1349689) on request from rchien. r=backout 2017-08-31 16:58:32 +02:00
Ricky Chien
4dd95d9a6c Bug 1349689 - Remove old preferences fork r=jaws
MozReview-Commit-ID: GNPcQGUTUKJ
2017-08-21 17:48:18 +08:00
Scott Wu
b105b6f76f Bug 1370766 - Allow users to enable/disable credit card autofill and launch the list dialog in about:preferences. r=lchang
MozReview-Commit-ID: D7JtXBaPaJI
2017-08-25 15:28:19 +08:00
Ray Lin
5265930808 Bug 1390757 - Introduce pref extensions.formautofill.creditCards.enabled to form autofill activation process. r=lchang
MozReview-Commit-ID: J5nyAeSoggr
2017-08-24 15:38:37 +08:00
steveck-chung
8f3cbf204f Bug 1387004 - Part 1: Add credit card enabled pref. r=lchang
MozReview-Commit-ID: BvErFOLPZdN
2017-08-02 11:51:57 +08:00
Scott Wu
aef8590247 Bug 1382954 - [Form Autofill] Expand the enable autofill checkbox to full width. r=lchang
MozReview-Commit-ID: 1ZTiXIWRA9O
2017-07-25 17:36:22 +08:00
Scott Wu
558b60b49f Bug 1376642 - (Part 2) Replace "profile" with "address" in formautofill file content. r=lchang
MozReview-Commit-ID: CJF7HpGjZaQ
2017-07-26 13:59:50 +08:00
steveck-chung
ca83d9812d Bug 990199 - Record address autofill enabled state. r=bsmedberg,MattN
MozReview-Commit-ID: ILO7iMpUH1q
2017-04-26 15:20:21 +08:00
Matthew Noorenberghe
16c882e005 Bug 1364334 - Rename "browser.formautofill.enabled" pref to "extensions.formautofill.addresses.enabled". r=lchang
MozReview-Commit-ID: 8si4xtBGv8J
2017-05-11 23:34:30 -07:00
Matthew Noorenberghe
29572c3aff Bug 1362583 - [Form Autofill] Move autofill preferences before master password ones. r=scottwu
MozReview-Commit-ID: 9sLFeAgXmpT
2017-05-06 00:11:46 -07:00
Scott Wu
2854cc63c3 Bug 1359696 - Move form autofill preference to Forms & Passwords group. r=lchang
MozReview-Commit-ID: Axh9EBRMBCE
2017-04-26 16:41:37 +08:00
Scott Wu
bc14f29ddb Bug 1019483 - (Part 1) Create interface to manage autofill profiles. r=MattN
MozReview-Commit-ID: KrGSPz7B108
2017-03-06 15:56:51 +08:00
Sebastian Hengst
7b63f1e514 Backed out changeset ffbf6849c41f (bug 1019483) 2017-03-31 10:07:50 +02:00
Scott Wu
2295fec016 Bug 1019483 - (Part 1) Create interface to manage autofill profiles. r=MattN
MozReview-Commit-ID: KrGSPz7B108
2017-03-06 15:56:51 +08:00
Scott Wu
fad1375817 Bug 1019471 - Create a dialog to add/edit/view an autofill profile. r=MattN
MozReview-Commit-ID: avVGZAYq0y
2017-03-08 20:30:59 -05:00
Scott Wu
ce95e1742f Bug 1304306 - (Part 1) Add Form Autofill preference checkbox and button. r=MattN
MozReview-Commit-ID: I7O4l9aQ5JC
2017-02-11 19:43:23 +08:00