Luke Chang
e0f4586d33
Bug 1385196 - [Form Autofill] Enable the feature based on locale and geoip. r=MattN
...
MozReview-Commit-ID: 3yvCJvB5zdT
--HG--
extra : rebase_source : 3fa5a79f02608153e6301f74433b2647b6a0c478
2017-08-10 21:36:34 -07:00
Matthew Noorenberghe
c49ae5ce3f
Bug 1388078 - Form Autofill: Delay adding the AOM upgrade listener until the XPI DB is loaded. r=rhelmer
...
MozReview-Commit-ID: CPeAOrWhEVu
--HG--
extra : rebase_source : 4d06c9ab80f57e545f9c45fca7f9a7306a2a1586
2017-08-10 21:32:07 -07:00
Matthew Noorenberghe
cb484a7a5a
Bug 1387611 - Delay formautofill system add-on updates until the next restart. r=lchang
...
MozReview-Commit-ID: 6f4FhTg0KaA
--HG--
extra : rebase_source : 17926e3f4139f1d91bd4e18c369dc0a0441562d6
2017-08-04 15:44:34 -07:00
Luke Chang
a60663c35d
Bug 1386120 - Flip "dom.forms.autocomplete.formautofill" according to the availability of Form Autofill feature. r=MattN,steveck
...
MozReview-Commit-ID: 3kyDsQL15SO
--HG--
extra : rebase_source : d00ababee6e98bb1db24b04dd0aafa8dc79f12de
2017-08-01 14:01:53 +08:00
Sebastian Hengst
fad2a3a6b9
Backed out changeset ec2ab90ea263 (bug 1386120) for failing xpcshell's test_Macys.js and test_isFieldEligibleForAutofill.js. r=backout
2017-08-03 11:18:53 +02:00
Luke Chang
6f988e20c3
Bug 1386120 - Flip "dom.forms.autocomplete.formautofill" according to the availability of Form Autofill feature. r=MattN,steveck
...
MozReview-Commit-ID: 3kyDsQL15SO
--HG--
extra : rebase_source : 7eeb590873481e6c3ac6d3589eb7640f88ca36de
2017-08-01 14:01:53 +08:00
Luke Chang
6cab6486e4
Bug 1385201 - [Form Autofill] Rename "extensions.formautofill.experimental". r=MattN
...
MozReview-Commit-ID: 8SRu5PoQcMO
--HG--
extra : rebase_source : b841b8890b2c0bf607f677cdd9a824ef3e4e63e5
2017-07-28 15:50:48 +08:00
Matthew Noorenberghe
617b1fb255
Bug 1364477 - Only append formautofill.css the first time autocomplete is opening. r=lchang,ralin
...
MozReview-Commit-ID: NF5wEuqp4r
--HG--
extra : rebase_source : c973f678908e6118a02ebbfab921b89e0f87c600
2017-05-17 23:28:00 -07:00
Matthew Noorenberghe
903659e0dc
Bug 1364334 - Rename "browser.formautofill.*" prefs to "extensions.formautofill.*". r=lchang
...
MozReview-Commit-ID: HT8zSS1s6hN
--HG--
extra : rebase_source : 9ef3966e610116f912af4c66daf2c5f37e0f84c4
2017-05-11 23:34:00 -07:00
Wes Kocher
02bf8c4425
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: FfNikA7un6F
2017-05-10 17:31:18 -07:00
Matthew Noorenberghe
6d13b289cd
Bug 1361560 - Enable Form Autofill by default on Nightly. r=lchang
...
MozReview-Commit-ID: Ekei9H3nnGW
--HG--
extra : rebase_source : 91899aa99c9581218902400c00f57fe4bff998a5
2017-05-10 15:04:53 -07: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
Gabor Krizsanits
eb829f971b
Bug 1341008 - Use the preallocated process manager by default. r=billm, r=kmag
...
To mitigate the delay that a new content process startup might cause, when the
browser reaches a non-busy state we attempt to prelaunch an empty content process
in the background that can be grabbed and used the next time we need one. This patch
enables the preallocated process manager by default and attempts to fix all the
issues that prevented us doing this sooner.
2017-05-03 12:00:20 +02:00
Scott Wu
ce51bf1325
Bug 1019471 - Create a dialog to add/edit/view an autofill profile. r=MattN
...
MozReview-Commit-ID: avVGZAYq0y
--HG--
extra : rebase_source : 4ad8642bd1ca395209272d8eff061410c655d326
2017-03-08 20:30:59 -05:00
Ray Lin
28aeff702e
Bug 1326138 - Add a new profile item binding. r=MattN
...
MozReview-Commit-ID: KzbnQteM1pY
--HG--
extra : rebase_source : e1d8f1a15c7a72f8afc96613325a5db0c746ebf2
2017-01-24 23:32:17 +08:00
Sebastian Hengst
8b37a3cb66
Backed out changeset 4aef71d8a987 (bug 1326138)
2017-02-15 10:01:32 +01:00
Ray Lin
f203d9afbf
Bug 1326138 - Add a new profile item binding. r=MattN
...
MozReview-Commit-ID: KzbnQteM1pY
--HG--
extra : rebase_source : 3687f58bae0d13182a14622fe2d75cdbbd9a7e76
2017-01-24 23:32:17 +08:00
Matthew Noorenberghe
1c46be9433
Bug 1333682 - Split FormAutofillContent.js into a few JSMs shared for the process. r=seanlee
...
MozReview-Commit-ID: BpnLzuI1DvW
--HG--
rename : browser/extensions/formautofill/content/FormAutofillContent.js => browser/extensions/formautofill/FormAutofillContent.jsm
rename : browser/extensions/formautofill/content/FormAutofillContent.js => browser/extensions/formautofill/FormAutofillHandler.jsm
rename : browser/extensions/formautofill/content/FormAutofillContent.js => browser/extensions/formautofill/FormAutofillHeuristics.jsm
rename : browser/extensions/formautofill/content/FormAutofillContent.js => browser/extensions/formautofill/content/FormAutofillFrameScript.js
2017-02-14 14:18:32 +08:00
steveck-chung
918291a57e
Bug 1330567 - Part 1: Fallback to form history if form autofill pref is disabled, r=MattN
...
MozReview-Commit-ID: Aq8NhSkxNId
--HG--
extra : rebase_source : 20c4c8aafabcce7c2f4af05c41b3c1989bd9f5d7
2017-02-08 14:13:59 +08:00
Scott Wu
cfee8bb73f
Bug 1326153 - Change Form Autofill feature flag to browser.formautofill.experimental r=MattN
...
MozReview-Commit-ID: 6QF0RVLRS61
--HG--
extra : rebase_source : bb9146ec662c6b17fe5f9527367a7b598f6b6984
2016-12-29 16:09:33 +08:00
Matthew Noorenberghe
877c8752a1
Bug 1322622 - Make form autofill handler a frame script and load from bootstrap.js. r=steveck
...
MozReview-Commit-ID: DeIjzMytVxJ
--HG--
rename : browser/extensions/formautofill/FormAutofillContent.jsm => browser/extensions/formautofill/content/FormAutofillContent.js
extra : rebase_source : 5e62eb24e76bf58436e73267ebb8e872e42a71d2
2016-12-16 01:26:46 -05:00
Matthew Noorenberghe
6e48c96390
Bug 1303469 - Initial formautofill .eslintrc. r=rhelmer
...
MozReview-Commit-ID: 8rbFYPksUMi
--HG--
rename : toolkit/components/extensions/.eslintrc => browser/extensions/formautofill/.eslintrc
extra : histedit_source : 8022a4b4c7f57e6d79e947c3a72f5a7d67aef36f
2016-09-16 16:39:51 -07:00
Matthew Noorenberghe
6007ad04a9
Bug 1303469 - Stub form autofill system extension. r=rhelmer
...
MozReview-Commit-ID: JXbUQdCwXN0
--HG--
rename : browser/extensions/webcompat/bootstrap.js => browser/extensions/formautofill/bootstrap.js
rename : browser/extensions/webcompat/install.rdf.in => browser/extensions/formautofill/install.rdf.in
rename : browser/extensions/webcompat/moz.build => browser/extensions/formautofill/moz.build
rename : browser/extensions/webcompat/test/browser.ini => browser/extensions/formautofill/test/browser/browser.ini
rename : browser/extensions/webcompat/test/browser_webcompat_stub_check.js => browser/extensions/formautofill/test/browser/browser_check_installed.js
extra : histedit_source : 655db162ef67f733bdf80e5410f75da7dc6e5d36
2016-09-18 14:07:51 +08:00
Phil Ringnalda
628f2d79ca
Backed out 2 changesets (bug 1303469) for unexpected file access failures in xperf
...
Backed out changeset 86b10c4dce3b (bug 1303469)
Backed out changeset 03f631f0fca7 (bug 1303469)
2016-09-17 09:13:36 -07:00
Matthew Noorenberghe
8b1cfd60f3
Bug 1303469 - Initial formautofill .eslintrc. r=rhelmer
...
MozReview-Commit-ID: 9EwAhB3galN
--HG--
rename : toolkit/components/extensions/.eslintrc => browser/extensions/formautofill/.eslintrc
extra : rebase_source : 9eee2d442bb4797dcfdf1ae189d6ca69a1b0b03a
2016-09-16 16:39:51 -07:00
Matthew Noorenberghe
92f681feff
Bug 1303469 - Stub form autofill system extension. r=rhelmer
...
MozReview-Commit-ID: JXbUQdCwXN0
--HG--
rename : browser/extensions/webcompat/bootstrap.js => browser/extensions/formautofill/bootstrap.js
rename : browser/extensions/webcompat/install.rdf.in => browser/extensions/formautofill/install.rdf.in
rename : browser/extensions/webcompat/moz.build => browser/extensions/formautofill/moz.build
rename : browser/extensions/webcompat/test/browser.ini => browser/extensions/formautofill/test/browser/browser.ini
rename : browser/extensions/webcompat/test/browser_webcompat_stub_check.js => browser/extensions/formautofill/test/browser/browser_check_installed.js
extra : rebase_source : a12f29071588421b0c9ac0b560008abffb827341
2016-09-16 16:11:28 -07:00