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

17 Коммитов

Автор SHA1 Сообщение Дата
Sean Lee 26686ec4b8 Bug 1365143 - Add schema version number for each Form Fill record in ProfileStorage.; r=lchang
MozReview-Commit-ID: 6o7ThqX79Sx

--HG--
extra : rebase_source : 19f8fca0e2502bf42edfd270915a1947f0b94389
2017-05-16 14:50:39 +08:00
Mark Hammond 267a890b22 Bug 1365150 - profile.get returns null instead of throwing, .add returns the new GUID. r=lchang
MozReview-Commit-ID: AHe231q6HpR

--HG--
extra : rebase_source : 8e0f88a34612c4fb3a17398cb8952c142b1e2552
2017-05-09 15:38:49 +10:00
Luke Chang 971d5d1aeb Bug 1359978 - (Part 2) Add credit card support to ProfileStorage.jsm. r=MattN,steveck
MozReview-Commit-ID: JzojiHGcomp

--HG--
extra : rebase_source : 040337dcad703853ea1b0d19576f9c15e303e935
2017-04-28 18:19:53 -07:00
Luke Chang 9c520e3956 Bug 1359978 - (Part 1) Implement AutofillRecords as a base class for handling address records. r=MattN,steveck
MozReview-Commit-ID: J6NL44iZ0zu

--HG--
extra : rebase_source : 86ff2797780aa26b738596b9ba3f22e2a6626d96
2017-04-28 16:00:49 -07:00
steveck-chung 9244f41ac5 Bug 1362937 - [Form Autofill] autofill's autocomplete popup filtering is broken. r=MattN
MozReview-Commit-ID: MELFVC5Q2V

--HG--
extra : rebase_source : 7939fc2052ae5c68710ab53dbbd593b8d26622ea
2017-05-10 15:12:59 +08:00
Mark Hammond 9761a9f6b7 Bug 1361965 - Provide access to a formautofill storage singleton. r=lchang
MozReview-Commit-ID: 6IbeuOmONxb

--HG--
extra : rebase_source : 44c5c1536b41457e945ab3e00466489929e163ff
2017-05-04 18:25:46 +10:00
Luke Chang 0538cf7020 Bug 1362911 - [Form Autofill] Rename "profiles" to "addresses" in the storage. r=MattN
MozReview-Commit-ID: J5QnWv343xq

--HG--
extra : rebase_source : 25bb9534f4f5aabd7f33875f52f2d00cd480fda8
2017-05-08 10:43:37 +08:00
Luke Chang 6125817003 Bug 1359892 - [Form Autofill] Support full-name fields. r=MattN
MozReview-Commit-ID: 3G3d5nv6j7v

--HG--
extra : rebase_source : 24914b2545194278dcf342e57ac1914ac636c4ef
2017-04-13 17:12:59 +08:00
Luke Chang b553da7bbd Bug 1358943 - [Form Autofill] Support "address-line*" fields. r=MattN
MozReview-Commit-ID: 2Kut671GHQh

--HG--
extra : rebase_source : 7ef5bd93805d931425d5359c6aeff69022b00a09
2017-04-24 10:58:37 +08:00
Luke Chang b7a44c655a Bug 1348751 - [Form Autofill] A utility library for handling full name and separated names, r=MattN
MozReview-Commit-ID: 3rcuxbFHKOq

--HG--
extra : rebase_source : 5afb16d5c73b379220fa249bcc706d22d21e38b9
2017-04-12 20:05:54 +08:00
Luke Chang 74015d07b3 Bug 1334037 - [Form Autofill] Support name fields in profiles. r=MattN
MozReview-Commit-ID: AW2CVAY0ghi

--HG--
extra : rebase_source : c193be5b6e7f7aba6467673594af584d1e40a4be
2017-03-30 18:08:54 +08:00
steveck-chung 8dcffe8181 Bug 1338420 - Part 1: Add initialProcessData autofillSavedFieldNames set and broadcast the changes to content. r=MattN
MozReview-Commit-ID: Dy2xxNQlJig

--HG--
extra : rebase_source : d302b120456142089cf3178c639061cc568127bc
2017-02-23 17:09:14 +08:00
steveck-chung 22625467ad Bug 1325724 - Fallback to form history if there is no form autofill profile saved, r=MattN
MozReview-Commit-ID: FAUJK1wTvLn

--HG--
extra : rebase_source : f6ae32b169315be5e0cb5a36962f7daa6d92e402
2017-02-08 13:42:27 +08:00
Matthew Noorenberghe 4f85765ea4 Bug 1339515 - [Form Autofill] Add built-in debug logging to ease debugging. r=steveck
MozReview-Commit-ID: F4w2CzdWdrI

--HG--
extra : rebase_source : 33ea952b4d3d28013d9d9efaa1fc0efe57d3956f
2017-02-15 16:22:38 +08:00
Sean Lee 5e110e6c80 Bug 1338458 - Use the hyphen style for fieldName instead of camel case style in Profile Storage.; r=MattN
MozReview-Commit-ID: 9wpeYVxWZ1L

--HG--
extra : rebase_source : fe5fc736dc7d17de44c5a13ea1bffa62a3be28dc
2017-02-10 12:03:59 +08:00
steveck-chung b8f86e3cac Bug 1300992 - Part 2: Return the filtered profile result, r=MattN
MozReview-Commit-ID: 828bJhAGAAb

--HG--
extra : rebase_source : 618246734dc615db38f5a10fe18aa2f087430140
2017-01-06 15:37:28 +08:00
Matthew Noorenberghe ec36746143 Bug 1322622 - Load form autofill JSMs from the built files and move JSMs out of content/. r=steveck
MozReview-Commit-ID: 4DDsDlw4Jr3

--HG--
rename : browser/extensions/formautofill/content/FormAutofillContent.jsm => browser/extensions/formautofill/FormAutofillContent.jsm
rename : browser/extensions/formautofill/content/FormAutofillParent.jsm => browser/extensions/formautofill/FormAutofillParent.jsm
rename : browser/extensions/formautofill/content/ProfileStorage.jsm => browser/extensions/formautofill/ProfileStorage.jsm
extra : rebase_source : 87e6bee2cb6207138400e2f92f9cf8245394cbb4
2016-12-16 01:23:48 -05:00